Marshall Dawson has abandoned this change. ( https://review.coreboot.org/22939 )
Change subject: intel/skylake: Perform lockdown in bootstate after MRC write
......................................................................
Abandoned
https://review.coreboot.org/#/c/coreboot/+/22937/ has been changed to do either early/late and the default is still early (unchanged). Since skylake doesn't select late, there is no point to adding more complexity to lockdown.c.
--
To view, visit https://review.coreboot.org/22939
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: abandon
Gerrit-Change-Id: Ifa4eaba72defc403908fffe3d19dbd3e16e14622
Gerrit-Change-Number: 22939
Gerrit-PatchSet: 1
Gerrit-Owner: Marshall Dawson <marshalldawson3rd(a)gmail.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Marshall Dawson has abandoned this change. ( https://review.coreboot.org/22938 )
Change subject: intel/cannonlake: Perform lockdown in bootstate after MRC write
......................................................................
Abandoned
https://review.coreboot.org/#/c/coreboot/+/22937/ has been changed to do either early/late and the default is still early (unchanged). Since cannonlake doesn't select late, there is no point to adding more complexity to lockdown.c.
--
To view, visit https://review.coreboot.org/22938
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: abandon
Gerrit-Change-Id: I7e8776e216e2be9ba54a97dbd79b840806e12469
Gerrit-Change-Number: 22938
Gerrit-PatchSet: 1
Gerrit-Owner: Marshall Dawson <marshalldawson3rd(a)gmail.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Marshall Dawson has posted comments on this change. ( https://review.coreboot.org/22952 )
Change subject: WIP soc/amd/common: Move LateInit earlier
......................................................................
Patch Set 1:
(1 comment)
https://review.coreboot.org/#/c/22952/1//COMMIT_MSG
Commit Message:
https://review.coreboot.org/#/c/22952/1//COMMIT_MSG@7
PS1, Line 7: WIP
I'm not yet confident this is allowed or a solid idea. It moves the calls ahead of chip_ops.final() which calls southbridge_final() and fam15_finalize().
Perhaps another approach might be moving only the amdS3Save forward in time, but I don't know if there are any consequences to moving it ahead of amdinitlate.
--
To view, visit https://review.coreboot.org/22952
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: Ia00c7b53e010679f51bd7f78f67382941bac4b33
Gerrit-Change-Number: 22952
Gerrit-PatchSet: 1
Gerrit-Owner: Marshall Dawson <marshalldawson3rd(a)gmail.com>
Gerrit-Reviewer: Marshall Dawson <marshalldawson3rd(a)gmail.com>
Gerrit-Comment-Date: Wed, 20 Dec 2017 00:18:16 +0000
Gerrit-HasComments: Yes
Gerrit-HasLabels: No
Marshall Dawson has uploaded this change for review. ( https://review.coreboot.org/22952
Change subject: WIP soc/amd/common: Move LateInit earlier
......................................................................
WIP soc/amd/common: Move LateInit earlier
Move agesawrapper_post_device() to the entry of BS_POST_DEVICE. A
subsequent patch will use the new drivers/mrc_cache, and the latest
it may write to flash is the exit of BS_POST_DEVICE. To ensure the
S3 data is stashed in time, the calls are moved earlier.
Change-Id: Ia00c7b53e010679f51bd7f78f67382941bac4b33
Signed-off-by: Marshall Dawson <marshalldawson3rd(a)gmail.com>
---
M src/soc/amd/common/block/pi/amd_late_init.c
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/52/22952/1
diff --git a/src/soc/amd/common/block/pi/amd_late_init.c b/src/soc/amd/common/block/pi/amd_late_init.c
index 3eb3674..5f4be93 100644
--- a/src/soc/amd/common/block/pi/amd_late_init.c
+++ b/src/soc/amd/common/block/pi/amd_late_init.c
@@ -36,5 +36,5 @@
do_agesawrapper(agesawrapper_amdS3Save, "amdS3Save");
}
-BOOT_STATE_INIT_ENTRY(BS_POST_DEVICE, BS_ON_EXIT,
+BOOT_STATE_INIT_ENTRY(BS_POST_DEVICE, BS_ON_ENTRY,
agesawrapper_post_device, NULL);
--
To view, visit https://review.coreboot.org/22952
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia00c7b53e010679f51bd7f78f67382941bac4b33
Gerrit-Change-Number: 22952
Gerrit-PatchSet: 1
Gerrit-Owner: Marshall Dawson <marshalldawson3rd(a)gmail.com>