summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
-------------------