aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc/mpc85xx
Commit message (Expand)AuthorAgeFilesLines
* Move Open Firmware device root on PowerPC, ARM, and MIPS systems toNathan Whitehorn2014-02-052-2/+2
* Rearchitect platform memory map parsing to make it lessNathan Whitehorn2013-12-011-4/+4
* Move CCSR discovery into the platform module, while simultaneously makingNathan Whitehorn2013-11-172-2/+56
* Rename the "bare" platform "mpc85xx", which is what it actually is, andNathan Whitehorn2013-11-111-0/+356
* Be more flexible about which compatible strings to accept. This brings upNathan Whitehorn2013-11-111-0/+1
* Teach nexus(4) about Open Firmware (e.g. FDT) on ARM and MIPS, retiringNathan Whitehorn2013-11-052-2/+2
* Interrelated improvements to early boot mappings:Nathan Whitehorn2013-10-262-0/+3
* Remove all the instances of '#undef DEBUG' from kernel.Luiz Otavio O Souza2013-10-251-2/+0
* Convert e500 PCI driver to use common PPC PCI bus glue. No functionalNathan Whitehorn2013-10-251-274/+75
* Allow PIC drivers to translate firmware sense codes for themselves. ThisNathan Whitehorn2013-10-241-0/+37
* Since the PS3 port was committed, the AIM nexus device works perfectly fineNathan Whitehorn2013-10-201-201/+0
* Align the PCI Express #defines with the style used for the PCI-XGavin Atkinson2012-09-181-6/+6
* Support lbc interrupts:Marcel Moolenaar2012-07-032-34/+108
* Properly implement the bus_config_intr, bus_setup_intr and bus_teardown_intrMarcel Moolenaar2012-07-021-2/+58
* Import eSDHC driver for Freescale integrated controller.Rafal Jaworowski2012-05-262-0/+1603
* Move OpenPIC FDT bus glue to a shared location, so that other PowerPCRafal Jaworowski2012-05-261-93/+0
* A few improvements:Marcel Moolenaar2012-05-242-64/+179
* Remove Semihakf-ism. DEBUG is a kernel configuration option. ItMarcel Moolenaar2012-05-241-3/+0
* Just return if the size of the window is 0. This can happen when theMarcel Moolenaar2012-05-241-1/+7
* Either the I/O port range or the memory mapped I/O range may not beMarcel Moolenaar2012-05-241-2/+7
* Fix missing header for powerpc_iomb().Nathan Whitehorn2012-04-231-0/+1
* Replace eieio; sync for creating bus-space memory barriers with sync.Nathan Whitehorn2012-04-221-1/+1
* - There's no need to overwrite the default device method with the defaultMarius Strobl2011-11-222-4/+2
* Fix r222813: we need to include sys/cpuset.h. because the PIC interfaceMarcel Moolenaar2011-07-311-2/+2
* MFCAttilio Rao2011-05-292-12/+14
|\
| * o Determine the number of LAWs in a way the is future proof. Only theMarcel Moolenaar2011-05-281-7/+14
| * Remove unused defines. They're distracting...Marcel Moolenaar2011-05-281-5/+0
* | Fix compilation.Attilio Rao2011-05-181-1/+2
|/
* Retire isa_setup_intr() and isa_teardown_intr() and use the generic busJohn Baldwin2011-05-061-17/+0
* Rename INTR_VEC to MAP_IRQ. From the OFW or FDT we obtain aMarcel Moolenaar2011-02-021-3/+3
* Fix the interrupt code, broken 7 months ago. The interrupt frameworkMarcel Moolenaar2011-01-294-103/+40
* Have nexus behave the same as the one on ARM (marvell SoCs), so as toMarcel Moolenaar2011-01-291-8/+17
* Restructure how reset and poweroff are handled on PowerPC systems, sinceNathan Whitehorn2010-08-311-25/+0
* Convert Freescale PowerPC platforms to FDT convention.Rafal Jaworowski2010-07-1114-1990/+1694
* Move the EOI logic when starting ithreads into intr_machdep instead ofNathan Whitehorn2010-07-061-2/+0
* Remove the unneeded header <machine/intr.h>.Marcel Moolenaar2010-07-022-2/+0
* Assign PCI intline values for ISA interrupts using the new INTR_VEC()Marcel Moolenaar2010-06-241-3/+3
* Pass the device_t of the AT PIC driver to atpic_intr() so thatMarcel Moolenaar2010-06-241-5/+2
* With openpic(4) using active-low as the default polarity, reconfigureMarcel Moolenaar2010-06-231-2/+9
* Configure interrupts on SMP systems to be distributed among all onlineNathan Whitehorn2010-06-231-0/+1
* Provide for multiple, cascaded PICs on PowerPC systems, and extend theNathan Whitehorn2010-06-186-29/+58
* Fix an off-by-one bug for the number of slots on a PCI/PCI-X bus.Marcel Moolenaar2010-03-231-7/+8
* Add definitions for a 4th PCI host controller. No Freescale processorMarcel Moolenaar2010-03-232-1/+16
* Make PCI Express host controllers functional, by:Marcel Moolenaar2010-02-011-0/+26
* Use the capability pointer to indicate whether the host controller isMarcel Moolenaar2010-02-011-12/+13
* Don't check the device ID. Instead, check the class, subclass andMarcel Moolenaar2010-01-291-28/+13
* Always allocate PCI/ISA interrupts as shareable so that sharedMarcel Moolenaar2009-11-201-0/+1
* Do not use OCP85XX_LBC_OFF twice when accessing LBC registers on MPC85XX.Rafal Jaworowski2009-07-211-4/+4
* More precise description of the DS1553 driver.Rafal Jaworowski2009-06-241-1/+1
* DS1553 RTC module driver. On the MPC8555CDS system it hangs off of the LBC bus.Rafal Jaworowski2009-06-223-0/+435