Home | History | Annotate | Download | only in efiboot
History log of /src/sys/stand/efiboot/bootmenu.c
RevisionDateAuthorComments
 1.5  08-Jun-2022  wiz Remove now unused bootdefault() function.

Part of PR 56862.
 1.4  25-Mar-2022  jmcneill efiboot: Add support for 'userconf' command.

Add support for the 'userconf' command at the boot prompt and in boot.cfg,
and for FDT based booting, pass the commands as a string list property
named "netbsd,userconf" on the /chosen node.
 1.3  06-Oct-2021  jmcneill efiboot: Make FDT support optional on a per-arch basis.
 1.2  26-Jun-2020  thorpej 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.
 1.1  21-Jun-2020  jmcneill Add boot.cfg support.

RSS XML Feed