Attention is currently required from: Daniel P. Smith, Michał Żygowski, Maciej Pijanowski, Sergii Dmytruk.
Krystian Hebel has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/68751 )
Change subject: [WIP] Documentation/measured_boot.md: fix SRTM/DRTM explanations
......................................................................
Patch Set 2:
(2 comments)
File Documentation/security/vboot/measured_boot.md:
https://review.coreboot.org/c/coreboot/+/68751/comment/c387d4e6_f1bd0ea3
PS2, Line 48: measure
`measures`
https://review.coreboot.org/c/coreboot/+/68751/comment/4badacf3_7c18886c
PS2, Line 58: cbfs
`CBFS`
--
To view, visit https://review.coreboot.org/c/coreboot/+/68751
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: If224dc0cf3c0515dbd18daca544c22275e96b459
Gerrit-Change-Number: 68751
Gerrit-PatchSet: 2
Gerrit-Owner: Sergii Dmytruk <sergii.dmytruk(a)3mdeb.com>
Gerrit-Reviewer: Krystian Hebel <krystian.hebel(a)3mdeb.com>
Gerrit-Reviewer: Maciej Pijanowski <maciej.pijanowski(a)3mdeb.com>
Gerrit-Reviewer: Michał Żygowski <michal.zygowski(a)3mdeb.com>
Gerrit-CC: Daniel P. Smith
Gerrit-CC: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Attention: Daniel P. Smith
Gerrit-Attention: Michał Żygowski <michal.zygowski(a)3mdeb.com>
Gerrit-Attention: Maciej Pijanowski <maciej.pijanowski(a)3mdeb.com>
Gerrit-Attention: Sergii Dmytruk <sergii.dmytruk(a)3mdeb.com>
Gerrit-Comment-Date: Wed, 26 Oct 2022 12:03:27 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment
build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/68899 )
Change subject: cpu/intel/common: typecast function agument to unint64_t
......................................................................
Patch Set 1:
(1 comment)
Commit Message:
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-161405):
https://review.coreboot.org/c/coreboot/+/68899/comment/a01041ca_d370dacc
PS1, Line 8:
'fuction' may be misspelled - perhaps 'function'?
--
To view, visit https://review.coreboot.org/c/coreboot/+/68899
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I35d382c792b9df260381b7696f3bbff43d6c4dc2
Gerrit-Change-Number: 68899
Gerrit-PatchSet: 1
Gerrit-Owner: Sridhar Siricilla <sridhar.siricilla(a)intel.com>
Gerrit-CC: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Comment-Date: Wed, 26 Oct 2022 11:42:01 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment
Sridhar Siricilla has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/68899 )
Change subject: cpu/intel/common: typecast function agument to unint64_t
......................................................................
cpu/intel/common: typecast function agument to unint64_t
The patch add typecasting to the msr_unset_and_set() fuction argument
to prevent it get converting to incorrect value.
During unit testing, the argument is getting to changed to unexpected
number which is resulting to an exception.
TEST= Verified the code on the Gimble.
Noticed coreboot configured EPP value in the IA32_HWP_REQUEST.
Signed-off-by: Sridhar Siricilla <sridhar.siricilla(a)intel.com>
Change-Id: I35d382c792b9df260381b7696f3bbff43d6c4dc2
---
M src/cpu/intel/common/common_init.c
1 file changed, 19 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/99/68899/1
diff --git a/src/cpu/intel/common/common_init.c b/src/cpu/intel/common/common_init.c
index 4d6df84..d4395b5 100644
--- a/src/cpu/intel/common/common_init.c
+++ b/src/cpu/intel/common/common_init.c
@@ -223,5 +223,5 @@
void set_energy_perf_pref(u8 pref)
{
msr_unset_and_set(IA32_HWP_REQUEST, IA32_HWP_REQUEST_EPP_MASK,
- pref << IA32_HWP_REQUEST_EPP_SHIFT);
+ uint64_t(pref << IA32_HWP_REQUEST_EPP_SHIFT));
}
--
To view, visit https://review.coreboot.org/c/coreboot/+/68899
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I35d382c792b9df260381b7696f3bbff43d6c4dc2
Gerrit-Change-Number: 68899
Gerrit-PatchSet: 1
Gerrit-Owner: Sridhar Siricilla <sridhar.siricilla(a)intel.com>
Gerrit-MessageType: newchange
Attention is currently required from: YH Lin, Tim Wawrzynczak, Zhuohao Lee.
Raihow Shi has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/68898 )
Change subject: mb/google/brask/variants/moli: keep SAGV disable
......................................................................
Patch Set 3: Code-Review+1
--
To view, visit https://review.coreboot.org/c/coreboot/+/68898
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I4115b35fed35b74a307b08f7a10ebced2309297f
Gerrit-Change-Number: 68898
Gerrit-PatchSet: 3
Gerrit-Owner: Raihow Shi <raihow_shi(a)wistron.corp-partner.google.com>
Gerrit-Reviewer: Raihow Shi <raihow_shi(a)wistron.corp-partner.google.com>
Gerrit-Reviewer: Tim Wawrzynczak <inforichland(a)gmail.com>
Gerrit-Reviewer: YH Lin <yueherngl(a)google.com>
Gerrit-Reviewer: Zhuohao Lee <zhuohao(a)google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Ariel Fang <ariel_fang(a)wistron.corp-partner.google.com>
Gerrit-CC: Casper Chang <casper_chang(a)wistron.corp-partner.google.com>
Gerrit-CC: Mark Hsieh <mark_hsieh(a)wistron.corp-partner.google.com>
Gerrit-Attention: YH Lin <yueherngl(a)google.com>
Gerrit-Attention: Tim Wawrzynczak <inforichland(a)gmail.com>
Gerrit-Attention: Zhuohao Lee <zhuohao(a)google.com>
Gerrit-Comment-Date: Wed, 26 Oct 2022 11:07:29 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment