Attention is currently required from: Stefan Reinauer.
Hello build bot (Jenkins), Stefan Reinauer,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/63702
to look at the new patch set (#4).
Change subject: util/inteltool: add lockdown mode detection
......................................................................
util/inteltool: add lockdown mode detection
Fixes https://github.com/zamaudio/intelmetool/issues/20. When lockdown mode in the Linux kernel is active, it blocks privileged I/O operations. Make the error message less confusing when inteltool is run with root permissions.
Change-Id: I9914fe392d53be390924e60dbfb16d3c9d222f44
Signed-off-by: Eloy Degen <degeneloy(a)gmail.com>
---
M util/inteltool/inteltool.c
1 file changed, 49 insertions(+), 3 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/02/63702/4
--
To view, visit https://review.coreboot.org/c/coreboot/+/63702
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I9914fe392d53be390924e60dbfb16d3c9d222f44
Gerrit-Change-Number: 63702
Gerrit-PatchSet: 4
Gerrit-Owner: Eloy
Gerrit-Reviewer: Stefan Reinauer <stefan.reinauer(a)coreboot.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-Attention: Stefan Reinauer <stefan.reinauer(a)coreboot.org>
Gerrit-MessageType: newpatchset
Attention is currently required from: Eloy, Stefan Reinauer.
Hello build bot (Jenkins), Stefan Reinauer,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/63702
to look at the new patch set (#3).
Change subject: util/inteltool: add lockdown mode detection
......................................................................
util/inteltool: add lockdown mode detection
This commit fixes https://github.com/zamaudio/intelmetool/issues/20, because lockdown mode in the kernel blocks privileged I/O operations. When lockdown mode is used, this commit makes the error message less confusing when inteltool is ran with root permissions
Change-Id: I9914fe392d53be390924e60dbfb16d3c9d222f44
Signed-off-by: Eloy Degen <degeneloy(a)gmail.com>
---
M util/inteltool/inteltool.c
1 file changed, 49 insertions(+), 3 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/02/63702/3
--
To view, visit https://review.coreboot.org/c/coreboot/+/63702
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I9914fe392d53be390924e60dbfb16d3c9d222f44
Gerrit-Change-Number: 63702
Gerrit-PatchSet: 3
Gerrit-Owner: Eloy
Gerrit-Reviewer: Stefan Reinauer <stefan.reinauer(a)coreboot.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-Attention: Eloy
Gerrit-Attention: Stefan Reinauer <stefan.reinauer(a)coreboot.org>
Gerrit-MessageType: newpatchset
Attention is currently required from: Matt DeVillier.
Tim Wawrzynczak has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/63561 )
Change subject: drivers/i2c/dw_i2c: Adjust to handle 0-byte transfers
......................................................................
Patch Set 1:
(1 comment)
File src/drivers/i2c/designware/dw_i2c.c:
https://review.coreboot.org/c/coreboot/+/63561/comment/f1200bda_e11138d9
PS1, Line 431: if (segments->len != 0)
> I did that so that there weren't a bunch of spurious TX aborted msgs in cbmem. […]
what about BIOS_INFO or SPEW?
--
To view, visit https://review.coreboot.org/c/coreboot/+/63561
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I518e849f4c476c264a1464886b1853af66c0b29d
Gerrit-Change-Number: 63561
Gerrit-PatchSet: 1
Gerrit-Owner: Matt DeVillier <matt.devillier(a)gmail.com>
Gerrit-Reviewer: Tim Wawrzynczak <twawrzynczak(a)chromium.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-Attention: Matt DeVillier <matt.devillier(a)gmail.com>
Gerrit-Comment-Date: Mon, 18 Apr 2022 19:06:15 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Matt DeVillier <matt.devillier(a)gmail.com>
Comment-In-Reply-To: Tim Wawrzynczak <twawrzynczak(a)chromium.org>
Gerrit-MessageType: comment
Attention is currently required from: Jamie Chen, Subrata Banik, Tim Wawrzynczak, Karthik Ramasubramanian.
Tim Wawrzynczak has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/63675 )
Change subject: soc/intel/jasperlake: Add a workaround for cnvi
......................................................................
Patch Set 1: Code-Review+1
(1 comment)
File src/soc/intel/jasperlake/chip.h:
https://review.coreboot.org/c/coreboot/+/63675/comment/4ba8a26c_2a915ea9
PS1, Line 424: /*
: * This is a workaround to mitigate higher SoC power consumption in S0ix
: * when the CNVI has background activity.
: *
: * This setting can only be enabled if xtalsdqdis (Bit 22) in cppmvric1
: * register is 1.
: * 1: Enabled ; 0: Disabled
: */
: bool cnvi_s0ix_wa;
Can we also please mention
- Setting this on a system that supports S0i3 (e.g. external bypass rails) will apparently break S0ix.
- Affected Intel wireless chipsets
- Tradeoff of fewer wakes vs. higher power
--
To view, visit https://review.coreboot.org/c/coreboot/+/63675
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I56439a406547e2ee1e47d34be14ecc9a8df04693
Gerrit-Change-Number: 63675
Gerrit-PatchSet: 1
Gerrit-Owner: Jamie Chen <jamie.chen(a)intel.com>
Gerrit-Reviewer: Karthik Ramasubramanian <kramasub(a)google.com>
Gerrit-Reviewer: Subrata Banik <subratabanik(a)google.com>
Gerrit-Reviewer: Tim Wawrzynczak <twawrzynczak(a)chromium.org>
Gerrit-Reviewer: Tim Wawrzynczak <twawrzynczak(a)google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Kane Chen <kane.chen(a)intel.com>
Gerrit-CC: Simon Yang <simon1.yang(a)intel.com>
Gerrit-Attention: Jamie Chen <jamie.chen(a)intel.com>
Gerrit-Attention: Subrata Banik <subratabanik(a)google.com>
Gerrit-Attention: Tim Wawrzynczak <twawrzynczak(a)google.com>
Gerrit-Attention: Karthik Ramasubramanian <kramasub(a)google.com>
Gerrit-Comment-Date: Mon, 18 Apr 2022 19:00:44 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment
Attention is currently required from: Eloy, Stefan Reinauer.
Paul Menzel has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/63702 )
Change subject: util/inteltool: add lockdown mode detection
......................................................................
Patch Set 2:
(2 comments)
Commit Message:
https://review.coreboot.org/c/coreboot/+/63702/comment/68255bff_260319ec
PS2, Line 8:
Why should Intel tool display the lockdown mode? Please add a commit message body.
File util/inteltool/inteltool.c:
https://review.coreboot.org/c/coreboot/+/63702/comment/b42faf2c_50a2c9e9
PS2, Line 808: /* Check if kernel is in lockdown mode.
: * Whether this part of sysfs is considered a
: * stable kernel API part is unknown, since
: * there is no explicit documentation
: * stating so. There does not seems to be
: * any other interface for checking wether the
: * kernel is in lockdown mode. Until there is
: * something better, parse the sysfs file.
: * Because it is a sysfs file, fseek(3) or
: * stat(2) are ineffective. You can only
: * iterate until the state of the file
: * handle is EOF, while it is copied into
: * a buffer.
Please reflow for at least 72 characters per line.
--
To view, visit https://review.coreboot.org/c/coreboot/+/63702
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I9914fe392d53be390924e60dbfb16d3c9d222f44
Gerrit-Change-Number: 63702
Gerrit-PatchSet: 2
Gerrit-Owner: Eloy
Gerrit-Reviewer: Stefan Reinauer <stefan.reinauer(a)coreboot.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-Attention: Eloy
Gerrit-Attention: Stefan Reinauer <stefan.reinauer(a)coreboot.org>
Gerrit-Comment-Date: Mon, 18 Apr 2022 18:54:50 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment
Attention is currently required from: Scott Chao.
Tim Wawrzynczak has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/63682 )
Change subject: crota: limit dram speed at 4800
......................................................................
Patch Set 1: Code-Review+2
(1 comment)
Commit Message:
https://review.coreboot.org/c/coreboot/+/63682/comment/b6972e1f_02d45cbe
PS1, Line 8:
Can we add the reason why here?
--
To view, visit https://review.coreboot.org/c/coreboot/+/63682
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I38f0006d478702afb382d30338f20b46641964ef
Gerrit-Change-Number: 63682
Gerrit-PatchSet: 1
Gerrit-Owner: Scott Chao <scott_chao(a)wistron.corp-partner.google.com>
Gerrit-Reviewer: Tim Wawrzynczak <twawrzynczak(a)chromium.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Attention: Scott Chao <scott_chao(a)wistron.corp-partner.google.com>
Gerrit-Comment-Date: Mon, 18 Apr 2022 18:50:59 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment
Attention is currently required from: Subrata Banik, Scott Chao.
Tim Wawrzynczak has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/63680 )
Change subject: lib: Add LPDDR5 DRAM type
......................................................................
Patch Set 2: Code-Review+1
--
To view, visit https://review.coreboot.org/c/coreboot/+/63680
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I98ba9e87b1a093b93434334a75c9a9252effa933
Gerrit-Change-Number: 63680
Gerrit-PatchSet: 2
Gerrit-Owner: Scott Chao <scott_chao(a)wistron.corp-partner.google.com>
Gerrit-Reviewer: Subrata Banik <subratabanik(a)google.com>
Gerrit-Reviewer: Tim Wawrzynczak <twawrzynczak(a)chromium.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Attention: Subrata Banik <subratabanik(a)google.com>
Gerrit-Attention: Scott Chao <scott_chao(a)wistron.corp-partner.google.com>
Gerrit-Comment-Date: Mon, 18 Apr 2022 18:50:15 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment