NetBSD/sys/arch/powerpc/oea
mlelstv 8ce4433821 Do not call setroot() from MD code and from MI code, which has
unwanted sideeffects in the RB_ASKNAME case. This fixes PR/46732.

No longer wrap MD cpu_rootconf(), as hp300 port stores reboot information
as a side effect. Instead call MI rootconf() from MD code which makes
rootconf() now a wrapper to setroot().

Adjust several MD routines to set the global booted_device,booted_partition
variables instead of passing partial information to setroot().

Make cpu_rootconf(9) describe the calling order.
2012-07-29 18:05:39 +00:00
..
altivec_subr.S Add support for BookE Freescale MPC85xx (e500 core) processors. 2011-01-18 01:02:52 +00:00
altivec.c zero PCU area when loading used area. 2011-06-07 01:01:42 +00:00
cpu_subr.c Use kmem instead of malloc. Remove unneeded <sys/malloc.h> includes. 2012-02-01 09:54:02 +00:00
genassym.cf Enable XBSEN and HIGHBAT for OEA 7455 and related CPUs. 2012-02-01 05:25:57 +00:00
kgdb_glue.c Ansify function definitions w/o arguments. Generated with sed. 2009-03-18 10:22:21 +00:00
oea_machdep.c Allow use of large (>256MB) bats for iobats. If XBSEN isn't present, they 2012-02-16 07:59:46 +00:00
ofw_autoconf.c Do not call setroot() from MD code and from MI code, which has 2012-07-29 18:05:39 +00:00
ofw_consinit.c Retire varargs.h support. Move machine/stdarg.h logic into MI 2011-07-17 20:54:30 +00:00
ofw_rascons.c Use kmem instead of malloc. Remove unneeded <sys/malloc.h> includes. 2012-02-01 09:54:02 +00:00
ofw_rasconsvar.h
ofw_subr.S move clearing PSL_IP in ofwmsr back where it was - if we do it too early my 2011-07-27 22:04:23 +00:00
ofwoea_machdep.c OF_finddevice returns -1 on error, not an arbitrary negative number. Make 2012-07-17 03:13:31 +00:00
pmap64_bridge.c
pmap64.c
pmap_kernel.c Fix -fno-common fallout. 2012-07-28 23:08:56 +00:00
pmap.c Fix -fno-common fallout. 2012-07-28 23:08:56 +00:00
prep_machdep.c Fix panic() on KASSERT(len >= BAT_BL_8M) in oea_iobat_add(). Thanks phx@. 2012-02-11 13:53:59 +00:00