aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc/mpc85xx
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix use of uninitialized variable.Justin Hibbits2017-01-221-2/+2
* Simplify the page tracking for VA<->PA translations.Justin Hibbits2016-11-162-0/+6
* Write to the correct GPIO registers.Justin Hibbits2016-11-151-2/+2
* Merge i.MX and PowerPC SDHCI driversJustin Hibbits2016-11-022-1600/+0
* Adjust copyright date. No real work was done on it until 2016.Justin Hibbits2016-10-081-1/+1
* Fix e500mc/derivatives cpu idleJustin Hibbits2016-10-051-12/+5
* Add NXP/Freescale DIU driver for PowerPC SoCsJustin Hibbits2016-09-272-0/+486
* Add yet another QorIQ GPIO compat string.Justin Hibbits2016-09-211-0/+1
* Disable the qoriq errata fix for nowJustin Hibbits2016-09-071-0/+2
* Return a NULL pointer (0 vm_offset) on error in map_dcsr().Justin Hibbits2016-09-031-1/+1
* Attach and LAW problems to fixJustin Hibbits2016-08-301-24/+11
* Return 0 instead of an error code on failure to find dcsr.Justin Hibbits2016-08-141-2/+2
* Only flush bp_kernload from the dcache, no need to sync the icache on the boo...Justin Hibbits2016-08-141-1/+1
* Add ePAPR boot support for PowerPC book-E (MPC85xx) hardwareJustin Hibbits2016-08-131-8/+80
* Merge MPC85XX and QorIQ config optionsJustin Hibbits2016-08-034-129/+150
* Unbreak the LBC driver, broken with the large RMan and 36-bit physical addres...Justin Hibbits2016-07-051-21/+32
* Use OF_prop_free instead of direct call to free(9)Oleksandr Tymoshenko2016-05-141-3/+3
* sys/powerpc: make use of the howmany() macro when available.Pedro F. Giffuni2016-04-261-1/+1
* Fix SMP booting for PowerPC Book-EJustin Hibbits2016-04-191-19/+3
* Make i2c device child auto-probe work for MPC85xx and QorIQ SoCs.Justin Hibbits2016-04-051-1/+11
* Reduce OFW PCI code duplication - involves ARM, PPC and SPARC64Zbigniew Bodek2016-03-291-2/+1
* Fix fallout from r292180 (Dec 2015)... ensure that every driver which hasIan Lepore2016-03-211-1/+1