mirror of
https://review.coreboot.org/flashrom.git
synced 2025-08-17 04:14:42 +02:00
Add MEC1308 EC programmer
Initial support of Microchip MEC1308 Embedded Controller. BUG=b:156144893 BRANCH=none Signed-off-by: Victor Ding <victording@google.com> Change-Id: I2d51b4bdc0b38b6e488e71b9e774eb6232a2069e Reviewed-on: https://review.coreboot.org/c/flashrom/+/44541 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Edward O'Callaghan <quasisec@chromium.org>
This commit is contained in:

committed by
Edward O'Callaghan

parent
436b4155b1
commit
821e44cb4d
@@ -48,6 +48,7 @@ config_internal = get_option('config_internal')
|
||||
config_it8212 = get_option('config_it8212')
|
||||
config_linux_mtd = get_option('config_linux_mtd')
|
||||
config_linux_spi = get_option('config_linux_spi')
|
||||
config_mec1308 = get_option('config_mec1308')
|
||||
config_mstarddc_spi = get_option('config_mstarddc_spi')
|
||||
config_nic3com = get_option('config_nic3com')
|
||||
config_nicintel_eeprom = get_option('config_nicintel_eeprom')
|
||||
@@ -219,6 +220,10 @@ if config_linux_spi
|
||||
srcs += 'linux_spi.c'
|
||||
cargs += '-DCONFIG_LINUX_SPI=1'
|
||||
endif
|
||||
if config_mec1308
|
||||
srcs += 'mec1308.c'
|
||||
cargs += '-DCONFIG_MEC1308=1'
|
||||
endif
|
||||
if config_mstarddc_spi
|
||||
srcs += 'mstarddc_spi.c'
|
||||
cargs += '-DCONFIG_MSTARDDC_SPI=1'
|
||||
|
Reference in New Issue
Block a user