summaryrefslogtreecommitdiff
path: root/sys/stand/efiboot/version
AgeCommit message (Expand)Author
2022-04-02Update to support EFI runtime outside the kernel virtual address spaceskrll
2022-03-25efiboot: Add support for 'userconf' command.jmcneill
2021-09-28efiboot: Add support for changing the video mode.jmcneill
2021-08-08s/partion/partition/ s/arrray/array/ in comments.andvar
2021-06-21efiboot: Use disk I/O protocol for block device access.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-26add basic raidframe support to efiboot.mrg
2021-05-21Disable ACPI support when booting big endian kernels.jmcneill
2020-10-18efiboot: bump versiontnn
2020-10-11Add ISO9660 support.jmcneill
2020-10-10Support EFI runtime and GOP FB for devicetree (non-ACPI) setups.jmcneill
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-14Bump efiboot version to note EFI RNG support.riastradh
2019-12-18Implement rndseed support in efiboot and fdt arm.riastradh
2019-11-30Use SMBIOS system vendor and product strings to create a "model" stringjmcneill
2019-08-01Add full UEFI memory map to the /chosen node.jmcneill
2019-07-24Add support for simple framebuffers when booting in ACPI mode.jmcneill
2019-04-21- Add support for a boot configuration file, defaulting to /etc/efiboot.plist.thorpej
2019-01-18Add support for "bootargs" environment variable from jmcneill@skrll
2018-11-15Add support for loading kernels over NFS.jmcneill
2018-11-01Add GPT support.jmcneill
2018-10-28Make EFI runtime services available to the kernel. Bump version to 1.5.jmcneill
2018-10-26add "boot-file" support. now one can automatically boot amrg
2018-10-21Enable ACPI support.jmcneill
2018-09-09Add support for setting environment variables. Currently the following envjmcneill
2018-09-03Add PXE support.jmcneill
2018-08-24Add MI EFI bootloader and AArch64 glue.jmcneill