summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Harkin <ryan.harkin@linaro.org>2016-05-12 16:00:29 +0100
committerRyan Harkin <ryan.harkin@linaro.org>2016-05-12 16:06:50 +0100
commit4ab2724982a2741f914088444121cd25cb091b03 (patch)
tree3cbadc47a0994cd074686f1e780ff2dcb7bdf0ec
parentae8374f0ae3ed5dea92c06b2d8370dda2ca1f6b6 (diff)
We update the boot-a9.bin from a UEFI binary to a U-Boot binary, then we update board.txt to disable the NOR bank swapping. And the board should boot from U-Boot from now on. Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
-rw-r--r--SITE1/HBI0191B/board.txt2
-rw-r--r--SOFTWARE/boot-a9.binbin2621440 -> 267504 bytes
2 files changed, 1 insertions, 1 deletions
diff --git a/SITE1/HBI0191B/board.txt b/SITE1/HBI0191B/board.txt
index f58c355..10a9770 100644
--- a/SITE1/HBI0191B/board.txt
+++ b/SITE1/HBI0191B/board.txt
@@ -43,7 +43,7 @@ OSC2: 66.67 ;OSC2 Frequency in MHz (TCREFCLK)
[SCC REGISTERS]
TOTALSCCS: 3 ;Total Number of SCC registers defined
SCC: 0x000 0xBB8A802A ;CFGRW0 Power up settings - MCLK, AXICLKs, FCLK PLL configuration
-SCC: 0x004 0x10001F09 ;CFGRW1 Power up settings - Remap bits, A9 static signals, MCLK PLL
+SCC: 0x004 0x00001F09 ;CFGRW1 Power up settings - Remap bits, A9 static signals, MCLK PLL
SCC: 0x008 0x00000000 ;CFGRW2 Power up settings - Misc, A9 static signals
diff --git a/SOFTWARE/boot-a9.bin b/SOFTWARE/boot-a9.bin
index adbbb15..9edc28c 100644
--- a/SOFTWARE/boot-a9.bin
+++ b/SOFTWARE/boot-a9.bin
Binary files differ