summaryrefslogtreecommitdiffstats
path: root/src/soc
diff options
context:
space:
mode:
authorZheng Bao <fishbaozi@gmail.com>2021-11-03 10:24:15 +0800
committerWerner Zeh <werner.zeh@siemens.com>2021-11-15 10:06:39 +0000
commit6bc300d8d5eeec4315fe25c78b5ac535e7a4a907 (patch)
tree8540da7105b3fbce6963ac0720b96348d603d5e0 /src/soc
parentcbbb02777cd723eb71f952569517cccda94167e7 (diff)
downloadcoreboot-6bc300d8d5eeec4315fe25c78b5ac535e7a4a907.tar.gz
coreboot-6bc300d8d5eeec4315fe25c78b5ac535e7a4a907.tar.bz2
coreboot-6bc300d8d5eeec4315fe25c78b5ac535e7a4a907.zip
amdfwtool: Set soc name for Stoneyridge
For the stoneyridge, soc_name is not set in Makefile, so set_efs_table is not called. Keep it unchanged. Change-Id: I0e82188ce64733420a578446e22a077ef789be92 Signed-off-by: Zheng Bao <fishbaozi@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/58555 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src/soc')
-rw-r--r--src/soc/amd/stoneyridge/Makefile.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/soc/amd/stoneyridge/Makefile.inc b/src/soc/amd/stoneyridge/Makefile.inc
index fd3ebf7a6681..d265651061d6 100644
--- a/src/soc/amd/stoneyridge/Makefile.inc
+++ b/src/soc/amd/stoneyridge/Makefile.inc
@@ -123,6 +123,7 @@ endif
ifeq ($(FIRMWARE_TYPE),ST)
OPT_COMBOCAPABLE=--combo-capable
+OPT_SOCNAME=--soc-name "Stoneyridge"
endif
ifeq ($(CONFIG_USE_PSPSECUREOS),y)
@@ -147,6 +148,7 @@ $(obj)/amdfw.rom: $(call strip_quotes, $(CONFIG_STONEYRIDGE_XHCI_FWM_FILE)) \
$(OPT_COMBOCAPABLE)\
$(OPT_PSP_USE_PSPSECUREOS) \
--config $(CONFIG_AMDFW_CONFIG_FILE) \
+ $(OPT_SOCNAME) \
--flashsize $(CONFIG_ROM_SIZE) \
--location $(shell printf "0x%x" $(STONEYRIDGE_FWM_POSITION)) \
--output $@