mirror of
https://review.coreboot.org/flashrom.git
synced 2025-07-02 22:43:17 +02:00
raiden_debug: Upstream ChromiumOS servo debug board prog
Initial check-in of the Raiden debugger programmer. Squash in, raiden_debug: Add missing .write_aai cb fn raiden_debug: greatly improve protocol documentation BUG=b:143389556 BRANCH=none TEST=builds Change-Id: Ifad273a708acea4de797a0808be58960635a8864 Signed-off-by: Edward O'Callaghan <quasisec@google.com> Reviewed-on: https://review.coreboot.org/c/flashrom/+/38209 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
This commit is contained in:

committed by
Edward O'Callaghan

parent
d3396408d8
commit
ad08aef69c
@ -42,6 +42,7 @@ config_drkaiser = get_option('config_drkaiser')
|
||||
config_dummy = get_option('config_dummy')
|
||||
config_ft2232_spi = get_option('config_ft2232_spi')
|
||||
config_gfxnvidia = get_option('config_gfxnvidia')
|
||||
config_raiden = get_option('config_raiden')
|
||||
config_internal = get_option('config_internal')
|
||||
config_it8212 = get_option('config_it8212')
|
||||
config_linux_mtd = get_option('config_linux_mtd')
|
||||
@ -105,6 +106,7 @@ else
|
||||
config_atavia = false
|
||||
config_drkaiser = false
|
||||
config_gfxnvidia = false
|
||||
config_raiden = false
|
||||
config_internal = false
|
||||
config_it8212 = false
|
||||
config_nic3com = false
|
||||
@ -171,6 +173,10 @@ if config_gfxnvidia
|
||||
srcs += 'gfxnvidia.c'
|
||||
cargs += '-DCONFIG_GFXNVIDIA=1'
|
||||
endif
|
||||
if config_raiden
|
||||
srcs += 'raiden_debug_spi.c'
|
||||
cargs += '-DCONFIG_RAIDEN=1'
|
||||
endif
|
||||
if config_internal
|
||||
srcs += 'board_enable.c'
|
||||
srcs += 'cbtable.c'
|
||||
|
Reference in New Issue
Block a user