summaryrefslogtreecommitdiffstats
path: root/src/soc/amd/common
diff options
context:
space:
mode:
authorArthur Heymans <arthur@aheymans.xyz>2023-07-14 23:16:22 +0200
committerFelix Held <felix-coreboot@felixheld.de>2023-11-24 17:01:10 +0000
commit5ee1d23bcc9d1f0748c998d0f517acc219d84771 (patch)
treeaafc0fd14e41d3a4dcbc161ad43c39bb8a1db6f8 /src/soc/amd/common
parent0a48cfa3a59fcacf170ad05d57ea2bd33d44c7c3 (diff)
downloadcoreboot-5ee1d23bcc9d1f0748c998d0f517acc219d84771.tar.gz
coreboot-5ee1d23bcc9d1f0748c998d0f517acc219d84771.tar.bz2
coreboot-5ee1d23bcc9d1f0748c998d0f517acc219d84771.zip
soc/amd/genoa: Hook up microcode updating
Also update the regular expression to find the genoa blobs. Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Change-Id: Iba0109c049019a22cba1e0358cedbd9c198c6569 Reviewed-on: https://review.coreboot.org/c/coreboot/+/76525 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src/soc/amd/common')
-rw-r--r--src/soc/amd/common/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/amd/common/Makefile.inc b/src/soc/amd/common/Makefile.inc
index 1359166d7080..626260f93ee0 100644
--- a/src/soc/amd/common/Makefile.inc
+++ b/src/soc/amd/common/Makefile.inc
@@ -38,7 +38,7 @@ AMDFW_CFG_WITH_PATH = $(shell echo "$(AMDFW_CFG_FILES)" | tr ' ' '\n' | grep "/"
DEP_FILES = $(patsubst %,$(FIRMWARE_LOCATION)/%, $(AMDFW_CFG_IN_FW_LOC)) \
$(AMDFW_CFG_WITH_PATH)
-amd_microcode_bins += $(wildcard ${FIRMWARE_LOCATION}/*UcodePatch_*.bin)
+amd_microcode_bins += $(wildcard ${FIRMWARE_LOCATION}/*U?odePatch*.bin)
ifeq ($(CONFIG_RESET_VECTOR_IN_RAM),y)
$(objcbfs)/bootblock.bin: $(obj)/amdfw.rom $(obj)/fmap_config.h