mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-05-30 12:30:14 +00:00
arm-bsp/scp-firmware: N1SDP trusted boot
This commit configures scp-firmware for TBBR bootflow as follows: * Updates SCP FW to master * BL31 replaced in the SCP firmware image with BL1 Signed-off-by: Adam Johnston <adam.johnston@arm.com> Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
@@ -3,6 +3,10 @@
|
|||||||
SCP_PLATFORM = "n1sdp"
|
SCP_PLATFORM = "n1sdp"
|
||||||
SCP_LOG_LEVEL = "INFO"
|
SCP_LOG_LEVEL = "INFO"
|
||||||
|
|
||||||
|
# master branch at n1sdp: Introduce trusted board boot
|
||||||
|
SRCREV = "3e4c34ceccc1c960eb3a4adaa922f2a0c6b36be3"
|
||||||
|
PV .= "+git${SRCPV}"
|
||||||
|
|
||||||
COMPATIBLE_MACHINE:n1sdp = "n1sdp"
|
COMPATIBLE_MACHINE:n1sdp = "n1sdp"
|
||||||
|
|
||||||
DEPENDS += "fiptool-native"
|
DEPENDS += "fiptool-native"
|
||||||
@@ -12,7 +16,7 @@ do_install:append() {
|
|||||||
fiptool \
|
fiptool \
|
||||||
create \
|
create \
|
||||||
--scp-fw "${D}/firmware/scp_ramfw.bin" \
|
--scp-fw "${D}/firmware/scp_ramfw.bin" \
|
||||||
--soc-fw "${RECIPE_SYSROOT}/firmware/bl31.bin" \
|
--blob uuid=cfacc2c4-15e8-4668-82be-430a38fad705,file="${RECIPE_SYSROOT}/firmware/bl1.bin" \
|
||||||
"scp_fw.bin"
|
"scp_fw.bin"
|
||||||
|
|
||||||
# This UUID is FIP_UUID_MCP_BL2 in SCP-Firmware.
|
# This UUID is FIP_UUID_MCP_BL2 in SCP-Firmware.
|
||||||
|
|||||||
Reference in New Issue
Block a user