mb/google/zork: Enable ELOG options
This change enables following ELOG options for zork family: ELOG ELOG_BOOT_COUNT ELOG_GSMI ELOG_BOOT_COUNT_CMOS_OFFSET BUG=b:158875638 TEST=Verified that kernel reports GSMI loading correctly: [ 5.308982] gsmi version 1.0 loaded Signed-off-by: Furquan Shaikh <furquan@google.com> Change-Id: I4f34a814e744e863f1fbfc19e37209cb7febbdcc Reviewed-on: https://review.coreboot.org/c/coreboot/+/42332 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Raul Rangel <rrangel@chromium.org>
This commit is contained in:
parent
2232e89065
commit
b5d98667c6
|
@ -22,6 +22,9 @@ config BOARD_SPECIFIC_OPTIONS
|
|||
select EC_GOOGLE_CHROMEEC_ESPI
|
||||
select EC_GOOGLE_CHROMEEC_I2C_TUNNEL
|
||||
select EC_GOOGLE_CHROMEEC_SKUID
|
||||
select ELOG
|
||||
select ELOG_BOOT_COUNT
|
||||
select ELOG_GSMI
|
||||
select HAVE_ACPI_TABLES
|
||||
select GFXUMA
|
||||
select GOOGLE_SMBIOS_MAINBOARD_VERSION
|
||||
|
@ -39,6 +42,10 @@ config BOARD_SPECIFIC_OPTIONS
|
|||
select HAVE_ACPI_RESUME
|
||||
select DRIVERS_USB_ACPI
|
||||
|
||||
config ELOG_BOOT_COUNT_CMOS_OFFSET
|
||||
int
|
||||
default 144
|
||||
|
||||
# FMDFILE is set here so that coreboot build picks up this flash map layout
|
||||
# even when CHROMEOS is not selected when building upstream.
|
||||
config FMDFILE
|
||||
|
|
Loading…
Reference in New Issue