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