aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc/mpc85xx/mpc85xx.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* powerpc: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* Remove dead errata fixup codeJustin Hibbits2018-05-011-114/+0
* sys/powerpc: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* 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-141-3/+15
* Add a helper function to get system reference clockJustin Hibbits2017-04-011-0/+15
* Return a NULL pointer (0 vm_offset) on error in map_dcsr().Justin Hibbits2016-09-031-1/+1
* Return 0 instead of an error code on failure to find dcsr.Justin Hibbits2016-08-141-2/+2
* Merge MPC85XX and QorIQ config optionsJustin Hibbits2016-08-031-17/+32
* Allow the size argument for law_enable() to be non-power-of-2.Justin Hibbits2016-02-231-1/+2
* Add platform support for QorIQ SoCs.Justin Hibbits2015-12-301-0/+171
* Add support for new LAW registers in QorIQ SoCs.Justin Hibbits2015-11-181-26/+95
* Interrelated improvements to early boot mappings:Nathan Whitehorn2013-10-261-0/+2
* Just return if the size of the window is 0. This can happen when theMarcel Moolenaar2012-05-241-1/+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
* o Determine the number of LAWs in a way the is future proof. Only theMarcel Moolenaar2011-05-281-7/+14
* 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-111-1/+36
* Make MPC85xx LAW handling and reset routines aware of the MPC8548 variant.Rafal Jaworowski2009-03-131-2/+5
* Extend and improve MPC85XX Local Bus management.Rafal Jaworowski2008-12-181-3/+66
* Improve MPC85XX helper routines.Rafal Jaworowski2008-12-171-7/+25
* Remove mfsvr():Marcel Moolenaar2008-04-271-1/+1
* Use RSTCR for resetting the MPC8572 (the old way does not apply).Rafal Jaworowski2008-04-261-7/+20
* Introduce a dedicated file for MPC85xx-specific routines. Move cpu_reset()Rafal Jaworowski2008-04-261-0/+59