Patrick Georgi has submitted this change. ( https://review.coreboot.org/c/coreboot/+/52262 )
Change subject: mb/intel/adlrvp: Disable xDCI in devicetree
......................................................................
mb/intel/adlrvp: Disable xDCI in devicetree
Disable tcss_xdci as it is not used.
Signed-off-by: Meera Ravindranath <meera.ravindranath(a)intel.com>
Change-Id: I94102240b13d2b96e0295f41bc2b0ba078faf342
Reviewed-on: https://review.coreboot.org/c/coreboot/+/52262
Tested-by: build bot (Jenkins) <no-reply(a)coreboot.org>
Reviewed-by: Subrata Banik <subrata.banik(a)intel.com>
Reviewed-by: Maulik V Vaghela <maulik.v.vaghela(a)intel.com>
---
M src/mainboard/intel/adlrvp/devicetree.cb
1 file changed, 0 insertions(+), 1 deletion(-)
Approvals:
build bot (Jenkins): Verified
Subrata Banik: Looks good to me, approved
Maulik V Vaghela: Looks good to me, approved
diff --git a/src/mainboard/intel/adlrvp/devicetree.cb b/src/mainboard/intel/adlrvp/devicetree.cb
index 8c823cd..65dc9ca 100644
--- a/src/mainboard/intel/adlrvp/devicetree.cb
+++ b/src/mainboard/intel/adlrvp/devicetree.cb
@@ -335,7 +335,6 @@
device ref tbt_pcie_rp3 on end
device ref crashlog off end
device ref tcss_xhci on end
- device ref tcss_xdci on end
device ref tcss_dma0 on end
device ref tcss_dma1 on end
device ref xhci on
--
To view, visit https://review.coreboot.org/c/coreboot/+/52262
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I94102240b13d2b96e0295f41bc2b0ba078faf342
Gerrit-Change-Number: 52262
Gerrit-PatchSet: 7
Gerrit-Owner: Meera Ravindranath <meera.ravindranath(a)intel.com>
Gerrit-Reviewer: Archana Patni <archana.patni(a)intel.com>
Gerrit-Reviewer: Maulik V Vaghela <maulik.v.vaghela(a)intel.com>
Gerrit-Reviewer: Patrick Georgi <pgeorgi(a)google.com>
Gerrit-Reviewer: Sridhar Siricilla <sridhar.siricilla(a)intel.com>
Gerrit-Reviewer: Subrata Banik <subrata.banik(a)intel.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Reviewer: monika.a(a)intel.com
Gerrit-CC: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-MessageType: merged
Patrick Georgi has submitted this change. ( https://review.coreboot.org/c/coreboot/+/56289 )
Change subject: mb/google/guybrush: Make VBOOT_STARTS_BEFORE_BOOTBLOCK a default
......................................................................
mb/google/guybrush: Make VBOOT_STARTS_BEFORE_BOOTBLOCK a default
To be able to enable & disable PSP_verstage in the saved .config file,
the symbol VBOOT_STARTS_BEFORE_BOOTBLOCK needs to be changed from a
select to a default with a prompt.
BUG=182477057
TEST=Build, get PSP_verstage, disable VBOOT_STARTS_BEFORE_BOOTBLOCK,
verify that VBOOT_STARTS_IN_BOOTBLOCK is set.
Signed-off-by: Martin Roth <martinroth(a)chromium.org>
Change-Id: Iba735f33f9b079c9868ef2fff099c5298ff72b6a
Reviewed-on: https://review.coreboot.org/c/coreboot/+/56289
Reviewed-by: Karthik Ramasubramanian <kramasub(a)google.com>
Reviewed-by: Kangheui Won <khwon(a)chromium.org>
Tested-by: build bot (Jenkins) <no-reply(a)coreboot.org>
---
M src/mainboard/google/guybrush/Kconfig
1 file changed, 8 insertions(+), 1 deletion(-)
Approvals:
build bot (Jenkins): Verified
Karthik Ramasubramanian: Looks good to me, approved
Kangheui Won: Looks good to me, approved
diff --git a/src/mainboard/google/guybrush/Kconfig b/src/mainboard/google/guybrush/Kconfig
index f9c577a..b57fc62 100644
--- a/src/mainboard/google/guybrush/Kconfig
+++ b/src/mainboard/google/guybrush/Kconfig
@@ -48,7 +48,14 @@
config VBOOT
select VBOOT_LID_SWITCH
select VBOOT_SEPARATE_VERSTAGE
- select VBOOT_STARTS_BEFORE_BOOTBLOCK
+
+config VBOOT_STARTS_BEFORE_BOOTBLOCK
+ bool "Enable PSP_verstage"
+ default y if VBOOT
+
+config VBOOT_STARTS_IN_BOOTBLOCK
+ bool
+ default y if VBOOT && !VBOOT_STARTS_BEFORE_BOOTBLOCK
config VBOOT_STARTS_IN_BOOTBLOCK
select NO_EARLY_BOOTBLOCK_POSTCODES
--
To view, visit https://review.coreboot.org/c/coreboot/+/56289
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Iba735f33f9b079c9868ef2fff099c5298ff72b6a
Gerrit-Change-Number: 56289
Gerrit-PatchSet: 2
Gerrit-Owner: Martin Roth <martinroth(a)google.com>
Gerrit-Reviewer: Felix Held <felix-coreboot(a)felixheld.de>
Gerrit-Reviewer: Kangheui Won <khwon(a)chromium.org>
Gerrit-Reviewer: Karthik Ramasubramanian <kramasub(a)google.com>
Gerrit-Reviewer: Patrick Georgi <pgeorgi(a)google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-MessageType: merged
Attention is currently required from: Paul Menzel, Angel Pons.
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 (#7).
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/include/mainboard/gpio.h
A src/mainboard/asrock/e3c246d4i/ramstage.c
A src/mainboard/asrock/e3c246d4i/romstage.c
11 files changed, 1,547 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/39/56339/7
--
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: 7
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: Angel Pons <th3fanbus(a)gmail.com>
Gerrit-MessageType: newpatchset
Attention is currently required from: Paul Menzel.
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 (#6).
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/include/mainboard/gpio.h
A src/mainboard/asrock/e3c246d4i/ramstage.c
A src/mainboard/asrock/e3c246d4i/romstage.c
11 files changed, 1,554 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/39/56339/6
--
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: 6
Gerrit-Owner: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-Attention: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-MessageType: newpatchset
Attention is currently required from: Paul Menzel.
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 (#5).
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/include/mainboard/gpio.h
A src/mainboard/asrock/e3c246d4i/ramstage.c
A src/mainboard/asrock/e3c246d4i/romstage.c
11 files changed, 1,555 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/39/56339/5
--
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: 5
Gerrit-Owner: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-Attention: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-MessageType: newpatchset
Attention is currently required from: Jamie Chen, Kane Chen, Patrick Rudolph.
Jamie Chen has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/56336 )
Change subject: soc/intel/jasperlake: add pcie modphy settings
......................................................................
Patch Set 2:
(1 comment)
Commit Message:
https://review.coreboot.org/c/coreboot/+/56336/comment/89acaeee_d41b32cd
PS1, Line 9: This patch expose some pcie modphy UPDs/configuration
: to be filled from devicetree. It's for fine tune pcie
: port signal quality.
> This patch adds device tree settings to control pcie modphy tuning FSP UPDS. […]
Done
--
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: 2
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-Comment-Date: Thu, 15 Jul 2021 13:20:39 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Kane Chen <kane.chen(a)intel.com>
Gerrit-MessageType: comment