Hello Angel Pons, build bot (Jenkins), Vadim Bendebury, Nico Huber,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/flashrom/+/38209
to look at the new patch set (#2).
Change subject: raiden_debug: Upstream ChromiumOS servo debug board prog ......................................................................
raiden_debug: Upstream ChromiumOS servo debug board prog
Initial check-in of the Raiden debugger programmer for the ChromiumOS servo debug tool. This then allows upstream flashrom to fully support the servo debug hardware tool.
While it isn't ideal to have usb_device.[h|c] when usbdev.c already exists in-tree, we get the initial raiden_debug supporting code in so we can massage it moving forwards.
Squash in, usb_device: needed for raiden_debug prog
BUG=b:143389556 BRANCH=none TEST=builds && ran `./flashrom -p raiden_debug --flash-name` && `-r`.
Change-Id: Ifad273a708acea4de797a0808be58960635a8864 Signed-off-by: Edward O'Callaghan quasisec@google.com --- M Makefile M flashrom.c M meson.build M meson_options.txt M programmer.h A raiden_debug_spi.c A usb_device.c A usb_device.h 8 files changed, 977 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/09/38209/2