Patrick Georgi has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/34500 )
Change subject: Documentation/releases: Also mention RELOCATABLE_RAMSTAGE in deprecations ......................................................................
Documentation/releases: Also mention RELOCATABLE_RAMSTAGE in deprecations
We plan to retire that symbol after 4.11 as well, with relocatable ramstage becoming the normal mode of operation.
Change-Id: I36029215e5c8726f7dcc268bddc0d2b0161e3c40 Signed-off-by: Patrick Georgi pgeorgi@google.com --- M Documentation/releases/coreboot-4.10-relnotes.md 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/00/34500/1
diff --git a/Documentation/releases/coreboot-4.10-relnotes.md b/Documentation/releases/coreboot-4.10-relnotes.md index ce1c713..7c2e41d 100644 --- a/Documentation/releases/coreboot-4.10-relnotes.md +++ b/Documentation/releases/coreboot-4.10-relnotes.md @@ -76,6 +76,7 @@
* C_ENVIRONMENT_BOOTBLOCK * NO_CAR_GLOBAL_MIGRATION +* RELOCATABLE_RAMSTAGE
These only affect x86. If your platform only works without them, please look into fixing that.