summaryrefslogtreecommitdiffstats
path: root/src/cpu
diff options
context:
space:
mode:
authorArthur Heymans <arthur@aheymans.xyz>2021-05-19 15:38:39 +0200
committerFelix Held <felix-coreboot@felixheld.de>2021-05-25 12:25:44 +0000
commit749d2d70aa12a33deb724b930b88c81030ccc3ba (patch)
treee43432b935d781998a01369142ebc79b9d59ad0a /src/cpu
parent043426c85ae84ed5b719d88ec7303bfa4bacf8b3 (diff)
downloadcoreboot-749d2d70aa12a33deb724b930b88c81030ccc3ba.tar.gz
coreboot-749d2d70aa12a33deb724b930b88c81030ccc3ba.tar.bz2
coreboot-749d2d70aa12a33deb724b930b88c81030ccc3ba.zip
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 <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/c/coreboot/+/54678 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Meera Ravindranath <meera.ravindranath@intel.com> Reviewed-by: Rizwan Qureshi <rizwan.qureshi@intel.com>
Diffstat (limited to 'src/cpu')
-rw-r--r--src/cpu/intel/fit/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu/intel/fit/Makefile.inc b/src/cpu/intel/fit/Makefile.inc
index ae4e71a79f3d..b18a9b5e7c59 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