Attention is currently required from: Felix Held, Fred Reitberger, Jason Glenesk, Jason Nien, Martin Roth, Matt DeVillier.
Matt DeVillier has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/78309?usp=email )
Change subject: soc/amd/*/Kconfig: rework SPL options
......................................................................
Patch Set 4: Code-Review+1
(1 comment)
File src/soc/amd/common/block/psp/Kconfig:
https://review.coreboot.org/c/coreboot/+/78309/comment/e9e61008_2c4004b7 :
PS4, Line 36: actutal
actual
--
To view, visit https://review.coreboot.org/c/coreboot/+/78309?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: I12fd8775db66f16fe632674cd67c6af483e8d4e2
Gerrit-Change-Number: 78309
Gerrit-PatchSet: 4
Gerrit-Owner: Felix Held <felix-coreboot(a)felixheld.de>
Gerrit-Reviewer: Fred Reitberger <reitbergerfred(a)gmail.com>
Gerrit-Reviewer: Jason Glenesk <jason.glenesk(a)gmail.com>
Gerrit-Reviewer: Jason Nien <jason.nien(a)amd.corp-partner.google.com>
Gerrit-Reviewer: Martin Roth <martin.roth(a)amd.corp-partner.google.com>
Gerrit-Reviewer: Matt DeVillier <matt.devillier(a)amd.corp-partner.google.com>
Gerrit-Reviewer: Matt DeVillier <matt.devillier(a)gmail.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Attention: Jason Glenesk <jason.glenesk(a)gmail.com>
Gerrit-Attention: Jason Nien <jason.nien(a)amd.corp-partner.google.com>
Gerrit-Attention: Matt DeVillier <matt.devillier(a)amd.corp-partner.google.com>
Gerrit-Attention: Martin Roth <martin.roth(a)amd.corp-partner.google.com>
Gerrit-Attention: Fred Reitberger <reitbergerfred(a)gmail.com>
Gerrit-Attention: Felix Held <felix-coreboot(a)felixheld.de>
Gerrit-Comment-Date: Wed, 11 Oct 2023 18:07:25 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment
Felix Held has submitted this change. ( https://review.coreboot.org/c/coreboot/+/76509?usp=email )
Change subject: mb/amd/onyx: Use BMC SOL by default
......................................................................
mb/amd/onyx: Use BMC SOL by default
Signed-off-by: Arthur Heymans <arthur(a)aheymans.xyz>
Change-Id: Iefe61d25367bbe5cff0cacbfbafa32607de77d0f
Reviewed-on: https://review.coreboot.org/c/coreboot/+/76509
Tested-by: build bot (Jenkins) <no-reply(a)coreboot.org>
Reviewed-by: Felix Held <felix-coreboot(a)felixheld.de>
---
M src/mainboard/amd/onyx/Kconfig
1 file changed, 4 insertions(+), 0 deletions(-)
Approvals:
build bot (Jenkins): Verified
Felix Held: Looks good to me, approved
diff --git a/src/mainboard/amd/onyx/Kconfig b/src/mainboard/amd/onyx/Kconfig
index ebefa5c..e724d14 100644
--- a/src/mainboard/amd/onyx/Kconfig
+++ b/src/mainboard/amd/onyx/Kconfig
@@ -16,4 +16,8 @@
config MAINBOARD_PART_NUMBER
default "Onyx"
+# Use BMC SOL console on SoC UART1 by default
+config UART_FOR_CONSOLE
+ default 1
+
endif
--
To view, visit https://review.coreboot.org/c/coreboot/+/76509?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: Iefe61d25367bbe5cff0cacbfbafa32607de77d0f
Gerrit-Change-Number: 76509
Gerrit-PatchSet: 15
Gerrit-Owner: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: Felix Held <felix-coreboot(a)felixheld.de>
Gerrit-Reviewer: Martin Roth <martin.roth(a)amd.corp-partner.google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Stefan Reinauer <stefan.reinauer(a)coreboot.org>
Gerrit-CC: Varshit Pandya <pandyavarshit(a)gmail.com>
Gerrit-MessageType: merged
Attention is currently required from: Bernardo Perez Priego, Brandon Breitenstein, Paul Menzel, Tanu Malhotra, Vijay P Hiremath.
Hello Bernardo Perez Priego, Brandon Breitenstein, Tanu Malhotra, Vijay P Hiremath, build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/78282?usp=email
to look at the new patch set (#4).
Change subject: mb/intel/mtlrvp: Add new MTL-P board variant for PD solution
......................................................................
mb/intel/mtlrvp: Add new MTL-P board variant for PD solution
This patch adds new board variant to enable PD chip based type-C
solution for MTL-RVP. Reshuffles Type-C related devicetree code since
the mtlrvp_pd variant supports 2 type-C ports while the other variants
support 4.
BUG=b:303839908
BRANCH=none
TEST=check if you can observe MTLRVP PD solution option as part of make
menuconfig. Able to boot to ChromeOS with PD solution.
Change-Id: I8c98f08e143ac4ea620aca049e22f4e1e2f97e9e
Signed-off-by: Jay Patel <jay2.patel(a)intel.com>
---
M src/mainboard/intel/mtlrvp/Kconfig
M src/mainboard/intel/mtlrvp/Kconfig.name
M src/mainboard/intel/mtlrvp/variants/baseboard/mtlrvp_p/devicetree.cb
M src/mainboard/intel/mtlrvp/variants/mtlrvp_p/overridetree.cb
M src/mainboard/intel/mtlrvp/variants/mtlrvp_p_ext_ec/overridetree.cb
A src/mainboard/intel/mtlrvp/variants/mtlrvp_pd/overridetree.cb
6 files changed, 76 insertions(+), 14 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/82/78282/4
--
To view, visit https://review.coreboot.org/c/coreboot/+/78282?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: I8c98f08e143ac4ea620aca049e22f4e1e2f97e9e
Gerrit-Change-Number: 78282
Gerrit-PatchSet: 4
Gerrit-Owner: Jay Patel <jay2.patel(a)intel.com>
Gerrit-Reviewer: Bernardo Perez Priego <bernardo.perez.priego(a)intel.com>
Gerrit-Reviewer: Brandon Breitenstein <brandon.breitenstein(a)intel.com>
Gerrit-Reviewer: Tanu Malhotra <tanu.malhotra(a)intel.com>
Gerrit-Reviewer: Vijay P Hiremath <vijay.p.hiremath(a)intel.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-Attention: Vijay P Hiremath <vijay.p.hiremath(a)intel.com>
Gerrit-Attention: Tanu Malhotra <tanu.malhotra(a)intel.com>
Gerrit-Attention: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-Attention: Bernardo Perez Priego <bernardo.perez.priego(a)intel.com>
Gerrit-Attention: Brandon Breitenstein <brandon.breitenstein(a)intel.com>
Gerrit-MessageType: newpatchset