summaryrefslogtreecommitdiff
path: root/openembedded/juno-lsk
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 /openembedded/juno-lsk
parent671642f22cfac61cae47f1c5d77fc4e7ee05e680 (diff)
14.06: apply HACKING update from Andy
Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
Diffstat (limited to 'openembedded/juno-lsk')
-rw-r--r--openembedded/juno-lsk/HACKING.textile10
1 files changed, 2 insertions, 8 deletions
diff --git a/openembedded/juno-lsk/HACKING.textile b/openembedded/juno-lsk/HACKING.textile
index b6db5ed..df38759 100644
--- a/openembedded/juno-lsk/HACKING.textile
+++ b/openembedded/juno-lsk/HACKING.textile
@@ -238,24 +238,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
@@ -263,12 +261,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
-
-