Module Name: src
Committed By: jmcneill
Date: Mon Aug 30 23:27:13 UTC 2021
Modified Files:
src/doc: CHANGES
Log Message:
evbarm: Add support for Apple M1.
To generate a diff of this commit:
cvs rdiff -u -r1.2825 -r1.2826 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.2825 src/doc/CHANGES:1.2826
--- src/doc/CHANGES:1.2825 Mon Aug 30 00:18:17 2021
+++ src/doc/CHANGES Mon Aug 30 23:27:13 2021
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2825 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2826 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -414,3 +414,4 @@ Changes from NetBSD 9.0 to NetBSD 10.0:
bind: Import version 9.16.20. [christos 20210819]
evbarm: Support marvell-based machines in big-endian mode. Currently,
only KUROBOX_PRO has been tested. [rin 20210830]
+ evbarm: Add support for Apple M1. [jmcneill 20210830]