mb/google/guybrush: Enable EM100 support on guybrush
Add the option to build guybrush firmware with support for EM100. This will assist in bringup of the new board. BUG=b:180723776 TEST=builds Signed-off-by: Mathew King <mathewk@chromium.org> Change-Id: I2246d2952f341cd8fff8fd486cf989cdb7929411 Reviewed-on: https://review.coreboot.org/c/coreboot/+/51071 Reviewed-by: Martin Roth <martinroth@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
@@ -17,6 +17,7 @@ config BOARD_SPECIFIC_OPTIONS
|
|||||||
select ELOG_GSMI
|
select ELOG_GSMI
|
||||||
select FW_CONFIG
|
select FW_CONFIG
|
||||||
select HAVE_ACPI_RESUME
|
select HAVE_ACPI_RESUME
|
||||||
|
select HAVE_EM100_SUPPORT
|
||||||
select MAINBOARD_HAS_CHROMEOS
|
select MAINBOARD_HAS_CHROMEOS
|
||||||
select SOC_AMD_CEZANNE
|
select SOC_AMD_CEZANNE
|
||||||
select SOC_AMD_COMMON_BLOCK_USE_ESPI
|
select SOC_AMD_COMMON_BLOCK_USE_ESPI
|
||||||
@@ -46,6 +47,16 @@ config AMD_FWM_POSITION_INDEX
|
|||||||
help
|
help
|
||||||
TODO: might need to be adapted for better placement of files in cbfs
|
TODO: might need to be adapted for better placement of files in cbfs
|
||||||
|
|
||||||
|
config EFS_SPI_READ_MODE
|
||||||
|
int
|
||||||
|
default 0 if EM100 # Normal read mode
|
||||||
|
default 4 # Dual IO (1-2-2)
|
||||||
|
|
||||||
|
config EFS_SPI_SPEED
|
||||||
|
int
|
||||||
|
default 3 if EM100 # 16.66 MHz
|
||||||
|
default 1 # 33.33 MHz
|
||||||
|
|
||||||
config VARIANT_DIR
|
config VARIANT_DIR
|
||||||
string
|
string
|
||||||
default "guybrush" if BOARD_GOOGLE_GUYBRUSH
|
default "guybrush" if BOARD_GOOGLE_GUYBRUSH
|
||||||
|
Reference in New Issue
Block a user