summaryrefslogtreecommitdiff
path: root/android
diff options
context:
space:
mode:
authorRyan Harkin <ryan.harkin@linaro.org>2014-06-27 12:01:12 +0100
committerRyan Harkin <ryan.harkin@linaro.org>2014-06-27 12:01:12 +0100
commit23693b93c2d8b9d1e57c92e64043a892a20fb94a (patch)
tree16598aca8caaba89e194d379cf8ed3d403860a97 /android
parent671642f22cfac61cae47f1c5d77fc4e7ee05e680 (diff)
14.06: apply HACKING update from Andy
Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
Diffstat (limited to 'android')
-rw-r--r--android/images/armv8-android-juno-lsk/HOWTO_getsourceandbuild.txt10
-rw-r--r--android/images/armv8-juice-juno-lsk/HOWTO_getsourceandbuild.txt10
2 files changed, 4 insertions, 16 deletions
diff --git a/android/images/armv8-android-juno-lsk/HOWTO_getsourceandbuild.txt b/android/images/armv8-android-juno-lsk/HOWTO_getsourceandbuild.txt
index e535a41..2447396 100644
--- a/android/images/armv8-android-juno-lsk/HOWTO_getsourceandbuild.txt
+++ b/android/images/armv8-android-juno-lsk/HOWTO_getsourceandbuild.txt
@@ -249,24 +249,22 @@ bc. $ fip_create --dump \
The previous command will display the FIP layout:
-bc.. Firmware Image Package ToC:
+bc. Firmware Image Package ToC:
---------------------------
- Trusted Boot Firmware BL2: offset=0xD8, size=0x5268
- SCP Firmware BL3-0: offset=0x5340, size=0x9C64
- EL3 Runtime Firmware BL3-1: offset=0xEFA4, size=0x82A0
- Non-Trusted Firmware BL3-3: offset=0x17244, size=0xF0000
---------------------------
-
Creating "fip.bin";
-p.
5. Optional: the `fip_create` tool can be used in the exact same way to update individual images inside an existing FIP file. For example, to update the SCP Firmware BL3-0 image:
bc. $ fip_create --dump --bl30 new_bl30.bin fip.bin
The previous command will again display the FIP layout:
-bc.. Firmware Image Package ToC:
+bc. Firmware Image Package ToC:
---------------------------
- Trusted Boot Firmware BL2: offset=0xD8, size=0x5268
- SCP Firmware BL3-0: offset=0x5340, size=0x9C64
@@ -274,12 +272,8 @@ file: 'new_bl30.bin'
- EL3 Runtime Firmware BL3-1: offset=0xEFA4, size=0x82A0
- Non-Trusted Firmware BL3-3: offset=0x17244, size=0xF0000
---------------------------
-
Updating "fip.bin"
-p.
For more details and options about the `fip_create` tool:
bc. $ fip_create --help
-
-
diff --git a/android/images/armv8-juice-juno-lsk/HOWTO_getsourceandbuild.txt b/android/images/armv8-juice-juno-lsk/HOWTO_getsourceandbuild.txt
index c337230..5443acd 100644
--- a/android/images/armv8-juice-juno-lsk/HOWTO_getsourceandbuild.txt
+++ b/android/images/armv8-juice-juno-lsk/HOWTO_getsourceandbuild.txt
@@ -249,24 +249,22 @@ bc. $ fip_create --dump \
The previous command will display the FIP layout:
-bc.. Firmware Image Package ToC:
+bc. Firmware Image Package ToC:
---------------------------
- Trusted Boot Firmware BL2: offset=0xD8, size=0x5268
- SCP Firmware BL3-0: offset=0x5340, size=0x9C64
- EL3 Runtime Firmware BL3-1: offset=0xEFA4, size=0x82A0
- Non-Trusted Firmware BL3-3: offset=0x17244, size=0xF0000
---------------------------
-
Creating "fip.bin";
-p.
5. Optional: the `fip_create` tool can be used in the exact same way to update individual images inside an existing FIP file. For example, to update the SCP Firmware BL3-0 image:
bc. $ fip_create --dump --bl30 new_bl30.bin fip.bin
The previous command will again display the FIP layout:
-bc.. Firmware Image Package ToC:
+bc. Firmware Image Package ToC:
---------------------------
- Trusted Boot Firmware BL2: offset=0xD8, size=0x5268
- SCP Firmware BL3-0: offset=0x5340, size=0x9C64
@@ -274,12 +272,8 @@ file: 'new_bl30.bin'
- EL3 Runtime Firmware BL3-1: offset=0xEFA4, size=0x82A0
- Non-Trusted Firmware BL3-3: offset=0x17244, size=0xF0000
---------------------------
-
Updating "fip.bin"
-p.
For more details and options about the `fip_create` tool:
bc. $ fip_create --help
-
-