From 749d2d70aa12a33deb724b930b88c81030ccc3ba Mon Sep 17 00:00:00 2001 From: Arthur Heymans Date: Wed, 19 May 2021 15:38:39 +0200 Subject: cpu/intel/fit: Make make fit entries depend on fit pointer Make sure the fit pointer is set up before entries are added. Change-Id: I285fbb830a52e43cde5e8db9569a64dafb4408df Signed-off-by: Arthur Heymans Reviewed-on: https://review.coreboot.org/c/coreboot/+/54678 Tested-by: build bot (Jenkins) Reviewed-by: Meera Ravindranath Reviewed-by: Rizwan Qureshi --- src/cpu/intel/fit/Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cpu') diff --git a/src/cpu/intel/fit/Makefile.inc b/src/cpu/intel/fit/Makefile.inc index ae4e71a79f..b18a9b5e7c 100644 --- a/src/cpu/intel/fit/Makefile.inc +++ b/src/cpu/intel/fit/Makefile.inc @@ -21,7 +21,7 @@ ifneq ($(CONFIG_UPDATE_IMAGE),y) # never update the bootblock ifneq ($(CONFIG_CPU_MICROCODE_CBFS_NONE),y) -$(call add_intermediate, add_mcu_fit, $(IFITTOOL)) +$(call add_intermediate, add_mcu_fit, set_fit_ptr) @printf " UPDATE-FIT Microcode\n" $(IFITTOOL) -f $< -a -n cpu_microcode_blob.bin -t 1 -s $(CONFIG_CPU_INTEL_NUM_FIT_ENTRIES) -r COREBOOT -- cgit v1.2.3