Module Name: src
Committed By: riastradh
Date: Thu May 14 19:25:16 UTC 2020
Modified Files:
src/sys/stand/efiboot: version
Log Message:
Bump efiboot version to note EFI RNG support.
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/sys/stand/efiboot/version
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/stand/efiboot/version
diff -u src/sys/stand/efiboot/version:1.14 src/sys/stand/efiboot/version:1.15
--- src/sys/stand/efiboot/version:1.14 Wed Dec 18 21:46:03 2019
+++ src/sys/stand/efiboot/version Thu May 14 19:25:16 2020
@@ -1,4 +1,4 @@
-$NetBSD: version,v 1.14 2019/12/18 21:46:03 riastradh Exp $
+$NetBSD: version,v 1.15 2020/05/14 19:25:16 riastradh Exp $
NOTE ANY CHANGES YOU MAKE TO THE EFI BOOTLOADER HERE. The format of this
file is important - make sure the entries are appended on end, last item
@@ -18,3 +18,4 @@ is taken as the current.
1.11: Add full UEFI memory map to /chosen node.
1.12: Derive ACPI model string from SMBIOS.
1.13: Add rndseed support.
+1.14: Add EFI RNG support.