Attention is currently required from: Elyes Haouas, Ivan Jager.
Patrick Georgi has uploaded a new patch set (#2) to the change originally created by Ivan Jager. ( https://review.coreboot.org/c/coreboot/+/78239?usp=email )
Change subject: cbfs: Restore 32-bit padding in cbfs_header ......................................................................
cbfs: Restore 32-bit padding in cbfs_header
It was changed from a fixed size-1 array to a flexible array in commit 242bac0e162c ("…: Use C99 flexible arrays") which resulted in a change to the serialized format as the header size was no longer the same.
That broke other tools that read CBFS files, like diffoscope https://github.com/NixOS/nixpkgs/issues/256896
Change-Id: I4199dcc4823469c5986ac967a55b1c85cc62f780 Signed-off-by: Ivan Jager aij+git@mrph.org --- M src/commonlib/bsd/include/commonlib/bsd/cbfs_serialized.h 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/39/78239/2