Kyösti Mälkki has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/36697 )
Change subject: Documentation: Add some significant 4.11 release notes ......................................................................
Documentation: Add some significant 4.11 release notes
Change-Id: I0f9a5afe85068e6ef2a0b0d088557b0dd1e5bd91 Signed-off-by: Kyösti Mälkki kyosti.malkki@gmail.com --- M Documentation/releases/coreboot-4.11-relnotes.md 1 file changed, 9 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/97/36697/1
diff --git a/Documentation/releases/coreboot-4.11-relnotes.md b/Documentation/releases/coreboot-4.11-relnotes.md index 7dd99a3..5faee3f 100644 --- a/Documentation/releases/coreboot-4.11-relnotes.md +++ b/Documentation/releases/coreboot-4.11-relnotes.md @@ -30,6 +30,15 @@
The remaining cases and `-D__PRE_RAM__` are to be removed soon after release.
+### `__BOOTBLOCK__` et.al. are converted + +This applies to all `ENV_xxx` definitions found in `<rules.h>`. + +Write code without preprocessor directives whenever possible, replacing +`#ifdef __BOOTBLOCK__` with `if (ENV_BOOTBLOCK)` + +In cases where preprocessor is needed use `#if ENV_BOOTBLOCK` instead. + ### `CAR_GLOBAL` is removed where possible
For all platform code with `NO_CAR_GLOBAL_MIGRATION=y`, any `CAR_GLOBAL`