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.
HAOUAS Elyes has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/34500 )
Change subject: Documentation/releases: Also mention RELOCATABLE_RAMSTAGE in deprecations ......................................................................
Patch Set 1: Code-Review+1
Kyösti Mälkki has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/34500 )
Change subject: Documentation/releases: Also mention RELOCATABLE_RAMSTAGE in deprecations ......................................................................
Patch Set 1: Code-Review+2
Patrick Georgi has submitted this change and it was merged. ( 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/34500 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: HAOUAS Elyes ehaouas@noos.fr Reviewed-by: Kyösti Mälkki kyosti.malkki@gmail.com --- M Documentation/releases/coreboot-4.10-relnotes.md 1 file changed, 1 insertion(+), 0 deletions(-)
Approvals: build bot (Jenkins): Verified Kyösti Mälkki: Looks good to me, approved HAOUAS Elyes: Looks good to me, but someone else must approve
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.