summaryrefslogtreecommitdiff
path: root/sys/stand/efiboot/efiboot.c
AgeCommit message (Expand)Author
2021-10-06efiboot: Make FDT support optional on a per-arch basis.jmcneill
2021-09-28efiboot: Add support for changing the video mode.jmcneill
2020-06-26Add dtoverlay command to specify device tree overlays from the bootthorpej
2020-06-21Add boot.cfg support.jmcneill
2020-05-14Pass EFI RNG output via /chosen/netbsd,efirng-{start,end}.riastradh
2019-09-26Do a full reset of the console at startupjmcneill
2019-04-21- Add support for a boot configuration file, defaulting to /etc/efiboot.plist.thorpej
2019-04-20Skip clearing the screen when efiboot starts, it may end up hiding useful inf...jmcneill
2019-04-10Fixup EFIBOT_DEBUG output for non-_LP64 caseskrll
2019-03-30Build fixes for 32-bit targets.jmcneill
2018-11-01Add GPT support.jmcneill
2018-10-31Assign VAs for EFI runtime mmio rangesjmcneill
2018-10-28Make EFI runtime services available to the kernel. Bump version to 1.5.jmcneill
2018-10-12Add ACPI support (enable with -DEFIBOOT_ACPI, currently disabled).jmcneill
2018-09-15Suppress printing size info when calling loadfile with COUNT_KERNELjmcneill
2018-09-15Claer the screen at startupjmcneill
2018-09-09Add a reboot command to the bootloaderjmcneill
2018-09-03Add PXE support.jmcneill
2018-08-26Add support for booting kernels from FFS partitions.jmcneill
2018-08-24If we could not query the DevicePathProtocol handle, just select no default b...jmcneill
2018-08-24EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL.Reset() may not be supported. Failing to rese...jmcneill
2018-08-24Add MI EFI bootloader and AArch64 glue.jmcneill