From 8f38c8ece411b55be6185cd2327dfb40aa5492d8 Mon Sep 17 00:00:00 2001 From: Ryan Harkin Date: Wed, 20 May 2015 15:19:31 +0100 Subject: 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 --- SOFTWARE/fip-uboot.bin | Bin 0 -> 300380 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 SOFTWARE/fip-uboot.bin diff --git a/SOFTWARE/fip-uboot.bin b/SOFTWARE/fip-uboot.bin new file mode 100644 index 0000000..14f4592 Binary files /dev/null and b/SOFTWARE/fip-uboot.bin differ -- cgit v1.2.3