]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Rearchitect platform memory map parsing to make it less
authornwhitehorn <nwhitehorn@FreeBSD.org>
Sun, 1 Dec 2013 19:43:15 +0000 (19:43 +0000)
committernwhitehorn <nwhitehorn@FreeBSD.org>
Sun, 1 Dec 2013 19:43:15 +0000 (19:43 +0000)
commitec0aa90267cba814e1358c0d15990685877a0fd2
tree49607d4c95360d6a3b93245a24433c64c2097d35
parent8462fff4bad68a6fe07e1d8d6bc39676733d5264
Rearchitect platform memory map parsing to make it less
Open Firmware-centric:
- Keep the static list of regions in platform.c instead of ofw_machdep.c
- Move various merging and sorting operations to platform.c as well
- Move apple_hacks code out of ofw_machdep.c and into platform_powermac.c,
  where it belongs
- Move CHRP-specific dynamic-reconfiguration memory parsing into
  platform_chrp.c instead of pretending it is shared code
sys/powerpc/booke/platform_bare.c
sys/powerpc/include/ofw_machdep.h
sys/powerpc/mpc85xx/platform_mpc85xx.c
sys/powerpc/ofw/ofw_machdep.c
sys/powerpc/powermac/platform_powermac.c
sys/powerpc/powerpc/platform.c
sys/powerpc/powerpc/platform_if.m
sys/powerpc/ps3/platform_ps3.c
sys/powerpc/pseries/platform_chrp.c
sys/powerpc/wii/platform_wii.c