Attention is currently required from: Filip Lewiński, Intel coreboot Reviewers, Michał Kopeć, Paul Menzel.
Filip Lewiński has uploaded a new patch set (#5) to the change originally created by Michał Żygowski. ( https://review.coreboot.org/c/coreboot/+/83727?usp=email )
The following approvals got outdated and were removed:
Verified+1 by build bot (Jenkins)
Change subject: soc/intel/cannonlake: Hook up Intel TXT FSP UPDs
......................................................................
soc/intel/cannonlake: Hook up Intel TXT FSP UPDs
Set necessary parameters so that FSP can call BIOS ACM ACHECK
after MRC. It is required to perform ACHECK in certain conditions
and the Intel TXT will not function properly without calling it.
TEST=Boot Linux with tboot on Protectli VP4670 with Intel TXT enabled.
Change-Id: Ibca1c7c8a5335dab8af4888aee4c60683b72746d
Signed-off-by: Michał Żygowski <michal.zygowski(a)3mdeb.com>
---
M src/soc/intel/cannonlake/fsp_params.c
M src/soc/intel/cannonlake/romstage/Makefile.mk
M src/soc/intel/cannonlake/romstage/fsp_params.c
3 files changed, 25 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/27/83727/5
--
To view, visit https://review.coreboot.org/c/coreboot/+/83727?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings?usp=email
Gerrit-MessageType: newpatchset
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: Ibca1c7c8a5335dab8af4888aee4c60683b72746d
Gerrit-Change-Number: 83727
Gerrit-PatchSet: 5
Gerrit-Owner: Michał Żygowski <michal.zygowski(a)3mdeb.com>
Gerrit-Reviewer: Intel coreboot Reviewers <intel_coreboot_reviewers(a)intel.com>
Gerrit-Reviewer: Krystian Hebel <krystian.hebel(a)3mdeb.com>
Gerrit-Reviewer: Michał Kopeć <michal.kopec(a)3mdeb.com>
Gerrit-Reviewer: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Reviewer: coreboot org <coreboot.org(a)gmail.com>
Gerrit-CC: Filip Lewiński <filip.lewinski(a)3mdeb.com>
Gerrit-Attention: Intel coreboot Reviewers <intel_coreboot_reviewers(a)intel.com>
Gerrit-Attention: Filip Lewiński <filip.lewinski(a)3mdeb.com>
Gerrit-Attention: Michał Kopeć <michal.kopec(a)3mdeb.com>
Gerrit-Attention: Paul Menzel <paulepanter(a)mailbox.org>
Attention is currently required from: Jayvik Desai, Kapil Porwal, Pranava Y N.
Subrata Banik has posted comments on this change by Subrata Banik. ( https://review.coreboot.org/c/coreboot/+/87092?usp=email )
Change subject: commonlib/storage: Include pci_def.h
......................................................................
Patch Set 2:
(1 comment)
File src/commonlib/storage/pci_sdhci.c:
https://review.coreboot.org/c/coreboot/+/87092/comment/bca0a708_f17ae012?us… :
PS2, Line 5: #include <device/pci_def.h>
> > This is already part of above header when CONFIG_PCI is enabled.
>
> The addition of pci_sdhci.c without depending on CONFIG_PCI causes issues when PCI kconfig is disabled, resulting in missing macro errors during compilation.
>
> ```
> src/commonlib/storage/Makefile.mk:22:bootblock-y += pci_sdhci.c
> src/commonlib/storage/Makefile.mk:27:verstage-y += pci_sdhci.c
> src/commonlib/storage/Makefile.mk:32:romstage-y += pci_sdhci.c
> src/commonlib/storage/Makefile.mk:37:postcar-y += pci_sdhci.c
> src/commonlib/storage/Makefile.mk:42:ramstage-y += pci_sdhci.c
> ```
Especially when `COMMONLIB_STORAGE` and other storage Kconfigs are selected without PCI Kconfig, we should see this issue.
--
To view, visit https://review.coreboot.org/c/coreboot/+/87092?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: I5c70d9b9ebcac13b47bba2c260fdf2ad7d56d4d7
Gerrit-Change-Number: 87092
Gerrit-PatchSet: 2
Gerrit-Owner: Subrata Banik <subratabanik(a)google.com>
Gerrit-Reviewer: Jayvik Desai <jayvik(a)google.com>
Gerrit-Reviewer: Kapil Porwal <kapilporwal(a)google.com>
Gerrit-Reviewer: Pranava Y N <pranavayn(a)google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Attention: Jayvik Desai <jayvik(a)google.com>
Gerrit-Attention: Kapil Porwal <kapilporwal(a)google.com>
Gerrit-Attention: Pranava Y N <pranavayn(a)google.com>
Gerrit-Comment-Date: Wed, 02 Apr 2025 15:49:23 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Subrata Banik <subratabanik(a)google.com>
Comment-In-Reply-To: Kapil Porwal <kapilporwal(a)google.com>
Attention is currently required from: Jayvik Desai, Kapil Porwal, Pranava Y N.
Subrata Banik has posted comments on this change by Subrata Banik. ( https://review.coreboot.org/c/coreboot/+/87092?usp=email )
Change subject: commonlib/storage: Include pci_def.h
......................................................................
Patch Set 2:
(1 comment)
File src/commonlib/storage/pci_sdhci.c:
https://review.coreboot.org/c/coreboot/+/87092/comment/73f68a9c_16eb6567?us… :
PS2, Line 5: #include <device/pci_def.h>
> This is already part of above header when CONFIG_PCI is enabled.
The addition of pci_sdhci.c without depending on CONFIG_PCI causes issues when PCI kconfig is disabled, resulting in missing macro errors during compilation.
```
src/commonlib/storage/Makefile.mk:22:bootblock-y += pci_sdhci.c
src/commonlib/storage/Makefile.mk:27:verstage-y += pci_sdhci.c
src/commonlib/storage/Makefile.mk:32:romstage-y += pci_sdhci.c
src/commonlib/storage/Makefile.mk:37:postcar-y += pci_sdhci.c
src/commonlib/storage/Makefile.mk:42:ramstage-y += pci_sdhci.c
```
--
To view, visit https://review.coreboot.org/c/coreboot/+/87092?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: I5c70d9b9ebcac13b47bba2c260fdf2ad7d56d4d7
Gerrit-Change-Number: 87092
Gerrit-PatchSet: 2
Gerrit-Owner: Subrata Banik <subratabanik(a)google.com>
Gerrit-Reviewer: Jayvik Desai <jayvik(a)google.com>
Gerrit-Reviewer: Kapil Porwal <kapilporwal(a)google.com>
Gerrit-Reviewer: Pranava Y N <pranavayn(a)google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Attention: Jayvik Desai <jayvik(a)google.com>
Gerrit-Attention: Kapil Porwal <kapilporwal(a)google.com>
Gerrit-Attention: Pranava Y N <pranavayn(a)google.com>
Gerrit-Comment-Date: Wed, 02 Apr 2025 15:45:37 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Kapil Porwal <kapilporwal(a)google.com>
Attention is currently required from: Sean Rhodes.
Hello Sean Rhodes,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/87088?usp=email
to look at the new patch set (#3).
Change subject: mb/starlabs/starbook: Simplify CFR options
......................................................................
mb/starlabs/starbook: Simplify CFR options
Move declaration of all CFR objects to a header file, so they don't
need to be guarded. Simplify the enablement of CFR options by creating
board-level Kconfig options as needed.
TEST=build/boot starbook MTL, TGL, ADL-N.
Change-Id: I43dfa6795708e9975b938ce1359629f6b9c4f1cf
Signed-off-by: Matt DeVillier <matt.devillier(a)gmail.com>
---
M src/mainboard/starlabs/starbook/Kconfig
M src/mainboard/starlabs/starbook/cfr.c
A src/mainboard/starlabs/starbook/cfr.h
3 files changed, 229 insertions(+), 202 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/88/87088/3
--
To view, visit https://review.coreboot.org/c/coreboot/+/87088?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings?usp=email
Gerrit-MessageType: newpatchset
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: I43dfa6795708e9975b938ce1359629f6b9c4f1cf
Gerrit-Change-Number: 87088
Gerrit-PatchSet: 3
Gerrit-Owner: Matt DeVillier <matt.devillier(a)gmail.com>
Gerrit-Reviewer: Sean Rhodes <sean(a)starlabs.systems>
Gerrit-CC: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Attention: Sean Rhodes <sean(a)starlabs.systems>
Attention is currently required from: Jayvik Desai, Pranava Y N, Subrata Banik.
Kapil Porwal has posted comments on this change by Subrata Banik. ( https://review.coreboot.org/c/coreboot/+/87092?usp=email )
Change subject: commonlib/storage: Include pci_def.h
......................................................................
Patch Set 2:
(1 comment)
File src/commonlib/storage/pci_sdhci.c:
https://review.coreboot.org/c/coreboot/+/87092/comment/dfc95ad3_d74fda4d?us… :
PS2, Line 5: #include <device/pci_def.h>
This is already part of above header when CONFIG_PCI is enabled.
--
To view, visit https://review.coreboot.org/c/coreboot/+/87092?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: I5c70d9b9ebcac13b47bba2c260fdf2ad7d56d4d7
Gerrit-Change-Number: 87092
Gerrit-PatchSet: 2
Gerrit-Owner: Subrata Banik <subratabanik(a)google.com>
Gerrit-Reviewer: Jayvik Desai <jayvik(a)google.com>
Gerrit-Reviewer: Kapil Porwal <kapilporwal(a)google.com>
Gerrit-Reviewer: Pranava Y N <pranavayn(a)google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Attention: Jayvik Desai <jayvik(a)google.com>
Gerrit-Attention: Subrata Banik <subratabanik(a)google.com>
Gerrit-Attention: Pranava Y N <pranavayn(a)google.com>
Gerrit-Comment-Date: Wed, 02 Apr 2025 15:36:09 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Attention is currently required from: Jon Murphy, Julius Werner, Kapil Porwal, Subrata Banik, Yu-Ping Wu.
Raul Rangel has posted comments on this change by Subrata Banik. ( https://review.coreboot.org/c/coreboot/+/87031?usp=email )
Change subject: security/vboot: Add option for enabling ADB over network via GBB flag
......................................................................
Patch Set 1:
(1 comment)
Patchset:
PS1:
I didn't read the whole chain, but I'm working on trying to drop this GBB flag.
> My goal is to keep ADB over network default enabled for fatcat AP FW serial image (which is often used for debugging purpose)
We can land a change to the fatcat OS configs to enable insecure ADB by default. You are still early on, and won't be dogfooding anytime soon, so there shouldn't be any push back.
--
To view, visit https://review.coreboot.org/c/coreboot/+/87031?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: Idb3a69f20ae39baf482a748a00556268d0d0aef7
Gerrit-Change-Number: 87031
Gerrit-PatchSet: 1
Gerrit-Owner: Subrata Banik <subratabanik(a)google.com>
Gerrit-Reviewer: Jon Murphy <jpmurphy(a)google.com>
Gerrit-Reviewer: Julius Werner <jwerner(a)chromium.org>
Gerrit-Reviewer: Kapil Porwal <kapilporwal(a)google.com>
Gerrit-Reviewer: Raul Rangel <rrangel(a)chromium.org>
Gerrit-Reviewer: Yu-Ping Wu <yupingso(a)google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Konrad Adamczyk <konrada(a)google.com>
Gerrit-Attention: Subrata Banik <subratabanik(a)google.com>
Gerrit-Attention: Jon Murphy <jpmurphy(a)google.com>
Gerrit-Attention: Kapil Porwal <kapilporwal(a)google.com>
Gerrit-Attention: Julius Werner <jwerner(a)chromium.org>
Gerrit-Attention: Yu-Ping Wu <yupingso(a)google.com>
Gerrit-Comment-Date: Wed, 02 Apr 2025 15:26:20 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Subrata Banik <subratabanik(a)google.com>
Comment-In-Reply-To: Jon Murphy <jpmurphy(a)google.com>
Comment-In-Reply-To: Julius Werner <jwerner(a)chromium.org>
Attention is currently required from: Sean Rhodes.
Matt DeVillier has posted comments on this change by Sean Rhodes. ( https://review.coreboot.org/c/coreboot/+/87122?usp=email )
Change subject: mb/starlabs/starlite_adl: Tidy GPIO comments for the Keyboard
......................................................................
Patch Set 2: Code-Review+2
--
To view, visit https://review.coreboot.org/c/coreboot/+/87122?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: Icfb80295ba0c55184b174a63756e8779111d9b76
Gerrit-Change-Number: 87122
Gerrit-PatchSet: 2
Gerrit-Owner: Sean Rhodes <sean(a)starlabs.systems>
Gerrit-Reviewer: Matt DeVillier <matt.devillier(a)gmail.com>
Gerrit-CC: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Attention: Sean Rhodes <sean(a)starlabs.systems>
Gerrit-Comment-Date: Wed, 02 Apr 2025 14:54:42 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Attention is currently required from: Sean Rhodes.
Matt DeVillier has posted comments on this change by Sean Rhodes. ( https://review.coreboot.org/c/coreboot/+/87121?usp=email )
Change subject: mb/starlabs/starlite_adl: Disconnect unused GPIO
......................................................................
Patch Set 2: Code-Review+2
--
To view, visit https://review.coreboot.org/c/coreboot/+/87121?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: I5a8fb34837b1b3f2f066ccc260f0ab749d7782c0
Gerrit-Change-Number: 87121
Gerrit-PatchSet: 2
Gerrit-Owner: Sean Rhodes <sean(a)starlabs.systems>
Gerrit-Reviewer: Matt DeVillier <matt.devillier(a)gmail.com>
Gerrit-CC: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Attention: Sean Rhodes <sean(a)starlabs.systems>
Gerrit-Comment-Date: Wed, 02 Apr 2025 14:54:41 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes