Module Name: src Committed By: jmcneill Date: Mon Oct 28 22:26:05 UTC 2019
Modified Files: src/doc: CHANGES Log Message: evbarm: Update TI AM335x SoC support to use FDT based configuration. To generate a diff of this commit: cvs rdiff -u -r1.2604 -r1.2605 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.2604 src/doc/CHANGES:1.2605 --- src/doc/CHANGES:1.2604 Mon Oct 28 03:01:55 2019 +++ src/doc/CHANGES Mon Oct 28 22:26:05 2019 @@ -1,4 +1,4 @@ -# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2604 $> +# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2605 $> # # # [Note: This file does not mention every change made to the NetBSD source tree. @@ -60,3 +60,5 @@ Changes from NetBSD 9.0 to NetBSD 10.0: vio9p(4): Add virtio-9p front-end driver. [ozaki-r 20191028] mount_9p(8): Enable to mount a filesystem exported via virtio-9p. [ozaki-r 20191028] + evbarm: Update TI AM335x SoC support to use FDT based configuration. + [jmcneill 20191028]