From ce9b26cdd51d54e44f319c65d21d0adb57f09dfd Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Wed, 17 Mar 2021 09:21:14 +0100 Subject: Documentation/releases: Add note about CBFS stage format change Change-Id: I2e4f1d1551141c6225e762631e52d71357112425 Signed-off-by: Patrick Georgi Reviewed-on: https://review.coreboot.org/c/coreboot/+/51562 Tested-by: build bot (Jenkins) Reviewed-by: Julius Werner --- Documentation/releases/coreboot-4.14-relnotes.md | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) (limited to 'Documentation/releases/coreboot-4.14-relnotes.md') diff --git a/Documentation/releases/coreboot-4.14-relnotes.md b/Documentation/releases/coreboot-4.14-relnotes.md index b4c94e90d1..e383c2edc4 100644 --- a/Documentation/releases/coreboot-4.14-relnotes.md +++ b/Documentation/releases/coreboot-4.14-relnotes.md @@ -10,8 +10,8 @@ Update this document with changes that should be in the release notes. * The chip and board additions and removals will be updated right before the release, so those do not need to be added. -Deprecations ------------- +Deprecations and incompatible changes +------------------------------------- ### SAR support in VPD for Chrome OS @@ -34,6 +34,21 @@ steps: default "site-local/${BOARD}-sar.hex" ``` +### CBFS stage file format change + +[CB:46484](https://review.coreboot.org/46484) changed the in-flash +file format of coreboot stages to prepare for per-file signature +verification. As described in the commit message in more details, +when manipulating stages in a CBFS, the cbfstool build must match the +coreboot image so that they're using the same format: coreboot.rom +and cbfstool must be built from coreboot sources that either both +contain this change or both do not contain this change. + +Since stages are usually only handled by the coreboot build system +which builds its own cbfstool (and therefore it always matches +coreboot.rom) this shouldn't be a concern in the vast majority of +scenarios. + Significant changes ------------------- -- cgit v1.2.3