Send commitlog mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.openmoko.org/mailman/listinfo/commitlog
or, via email, send a message with subject or body 'help' to
[EMAIL PROTECTED]
You can reach the person managing the list at
[EMAIL PROTECTED]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of commitlog digest..."
Today's Topics:
1. r1320 - trunk/src/target/u-boot/patches
([EMAIL PROTECTED])
2. r1321 - trunk/src/target/u-boot/patches
([EMAIL PROTECTED])
--- Begin Message ---
Author: laforge
Date: 2007-03-11 00:41:55 +0100 (Sun, 11 Mar 2007)
New Revision: 1320
Modified:
trunk/src/target/u-boot/patches/uboot-20061030-neo1973.patch
Log:
* Make sure ADDR26/GPA11 is configured as address pin, not as GPIO
This should fix all kinds of system instability problems, since it meant as
soon as memory > 64MB is used, memory corruption will occur.
Modified: trunk/src/target/u-boot/patches/uboot-20061030-neo1973.patch
===================================================================
--- trunk/src/target/u-boot/patches/uboot-20061030-neo1973.patch
2007-03-10 22:48:45 UTC (rev 1319)
+++ trunk/src/target/u-boot/patches/uboot-20061030-neo1973.patch
2007-03-10 23:41:55 UTC (rev 1320)
@@ -271,7 +271,7 @@
+ gpio->GPHCON = 0x0000FAAA;
+ gpio->GPHUP = 0x000007FF;
+#elif defined(CONFIG_ARCH_GTA01B_v2) || defined(CONFIG_ARCH_GTA01B_v3)
-+ gpio->GPACON = 0x005E47FF;
++ gpio->GPACON = 0x005E4FFF;
+
+ gpio->GPBCON = 0x00145415;
+ gpio->GPBUP = 0x000007FF;
--- End Message ---
--- Begin Message ---
Author: laforge
Date: 2007-03-11 00:44:11 +0100 (Sun, 11 Mar 2007)
New Revision: 1321
Modified:
trunk/src/target/u-boot/patches/uboot-mokoversion.patch
Log:
increase to moko6 to have a clear indication of the 64MB memory fix
Modified: trunk/src/target/u-boot/patches/uboot-mokoversion.patch
===================================================================
--- trunk/src/target/u-boot/patches/uboot-mokoversion.patch 2007-03-10
23:41:55 UTC (rev 1320)
+++ trunk/src/target/u-boot/patches/uboot-mokoversion.patch 2007-03-10
23:44:11 UTC (rev 1321)
@@ -7,4 +7,4 @@
fi
fi
+
-+printf '%s' -moko5
++printf '%s' -moko6
--- End Message ---
_______________________________________________
commitlog mailing list
[email protected]
http://lists.openmoko.org/mailman/listinfo/commitlog