summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/mpc85xx
Commit message (Expand)AuthorAgeFilesLines
* Unbreak the LBC driver, broken with the large RMan and 36-bit physical addres...jhibbits2016-07-051-21/+32
* Use OF_prop_free instead of direct call to free(9)gonzo2016-05-141-3/+3
* sys/powerpc: make use of the howmany() macro when available.pfg2016-04-261-1/+1
* Fix SMP booting for PowerPC Book-Ejhibbits2016-04-191-19/+3
* Make i2c device child auto-probe work for MPC85xx and QorIQ SoCs.jhibbits2016-04-051-1/+11
* Reduce OFW PCI code duplication - involves ARM, PPC and SPARC64zbb2016-03-291-2/+1
* Fix fallout from r292180 (Dec 2015)... ensure that every driver which hasian2016-03-211-1/+1
* Use uintmax_t (typedef'd to rman_res_t type) for rman ranges.jhibbits2016-03-181-4/+4
* Let rman_init() initialize the default rman range.jhibbits2016-03-031-2/+0
* Fix 2 bugs in the mpc85xx local bus controller driver.jhibbits2016-03-021-2/+26
* Add another compatibility check for QorIQ GPIO driver.jhibbits2016-03-011-1/+2
* Move another range check to use RMAN_IS_DEFAULT_RANGE().jhibbits2016-02-271-1/+1
* Allow the size argument for law_enable() to be non-power-of-2.jhibbits2016-02-231-1/+2
* Revert r295756:zbb2016-02-201-1/+3
* Introduce a RMAN_IS_DEFAULT_RANGE() macro, and use it.jhibbits2016-02-201-1/+1
* Extract common code from PowerPC's ofw_pcizbb2016-02-181-3/+1
* Make lbc(4) the same driver pass as simplebus.jhibbits2016-02-031-1/+2
* Convert rman to use rman_res_t instead of u_longjhibbits2016-01-271-2/+2
* Initialize the rid for input.jhibbits2016-01-031-0/+1
* Add error interrupt handler for Freescale PCI errorsjhibbits2016-01-031-1/+112
* Use uint32_t for LBC block size.jhibbits2016-01-011-3/+3
* Extend idle support for newer Book-E cores.jhibbits2016-01-012-0/+43
* Add platform support for QorIQ SoCs.jhibbits2015-12-303-12/+297
* Move the DRIVER_MODULE() statements that declare mmc(4) to be a child ofian2015-12-141-0/+1
* Add Freescale QorIQ GPIO driver.jhibbits2015-11-301-0/+309
* Remove a debug panic that crept into r291151jhibbits2015-11-221-1/+0
* Modernize mpc85xx PCI hostbridge driver.jhibbits2015-11-222-138/+8
* Add support for new LAW registers in QorIQ SoCs.jhibbits2015-11-182-35/+125
* Use 64-bit addresses for configuring inbound and outbound address windows.jhibbits2015-11-031-8/+8
* Use the correct space (PCI addresses) for the I/O and memory ranges.jhibbits2015-11-031-6/+6
* Use IIC_EBUSBSY and IIC_BUSERR status values consistantly across all drivers.ian2015-10-091-1/+1
* Fix freescale sdhc driver, and add it to the files list.jhibbits2015-08-271-5/+3
* The Freescale qoriq PCIe controller is compatible with mpc85xx.jhibbits2015-08-261-1/+4
* Make the mpc85xx platform a kobj base class.jhibbits2015-08-222-7/+7
* Simplify the PCI bus scanning logic.jhibbits2015-08-211-14/+3
* Remove debug printf.jhibbits2015-08-191-1/+0
* Add a PCI bridge for the Freescale PCIe Root Complexjhibbits2015-05-112-3/+115
* Add a GPIO driver for the mpc85xx.jhibbits2015-04-041-0/+307
* Move Open Firmware device root on PowerPC, ARM, and MIPS systems tonwhitehorn2014-02-052-2/+2
* Rearchitect platform memory map parsing to make it lessnwhitehorn2013-12-011-4/+4
* Move CCSR discovery into the platform module, while simultaneously makingnwhitehorn2013-11-172-2/+56
* Rename the "bare" platform "mpc85xx", which is what it actually is, andnwhitehorn2013-11-111-0/+356
* Be more flexible about which compatible strings to accept. This brings upnwhitehorn2013-11-111-0/+1
* Teach nexus(4) about Open Firmware (e.g. FDT) on ARM and MIPS, retiringnwhitehorn2013-11-052-2/+2
* Interrelated improvements to early boot mappings:nwhitehorn2013-10-262-0/+3
* Remove all the instances of '#undef DEBUG' from kernel.loos2013-10-251-2/+0
* Convert e500 PCI driver to use common PPC PCI bus glue. No functionalnwhitehorn2013-10-251-274/+75
* Allow PIC drivers to translate firmware sense codes for themselves. Thisnwhitehorn2013-10-241-0/+37
* Since the PS3 port was committed, the AIM nexus device works perfectly finenwhitehorn2013-10-201-201/+0
* Align the PCI Express #defines with the style used for the PCI-Xgavin2012-09-181-6/+6
OpenPOWER on IntegriCloud