freebsd-skq/sys/boot/fdt
ian 3cccc93a26 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
..
dts Fix syntax errors (missing ;) that bsdl dtc was tolerant of, but gpl 2014-02-28 22:37:40 +00:00
fdt_loader_cmd.c Prevent fdt data loaded from a file from overwriting the kernel environment, 2014-03-01 19:02:00 +00:00
help.fdt Provide verbose help for fdt commands on platforms that use it. 2013-02-11 02:15:26 +00:00
Makefile When building FDT on MIPS, use softfloat. 2014-02-23 22:12:25 +00:00