Author: ganbold
Date: Wed Jan  8 09:33:16 2014
New Revision: 260447
URL: http://svnweb.freebsd.org/changeset/base/260447

Log:
  Update dts files of Cubieboard1,2 to use 1GB memory.
  Whilst there, fix cpu config register address for Cubieboard2.
  
  Approved by: stas (mentor)

Replaced:
  head/sys/boot/fdt/dts/cubieboard2.dts
     - copied, changed from r256656, head/sys/boot/fdt/dts/cubieboard2.dts
Modified:
  head/sys/boot/fdt/dts/cubieboard.dts

Modified: head/sys/boot/fdt/dts/cubieboard.dts
==============================================================================
--- head/sys/boot/fdt/dts/cubieboard.dts        Wed Jan  8 08:37:30 2014        
(r260446)
+++ head/sys/boot/fdt/dts/cubieboard.dts        Wed Jan  8 09:33:16 2014        
(r260447)
@@ -38,7 +38,7 @@
 
        memory {
                device_type = "memory";
-               reg = < 0x40000000 0x20000000 >;        /* 512MB RAM */
+               reg = < 0x40000000 0x40000000 >;        /* 1GB RAM */
        };
 
        aliases {

Copied and modified: head/sys/boot/fdt/dts/cubieboard2.dts (from r256656, 
head/sys/boot/fdt/dts/cubieboard2.dts)
==============================================================================
--- head/sys/boot/fdt/dts/cubieboard2.dts       Thu Oct 17 00:07:21 2013        
(r256656, copy source)
+++ head/sys/boot/fdt/dts/cubieboard2.dts       Wed Jan  8 09:33:16 2014        
(r260447)
@@ -38,7 +38,7 @@
 
        memory {
                device_type = "memory";
-               reg = < 0x40000000 0x20000000 >;        /* 512MB RAM */
+               reg = < 0x40000000 0x40000000 >;        /* 1GB RAM */
        };
 
        aliases {
@@ -61,7 +61,7 @@
                        #interrupt-cells = <1>;
                };
 
-               cpu-cfg@01c20000 {
+               cpu-cfg@01c25c00 {
                        compatible = "allwinner,sun7i-cpu-cfg";
                        #address-cells = <1>;
                        #size-cells = <1>;
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to