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 ---------