diff options
author | Patrick Georgi <pgeorgi@chromium.org> | 2018-06-06 13:02:43 +0200 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2018-06-07 16:35:34 +0000 |
commit | b892f1ac5d099c9e64f9c030fe7a83e65ed3b0b8 (patch) | |
tree | 8de6a7dce5ff9060bdce380517e1e6cb678b899c /Documentation/releases/coreboot-4.9-relnotes.md | |
parent | 4a00ccc74810b7761a046cf125ddf6855f7f7064 (diff) | |
download | coreboot-b892f1ac5d099c9e64f9c030fe7a83e65ed3b0b8.tar.xz |
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 <pgeorgi@chromium.org>
Reviewed-on: https://review.coreboot.org/26886
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'Documentation/releases/coreboot-4.9-relnotes.md')
-rw-r--r-- | Documentation/releases/coreboot-4.9-relnotes.md | 7 |
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 --------- |