freebsd-dev/sys/boot/uboot/lib
Ian Lepore bc837fc0c0 Prevent fdt data loaded from a file from overwriting the kernel environment,
by having uboot_autoload() do the fdt setup (which may load a file) rather
than waiting until we're actually in the process of launching the kernel.

As part of making this happen...
 - Define LOADER_FDT_SUPPORT on the uboot/lib compile command line when
   MK_FDT is set.
 - Make fdt_setup_fdtb() public.
 - Declare public fdt_whatever() functions in a header instead of using
   scattered extern decls in .c files.
2014-03-01 19:02:00 +00:00
..
api_public.h Add architecture dependent code to support NAND Framework on Marvell SoCs. 2012-05-18 14:41:14 +00:00
console.c
copy.c Clarify an error message. The addresses here are 2013-02-18 20:11:20 +00:00
devicename.c Use disk_fmtdev() and disk_parsedev() functions from the new DISK API. 2012-09-09 11:32:06 +00:00
disk.c Remove all the instances of '#undef DEBUG' from kernel. 2013-10-25 18:38:44 +00:00
elf_freebsd.c Print kernel args as late as possible before jumping into kernel. 2013-02-23 20:27:03 +00:00
glue.c Remove all the instances of '#undef DEBUG' from kernel. 2013-10-25 18:38:44 +00:00
glue.h
libuboot.h Prevent fdt data loaded from a file from overwriting the kernel environment, 2014-03-01 19:02:00 +00:00
Makefile Prevent fdt data loaded from a file from overwriting the kernel environment, 2014-03-01 19:02:00 +00:00
module.c Prevent fdt data loaded from a file from overwriting the kernel environment, 2014-03-01 19:02:00 +00:00
net.c
reboot.c
time.c