Author: wookey
Date: 2010-02-18 18:07:32 +0000 (Thu, 18 Feb 2010)
New Revision: 998
Modified:
balloon/trunk/bootldr/Makefile-level2
balloon/trunk/bootldr/boot-pxa.s
balloon/trunk/bootldr/config.local.mk
Log:
Despite loads of changes to bootldr the version number hasn't changed
in 3 years. It's time to fix that.
Modified: balloon/trunk/bootldr/Makefile-level2
===================================================================
--- balloon/trunk/bootldr/Makefile-level2 2010-02-18 18:06:01 UTC (rev 997)
+++ balloon/trunk/bootldr/Makefile-level2 2010-02-18 18:07:32 UTC (rev 998)
@@ -18,7 +18,7 @@
#
VERSION_MAJOR = 3
-VERSION_MINOR = 0
+VERSION_MINOR = 1
VERSION_MICRO = 0
VERSION_SPECIAL= loon3
Modified: balloon/trunk/bootldr/boot-pxa.s
===================================================================
--- balloon/trunk/bootldr/boot-pxa.s 2010-02-18 18:06:01 UTC (rev 997)
+++ balloon/trunk/bootldr/boot-pxa.s 2010-02-18 18:07:32 UTC (rev 998)
@@ -2634,10 +2634,17 @@
// RDF is minimum number of clock cycles nOE/nPWE are asserted
// we want this to be 3 for quick NAND access
// any slower cycles will be created by the VLIO timer in CPLD
-.long 0x74a47734
+//.long 0x74a47734
//below is correct magic value for use with 'fast bus' mode - i.e if
//CPU_FREQ turned on in kernel
// .long 0x74a45dd1
+// and this is the 'novlio' version
+// 15 14 13 12 11 10 09 08 07 06 05 04 03 02 01 00
+//RBUF| RRR | RDN | RDF |RBW| RT
+// for Samosa, asssuming 104MHz bus clock,
+// SRAM timing
+// RDF=14, RDN=14, RRR=4, RBUF=0, RBW=0, RT=1
+.long 0x74a44ee1
#else
MSC2_INIT:
.long 0x74a42494
Modified: balloon/trunk/bootldr/config.local.mk
===================================================================
--- balloon/trunk/bootldr/config.local.mk 2010-02-18 18:06:01 UTC (rev 997)
+++ balloon/trunk/bootldr/config.local.mk 2010-02-18 18:07:32 UTC (rev 998)
@@ -7,7 +7,7 @@
CONFIG_MACH=BALLOON
# optional definitions
-CONFIG_BALLOON_DEBUG=n
+CONFIG_BALLOON_DEBUG=y
CONFIG_FAKE_CFI_FLASH=y
CONFIG_NOSPLASH=y