Hello caveh jalali,
I'd like you to do a code review. Please visit
https://review.coreboot.org/25069
to review the following change.
Change subject: soc/intel/cannonlake: Disable RTC write protect
......................................................................
soc/intel/cannonlake: Disable RTC write protect
The cannonlake FSP enables PchLockDownRtcMemoryLock by default, but we
need this memory to be writable. We normally over-ride this in the
SoC chip init code, so we'll do the same on cannonlake.
BUG=b:71722386
BRANCH=none
TEST=Filled /dev/nvram with 0xff and 0x00 bytes to verify we can flip
all the bits.
Change-Id: I7cdd4abc2b3795d7dd82236fbe3c112428ee882b
Signed-off-by: Caveh Jalali <caveh(a)chromium.org>
---
M src/soc/intel/cannonlake/chip.c
1 file changed, 3 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/69/25069/1
diff --git a/src/soc/intel/cannonlake/chip.c b/src/soc/intel/cannonlake/chip.c
index 2187f90..ca2f9a3 100644
--- a/src/soc/intel/cannonlake/chip.c
+++ b/src/soc/intel/cannonlake/chip.c
@@ -200,6 +200,9 @@
mainboard_silicon_init_params(params);
+ /* Unlock upper 8 bytes of RTC RAM */
+ params->PchLockDownRtcMemoryLock = 0;
+
/* SATA */
params->SataEnable = config->SataEnable;
params->SataMode = config->SataMode;
--
To view, visit https://review.coreboot.org/25069
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: I7cdd4abc2b3795d7dd82236fbe3c112428ee882b
Gerrit-Change-Number: 25069
Gerrit-PatchSet: 1
Gerrit-Owner: Caveh Jalali <caveh(a)google.com>
Gerrit-Reviewer: caveh jalali <caveh(a)chromium.org>
Bora Guvendik has abandoned this change. ( https://review.coreboot.org/25065 )
Change subject: mb/intel/glkrvp: Wake eMMC HW early during boot
......................................................................
Abandoned
--
To view, visit https://review.coreboot.org/25065
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: Iba93e9f9f3d7731883aac3c4f887f72cc7fbcdc6
Gerrit-Change-Number: 25065
Gerrit-PatchSet: 3
Gerrit-Owner: Bora Guvendik <bora.guvendik(a)intel.com>
Bora Guvendik has abandoned this change. ( https://review.coreboot.org/25004 )
Change subject: commonlib/storage: Make pci sdhci code compile in romstage
......................................................................
Abandoned
--
To view, visit https://review.coreboot.org/25004
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: Ifdc3572e3ef30e3ce1e58e6ec062344305d4e439
Gerrit-Change-Number: 25004
Gerrit-PatchSet: 1
Gerrit-Owner: Bora Guvendik <bora.guvendik(a)intel.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Bora Guvendik has abandoned this change. ( https://review.coreboot.org/25003 )
Change subject: commonlib/storage: Make sd_mmc_go_idle an api
......................................................................
Abandoned
--
To view, visit https://review.coreboot.org/25003
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: I016e1b596a0c8a9ba72be29948648ae4c0cc7b1f
Gerrit-Change-Number: 25003
Gerrit-PatchSet: 1
Gerrit-Owner: Bora Guvendik <bora.guvendik(a)intel.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Bora Guvendik has abandoned this change. ( https://review.coreboot.org/25005 )
Change subject: mb/intel/glkrvp: Wake eMMC HW early during boot
......................................................................
Abandoned
--
To view, visit https://review.coreboot.org/25005
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: I0f5bc1e971e17bd3b048aa39bbe804147f1816a7
Gerrit-Change-Number: 25005
Gerrit-PatchSet: 2
Gerrit-Owner: Bora Guvendik <bora.guvendik(a)intel.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Bora Guvendik has restored this change. ( https://review.coreboot.org/25005 )
Change subject: mb/intel/glkrvp: Wake eMMC HW early during boot
......................................................................
Restored
--
To view, visit https://review.coreboot.org/25005
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: restore
Gerrit-Change-Id: I0f5bc1e971e17bd3b048aa39bbe804147f1816a7
Gerrit-Change-Number: 25005
Gerrit-PatchSet: 2
Gerrit-Owner: Bora Guvendik <bora.guvendik(a)intel.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>