svn commit: r260447 - head/sys/boot/fdt/dts

Ganbold Tsagaankhuu ganbold at FreeBSD.org
Wed Jan 8 09:33:17 UTC 2014


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 at 01c20000 {
+		cpu-cfg at 01c25c00 {
 			compatible = "allwinner,sun7i-cpu-cfg";
 			#address-cells = <1>;
 			#size-cells = <1>;


More information about the svn-src-head mailing list