1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-07-02 06:23:18 +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:
Edward O'Callaghan
2020-03-02 18:16:14 +11:00
committed by Edward O'Callaghan
parent d3396408d8
commit ad08aef69c
6 changed files with 489 additions and 0 deletions

View File

@ -133,6 +133,18 @@ const struct programmer_entry programmer_table[] = {
},
#endif
#if CONFIG_RAIDEN == 1
{
.name = "raiden_debug",
.type = USB,
.devs.note = "All programmer devices speaking the raiden protocol\n",
.init = raiden_debug_spi_init,
.map_flash_region = fallback_map,
.unmap_flash_region = fallback_unmap,
.delay = internal_delay,
},
#endif
#if CONFIG_DRKAISER == 1
{
.name = "drkaiser",