From: Rohit Ner Date: Wed, 11 May 2022 10:15:40 +0000 (-0700) Subject: build(agilex): platform changes for verifying gpt header crc X-Git-Tag: baikal/aarch64/sdk5.9~310^2~2 X-Git-Url: https://git.baikalelectronics.ru/?a=commitdiff_plain;h=7a756a57179414b92498717d92217defd1d2ae11;p=arm-tf.git 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 Change-Id: I1290972c7d2626262d4b6d68b99bb8f2c4b6744c --- diff --git a/plat/intel/soc/agilex/platform.mk b/plat/intel/soc/agilex/platform.mk index 6fe0be19d..ccb4e071f 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 \