summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorPatrick Georgi <pgeorgi@google.com>2021-03-17 09:21:14 +0100
committerPatrick Georgi <pgeorgi@google.com>2021-03-18 08:21:02 +0000
commitce9b26cdd51d54e44f319c65d21d0adb57f09dfd (patch)
treeb7f5612111fc993cafe5f4ce10d866dbbcfc68d5 /Documentation
parent73b9fa69309d1ca8438d825eb8b40512c478a180 (diff)
downloadcoreboot-ce9b26cdd51d54e44f319c65d21d0adb57f09dfd.tar.xz
Documentation/releases: Add note about CBFS stage format change
Change-Id: I2e4f1d1551141c6225e762631e52d71357112425 Signed-off-by: Patrick Georgi <pgeorgi@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/51562 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Julius Werner <jwerner@chromium.org>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/releases/coreboot-4.14-relnotes.md19
1 files changed, 17 insertions, 2 deletions
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
-------------------