From 5f1cbf99eee5cca9535bdd869bcff1d7eac93afe Mon Sep 17 00:00:00 2001 From: Ryan Harkin Date: Fri, 14 Jun 2013 13:41:50 +0100 Subject: Linaro Firmware for 13.02 release These files were used in the Linaro Firmware overlay for the 13.02 release: https://wiki.linaro.org/ARM/VersatileExpress?action=AttachFile&do=get&target=vemsd-armlt-20130225-001.zip The release can be found here: http://releases.linaro.org/13.02/ubuntu/vexpress/ http://releases.linaro.org/13.02/android/vexpress/ The changes will configure u-boot on A5 and TC1, UEFI on A9 and Boot Monitor on TC2. Signed-off-by: Ryan Harkin --- SITE1/HBI0249A/images.txt | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) (limited to 'SITE1/HBI0249A/images.txt') diff --git a/SITE1/HBI0249A/images.txt b/SITE1/HBI0249A/images.txt index 8b83d26..42e318f 100644 --- a/SITE1/HBI0249A/images.txt +++ b/SITE1/HBI0249A/images.txt @@ -1,7 +1,7 @@ TITLE: Versatile Express Images Configuration File [IMAGES] -TOTALIMAGES: 3 ;Number of Images (Max : 32) +TOTALIMAGES: 6 ;Number of Images (Max : 32) NOR0UPDATE: AUTO ;Image Update:NONE/AUTO/FORCE NOR0ADDRESS: BOOT ;Image Flash Address NOR0FILE: \SOFTWARE\bm_v519r.axf ;Image File Name @@ -17,3 +17,21 @@ NOR2FILE: \SOFTWARE\TC2\uefi.bin ;Image File Name NOR2LOAD: 81000000 ;Image Load Address NOR2ENTRY: 81000000 ;Image Entry Point +NOR3UPDATE: AUTO ;IMAGE UPDATE:NONE/AUTO/FORCE +NOR3ADDRESS: 03000000 ;Image Flash Address +NOR3FILE: \SOFTWARE\TC2\zimage.bin ;Image File Name - master kernel +NOR3LOAD: 80008000 ;Image Load Address +NOR3ENTRY: 80008000 ;Image Entry Point + +NOR4UPDATE: AUTO ;IMAGE UPDATE:NONE/AUTO/FORCE +NOR4ADDRESS: 00600000 ;Image Flash Address +NOR4FILE: \SOFTWARE\TC2\dtb.bin ;Image File Name - master DTB +NOR4LOAD: a0000000 ;Image Load Address +NOR4ENTRY: a0000000 ;Image Load Address + +NOR5UPDATE: AUTO ;IMAGE UPDATE:NONE/AUTO/FORCE +NOR5ADDRESS: 0c000000 ;Image Flash Address +NOR5FILE: \SOFTWARE\TC2\initrd.bin ;Image File Name - master initrd +NOR5LOAD: a0100000 ;Image Load Address +NOR5ENTRY: a0100000 ;Image Entry Point + -- cgit v1.2.3