aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc/mpc85xx
Commit message (Expand)AuthorAgeFilesLines
* Rename ofwpci.c to ofw_pcib.cMarcin Wojtas2021-05-201-3/+3
* Merge the QorIQ GPIO drivers between arm and powerpcJustin Hibbits2021-04-051-315/+0
* Make MAXPHYS tunable. Bump MAXPHYS to 1M.Konstantin Belousov2020-11-281-1/+1
* powerpc: clean up empty lines in .c and .h filesMateusz Guzik2020-09-0113-22/+6
* powerpc/mpc85xx: Don't use the quantum cache in vmem for MPIC MSIsJustin Hibbits2020-06-101-1/+1
* powerpc/mpc85xx: Partially revert r356640Justin Hibbits2020-01-131-1/+1
* powerpc/mpc85xx: Fix localbus child reg property decodingJustin Hibbits2020-01-111-2/+2
* powerpc/mpc85xx: Clean up Freescale SATA driver a littleJustin Hibbits2019-12-151-30/+5
* Use a void * argument to callout handlers instead of timeout_t casts.John Baldwin2019-12-051-5/+6
* powerpc/mpc85xx: Add MSI support for Freescale PowerPC SoCsJustin Hibbits2019-11-081-8/+256
* Add support for building Book-E kernels with clang/lld.Brandon Bergren2019-11-021-6/+11
* powerpc/mpc85xx: Set description for the MPC85xx RC bridgeJustin Hibbits2019-11-021-0/+2
* powerpc/booke: Simplify the MPC85XX PCIe root complex driverJustin Hibbits2019-10-241-140/+14
* powerpc/mpc85xx: Replace global PCI config mutex with per-controller mutexJustin Hibbits2019-10-191-16/+11
* powerpc/mpc85xx: Fix function type for fsl_pcib_error_intr()Justin Hibbits2019-10-161-4/+2
* powerpc/mpc85xx: Use the proper (EREF) form of writing to DBCR0Justin Hibbits2019-05-231-5/+4
* powerpc/mpc85xx: Attach MPC85xx PCI bus and root complex at the right passJustin Hibbits2019-05-042-2/+4
* powerpc/mpc85xx: Synchronize timebase the platform correct wayJustin Hibbits2019-02-271-1/+174
* powerpc/booke: Replace a logical equivalent of pmap_kextract() with a real callJustin Hibbits2018-12-101-2/+2
* powerpc: Prepare Book-E kernels for KERNBASE != run baseJustin Hibbits2018-11-281-2/+3
* powerpc/mpc85xx: Reset the PCIe bus on attachJustin Hibbits2018-10-301-1/+12
* powerpc/mpc85xx: Make Freescale PCI bridge driver a subclass of ofw_pcib_pciJustin Hibbits2018-10-211-78/+6
* Remove dead errata fixup codeJustin Hibbits2018-05-013-119/+0
* Use a resource hint instead of environment variable for DIU modeJustin Hibbits2018-04-161-7/+4
* Align OF_getencprop_alloc API with OF_getencprop and OF_getprop_allocOleksandr Tymoshenko2018-04-091-2/+3
* Clean up OF_getprop_alloc APIOleksandr Tymoshenko2018-04-081-1/+1
* Remove platform_cpu_idle() and platform_cpu_idle_wakeup() interfacesJustin Hibbits2018-02-241-29/+0
* Only look for L2 cache controllers for mpc85xx_cacheJustin Hibbits2018-02-041-1/+43
* Add ISA PNP tables to ISA drivers. Fix a few incidental comments.Warner Losh2018-01-291-3/+3
* Make fsl_sata driver work on P1022Justin Hibbits2018-01-161-4/+7
* Include only the headers neededJustin Hibbits2018-01-131-9/+0
* Add SPDX identifier to headerJustin Hibbits2018-01-131-0/+2
* Enable L2 cache on supported PowerQUICC and QorIQ platformsJustin Hibbits2018-01-131-0/+129
* Override memattr for mmap on the Freescale DIU driverJustin Hibbits2017-12-021-0/+2
* sys/powerpc: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2712-0/+24
* Whether you can use mttb() or not is more complicated than whether PSL_HVNathan Whitehorn2017-11-251-0/+9
* Expand the Freescale PCIe root complex driver with the ofw_pcib_pciJustin Hibbits2017-11-141-2/+96
* Set the PRD extension list base address in little endianJustin Hibbits2017-11-061-2/+2
* Fix an off-by-one error missed in the initial commit of this driverJustin Hibbits2017-11-051-2/+3
* Add Freescale QorIQ SATA controller support.Justin Hibbits2017-11-052-0/+2058
* Fix integer type and format in debug printJustin Hibbits2017-11-031-2/+2
* Remove some unnecessary includesJustin Hibbits2017-10-191-7/+0
* Add P5021 and P5040 conditions for LAW count check.Justin Hibbits2017-09-091-0/+4
* Actually add the mpc85xx_get_platform_clock() function.Justin Hibbits2017-06-142-3/+16
* Use mpc85xx_get_platform_clock() instead of rolling our own.Justin Hibbits2017-06-141-3/+1
* Add Freescale eSPI driver found on QorIQ SoCsJustin Hibbits2017-04-021-0/+434
* Add a helper function to get system reference clockJustin Hibbits2017-04-012-0/+16
* Don't bother checking core versionJustin Hibbits2017-03-241-11/+0
* Switch qoriq_gpio over to using ofw_bus_search_compatibleJustin Hibbits2017-03-241-3/+8
* Fix r312613.Justin Hibbits2017-01-221-1/+1