Attention is currently required from: Nico Huber, Arthur Heymans, Patrick Rudolph. Hello build bot (Jenkins), Nico Huber, Arthur Heymans, Patrick Rudolph,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/52647
to look at the new patch set (#3).
Change subject: [TESTME] drivers/pc80/rtc/option.c: Allow integer options to cross byte boundaries ......................................................................
[TESTME] drivers/pc80/rtc/option.c: Allow integer options to cross byte boundaries
Redesign CMOS option handling code to allow accessing integer options whose bit offset crosses byte boundaries. This allows cramming more CMOS settings in the same space without having to play Tetris.
The new system is most likely not backwards-compatible for options that cross byte boundaries (it was not meant to be backwards-compatible). However, this is a non-issue, as all CMOS options used in coreboot never cross byte boundaries.
Change-Id: Id1e0ed05efeaaa999223bd209f977a096fa39e15 Signed-off-by: Angel Pons th3fanbus@gmail.com --- M src/drivers/pc80/rtc/option.c M src/include/option.h 2 files changed, 65 insertions(+), 72 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/47/52647/3