From 334211e4a635ecad7d716f91fa74283aa19ef290 Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Sat, 2 Nov 2019 11:12:09 +0200 Subject: Documentation: Add some significant 4.11 release notes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I44369bc7dee77beab480d9a16cd7268be6686eb9 Signed-off-by: Kyösti Mälkki Reviewed-on: https://review.coreboot.org/c/coreboot/+/36563 Tested-by: build bot (Jenkins) Reviewed-by: Arthur Heymans Reviewed-by: Angel Pons Reviewed-by: Michael Niewöhner --- Documentation/releases/coreboot-4.11-relnotes.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'Documentation/releases/coreboot-4.11-relnotes.md') diff --git a/Documentation/releases/coreboot-4.11-relnotes.md b/Documentation/releases/coreboot-4.11-relnotes.md index 282d0ec1d3..7dd99a3522 100644 --- a/Documentation/releases/coreboot-4.11-relnotes.md +++ b/Documentation/releases/coreboot-4.11-relnotes.md @@ -22,3 +22,21 @@ Significant changes ------------------- ### Add significant changes here + +### `__PRE_RAM__` is deprecated + +Preprocessor use of `defined(__PRE_RAM_)` have been mostly replaced with +`if (ENV_ROMSTAGE_OR_BEFORE)` or the inverse `if (ENV_RAMSTAGE)`. + +The remaining cases and `-D__PRE_RAM__` are to be removed soon after release. + +### `CAR_GLOBAL` is removed where possible + +For all platform code with `NO_CAR_GLOBAL_MIGRATION=y`, any `CAR_GLOBAL` +attributes have been removed. Remaining cases from common code are to be +removed soon after release. + +### `TSEG` and `cbmem_top()` mapping + +Significant refactoring has bee done to achieve some consistency across platforms +and to reduce code duplication. -- cgit v1.2.3