Module Name: src
Committed By: matt
Date: Sat Sep 1 00:49:03 UTC 2012
Modified Files:
src/doc: CHANGES
Log Message:
Note new ARM changes.
To generate a diff of this commit:
cvs rdiff -u -r1.1740 -r1.1741 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.1740 src/doc/CHANGES:1.1741
--- src/doc/CHANGES:1.1740 Sun Aug 26 23:03:20 2012
+++ src/doc/CHANGES Sat Sep 1 00:49:02 2012
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1740 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1741 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -109,3 +109,9 @@ Changes from NetBSD 6.0 to NetBSD 7.0:
mkdep(1): Add -P option. [jmmv 20120826]
share/mk: Add placeholder test programs (with some very basic test
cases within) for common bsd.*.mk modules. [jmmv 20120826]
+ arm: Add Cortex-A9 support (a9tmr, a9wdt, armgic, armperiph). Add
+ initial MP support (can boot 2nd cpu but dies quickly). Add
+ L1 SuperSection support for ARMv6/ARMv7. Add support for
+ BCM5301X SoC. Add initial support for OMAP4430 and partial
+ support for Freescale i.MX6. Add new common boot/kvminit
+ code. [matt 20120831]