Module Name: src
Committed By: jmcneill
Date: Fri Nov 12 22:02:49 UTC 2021
Modified Files:
src/doc: CHANGES
Log Message:
evbarm: Add support for Rockchip RK3288 SoCs.
To generate a diff of this commit:
cvs rdiff -u -r1.2849 -r1.2850 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.2849 src/doc/CHANGES:1.2850
--- src/doc/CHANGES:1.2849 Sun Nov 7 17:17:24 2021
+++ src/doc/CHANGES Fri Nov 12 22:02:49 2021
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2849 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2850 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -453,3 +453,4 @@ Changes from NetBSD 9.0 to NetBSD 10.0:
sht3xtemp(4): Driver for the Sensirion SHT30/SHT31/SHT35 temperature
and humidity sensor [brad 20211106]
dts: Import dts files from Linux 5.15. [jmcneill 20211107]
+ evbarm: Add support for Rockchip RK3288 SoCs. [jmcneill 20211112]