From 23693b93c2d8b9d1e57c92e64043a892a20fb94a Mon Sep 17 00:00:00 2001 From: Ryan Harkin Date: Fri, 27 Jun 2014 12:01:12 +0100 Subject: 14.06: apply HACKING update from Andy Signed-off-by: Ryan Harkin --- openembedded/juno-lsk/HACKING.textile | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'openembedded') 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 - - -- cgit v1.2.3