mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-11 07:04:22 +00:00
feat(arm): add support for Transfer List creation
This patch introduces Firmware Handoff support for Arm based platforms listed under Firmware_Handoff specification. [https://firmwarehandoff.github.io/firmware_handoff/main/transfer_list.html] Signed-off-by: Jayanth Dodderi Chidanand <jayanthdodderi.chidanand@arm.com> Change-Id: Ie3f30ffe38f809db907b663a8dbf1e48944ec690
This commit is contained in:
parent
a4d8012f41
commit
4c5ccbf43c
2 changed files with 1 additions and 1 deletions
|
@ -433,7 +433,6 @@ endif
|
|||
$(eval $(call TOOL_ADD_PAYLOAD,${FVP_HW_CONFIG},--hw-config,${FVP_HW_CONFIG}))
|
||||
|
||||
ifeq (${TRANSFER_LIST}, 1)
|
||||
include lib/transfer_list/transfer_list.mk
|
||||
|
||||
ifeq ($(RESET_TO_BL31), 1)
|
||||
FW_HANDOFF_SIZE := 20000
|
||||
|
|
|
@ -311,6 +311,7 @@ BL31_SOURCES += plat/arm/common/arm_bl31_setup.c \
|
|||
plat/common/plat_psci_common.c
|
||||
|
||||
ifeq (${TRANSFER_LIST}, 1)
|
||||
include lib/transfer_list/transfer_list.mk
|
||||
TRANSFER_LIST_SOURCES += plat/arm/common/arm_transfer_list.c
|
||||
endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue