freebsd-dev/stand/powerpc
Nathan Whitehorn 18a119d74c Where we can, pass the kernel an FDT facsimile of the OF device tree rather
than a pointer to Open Firmware by default. This eliminates a number of
potentially unsafe calls to firmware from the kernel and provides better
performance.

This feature is meant to be expanded until it is on by default
unconditionally and, ideally, we can then garbage-collect the
nightmare pile of hacks required to call into Open Firmware from a live
kernel.

Reviewed by:	jhibbits
2018-03-04 04:49:09 +00:00
..
boot1.chrp Centralize several variables. 2018-02-02 06:32:26 +00:00
kboot Unify metadata load files for arm, mips, powerpc, sparc64 2018-02-13 03:44:50 +00:00
ofw Where we can, pass the kernel an FDT facsimile of the OF device tree rather 2018-03-04 04:49:09 +00:00
uboot Invent new LDR_INTERP for the loader interpreter to use. Use this in 2018-02-02 15:40:49 +00:00
Makefile stand: Fix build after r330249 2018-03-01 21:46:01 +00:00
Makefile.inc