Attention is currently required from: Tim Wawrzynczak, Patrick Rudolph.
build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/55254 )
Change subject: soc/intel/alderlake: Corrects PMC Descriptor for Alderlake B silicon
......................................................................
Patch Set 1:
(3 comments)
File src/soc/intel/alderlake/romstage/romstage.c:
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-120881):
https://review.coreboot.org/c/coreboot/+/55254/comment/d5a1f66b_abc33a02
PS1, Line 147: if(cse_get_rw_rdev(&desc_dev) < 0)
space required before the open parenthesis '('
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-120881):
https://review.coreboot.org/c/coreboot/+/55254/comment/ecaf8a43_a0338103
PS1, Line 155: if (si_desc_buf[PMC_DESC_7_BYTE3] == 0x44 ) {
space prohibited before that close parenthesis ')'
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-120881):
https://review.coreboot.org/c/coreboot/+/55254/comment/ae3224fc_d86a7c11
PS1, Line 204: * if CSE RW blob's version is different from CSE RW version.
code indent should use tabs where possible
--
To view, visit https://review.coreboot.org/c/coreboot/+/55254
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I6d9a2ce0f0b3e386eefa1962ce706b58f31a8576
Gerrit-Change-Number: 55254
Gerrit-PatchSet: 1
Gerrit-Owner: Sridhar Siricilla <sridhar.siricilla(a)intel.com>
Gerrit-Reviewer: Patrick Rudolph <siro(a)das-labor.org>
Gerrit-Reviewer: Tim Wawrzynczak <twawrzynczak(a)chromium.org>
Gerrit-CC: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Attention: Tim Wawrzynczak <twawrzynczak(a)chromium.org>
Gerrit-Attention: Patrick Rudolph <siro(a)das-labor.org>
Gerrit-Comment-Date: Sun, 06 Jun 2021 17:17:21 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment
Attention is currently required from: Tim Wawrzynczak, Patrick Rudolph.
Sridhar Siricilla has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/55253 )
Change subject: soc/intel/alderlake: Add inline comment to cse_fw_sync()
......................................................................
soc/intel/alderlake: Add inline comment to cse_fw_sync()
The patch adds comment for cse_fw_sync()
TEST= Build Brya coreboot
Signed-off-by: Sridhar Siricilla <sridhar.siricilla(a)intel.com>
Change-Id: I0a5745b63831b2c3f7bfbb44a650bdeb48f589ab
---
M src/soc/intel/alderlake/romstage/romstage.c
1 file changed, 3 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/53/55253/1
diff --git a/src/soc/intel/alderlake/romstage/romstage.c b/src/soc/intel/alderlake/romstage/romstage.c
index d7ef14d..e6a9592 100644
--- a/src/soc/intel/alderlake/romstage/romstage.c
+++ b/src/soc/intel/alderlake/romstage/romstage.c
@@ -134,6 +134,9 @@
* cse_fw_sync() must be called after DRAM initialization as
* HMRFPO_ENABLE HECI command (which is used by cse_fw_sync())
* is expected to be executed after DRAM initialization.
+ * When AP starts from G3, cse_fw_sync() triggers GLOBAL RESET after
+ * marking CSE's next boot partition to RW. Also, it trigger CSE Firmware update
+ * if CSE RW blob's version is different from CSE RW version.
*/
if (CONFIG(SOC_INTEL_CSE_LITE_SKU))
cse_fw_sync();
--
To view, visit https://review.coreboot.org/c/coreboot/+/55253
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I0a5745b63831b2c3f7bfbb44a650bdeb48f589ab
Gerrit-Change-Number: 55253
Gerrit-PatchSet: 1
Gerrit-Owner: Sridhar Siricilla <sridhar.siricilla(a)intel.com>
Gerrit-Reviewer: Patrick Rudolph <siro(a)das-labor.org>
Gerrit-Reviewer: Tim Wawrzynczak <twawrzynczak(a)chromium.org>
Gerrit-Attention: Tim Wawrzynczak <twawrzynczak(a)chromium.org>
Gerrit-Attention: Patrick Rudolph <siro(a)das-labor.org>
Gerrit-MessageType: newchange