[Armadeus-commitlog] armadeus branch, master, updated. armadeus-4.1-436-gc6f6155
Brought to you by:
sszy
|
From: jorasse <jo...@us...> - 2012-07-08 22:53:54
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus".
The branch, master has been updated
via c6f615585034a937078a44cbb5d06eecfc7f5d8f (commit)
from fa64cebf0ef2674518cbea9e1b33665119f88fad (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit c6f615585034a937078a44cbb5d06eecfc7f5d8f
Author: Eric Jarrige <eri...@ar...>
Date: Mon Jul 9 00:55:27 2012 +0200
[TOOLS] apf27: Bump U-Boot to 2012.04 and improve apf27_recover reliability
-----------------------------------------------------------------------
Summary of changes:
software/uboot_recover/apf27-u-boot-nand.bin | Bin 0 -> 414012 bytes
software/uboot_recover/apf27-u-boot.bin | Bin 372288 -> 0 bytes
software/uboot_recover/apf27_recover.py | 11 +++++++++--
3 files changed, 9 insertions(+), 2 deletions(-)
create mode 100644 software/uboot_recover/apf27-u-boot-nand.bin
delete mode 100644 software/uboot_recover/apf27-u-boot.bin
diff --git a/software/uboot_recover/apf27-u-boot-nand.bin b/software/uboot_recover/apf27-u-boot-nand.bin
new file mode 100644
index 0000000..7933184
Binary files /dev/null and b/software/uboot_recover/apf27-u-boot-nand.bin differ
diff --git a/software/uboot_recover/apf27-u-boot.bin b/software/uboot_recover/apf27-u-boot.bin
deleted file mode 100644
index e9c202d..0000000
Binary files a/software/uboot_recover/apf27-u-boot.bin and /dev/null differ
diff --git a/software/uboot_recover/apf27_recover.py b/software/uboot_recover/apf27_recover.py
index 5ccd017..0c8e379 100644
--- a/software/uboot_recover/apf27_recover.py
+++ b/software/uboot_recover/apf27_recover.py
@@ -257,7 +257,14 @@ class apf27Bootloader:
def initSDRAM1( self ):
print "SDRAM INIT1 APF",
- self.put("10027818","0000080f","l")
+ self.put("10000000","20040304","l") #/* AIPI1_PSR0 */
+ self.put("10000004","DFFBFCFB","l") #/* AIPI1_PSR1 */
+ self.put("10020000","00000000","l") #/* AIPI2_PSR0 */
+ self.put("10020004","FFFFFFFF","l") #/* AIPI2_PSR1 */
+ self.put("10027818","0003000F","l") #/* GPCR */
+
+ self.put("D8002060","00002200","l") #/* EIM / WCR */
+
self.put("D8001010","0000002C","l")
self.put("D8001004","0069D42A","l")
@@ -305,7 +312,7 @@ class UBoot:
return response
def load(self):
- BINARY = "apf27-u-boot.bin"
+ BINARY = "apf27-u-boot-nand.bin"
if not os.path.exists(BINARY):
raise Error("file "+BINARY+" doesn't exit",0)
self.fsize = "%08x" % os.path.getsize(BINARY) #os.stat(filesize)[6]
hooks/post-receive
--
armadeus
|