From b892f1ac5d099c9e64f9c030fe7a83e65ed3b0b8 Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Wed, 6 Jun 2018 13:02:43 +0200 Subject: Documentation/release: Add some of the things we added since 4.8.1 From here on, changes should directly touch the release notes, but these are notable, too. Change-Id: I602d67f8dd38391663094212cdb4609cdad458ee Signed-off-by: Patrick Georgi Reviewed-on: https://review.coreboot.org/26886 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Martin Roth --- Documentation/releases/coreboot-4.9-relnotes.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Documentation/releases/coreboot-4.9-relnotes.md') 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 --------- -- cgit v1.2.3