Module Name: src
Committed By: jmcneill
Date: Sat Aug 25 00:09:12 UTC 2018
Modified Files:
src/doc: CHANGES
Log Message:
arm: Add UEFI boot loader for ARM64 platforms.
To generate a diff of this commit:
cvs rdiff -u -r1.2429 -r1.2430 src/doc/CHANGES
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/CHANGES
diff -u src/doc/CHANGES:1.2429 src/doc/CHANGES:1.2430
--- src/doc/CHANGES:1.2429 Fri Aug 24 05:39:04 2018
+++ src/doc/CHANGES Sat Aug 25 00:09:12 2018
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2429 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2430 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -206,3 +206,4 @@ Changes from NetBSD 8.0 to NetBSD 9.0:
dhcpcd: Import 7.0.8. [roy 20180820]
amd64: Add support for kASan - Kernel Address Sanitizer.
[maxv 20180820]
+ arm: Add UEFI boot loader for ARM64 platforms. [jmcneill 20180824]