Change in coreboot[master]: mb/google/mancomb: Enable Chrome EC SKUID and BOARDID
Raul Rangel has submitted this change. ( https://review.coreboot.org/c/coreboot/+/51626 ) Change subject: mb/google/mancomb: Enable Chrome EC SKUID and BOARDID ...................................................................... mb/google/mancomb: Enable Chrome EC SKUID and BOARDID BUG=b:182211161 TEST=builds Signed-off-by: Eric Lai <ericr_lai@compal.corp-partner.google.com> Change-Id: I70283c8d93b5cbabdaf5a8ab947d5f8444940dff Reviewed-on: https://review.coreboot.org/c/coreboot/+/51626 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Mathew King <mathewk@chromium.org> --- M src/mainboard/google/mancomb/Kconfig 1 file changed, 2 insertions(+), 0 deletions(-) Approvals: build bot (Jenkins): Verified Mathew King: Looks good to me, approved diff --git a/src/mainboard/google/mancomb/Kconfig b/src/mainboard/google/mancomb/Kconfig index 3fb60d4..ba8f1d4 100644 --- a/src/mainboard/google/mancomb/Kconfig +++ b/src/mainboard/google/mancomb/Kconfig @@ -10,7 +10,9 @@ select AMD_SOC_CONSOLE_UART select BOARD_ROMSIZE_KB_16384 select EC_GOOGLE_CHROMEEC + select EC_GOOGLE_CHROMEEC_BOARDID select EC_GOOGLE_CHROMEEC_ESPI + select EC_GOOGLE_CHROMEEC_SKUID select ELOG select ELOG_GSMI select HAVE_ACPI_RESUME -- To view, visit https://review.coreboot.org/c/coreboot/+/51626 To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings Gerrit-Project: coreboot Gerrit-Branch: master Gerrit-Change-Id: I70283c8d93b5cbabdaf5a8ab947d5f8444940dff Gerrit-Change-Number: 51626 Gerrit-PatchSet: 2 Gerrit-Owner: EricR Lai <ericr_lai@compal.corp-partner.google.com> Gerrit-Reviewer: Kangheui Won <khwon@chromium.org> Gerrit-Reviewer: Martin Roth <martinroth@google.com> Gerrit-Reviewer: Mathew King <mathewk@chromium.org> Gerrit-Reviewer: Patrick Georgi <pgeorgi@google.com> Gerrit-Reviewer: Raul Rangel <rrangel@chromium.org> Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org> Gerrit-MessageType: merged
participants (1)
-
Raul Rangel (Code Review)