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