Hello Felix Singer, build bot (Jenkins), Nico Huber, Patrick Georgi, Angel Pons, Rob Barnes,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/44778
to look at the new patch set (#10).
Change subject: util/apcb_edit: fix handling of binary SPD files ......................................................................
util/apcb_edit: fix handling of binary SPD files
Passing binary SPD files to apcb_edit can lead to an encoding error, since the files were read in text mode. To fix this, read SPD files always in binary mode and only decode them, when `--hex` is set.
Tested by comparing output files from the same SPDs in both, binary and hex mode.
Change-Id: I6b75a9e1234e71667bdc8cb4eb10daf8c0ac3c17 Signed-off-by: Michael Niewöhner foss@mniewoehner.de --- M util/apcb/apcb_edit.py 1 file changed, 5 insertions(+), 6 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/78/44778/10