Home | History | Annotate | Line # | Download | only in efiboot
version revision 1.20
      1 $NetBSD: version,v 1.20 2020/10/10 19:17:39 jmcneill Exp $
      2 
      3 NOTE ANY CHANGES YOU MAKE TO THE EFI BOOTLOADER HERE.  The format of this
      4 file is important - make sure the entries are appended on end, last item
      5 is taken as the current.
      6 
      7 1.0:	Initial version.
      8 1.1:	Add PXE booting support.
      9 1.2:	Add environment variable support.
     10 1.3:	Add ACPI support.
     11 1.4:	Add bootfile support.
     12 1.5:	EFI runtime support.
     13 1.6:	Add GPT support.
     14 1.7:	Add NFS support.
     15 1.8:	Add support for "bootargs" environment variable.
     16 1.9:	Add support for efiboot.plist and loading device tree overlays.
     17 1.10:	Add support for EFI GOP framebuffers in ACPI mode.
     18 1.11:	Add full UEFI memory map to /chosen node.
     19 1.12:	Derive ACPI model string from SMBIOS.
     20 1.13:	Add rndseed support.
     21 1.14:	Add EFI RNG support.
     22 1.15:	Add module support.
     23 2.0:	Add boot.cfg support.
     24 2.1:	Remove efiboot.plist support; support dtoverlay in boot.cfg.
     25 2.2:	Remove support for storing settings in EFI env vars.
     26 2.3:	EFI RT and GOP support for devicetree mode.
     27