coreboot/src/mainboard/amd/padmelon
Zheng Bao 570645dc2a amdfwtool: Call the set_efs_table for Stoneyridge
Related to https://review.coreboot.org/c/coreboot/+/58555
commit-id: 35b7e0a2d82ac
In 58555, we added the SOC ID for Stoneyridge in amdfwtool
command line. But it raised building error because it then called
"set_efs_table" without setting SPI mode. So we skipped calling that.

But in set_efs_table, it has case for Stoneyridge. The boards also
need to have this setting. So we remove the skipping and give the
proper SPI mode in mainboard Kconfig.

Change-Id: I24499ff6daf7878b12b6044496f53379116c598f
Signed-off-by: Zheng Bao <fishbaozi@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/58871
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
2021-11-18 23:29:48 +00:00
..
acpi
bootblock soc/amd: rename program_gpios to gpio_configure_pads 2021-09-23 14:42:03 +00:00
BiosCallOuts.c
BiosCallOuts.h
board_info.txt
devicetree.cb
dsdt.asl
fan_init.c
gpio.c
gpio.h
hda_verb.c
Kconfig amdfwtool: Call the set_efs_table for Stoneyridge 2021-11-18 23:29:48 +00:00
Kconfig.name
mainboard.c soc/amd: rename program_gpios to gpio_configure_pads 2021-09-23 14:42:03 +00:00
Makefile.inc
OemCustomize.c
romstage.c