Felix Held has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/63127 )
Change subject: soc/amd/sabrina/Kconfig: update SOC_AMD_COMMON_BLOCK_UCODE_SIZE ......................................................................
soc/amd/sabrina/Kconfig: update SOC_AMD_COMMON_BLOCK_UCODE_SIZE
The Sabrina microcode update files are 3200 bytes large and not 5568 like it is the case on Cezanne where this file was originally copied from.
Signed-off-by: Felix Held felix-coreboot@felixheld.de Change-Id: I12209d523096781195ba8957ec797d8c80eecbe5 --- M src/soc/amd/sabrina/Kconfig 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/27/63127/1
diff --git a/src/soc/amd/sabrina/Kconfig b/src/soc/amd/sabrina/Kconfig index 8392e2f..bef4160 100644 --- a/src/soc/amd/sabrina/Kconfig +++ b/src/soc/amd/sabrina/Kconfig @@ -87,7 +87,7 @@ default n
config SOC_AMD_COMMON_BLOCK_UCODE_SIZE - default 5568 + default 3200
config CHIPSET_DEVICETREE string