Anastasia Klimchuk
1599c5a9ec
serial, usb, hwaccess, i2c: Use SPDX in headers
...
Since this is the last patch on the topic, add an entry
to the devel document.
Change-Id: Ide53798eb18f180069fb15687569c94e6a45720c
Signed-off-by: Anastasia Klimchuk <aklm@flashrom.org >
Reviewed-on: https://review.coreboot.org/c/flashrom/+/90017
Tested-by: build bot (Jenkins) <no-reply@coreboot.org >
Reviewed-by: Peter Marheine <pmarheine@chromium.org >
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org >
2025-11-17 00:30:55 +00:00
Edward O'Callaghan
ea938173a4
usb_device.c: Allow for programmer_cfg plumbing
...
The only driver impacted is raiden_debug_spi.c and so
plumb state directly.
Change-Id: I85ff3117de8743b0a548dad98875cc41f48cac93
Signed-off-by: Edward O'Callaghan <quasisec@google.com >
Reviewed-on: https://review.coreboot.org/c/flashrom/+/66670
Tested-by: build bot (Jenkins) <no-reply@coreboot.org >
Reviewed-by: Anastasia Klimchuk <aklm@chromium.org >
Reviewed-by: Felix Singer <felixsinger@posteo.net >
2022-09-07 02:00:15 +00:00
Chinmay Lonkar
1bb5ddde60
Add str extension to extract_programmer_param function name
...
This patch changes the function name of extract_programmer_param() to
extract_programmer_param_str() as this function name will clearly
specify that it returns the value of the given parameter as a string.
Signed-off-by: Chinmay Lonkar <chinmay20220@gmail.com >
Change-Id: Id7b9fff4d3e1de22abd31b8123a1d237cd0f5c97
Reviewed-on: https://review.coreboot.org/c/flashrom/+/65521
Tested-by: build bot (Jenkins) <no-reply@coreboot.org >
Reviewed-by: Felix Singer <felixsinger@posteo.net >
Reviewed-by: Thomas Heijligen <src@posteo.de >
2022-07-02 14:34:19 +00:00
Thomas Heijligen
87d7b110d6
Introduce an include directory for header files
...
Move all header files to the new `include` directory.
Adapt include directives and build systems to the new directory.
Change-Id: Iaddd6bbfa0624b166d422f665877f096983bf4cf
Signed-off-by: Felix Singer <felix.singer@secunet.com >
Signed-off-by: Thomas Heijligen <thomas.heijligen@secunet.com >
Reviewed-on: https://review.coreboot.org/c/flashrom/+/58622
Tested-by: build bot (Jenkins) <no-reply@coreboot.org >
Reviewed-by: Anastasia Klimchuk <aklm@chromium.org >
2022-04-29 01:50:46 +00:00