xref: /netbsd-src/sys/stand/efiboot/version (revision 1ce31668c596ac0a3e5a1cf99e3044bd4f9f13f1)
1*1ce31668Sjmcneill$NetBSD: version,v 1.33 2024/12/07 19:29:04 jmcneill Exp $
236105be2Sjmcneill
336105be2SjmcneillNOTE ANY CHANGES YOU MAKE TO THE EFI BOOTLOADER HERE.  The format of this
436105be2Sjmcneillfile is important - make sure the entries are appended on end, last item
536105be2Sjmcneillis taken as the current.
636105be2Sjmcneill
736105be2Sjmcneill1.0:	Initial version.
813f5d069Sjmcneill1.1:	Add PXE booting support.
97f3222e3Sjmcneill1.2:	Add environment variable support.
10b416cffbSjmcneill1.3:	Add ACPI support.
11557f10a4Smrg1.4:	Add bootfile support.
1224519eb7Sjmcneill1.5:	EFI runtime support.
1392efcce7Sjmcneill1.6:	Add GPT support.
14a158dd7eSjmcneill1.7:	Add NFS support.
158c499c7dSskrll1.8:	Add support for "bootargs" environment variable.
16ffbae842Sthorpej1.9:	Add support for efiboot.plist and loading device tree overlays.
173cdd75ddSjmcneill1.10:	Add support for EFI GOP framebuffers in ACPI mode.
185b55ec25Sjmcneill1.11:	Add full UEFI memory map to /chosen node.
19652b3556Sjmcneill1.12:	Derive ACPI model string from SMBIOS.
20fedc9173Sriastradh1.13:	Add rndseed support.
2148e74976Sriastradh1.14:	Add EFI RNG support.
228a3f4052Sjmcneill1.15:	Add module support.
232b6ae1afSjmcneill2.0:	Add boot.cfg support.
2412431191Sthorpej2.1:	Remove efiboot.plist support; support dtoverlay in boot.cfg.
2546d55c55Sjmcneill2.2:	Remove support for storing settings in EFI env vars.
26e8fb0aadSjmcneill2.3:	EFI RT and GOP support for devicetree mode.
27b5871b26Sjmcneill2.4:	Add ISO9660 support.
28db383f47Sandvar2.5:	Recognize the EFI system partition as fstype MSDOS.
29293024b5Sjmcneill2.6:	Disable ACPI support when booting big endian kernels.
309fe5ff39Smrg2.7:	Add basic support for booting from RAID1 volumes.
3113c62577Smrg2.8:	Add bi-endian disklabel and FFS support.
326b551144Sjmcneill2.9:	Watchdog support.
338a389c90Sjmcneill2.10:	Use disk I/O protocol for block devices.
34f719aa4dSjmcneill2.11:	Add support for changing the video mode.
3597eb8c2aSjmcneill2.12:	Add userconf support.
36e65a0eaaSskrll2.13:	Add Arm RT support and change Arm64 (aarch64) RT VAs.
37e76fd3daSskrll2.14:	Arm64: check cpu support for big endian kernel.
38*1ce31668Sjmcneill2.15:	Arm64: Use 1:1 PA to VA mappings for RT services.
39