freebsd-skq/sys/boot/common
ian 56bd016e78 MFC r262340, r262345, r262347, find and load an appropriate dtb file.
The search order for a usable dtb in fdt_setup_fdtp() is now

 - A dtb loaded with an explicit "load -t dtb" command.
 - A dtb already loaded into memory somehow[*] and pointed to by fdt_to_load.
 - A dtb in the memory pointed to by the u-boot env vars fdtaddr or fdt_addr.
 - A file named by the u-boot env vars fdtfile or fdt_file.
 - A static dtb compiled into the kernel.

 * Presumably by some arch-specific command or code.
2014-04-29 00:31:32 +00:00
..
bcache.c
boot.c
bootstrap.h MFC r262340, r262345, r262347, find and load an appropriate dtb file. 2014-04-29 00:31:32 +00:00
commands.c
console.c
crc32.c
crc32.h
dev_net.c
dev_net.h
devopen.c
disk.c When loader tries to open GPT partition, but partition table is not GPT, 2012-10-22 11:01:43 +00:00
disk.h Add the flags parameter to the disk_open() function and DISK_F_NOCACHE 2012-10-21 12:14:58 +00:00
gpt.c
gpt.h
help.common
interp_backslash.c
interp_forth.c Bring in some userboot changes from the bhyve branch to reduce diffs. 2013-01-08 03:27:37 +00:00
interp_parse.c
interp.c Remove new-line characters from the include() errors to make it consistent 2012-10-25 15:45:32 +00:00
isapnp.c
isapnp.h
load_elf32_obj.c
load_elf32.c
load_elf64_obj.c
load_elf64.c
load_elf_obj.c
load_elf.c Attach the elf section headers to the loaded kernel as metadata, so 2013-03-10 00:43:01 +00:00
loader.8 Sweep man pages replacing ad -> ada. 2013-10-01 18:41:53 +00:00
ls.c
Makefile.inc Hook in new files menusets.4th and manual. 2012-11-07 02:14:03 +00:00
md.c
merge_help.awk
misc.c
module.c MFC r262340, r262345, r262347, find and load an appropriate dtb file. 2014-04-29 00:31:32 +00:00
newvers.sh
panic.c
part.c MFC r263468: 2014-03-31 09:34:46 +00:00
part.h
pnp.c
reloc_elf32.c
reloc_elf64.c
reloc_elf.c
ufsread.c
util.c strncmp for boot code: fix an off by one error 2013-04-05 09:14:30 +00:00
util.h