aboutsummaryrefslogtreecommitdiff
path: root/Documentation/releases/coreboot-4.9-relnotes.md
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/releases/coreboot-4.9-relnotes.md')
-rw-r--r--Documentation/releases/coreboot-4.9-relnotes.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/releases/coreboot-4.9-relnotes.md b/Documentation/releases/coreboot-4.9-relnotes.md
index 788d695085..c484b32d35 100644
--- a/Documentation/releases/coreboot-4.9-relnotes.md
+++ b/Documentation/releases/coreboot-4.9-relnotes.md
@@ -16,6 +16,13 @@ before the release, so those do not need to be added.
General changes
---------------
+* Various code cleanups
+ * Removed `device_t` in favor of `struct device*` in ramstage code
+ * Improve adherence to coding style
+* Expand use of the postcar stage
+* Add bootblock compression capability: on systems that copy the bootblock
+ from very slow flash to ERAM, allow adding a stub that decompresses the
+ bootblock into ERAM to minimize the amount of flash reads
Toolchain
---------