Attention is currently required from: Furquan Shaikh, Michał Żygowski, Marshall Dawson, Nikolai Vyssotski, Andrey Petrov, Patrick Rudolph, Nathaniel L Desimone.
Martin Roth has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/56190 )
Change subject: src/drivers/intel/fsp2_0: allow larger FSP 2.0 header
......................................................................
Patch Set 5:
(2 comments)
File src/drivers/intel/fsp2_0/util.c:
https://review.coreboot.org/c/coreboot/+/56190/comment/82204001_b402c6ca
PS5, Line 17: if (CONFIG(PLATFORM_USES_FSP2_2))
Somewhat unrelated to this patch, but does it make sense to switch this from a config to a runtime option? I could see this being a problem if at some point in the future, we updated a platform's FSP version. Say 6 months from now, we decided to update the Cezanne FSP from 2.0 to 2.2.
Or should we just not worry about that?
Either way, I think that's for a future patch if we do decide to change it.
https://review.coreboot.org/c/coreboot/+/56190/comment/fb0ee6f4_30ea485a
PS5, Line 30:
Should we check the bytes 10 & 11 as well?
If we're not changing the version at runtime, Byte 10 should directly match the FSP version config in BCD.
For Byte 11 I'd expect that FSP 2.2 would use header version 5, 2.1 would be 4, and 2.0 would use header version 3.
I'd be good with this being done in a follow-on patch as well if we decide to do it.
--
To view, visit https://review.coreboot.org/c/coreboot/+/56190
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ie8422447b2cff0a6c536e13014905ffa15c70586
Gerrit-Change-Number: 56190
Gerrit-PatchSet: 5
Gerrit-Owner: Nikolai Vyssotski <nikolai.vyssotski(a)amd.corp-partner.google.com>
Gerrit-Reviewer: Andrey Petrov <andrey.petrov(a)gmail.com>
Gerrit-Reviewer: Furquan Shaikh <furquan(a)google.com>
Gerrit-Reviewer: Marshall Dawson <marshalldawson3rd(a)gmail.com>
Gerrit-Reviewer: Martin Roth <martinroth(a)google.com>
Gerrit-Reviewer: Nathaniel L Desimone <nathaniel.l.desimone(a)intel.com>
Gerrit-Reviewer: Patrick Rudolph <siro(a)das-labor.org>
Gerrit-Reviewer: Subrata Banik <subrata.banik(a)intel.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Michał Żygowski <michal.zygowski(a)3mdeb.com>
Gerrit-CC: Raul Rangel <rrangel(a)chromium.org>
Gerrit-Attention: Furquan Shaikh <furquan(a)google.com>
Gerrit-Attention: Michał Żygowski <michal.zygowski(a)3mdeb.com>
Gerrit-Attention: Marshall Dawson <marshalldawson3rd(a)gmail.com>
Gerrit-Attention: Nikolai Vyssotski <nikolai.vyssotski(a)amd.corp-partner.google.com>
Gerrit-Attention: Andrey Petrov <andrey.petrov(a)gmail.com>
Gerrit-Attention: Patrick Rudolph <siro(a)das-labor.org>
Gerrit-Attention: Nathaniel L Desimone <nathaniel.l.desimone(a)intel.com>
Gerrit-Comment-Date: Thu, 15 Jul 2021 16:31:25 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment
Attention is currently required from: Paul Menzel, Arthur Heymans.
Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/56339
to look at the new patch set (#9).
Change subject: asrock/e3c246d4i: Add Intel Coffee Lake board
......................................................................
asrock/e3c246d4i: Add Intel Coffee Lake board
This board has upstream OpenBMC support so it's quite nice to develop
on (with some extra patches to enable access to the host flash).
This board very loosely used the prodrive/hermes and system76/oryp5 as
a base and inspiration.
What is tested:
- ast2500 BMC: video, serial
- 10G NIC
- USB boot: from virtual CD from BMC and real disk
- EDK2 with UefiPayloadPkg
- 8G DIMM in slot0
What does not work:
- SeaBIOS: seems to hang in the menu. Possibly related to running
Option ROMs of the 10G NICs.
TODO: A lot of things are pretty bare in this port like USB and PCIe
setup, but I don't own schematics so it's hard to improve on that.
No idea what the nuvoton superio is hooked up to either.
Change-Id: I66e168c8af5de9862b0724fa397ecd709843af1a
Signed-off-by: Arthur Heymans <arthur(a)aheymans.xyz>
---
A src/mainboard/asrock/e3c246d4i/Kconfig
A src/mainboard/asrock/e3c246d4i/Kconfig.name
A src/mainboard/asrock/e3c246d4i/Makefile.inc
A src/mainboard/asrock/e3c246d4i/board_info.txt
A src/mainboard/asrock/e3c246d4i/bootblock.c
A src/mainboard/asrock/e3c246d4i/devicetree.cb
A src/mainboard/asrock/e3c246d4i/dsdt.asl
A src/mainboard/asrock/e3c246d4i/gpio.c
A src/mainboard/asrock/e3c246d4i/gpio.h
A src/mainboard/asrock/e3c246d4i/include/mainboard/gpio.h
A src/mainboard/asrock/e3c246d4i/ramstage.c
A src/mainboard/asrock/e3c246d4i/romstage.c
12 files changed, 1,555 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/39/56339/9
--
To view, visit https://review.coreboot.org/c/coreboot/+/56339
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I66e168c8af5de9862b0724fa397ecd709843af1a
Gerrit-Change-Number: 56339
Gerrit-PatchSet: 9
Gerrit-Owner: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Angel Pons <th3fanbus(a)gmail.com>
Gerrit-CC: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-Attention: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-Attention: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-MessageType: newpatchset
Attention is currently required from: Jamie Chen, Kane Chen, Patrick Rudolph.
Hello build bot (Jenkins), Jamie Chen, Kane Chen, Patrick Rudolph,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/56336
to look at the new patch set (#3).
Change subject: soc/intel/jasperlake: add pcie modphy settings
......................................................................
soc/intel/jasperlake: add pcie modphy settings
This patch adds device tree settings to control pcie modphy tuning
FSP UPDs. With this patch, the pcie modphy can be tuned per board.
BUG=b:192716633
BRANCH=NONE
TEST=build dedede variant coreboot with fw_debug enable and check if
these settings have been changed successfully on fsp debug log.
Change-Id: I80a91d45f9dd8ef218846e1284fdad309313e831
Signed-off-by: Jamie Chen <jamie.chen(a)intel.com>
---
M src/soc/intel/jasperlake/chip.h
M src/soc/intel/jasperlake/romstage/fsp_params.c
2 files changed, 61 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/36/56336/3
--
To view, visit https://review.coreboot.org/c/coreboot/+/56336
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I80a91d45f9dd8ef218846e1284fdad309313e831
Gerrit-Change-Number: 56336
Gerrit-PatchSet: 3
Gerrit-Owner: Jamie Chen <jamie.chen(a)intel.com>
Gerrit-Reviewer: Jamie Chen <jamie.chen(a)intel.corp-partner.google.com>
Gerrit-Reviewer: Kane Chen <kane.chen(a)intel.com>
Gerrit-Reviewer: Patrick Rudolph <siro(a)das-labor.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Attention: Jamie Chen <jamie.chen(a)intel.com>
Gerrit-Attention: Kane Chen <kane.chen(a)intel.com>
Gerrit-Attention: Patrick Rudolph <siro(a)das-labor.org>
Gerrit-MessageType: newpatchset
Attention is currently required from: Furquan Shaikh, Tim Wawrzynczak, Ronak Kanabar.
EricR Lai has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/56132 )
Change subject: Revert "mb/google/brya: Enable south XHCI ports 1 and 2"
......................................................................
Patch Set 2:
(1 comment)
Patchset:
PS1:
> There has got to be some way to fix Gerrit to add that automatically ....
bug of website haha..
--
To view, visit https://review.coreboot.org/c/coreboot/+/56132
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I82bae21d185247bc0f3580fd6f92abb8eece6732
Gerrit-Change-Number: 56132
Gerrit-PatchSet: 2
Gerrit-Owner: Tim Wawrzynczak <twawrzynczak(a)chromium.org>
Gerrit-Reviewer: EricR Lai <ericr_lai(a)compal.corp-partner.google.com>
Gerrit-Reviewer: Furquan Shaikh <furquan(a)google.com>
Gerrit-Reviewer: Ronak Kanabar <ronak.kanabar(a)intel.corp-partner.google.com>
Gerrit-Reviewer: Subrata Banik <subrata.banik(a)intel.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Attention: Furquan Shaikh <furquan(a)google.com>
Gerrit-Attention: Tim Wawrzynczak <twawrzynczak(a)chromium.org>
Gerrit-Attention: Ronak Kanabar <ronak.kanabar(a)intel.corp-partner.google.com>
Gerrit-Comment-Date: Thu, 15 Jul 2021 15:40:26 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Tim Wawrzynczak <twawrzynczak(a)chromium.org>
Comment-In-Reply-To: EricR Lai <ericr_lai(a)compal.corp-partner.google.com>
Gerrit-MessageType: comment
Attention is currently required from: Jason Glenesk, Raul Rangel, Julian Schroeder.
Hello build bot (Jenkins), Jason Glenesk, Raul Rangel, Marshall Dawson, Felix Held,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/56188
to look at the new patch set (#7).
Change subject: soc/amd/cezanne: add ACPI CPPC support for AMD
......................................................................
soc/amd/cezanne: add ACPI CPPC support for AMD
This leverages the existing Collaborative Processor Performance Control
(CPPC) support and adds CPPC init for AMD/Cezanne.
BUG=b:185814875
TEST=under Linux/ChromeOS, acpidump ssdt2, find expected CPPC entries
Signed-off-by: Julian Schroeder <julianmarcusschroeder(a)gmail.com>
Change-Id: I94172f40c7fa4b7b89237fd382448e598da00fbb
---
M src/soc/amd/cezanne/Makefile.inc
M src/soc/amd/cezanne/acpi.c
A src/soc/amd/cezanne/cppc.c
A src/soc/amd/cezanne/include/soc/cppc.h
M src/soc/amd/cezanne/include/soc/msr.h
5 files changed, 215 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/88/56188/7
--
To view, visit https://review.coreboot.org/c/coreboot/+/56188
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I94172f40c7fa4b7b89237fd382448e598da00fbb
Gerrit-Change-Number: 56188
Gerrit-PatchSet: 7
Gerrit-Owner: Julian Schroeder <julianmarcusschroeder(a)gmail.com>
Gerrit-Reviewer: Felix Held <felix-coreboot(a)felixheld.de>
Gerrit-Reviewer: Jason Glenesk <jason.glenesk(a)gmail.com>
Gerrit-Reviewer: Marshall Dawson <marshalldawson3rd(a)gmail.com>
Gerrit-Reviewer: Raul Rangel <rrangel(a)chromium.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Attention: Jason Glenesk <jason.glenesk(a)gmail.com>
Gerrit-Attention: Raul Rangel <rrangel(a)chromium.org>
Gerrit-Attention: Julian Schroeder <julianmarcusschroeder(a)gmail.com>
Gerrit-MessageType: newpatchset