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
/
Makefile.efiboot
Age
Commit message (
Expand
)
Author
2023-06-15
Add missing include paths for libz. Not used at the moment although.
rin
2023-06-03
adapt to ${CC_WNO_ADDRESS_OF_PACKED_MEMBER}
lukem
2023-06-03
bsd.own.mk: rename to CC_WNO_ADDRESS_OF_PACKED_MEMBER
lukem
2022-03-25
efiboot: Add support for 'userconf' command.
jmcneill
2021-10-17
Honour the timeout= entry in boot.cfg
jmcneill
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
2021-06-20
Add support for the boot services watchdog and pet it on every block I/O
jmcneill
2021-05-27
add bi-endian support to the libsa ufs reader and enable it in efiboot.
mrg
2021-05-04
Set VERSIONMACHINE to ${MACHINE} instead of evbarm (oops)
jmcneill
2020-10-11
Add ISO9660 support.
jmcneill
2020-09-06
add support for new GCC 9 warnings that may be too much to fix
mrg
2020-06-28
Remove support for storing settings in EFI environment variables now that
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-06-21
Add module support.
jmcneill
2020-05-14
Draft logic to get at EFI RNG.
riastradh
2020-04-26
Adjust for binutils 2.34 in the same manner as efiboot/x86:
rin
2020-04-01
efiboot: add clang fix from i386/stand/efiboot/bootx64/Makefile here too
tnn
2020-01-25
Clean up the banner so it fits in 80 columns and add some extra details
jmcneill
2019-11-30
Use SMBIOS system vendor and product strings to create a "model" string
jmcneill
2019-07-21
Enable us to load kernel image of different byte order. Now, earmv7hf-eb
rin
2019-04-21
- Add support for a boot configuration file, defaulting to /etc/efiboot.plist.
thorpej
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-09
Add support for setting environment variables. Currently the following env
jmcneill
2018-09-03
Add PXE support.
jmcneill
2018-08-26
Add support for booting kernels from FFS partitions.
jmcneill
2018-08-24
Add MI EFI bootloader and AArch64 glue.
jmcneill