summaryrefslogtreecommitdiff
path: root/sys/dev/uart/uart_cpu_powerpc.c
Commit message (Expand)AuthorAgeFilesLines
* uart: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-2/+1
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Check all compatible strings on uart devices in powerpcJustin Hibbits2016-08-281-4/+4
* Allow callers of OF_decode_addr to get the size of the found mapping. ThisAndrew Turner2016-02-161-1/+1
* Do not fail the low-level device probe simply because the kernelMarcel Moolenaar2014-07-261-4/+3
* Real OF systems have an ihandle under /chosen/stdout, not a phandle. UseNathan Whitehorn2013-12-011-2/+2
* Make uart_cpu_powerpc work on both FDT and OFW systems. This is the lastNathan Whitehorn2013-12-011-20/+77
* Convert Freescale PowerPC platforms to FDT convention.Rafal Jaworowski2010-07-111-32/+2
* Fix serial console on Apple Xserve G5 by falling back to input-device-1Nathan Whitehorn2009-07-231-9/+32
* Don't use pmap_kextact() when comparing bus handles for Book-E.Marcel Moolenaar2009-04-081-0/+4
* Add support for 64-bit PowerPC CPUs operating in the 64-bit bridge modeNathan Whitehorn2009-04-041-7/+19
* Initial support for Freescale PowerQUICC III MPC85xx system-on-chip family.Rafal Jaworowski2008-03-031-0/+26
* Redefine bus_space_tag_t on PowerPC from a 32-bit integral toMarcel Moolenaar2007-12-191-2/+2
* Don't expose the uart_ops structure directly, but instead haveMarcel Moolenaar2007-04-021-1/+6
* Implement uart_cpu_eqres() and uart_cpu_getdev(). This allowsMarcel Moolenaar2006-07-261-3/+56
* Allow uart(4) to be built on PowerPC.Marcel Moolenaar2006-03-311-0/+54