Hello build bot (Jenkins), Martin Roth, Furquan Shaikh, Patrick Georgi, Caveh Jalali, Duncan Laurie, Julius Werner, Nick Vaccaro, Karthik Ramasubramanian,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/45939
to look at the new patch set (#2).
Change subject: fw_config: Convert fw_config to a 64-bit field ......................................................................
fw_config: Convert fw_config to a 64-bit field
We all knew this was coming, 32 bits is never enough. Doing this early so that it doesn't affect too much code yet. Take care of every usage of fw_config throughout the codebase so the conversion is all done at once.
BUG=b:169668368 TEST=added 0x1 to SSFC and 0x201 to FW_CONFIG from ectool on Volteer. Verified via console print that FW_CONFIG is 0x100000201.
Signed-off-by: Tim Wawrzynczak twawrzynczak@chromium.org Change-Id: I6f2065d347eafa0ef7b346caeabdc3b626402092 --- M Documentation/lib/fw_config.md M src/ec/google/chromeec/ec.c M src/ec/google/chromeec/ec.h M src/include/fw_config.h M src/lib/fw_config.c M src/mainboard/google/dedede/board_info.c M src/mainboard/google/dedede/variants/baseboard/include/baseboard/variants.h M src/mainboard/google/zork/variants/baseboard/helpers.c M util/sconfig/main.c 9 files changed, 57 insertions(+), 41 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/39/45939/2