diff options
author | Ryan Harkin <ryan.harkin@linaro.org> | 2016-06-14 10:42:36 +0100 |
---|---|---|
committer | Ryan Harkin <ryan.harkin@linaro.org> | 2016-06-22 13:56:17 +0100 |
commit | bc1b018ea10f2832bd30388e6f84ea09c4bd1257 (patch) | |
tree | 77cd37868d84502c4ac3be1d46006584d973d9ce | |
parent | 31580bb7bd502c94946b936678b2befe6b09fe0f (diff) | |
download | vexpress-firmware-armlt-vexpress-16.07.tar.gz |
Rename zImage to Image and use norname as norkernarmlt-vexpress-20161117-001armlt-vexpress-20161018-001armlt-vexpress-20161012-001armlt-vexpress-20160926-001armlt-vexpress-20160917-001armlt-vexpress-20160916-001armlt-vexpress-20160907-001armlt-vexpress-20160906-002armlt-vexpress-20160906-001armlt-vexpress-20160809-001armlt-vexpress-20160803-001armlt-vexpress-20160720-001armlt-vexpress-20160714-001armlt-vexpress-20160622-001armlt-vexpress-16.11armlt-vexpress-16.10armlt-vexpress-16.09-003armlt-vexpress-16.09-001armlt-vexpress-16.09armlt-vexpress-16.08armlt-vexpress-16.07-001armlt-vexpress-16.07armlt-vexpress-16.0616.0816.0716.06
Rename the kernel in the SOFTWARE directory as Image, instead of zImage.
We don't necessariily use a zImage, eg: when booting with bootmon, it's
a zImage, when booting with u-boot, it will be a uImage.
Also, set the norname for the kernel to "norkern" to match what we've
done for Juno.
Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
-rw-r--r-- | SITE1/HBI0191B/images.txt | 3 | ||||
-rw-r--r-- | SITE1/HBI0225B/images.txt | 3 | ||||
-rw-r--r-- | SITE1/HBI0237A/images.txt | 3 | ||||
-rw-r--r-- | SITE1/HBI0249A/images.txt | 3 | ||||
-rw-r--r-- | SOFTWARE/bootkern.txt | 2 |
5 files changed, 9 insertions, 5 deletions
diff --git a/SITE1/HBI0191B/images.txt b/SITE1/HBI0191B/images.txt index 7cc16d6..28e5bb5 100644 --- a/SITE1/HBI0191B/images.txt +++ b/SITE1/HBI0191B/images.txt @@ -11,7 +11,8 @@ NOR0ENTRY: 44000000 ;Image Entry Point NOR1UPDATE: AUTO ;IMAGE UPDATE:NONE/AUTO/FORCE
NOR1ADDRESS: 03000000 ;Image Flash Address
-NOR1FILE: \SOFTWARE\zImage ;Image File Name - master kernel
+NOR1FILE: \SOFTWARE\Image ;Image File Name - master kernel
+NOR1NAME: norkern ;Rename kernel to norkern
NOR1LOAD: 80008000 ;Image Load Address
NOR1ENTRY: 80008000 ;Image Entry Point
diff --git a/SITE1/HBI0225B/images.txt b/SITE1/HBI0225B/images.txt index 9d995ca..1351a23 100644 --- a/SITE1/HBI0225B/images.txt +++ b/SITE1/HBI0225B/images.txt @@ -9,7 +9,8 @@ NOR0FILE: \SOFTWARE\boot-a5.bin ;Image File Name NOR1UPDATE: AUTO ;IMAGE UPDATE:NONE/AUTO/FORCE
NOR1ADDRESS: 03000000 ;Image Flash Address
-NOR1FILE: \SOFTWARE\zImage ;Image File Name - master kernel
+NOR1FILE: \SOFTWARE\Image ;Image File Name - master kernel
+NOR1NAME: norkern ;Rename kernel to norkern
NOR1LOAD: 80008000 ;Image Load Address
NOR1ENTRY: 80008000 ;Image Entry Point
diff --git a/SITE1/HBI0237A/images.txt b/SITE1/HBI0237A/images.txt index 7afd2de..1d81a2e 100644 --- a/SITE1/HBI0237A/images.txt +++ b/SITE1/HBI0237A/images.txt @@ -9,7 +9,8 @@ NOR0FILE: \SOFTWARE\boot-tc1.bin ;Image File Name NOR1UPDATE: AUTO ;IMAGE UPDATE:NONE/AUTO/FORCE
NOR1ADDRESS: 03000000 ;Image Flash Address
-NOR1FILE: \SOFTWARE\zImage ;Image File Name - master kernel
+NOR1FILE: \SOFTWARE\Image ;Image File Name - master kernel
+NOR1NAME: norkern ;Rename kernel to norkern
NOR1LOAD: 80008000 ;Image Load Address
NOR1ENTRY: 80008000 ;Image Entry Point
diff --git a/SITE1/HBI0249A/images.txt b/SITE1/HBI0249A/images.txt index cb3df6a..f5f312b 100644 --- a/SITE1/HBI0249A/images.txt +++ b/SITE1/HBI0249A/images.txt @@ -13,7 +13,8 @@ NOR1FILE: \SOFTWARE\bootscr.txt ;Image File Name NOR2UPDATE: AUTO ;IMAGE UPDATE:NONE/AUTO/FORCE
NOR2ADDRESS: 03000000 ;Image Flash Address
-NOR2FILE: \SOFTWARE\zImage ;Image File Name - master kernel
+NOR2FILE: \SOFTWARE\Image ;Image File Name - master kernel
+NOR2NAME: norkern ;Rename kernel to norkern
NOR2LOAD: 80008000 ;Image Load Address
NOR2ENTRY: 80008000 ;Image Entry Point
diff --git a/SOFTWARE/bootkern.txt b/SOFTWARE/bootkern.txt index d022a9d..d3fed5f 100644 --- a/SOFTWARE/bootkern.txt +++ b/SOFTWARE/bootkern.txt @@ -1,3 +1,3 @@ fl linux fdt board.dtb fl linux initrd ramdisk.img -fl linux boot zImage console=ttyAMA0,38400 earlyprintk debug verbose rootwait root=/dev/sda2 androidboot.hardware=arm-versatileexpress-usb +fl linux boot norkern console=ttyAMA0,38400 earlyprintk debug verbose rootwait root=/dev/sda2 androidboot.hardware=arm-versatileexpress-usb |