Attention is currently required from: Arthur Heymans, Felix Held, Martin L Roth.
Varshit Pandya has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/76495?usp=email )
Change subject: soc/amd/genoa: Add minimal viable code for compilation
......................................................................
Patch Set 7:
(2 comments)
Patchset:
PS6:
> This patch could should probably be split into two - one for the soc code first, then the mainboard […]
Done
File src/mainboard/amd/onyx/board_info.txt:
https://review.coreboot.org/c/coreboot/+/76495/comment/08df138a_bc1ef99c :
PS6, Line 1: misc
> Nit: shouldn't this be eval?
Done
--
To view, visit https://review.coreboot.org/c/coreboot/+/76495?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I69253466084d17c4359d7e824d69f12490b076e4
Gerrit-Change-Number: 76495
Gerrit-PatchSet: 7
Gerrit-Owner: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: Felix Held <felix-coreboot(a)felixheld.de>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Martin L Roth <gaumless(a)gmail.com>
Gerrit-CC: Varshit Pandya <pandyavarshit(a)gmail.com>
Gerrit-Attention: Martin L Roth <gaumless(a)gmail.com>
Gerrit-Attention: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Attention: Felix Held <felix-coreboot(a)felixheld.de>
Gerrit-Comment-Date: Thu, 31 Aug 2023 17:39:20 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Martin L Roth <gaumless(a)gmail.com>
Gerrit-MessageType: comment
Attention is currently required from: Arthur Heymans, Felix Held, Fred Reitberger, Jason Glenesk, Martin L Roth, Matt DeVillier, Raul Rangel, Varshit Pandya.
Varshit Pandya has uploaded a new patch set (#6) to the change originally created by Arthur Heymans. ( https://review.coreboot.org/c/coreboot/+/76496?usp=email )
The following approvals got outdated and were removed:
Code-Review+2 by Martin L Roth, Verified+1 by build bot (Jenkins)
The change is no longer submittable: Code-Review and Verified are unsatisfied now.
Change subject: soc/amd/common: Use CBFSTOOL_ADD_CMD_OPTIONS when adding psp image
......................................................................
soc/amd/common: Use CBFSTOOL_ADD_CMD_OPTIONS when adding psp image
Signed-off-by: Arthur Heymans <arthur(a)aheymans.xyz>
Change-Id: I639fb1e911a7449d0db0d2bfcfbb6f4f225b0cef
---
M src/soc/amd/common/Makefile.inc
M src/soc/amd/genoa/Makefile.inc
2 files changed, 7 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/96/76496/6
--
To view, visit https://review.coreboot.org/c/coreboot/+/76496?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I639fb1e911a7449d0db0d2bfcfbb6f4f225b0cef
Gerrit-Change-Number: 76496
Gerrit-PatchSet: 6
Gerrit-Owner: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: 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: Martin L Roth <gaumless(a)gmail.com>
Gerrit-Reviewer: Matt DeVillier <matt.devillier(a)amd.corp-partner.google.com>
Gerrit-Reviewer: Raul Rangel <rrangel(a)chromium.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Bao Zheng <fishbaozi(a)gmail.com>
Gerrit-CC: Varshit Pandya <pandyavarshit(a)gmail.com>
Gerrit-Attention: Varshit Pandya <pandyavarshit(a)gmail.com>
Gerrit-Attention: Jason Glenesk <jason.glenesk(a)gmail.com>
Gerrit-Attention: Raul Rangel <rrangel(a)chromium.org>
Gerrit-Attention: Martin L Roth <gaumless(a)gmail.com>
Gerrit-Attention: Matt DeVillier <matt.devillier(a)amd.corp-partner.google.com>
Gerrit-Attention: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Attention: Fred Reitberger <reitbergerfred(a)gmail.com>
Gerrit-Attention: Felix Held <felix-coreboot(a)felixheld.de>
Gerrit-MessageType: newpatchset
Attention is currently required from: Arthur Heymans, Felix Held, Varshit Pandya.
Varshit Pandya has uploaded a new patch set (#7) to the change originally created by Arthur Heymans. ( https://review.coreboot.org/c/coreboot/+/76495?usp=email )
The following approvals got outdated and were removed:
Verified+1 by build bot (Jenkins)
Change subject: soc/amd/genoa: Add minimal viable code for compilation
......................................................................
soc/amd/genoa: Add minimal viable code for compilation
This adds a dummy soc (genoa) and mainboard (onyx) based on
EXAMPLE_MIN86 with amd linker script hooked up.
Default to 64bit code as that will be a sensible default for this
platform (high memory access required for RAS setup).
Signed-off-by: Arthur Heymans <arthur(a)aheymans.xyz>
Change-Id: I69253466084d17c4359d7e824d69f12490b076e4
---
A src/soc/amd/genoa/Kconfig
A src/soc/amd/genoa/Makefile.inc
A src/soc/amd/genoa/chip.c
A src/soc/amd/genoa/early_fch.c
A src/soc/amd/genoa/include/soc/iomap.h
A src/soc/amd/genoa/include/soc/southbridge.h
A src/soc/amd/genoa/romstage.c
A src/soc/amd/genoa/timer.c
8 files changed, 167 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/95/76495/7
--
To view, visit https://review.coreboot.org/c/coreboot/+/76495?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I69253466084d17c4359d7e824d69f12490b076e4
Gerrit-Change-Number: 76495
Gerrit-PatchSet: 7
Gerrit-Owner: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: Felix Held <felix-coreboot(a)felixheld.de>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Martin L Roth <gaumless(a)gmail.com>
Gerrit-CC: Varshit Pandya <pandyavarshit(a)gmail.com>
Gerrit-Attention: Varshit Pandya <pandyavarshit(a)gmail.com>
Gerrit-Attention: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Attention: Felix Held <felix-coreboot(a)felixheld.de>
Gerrit-MessageType: newpatchset
Attention is currently required from: Martin L Roth, Robert Zieba.
Karthik Ramasubramanian has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/77541?usp=email )
Change subject: Update amd_blobs submodule to upstream master
......................................................................
Patch Set 4: Code-Review+2
(1 comment)
Patchset:
PS4:
> Thanks for catching that Karthik. I've removed the origin/main branch from the amd_blobs repo.
No Problem. Thanks for getting to the bottom of this and your thorough explanation.
--
To view, visit https://review.coreboot.org/c/coreboot/+/77541?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Iebb8334a4ca89745dfbeedf6d3e72a1b9d74d708
Gerrit-Change-Number: 77541
Gerrit-PatchSet: 4
Gerrit-Owner: Martin L Roth <gaumless(a)gmail.com>
Gerrit-Reviewer: Felix Singer <service+coreboot-gerrit(a)felixsinger.de>
Gerrit-Reviewer: Karthik Ramasubramanian <kramasub(a)google.com>
Gerrit-Reviewer: Robert Zieba <robertzieba(a)google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Attention: Robert Zieba <robertzieba(a)google.com>
Gerrit-Attention: Martin L Roth <gaumless(a)gmail.com>
Gerrit-Comment-Date: Thu, 31 Aug 2023 17:36:13 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: Yes
Comment-In-Reply-To: Martin L Roth <gaumless(a)gmail.com>
Gerrit-MessageType: comment
Attention is currently required from: Karthik Ramasubramanian, Martin L Roth, Robert Zieba.
Felix Singer has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/77541?usp=email )
Change subject: Update amd_blobs submodule to upstream master
......................................................................
Patch Set 4: Code-Review+2
(1 comment)
Patchset:
PS4:
Looks good to me now
--
To view, visit https://review.coreboot.org/c/coreboot/+/77541?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Iebb8334a4ca89745dfbeedf6d3e72a1b9d74d708
Gerrit-Change-Number: 77541
Gerrit-PatchSet: 4
Gerrit-Owner: Martin L Roth <gaumless(a)gmail.com>
Gerrit-Reviewer: Felix Singer <service+coreboot-gerrit(a)felixsinger.de>
Gerrit-Reviewer: Robert Zieba <robertzieba(a)google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Karthik Ramasubramanian <kramasub(a)google.com>
Gerrit-Attention: Robert Zieba <robertzieba(a)google.com>
Gerrit-Attention: Martin L Roth <gaumless(a)gmail.com>
Gerrit-Attention: Karthik Ramasubramanian <kramasub(a)google.com>
Gerrit-Comment-Date: Thu, 31 Aug 2023 17:33:55 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment
Attention is currently required from: Karthik Ramasubramanian, Robert Zieba.
Martin L Roth has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/77541?usp=email )
Change subject: Update amd_blobs submodule to upstream master
......................................................................
Patch Set 4:
(1 comment)
Patchset:
PS4:
Thanks for catching that Karthik. I've removed the origin/main branch from the amd_blobs repo.
--
To view, visit https://review.coreboot.org/c/coreboot/+/77541?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Iebb8334a4ca89745dfbeedf6d3e72a1b9d74d708
Gerrit-Change-Number: 77541
Gerrit-PatchSet: 4
Gerrit-Owner: Martin L Roth <gaumless(a)gmail.com>
Gerrit-Reviewer: Robert Zieba <robertzieba(a)google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Felix Singer <service+coreboot-gerrit(a)felixsinger.de>
Gerrit-CC: Karthik Ramasubramanian <kramasub(a)google.com>
Gerrit-Attention: Robert Zieba <robertzieba(a)google.com>
Gerrit-Attention: Karthik Ramasubramanian <kramasub(a)google.com>
Gerrit-Comment-Date: Thu, 31 Aug 2023 17:33:15 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment
Attention is currently required from: Karthik Ramasubramanian, Robert Zieba.
Martin L Roth has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/77541?usp=email )
Change subject: Update amd_blobs submodule to upstream master
......................................................................
Patch Set 4:
(1 comment)
This change is ready for review.
File 3rdparty/amd_blobs:
https://review.coreboot.org/c/coreboot/+/77541/comment/b77192e5_035b377e :
PS3, Line 1: 1cd6ea5cc5c22d3f4e439652ede85d21488232e4
> All of these issues are due to master/main problems. […]
Done
--
To view, visit https://review.coreboot.org/c/coreboot/+/77541?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Iebb8334a4ca89745dfbeedf6d3e72a1b9d74d708
Gerrit-Change-Number: 77541
Gerrit-PatchSet: 4
Gerrit-Owner: Martin L Roth <gaumless(a)gmail.com>
Gerrit-Reviewer: Robert Zieba <robertzieba(a)google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Felix Singer <service+coreboot-gerrit(a)felixsinger.de>
Gerrit-CC: Karthik Ramasubramanian <kramasub(a)google.com>
Gerrit-Attention: Robert Zieba <robertzieba(a)google.com>
Gerrit-Attention: Karthik Ramasubramanian <kramasub(a)google.com>
Gerrit-Comment-Date: Thu, 31 Aug 2023 17:29:31 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Martin L Roth <gaumless(a)gmail.com>
Comment-In-Reply-To: Karthik Ramasubramanian <kramasub(a)google.com>
Gerrit-MessageType: comment