Module Name: src
Committed By: rin
Date: Mon Aug 30 00:18:18 UTC 2021
Modified Files:
src/doc: CHANGES
Log Message:
Support for big-endian mode has been added to evbarm/marvell.
Only KUROBOX_PRO has been tested until now.
To generate a diff of this commit:
cvs rdiff -u -r1.2824 -r1.2825 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.2824 src/doc/CHANGES:1.2825
--- src/doc/CHANGES:1.2824 Fri Aug 20 07:23:54 2021
+++ src/doc/CHANGES Mon Aug 30 00:18:17 2021
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2824 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2825 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -412,3 +412,5 @@ Changes from NetBSD 9.0 to NetBSD 10.0:
openldap: Import 2.5.6. [christos 20210814]
sh3: Switch to GCC 10. [mrg 20210816]
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]