Attention is currently required from: Jason Glenesk, Raul Rangel, Marshall Dawson, Felix Held. Fred Reitberger has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/63590 )
Change subject: soc/amd/*/Kconfig: Remove SOC_AMD_COMMON_BLOCK_UCODE_SIZE ......................................................................
soc/amd/*/Kconfig: Remove SOC_AMD_COMMON_BLOCK_UCODE_SIZE
Remove unused UCODE_SIZE config options. The size of a microcode binary is determined by its header, so this option is not needed anymore.
Change-Id: I7e94580ea038f1b6f866f08798e1edd8597ba5c9 Signed-off-by: Fred Reitberger reitbergerfred@gmail.com --- M src/soc/amd/cezanne/Kconfig M src/soc/amd/common/block/cpu/Kconfig M src/soc/amd/picasso/Kconfig M src/soc/amd/sabrina/Kconfig 4 files changed, 0 insertions(+), 15 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/90/63590/1
diff --git a/src/soc/amd/cezanne/Kconfig b/src/soc/amd/cezanne/Kconfig index 8522d3f..58d034c 100644 --- a/src/soc/amd/cezanne/Kconfig +++ b/src/soc/amd/cezanne/Kconfig @@ -82,9 +82,6 @@ config ARCH_ALL_STAGES_X86 default n
-config SOC_AMD_COMMON_BLOCK_UCODE_SIZE - default 5568 - config CHIPSET_DEVICETREE string default "soc/amd/cezanne/chipset.cb" diff --git a/src/soc/amd/common/block/cpu/Kconfig b/src/soc/amd/common/block/cpu/Kconfig index 7f50965..8d46f27 100644 --- a/src/soc/amd/common/block/cpu/Kconfig +++ b/src/soc/amd/common/block/cpu/Kconfig @@ -72,9 +72,3 @@ select SUPPORT_CPU_UCODE_IN_CBFS help Builds in support for loading uCode. - -config SOC_AMD_COMMON_BLOCK_UCODE_SIZE - int - depends on SOC_AMD_COMMON_BLOCK_UCODE - help - Defines the size of the uCode binary in bytes. diff --git a/src/soc/amd/picasso/Kconfig b/src/soc/amd/picasso/Kconfig index b005f9b..760cce5 100644 --- a/src/soc/amd/picasso/Kconfig +++ b/src/soc/amd/picasso/Kconfig @@ -79,9 +79,6 @@ config ARCH_ALL_STAGES_X86 default n
-config SOC_AMD_COMMON_BLOCK_UCODE_SIZE - default 3200 - config CHIPSET_DEVICETREE string default "soc/amd/picasso/chipset.cb" diff --git a/src/soc/amd/sabrina/Kconfig b/src/soc/amd/sabrina/Kconfig index 6924ce4..20493bc 100644 --- a/src/soc/amd/sabrina/Kconfig +++ b/src/soc/amd/sabrina/Kconfig @@ -86,9 +86,6 @@ config ARCH_ALL_STAGES_X86 default n
-config SOC_AMD_COMMON_BLOCK_UCODE_SIZE - default 3200 - config CHIPSET_DEVICETREE string default "soc/amd/sabrina/chipset.cb"