soc/amd/*: Add SOC_NAME in fw.cfg(s)

2/5
of split changes of https://review.coreboot.org/c/coreboot/+/58552/28

Change-Id: I18f73462a3995038fe93750320dfc053fec969ba
Signed-off-by: Zheng Bao <fishbaozi@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/72457
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Fred Reitberger <reitbergerfred@gmail.com>
This commit is contained in:
Zheng Bao 2023-01-25 22:50:26 +08:00 committed by Fred Reitberger
parent 757cdba619
commit c188936dfe
10 changed files with 11 additions and 1 deletions

View File

@ -1,6 +1,7 @@
# PSP fw config file # PSP fw config file
FIRMWARE_LOCATION 3rdparty/amd_blobs/cezanne/PSP FIRMWARE_LOCATION 3rdparty/amd_blobs/cezanne/PSP
SOC_NAME Cezanne
# type file # type file
# PSP # PSP

View File

@ -1,6 +1,7 @@
# PSP fw config file # PSP fw config file
FIRMWARE_LOCATION 3rdparty/amd_blobs/mendocino/PSP FIRMWARE_LOCATION 3rdparty/amd_blobs/mendocino/PSP
SOC_NAME Mendocino
# type file # type file
# PSP # PSP

View File

@ -1,6 +1,7 @@
# PSP fw config file # PSP fw config file
FIRMWARE_LOCATION 3rdparty/amd_blobs/cezanne/PSP FIRMWARE_LOCATION 3rdparty/amd_blobs/cezanne/PSP
SOC_NAME Cezanne
# type file # type file
# PSP # PSP

View File

@ -11,7 +11,7 @@ FIRMWARE_LOCATION=$(shell grep -e FIRMWARE_LOCATION $(CONFIG_AMDFW_CONFIG_FILE)
# Add all the files listed in the config file # Add all the files listed in the config file
POUND_SIGN=$(call strip_quotes, "\#") POUND_SIGN=$(call strip_quotes, "\#")
DEP_FILES= $(patsubst %,$(FIRMWARE_LOCATION)/%, $(shell sed -e /^$(POUND_SIGN)/d -e /*/d -e /^FIRMWARE_LOCATION/d $(CONFIG_AMDFW_CONFIG_FILE) | awk '{print $$2}' )) DEP_FILES= $(patsubst %,$(FIRMWARE_LOCATION)/%, $(shell sed -e /^$(POUND_SIGN)/d -e /*/d -e /^FIRMWARE_LOCATION/d -e /^SOC_NAME/d $(CONFIG_AMDFW_CONFIG_FILE) | awk '{print $$2}' ))
amd_microcode_bins += $(wildcard ${FIRMWARE_LOCATION}/*UcodePatch_*.bin) amd_microcode_bins += $(wildcard ${FIRMWARE_LOCATION}/*UcodePatch_*.bin)

View File

@ -1,6 +1,7 @@
# PSP fw config file # PSP fw config file
FIRMWARE_LOCATION 3rdparty/amd_blobs/glinda/psp FIRMWARE_LOCATION 3rdparty/amd_blobs/glinda/psp
SOC_NAME Glinda
# type file # type file
AMD_PUBKEY_FILE TypeId0x00_Root.tkn AMD_PUBKEY_FILE TypeId0x00_Root.tkn

View File

@ -1,6 +1,7 @@
# PSP fw config file # PSP fw config file
FIRMWARE_LOCATION 3rdparty/amd_blobs/mendocino/PSP FIRMWARE_LOCATION 3rdparty/amd_blobs/mendocino/PSP
SOC_NAME Mendocino
# type file # type file
# PSP # PSP

View File

@ -1,6 +1,7 @@
# PSP fw config file # PSP fw config file
FIRMWARE_LOCATION 3rdparty/amd_blobs/phoenix/psp FIRMWARE_LOCATION 3rdparty/amd_blobs/phoenix/psp
SOC_NAME Phoenix
# type file # type file
AMD_PUBKEY_FILE TypeId0x00_Root.tkn AMD_PUBKEY_FILE TypeId0x00_Root.tkn

View File

@ -1,6 +1,7 @@
# PSP fw config file # PSP fw config file
FIRMWARE_LOCATION 3rdparty/amd_blobs/picasso/PSP FIRMWARE_LOCATION 3rdparty/amd_blobs/picasso/PSP
SOC_NAME Picasso
# type file # type file
AMD_PUBKEY_FILE AmdPubKeyRV.bin AMD_PUBKEY_FILE AmdPubKeyRV.bin

View File

@ -1,6 +1,8 @@
# PSP fw config file # PSP fw config file
FIRMWARE_LOCATION 3rdparty/amd_blobs/stoneyridge/PSP/CZ FIRMWARE_LOCATION 3rdparty/amd_blobs/stoneyridge/PSP/CZ
SOC_NAME Carrizo
#PSP #PSP
AMD_PUBKEY_FILE AmdPubKeyCZ.bin AMD_PUBKEY_FILE AmdPubKeyCZ.bin
PSPBTLDR_FILE PspBootLoader_prod_CZ.sbin PSPBTLDR_FILE PspBootLoader_prod_CZ.sbin

View File

@ -1,6 +1,7 @@
# PSP fw config file # PSP fw config file
FIRMWARE_LOCATION 3rdparty/amd_blobs/stoneyridge/PSP/ST FIRMWARE_LOCATION 3rdparty/amd_blobs/stoneyridge/PSP/ST
SOC_NAME Stoneyridge
#XHCI_FWM_FILE xhci.bin #XHCI_FWM_FILE xhci.bin
#PSP #PSP