mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-11 07:04:22 +00:00
feat(handoff): add lib to sp-min sources
Add firmware handoff to BL32 sources to provide support for the framework in SP-MIN. Change-Id: Ida8713fef8ba8fa72146004e41bf40f1a6b6f5ca Signed-off-by: Harrison Mutai <harrison.mutai@arm.com>
This commit is contained in:
parent
8001247ce2
commit
79e7aae82d
1 changed files with 5 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
#
|
||||
# Copyright (c) 2016-2024, Arm Limited and Contributors. All rights reserved.
|
||||
# Copyright (c) 2016-2025, Arm Limited and Contributors. All rights reserved.
|
||||
#
|
||||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
#
|
||||
|
@ -83,3 +83,7 @@ $(eval $(call assert_boolean,RESET_TO_SP_MIN))
|
|||
SP_MIN_WITH_SECURE_FIQ ?= 0
|
||||
$(eval $(call add_define,SP_MIN_WITH_SECURE_FIQ))
|
||||
$(eval $(call assert_boolean,SP_MIN_WITH_SECURE_FIQ))
|
||||
|
||||
ifeq (${TRANSFER_LIST},1)
|
||||
BL32_SOURCES += $(TRANSFER_LIST_SOURCES)
|
||||
endif
|
||||
|
|
Loading…
Add table
Reference in a new issue