Yu-Ping Wu has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/78824?usp=email )
Change subject: mb/google/geralt: Enable FW_CONFIG and FW_CONFIG_SOURCE_CHROMEEC_CBI ......................................................................
mb/google/geralt: Enable FW_CONFIG and FW_CONFIG_SOURCE_CHROMEEC_CBI
Enable FW_CONFIG for geralt so that the information can be passed to payloads via coreboot tables.
BUG=b:157692450 TEST=emerge-geralt coreboot BRANCH=none
Change-Id: I8898143f44d2ffda3cb1708c2d7efadc289303a1 Signed-off-by: Yu-Ping Wu yupingso@chromium.org --- M src/mainboard/google/geralt/Kconfig 1 file changed, 2 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/24/78824/1
diff --git a/src/mainboard/google/geralt/Kconfig b/src/mainboard/google/geralt/Kconfig index 54c51d8..6817143 100644 --- a/src/mainboard/google/geralt/Kconfig +++ b/src/mainboard/google/geralt/Kconfig @@ -35,6 +35,8 @@ select HAVE_LINEAR_FRAMEBUFFER select RTC select MIPI_PANEL_BOE_TV110C9M_LL0 if BOARD_GOOGLE_GERALT + select FW_CONFIG + select FW_CONFIG_SOURCE_CHROMEEC_CBI
config MAINBOARD_DIR string