xref: /netbsd-src/sys/stand/efiboot/version (revision 1ce31668c596ac0a3e5a1cf99e3044bd4f9f13f1)
1$NetBSD: version,v 1.33 2024/12/07 19:29:04 jmcneill Exp $
2
3NOTE ANY CHANGES YOU MAKE TO THE EFI BOOTLOADER HERE.  The format of this
4file is important - make sure the entries are appended on end, last item
5is taken as the current.
6
71.0:	Initial version.
81.1:	Add PXE booting support.
91.2:	Add environment variable support.
101.3:	Add ACPI support.
111.4:	Add bootfile support.
121.5:	EFI runtime support.
131.6:	Add GPT support.
141.7:	Add NFS support.
151.8:	Add support for "bootargs" environment variable.
161.9:	Add support for efiboot.plist and loading device tree overlays.
171.10:	Add support for EFI GOP framebuffers in ACPI mode.
181.11:	Add full UEFI memory map to /chosen node.
191.12:	Derive ACPI model string from SMBIOS.
201.13:	Add rndseed support.
211.14:	Add EFI RNG support.
221.15:	Add module support.
232.0:	Add boot.cfg support.
242.1:	Remove efiboot.plist support; support dtoverlay in boot.cfg.
252.2:	Remove support for storing settings in EFI env vars.
262.3:	EFI RT and GOP support for devicetree mode.
272.4:	Add ISO9660 support.
282.5:	Recognize the EFI system partition as fstype MSDOS.
292.6:	Disable ACPI support when booting big endian kernels.
302.7:	Add basic support for booting from RAID1 volumes.
312.8:	Add bi-endian disklabel and FFS support.
322.9:	Watchdog support.
332.10:	Use disk I/O protocol for block devices.
342.11:	Add support for changing the video mode.
352.12:	Add userconf support.
362.13:	Add Arm RT support and change Arm64 (aarch64) RT VAs.
372.14:	Arm64: check cpu support for big endian kernel.
382.15:	Arm64: Use 1:1 PA to VA mappings for RT services.
39