summaryrefslogtreecommitdiffstats
path: root/src/mainboard/amd/chausie/Kconfig
diff options
context:
space:
mode:
authorZheng Bao <fishbaozi@gmail.com>2023-02-14 13:26:31 +0800
committerFelix Held <felix-coreboot@felixheld.de>2023-09-01 11:47:15 +0000
commit6bc06983ed1d6c545056b584eabc2f7864cb39cd (patch)
tree85e01a12ae0de1e768747bc3760ff9300faf517e /src/mainboard/amd/chausie/Kconfig
parentd0de6c2183af5f6c435e53632fe92793be4d3783 (diff)
downloadcoreboot-6bc06983ed1d6c545056b584eabc2f7864cb39cd.tar.gz
coreboot-6bc06983ed1d6c545056b584eabc2f7864cb39cd.tar.bz2
coreboot-6bc06983ed1d6c545056b584eabc2f7864cb39cd.zip
util/amdfwtool: Deal with psp position in flash offset directly
It is based on work by Arthur Heymans, 69852. Get rid of the confusing "position index" and use the relative flash offset as the Kconfig setting instead. TEST=binary identical on amd/birman amd/majolica amd/gardenia amd/mayan amd/bilby amd/mandolin amd/chausie amd/pademelon pcengines/apu2 google/skyrim google/guybrush google/zork google/kahlee google/myst (The test should be done with INCLUDE_CONFIG_FILE=n) Change-Id: I26bde0b7c70efe9f5762109f431329ea7f95b7f2 Signed-off-by: Zheng Bao <fishbaozi@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/72939 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src/mainboard/amd/chausie/Kconfig')
-rw-r--r--src/mainboard/amd/chausie/Kconfig9
1 files changed, 2 insertions, 7 deletions
diff --git a/src/mainboard/amd/chausie/Kconfig b/src/mainboard/amd/chausie/Kconfig
index 052d5d7446d2..86e18f53920f 100644
--- a/src/mainboard/amd/chausie/Kconfig
+++ b/src/mainboard/amd/chausie/Kconfig
@@ -15,6 +15,8 @@ config BOARD_SPECIFIC_OPTIONS
select PCIEXP_COMMON_CLOCK
select PCIEXP_L1_SUB_STATE
select SOC_AMD_COMMON_BLOCK_ESPI_RETAIN_PORT80_EN if !SOC_AMD_COMMON_BLOCK_SIMNOW_BUILD
+ select AMD_FWM_POSITION_C20000_DEFAULT if CHROMEOS
+ select AMD_FWM_POSITION_820000_DEFAULT if !CHROMEOS
select SOC_AMD_COMMON_BLOCK_SIMNOW_SUPPORTED
config FMDFILE
@@ -27,13 +29,6 @@ config MAINBOARD_DIR
config MAINBOARD_PART_NUMBER
default "CHAUSIE"
-config AMD_FWM_POSITION_INDEX
- int
- default 3 if CHROMEOS
- default 4
- help
- TODO: might need to be adapted for better placement of files in cbfs
-
config CHAUSIE_HAVE_MCHP_FW
bool "Have Microchip EC firmware?"
default n