aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRohit Ner <rohitner@google.com>2022-05-11 03:15:40 -0700
committerRohit Ner <rohitner@google.com>2022-05-18 06:15:45 -0700
commit7a756a57179414b92498717d92217defd1d2ae11 (patch)
tree3e7e6d8f4f0cc67b1dae77d23756d440692d12ea
parent4f53bd29f9720a6a947d2f961257558b6598d266 (diff)
downloadtrusted-firmware-a-7a756a57179414b92498717d92217defd1d2ae11.tar.gz
build(agilex): platform changes for verifying gpt header crc
This change makes the necessary additions to makefile of platforms using partition driver. Signed-off-by: Rohit Ner <rohitner@google.com> Change-Id: I1290972c7d2626262d4b6d68b99bb8f2c4b6744c
-rw-r--r--plat/intel/soc/agilex/platform.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/plat/intel/soc/agilex/platform.mk b/plat/intel/soc/agilex/platform.mk
index 6fe0be19d7..ccb4e071f0 100644
--- a/plat/intel/soc/agilex/platform.mk
+++ b/plat/intel/soc/agilex/platform.mk
@@ -56,6 +56,10 @@ BL2_SOURCES += \
plat/intel/soc/common/drivers/qspi/cadence_qspi.c \
plat/intel/soc/common/drivers/wdt/watchdog.c
+include lib/zlib/zlib.mk
+PLAT_INCLUDES += -Ilib/zlib
+BL2_SOURCES += $(ZLIB_SOURCES)
+
BL31_SOURCES += \
drivers/arm/cci/cci.c \
lib/cpus/aarch64/aem_generic.S \