Module Name: src
Committed By: jmcneill
Date: Fri Oct 28 20:38:58 UTC 2022
Modified Files:
src/doc: CHANGES
Log Message:
evbarm: Update Xilinx Zynq-7000 SoC support to use FDT based configuration.
To generate a diff of this commit:
cvs rdiff -u -r1.2924 -r1.2925 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.2924 src/doc/CHANGES:1.2925
--- src/doc/CHANGES:1.2924 Fri Oct 28 09:44:52 2022
+++ src/doc/CHANGES Fri Oct 28 20:38:58 2022
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2924 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2925 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -710,3 +710,5 @@ Changes from NetBSD 9.0 to NetBSD 10.0:
evbarm: Add support for Oracle Cloud virtual machines.
[jmcneill 20221015]
libc: put reallocarray(3) in the public namespace
+ evbarm: Update Xilinx Zynq-7000 SoC support to use FDT based
+ configuration. [jmcneill 20191028]