feat(fvp): build hob library

To produce PHIT HOB list in FVP, add build path for hob library.

Signed-off-by: Levi Yun <yeoreum.yun@arm.com>
Change-Id: I8f4905433bd1cc6f4c9247197b9bd69041f50fd7
This commit is contained in:
Levi Yun 2024-05-13 10:26:13 +01:00 committed by Yeoreum Yun
parent 8953568a2d
commit 874077132c

View file

@ -407,6 +407,10 @@ $(eval $(call add_define,TRANSFER_LIST_DTB_OFFSET))
endif endif
endif endif
ifeq (${HOB_LIST}, 1)
include lib/hob/hob.mk
endif
# Enable dynamic mitigation support by default # Enable dynamic mitigation support by default
DYNAMIC_WORKAROUND_CVE_2018_3639 := 1 DYNAMIC_WORKAROUND_CVE_2018_3639 := 1