NetBSD/sys/stand/efiboot
thorpej 12431191f9 Add dtoverlay command to specify device tree overlays from the boot
loader command line.  Add support for specifying device tree overlays
in boot.cfg, with the syntax:

dtoverlay=/path/to/overlay.dtbo
dtoverlay=hd0e:/overlays/example.dtbo

Multiple overlays can be specified, and they are loaded in the order
they appear in boot.cfg.

Remove support for efiboot.plist.
2020-06-26 03:23:04 +00:00
..
bootaa64 Add module support. 2020-06-21 17:24:26 +00:00
bootarm Add module support. 2020-06-21 17:24:26 +00:00
boot.c Add dtoverlay command to specify device tree overlays from the boot 2020-06-26 03:23:04 +00:00
bootmenu.c Add dtoverlay command to specify device tree overlays from the boot 2020-06-26 03:23:04 +00:00
bootmenu.h Add boot.cfg support. 2020-06-21 23:53:26 +00:00
conf.c
console.c
dev_net.c
devopen.c
devopen.h
efiacpi.c Draft logic to get at EFI RNG. 2020-05-14 19:19:08 +00:00
efiacpi.h
efiblock.c Use roundup2() instead of open coding something almost the same that 2019-09-27 20:10:42 +00:00
efiblock.h
efiboot_machdep.h
efiboot.c Add dtoverlay command to specify device tree overlays from the boot 2020-06-26 03:23:04 +00:00
efiboot.h Add dtoverlay command to specify device tree overlays from the boot 2020-06-26 03:23:04 +00:00
efichar.c
efidev.c
efienv.c Add dtoverlay command to specify device tree overlays from the boot 2020-06-26 03:23:04 +00:00
efienv.h Add dtoverlay command to specify device tree overlays from the boot 2020-06-26 03:23:04 +00:00
efifdt.c Add module support. 2020-06-21 17:24:26 +00:00
efifdt.h Add module support. 2020-06-21 17:24:26 +00:00
efifile.c
efifile.h
efigetsecs.c Build fixes for 32-bit targets. 2019-03-30 12:47:53 +00:00
efinet.c Add support for netbooting with non-PCI network devices. 2019-03-31 22:24:41 +00:00
efinet.h
efipxe.c
efirng.c Make efi_rng_show return early if RNG protocol is not available. While 2020-05-14 23:09:29 +00:00
efirng.h Draft logic to get at EFI RNG. 2020-05-14 19:19:08 +00:00
exec.c Add dtoverlay command to specify device tree overlays from the boot 2020-06-26 03:23:04 +00:00
Makefile.efiboot Add dtoverlay command to specify device tree overlays from the boot 2020-06-26 03:23:04 +00:00
module.c Add module support. 2020-06-21 17:24:26 +00:00
module.h Add module support. 2020-06-21 17:24:26 +00:00
overlay.c Add dtoverlay command to specify device tree overlays from the boot 2020-06-26 03:23:04 +00:00
overlay.h Add dtoverlay command to specify device tree overlays from the boot 2020-06-26 03:23:04 +00:00
panic.c
prompt.c Fix for disappearing counters on graphics consoles 2020-01-25 10:09:46 +00:00
smbios.c s/sucess/success/ in comment. 2019-12-27 09:45:26 +00:00
smbios.h Use SMBIOS system vendor and product strings to create a "model" string 2019-11-30 13:02:18 +00:00
version Add dtoverlay command to specify device tree overlays from the boot 2020-06-26 03:23:04 +00:00