summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/mpc85xx
Commit message (Expand)AuthorAgeFilesLines
* - There's no need to overwrite the default device method with the defaultmarius2011-11-222-4/+2
* Fix r222813: we need to include sys/cpuset.h. because the PIC interfacemarcel2011-07-311-2/+2
* MFCattilio2011-05-292-12/+14
|\
| * o Determine the number of LAWs in a way the is future proof. Only themarcel2011-05-281-7/+14
| * Remove unused defines. They're distracting...marcel2011-05-281-5/+0
| * Retire isa_setup_intr() and isa_teardown_intr() and use the generic busjhb2011-05-061-17/+0
* | Fix compilation.attilio2011-05-181-1/+2
* | MFCattilio2011-05-061-17/+0
|/
* Rename INTR_VEC to MAP_IRQ. From the OFW or FDT we obtain amarcel2011-02-021-3/+3
* Fix the interrupt code, broken 7 months ago. The interrupt frameworkmarcel2011-01-294-103/+40
* Have nexus behave the same as the one on ARM (marvell SoCs), so as tomarcel2011-01-291-8/+17
* Restructure how reset and poweroff are handled on PowerPC systems, sincenwhitehorn2010-08-311-25/+0
* Convert Freescale PowerPC platforms to FDT convention.raj2010-07-1114-1990/+1694
* Move the EOI logic when starting ithreads into intr_machdep instead ofnwhitehorn2010-07-061-2/+0
* Remove the unneeded header <machine/intr.h>.marcel2010-07-022-2/+0
* Assign PCI intline values for ISA interrupts using the new INTR_VEC()marcel2010-06-241-3/+3
* Pass the device_t of the AT PIC driver to atpic_intr() so thatmarcel2010-06-241-5/+2
* With openpic(4) using active-low as the default polarity, reconfiguremarcel2010-06-231-2/+9
* Configure interrupts on SMP systems to be distributed among all onlinenwhitehorn2010-06-231-0/+1
* Provide for multiple, cascaded PICs on PowerPC systems, and extend thenwhitehorn2010-06-186-29/+58
* Fix an off-by-one bug for the number of slots on a PCI/PCI-X bus.marcel2010-03-231-7/+8
* Add definitions for a 4th PCI host controller. No Freescale processormarcel2010-03-232-1/+16
* Make PCI Express host controllers functional, by:marcel2010-02-011-0/+26
* Use the capability pointer to indicate whether the host controller ismarcel2010-02-011-12/+13
* Don't check the device ID. Instead, check the class, subclass andmarcel2010-01-291-28/+13
* Always allocate PCI/ISA interrupts as shareable so that sharedmarcel2009-11-201-0/+1
* Do not use OCP85XX_LBC_OFF twice when accessing LBC registers on MPC85XX.raj2009-07-211-4/+4
* More precise description of the DS1553 driver.raj2009-06-241-1/+1
* DS1553 RTC module driver. On the MPC8555CDS system it hangs off of the LBC bus.raj2009-06-223-0/+435
* Integrated I2C controller driver (found in MPC85xx and other SOC parts).raj2009-06-221-0/+440
* Initial version of the sec(4) driver for the integrated security engine foundraj2009-06-062-0/+8
* Mark the cascaded AT interrupt handler as MP safe to avoid havingmarcel2009-05-311-1/+1
* Initial support for SMP on PowerPC MPC85xx.raj2009-05-211-3/+19
* Skip interleaved RAM target on MPC85xx during renitialization of the localraj2009-05-211-1/+2
* Add suppport for ISA and ISA interrupts to make the ATAmarcel2009-04-244-66/+514
* Make MPC85xx LAW handling and reset routines aware of the MPC8548 variant.raj2009-03-133-15/+8
* Extend and improve MPC85XX Local Bus management.raj2008-12-185-69/+346
* Minor clean up of BookE/MPC85XX: iprove naming and style(9).raj2008-12-171-6/+2
* Improve MPC85XX helper routines.raj2008-12-173-28/+65
* Add a driver for the Local Bus Controller.marcel2008-10-252-0/+368
* Assign 0xff800000-0xffffffff to the LBC controller. That's wheremarcel2008-10-251-0/+4
* Remove mfsvr():marcel2008-04-272-2/+2
* Use RSTCR for resetting the MPC8572 (the old way does not apply).raj2008-04-262-7/+25
* Introduce a dedicated file for MPC85xx-specific routines. Move cpu_reset()raj2008-04-261-0/+59
* Improve handling of Local Access Windows on MPC85xx systems:raj2008-04-263-19/+39
* Obtain TSEC h/w address from the parent bus (OCP) and not rely blindly on whatraj2008-03-121-0/+9
* Don't use in32() and out32() when writing to the CCSRBAR. Themarcel2008-03-091-9/+26
* Add support for the BUS_CONFIG_INTR() method to the platform and tomarcel2008-03-072-0/+17
* o We don't have to keep track of the PIC, nor do we have to make suremarcel2008-03-051-28/+39
* o Various fixes related to PCI Express:marcel2008-03-051-37/+65
OpenPOWER on IntegriCloud