freebsd-skq/sys/powerpc/booke
jhibbits ce6959baeb Use the correct type for physical addresses.
On Book-E, physical addresses are actually 36-bits, not 32-bits.  This is
currently worked around by ignoring the top bits.  However, in some cases, the
boot loader configures CCSR to something above the 32-bit mark.  This is stage 1
in updating the pmap to handle 36-bit physaddr.
2015-07-04 19:00:38 +00:00
..
booke_machdep.c Unify booke and AIM machdep. 2015-04-30 01:24:25 +00:00
interrupt.c Implement hwpmc(4) for Freescale e500 core. 2015-04-18 21:39:17 +00:00
locore.S Implement hwpmc(4) for Freescale e500 core. 2015-04-18 21:39:17 +00:00
machdep_e500.c Interrelated improvements to early boot mappings: 2013-10-26 18:18:14 +00:00
machdep_ppc4xx.c Extract vendor specific Book-E pieces into separate files and have a common 2012-05-30 17:34:40 +00:00
mp_cpudep.c Follow up r223485, which made AIM use the ABI thread pointer instead of 2013-11-11 17:37:50 +00:00
platform_bare.c Rearchitect platform memory map parsing to make it less 2013-12-01 19:43:15 +00:00
pmap.c Use the correct type for physical addresses. 2015-07-04 19:00:38 +00:00
trap_subr.S Implement hwpmc(4) for Freescale e500 core. 2015-04-18 21:39:17 +00:00