summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Harkin <ryan.harkin@linaro.org>2015-05-20 15:19:31 +0100
committerRyan Harkin <ryan.harkin@linaro.org>2015-05-20 15:27:16 +0100
commit8f38c8ece411b55be6185cd2327dfb40aa5492d8 (patch)
tree2d25719ea03dfd557976f54bb41ed24d51c21d3e
parented8a368c66de0252c88fa133afb6915c1bf0b4fd (diff)
Add ARMLT U-Boot binary
Built from this commit [1]: e7304a1 2015-05-07 vexpress64: fvp: add DRAM configuration [Ryan Harkin] And combined with the unmodified ARM Trusted Firmware binaries from the 0.11.3 release. The default config matches the config in this repo at this point, with the kernel stored in NOR flash as "norkern", the device tree as "board.dtb" and the initrd as "ramdisk.img". The user should write the contents of this repo to their board's uSD card, copy over their Image, juno*.dtb files and, for Android images. The ramdisk.img from the boot.tar.bz2 file must first be wrapped in a u-boot header to make a uInitrd, eg: mkimage -A arm64 -O linux -T ramdisk -n ramdisk -C none -a 0x84000000 -e 0 -n "BusyBox ramdisk" -d ramdisk.img uInitrd Then copy uInitrd to SOFTWARE/ramdisk.img. Rebooting the board should then allow the user to boot straight into their image stored on the USB stick. [1] https://git.linaro.org/landing-teams/working/arm/u-boot.git/shortlog/e7304a10325ea3e05b609f2a3b3896b9c666f1bf Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
-rw-r--r--SOFTWARE/fip-uboot.binbin0 -> 300380 bytes
1 files changed, 0 insertions, 0 deletions
diff --git a/SOFTWARE/fip-uboot.bin b/SOFTWARE/fip-uboot.bin
new file mode 100644
index 0000000..14f4592
--- /dev/null
+++ b/SOFTWARE/fip-uboot.bin
Binary files differ