Attention is currently required from: Fred Reitberger, Jason Glenesk, Matt DeVillier.
Hello Fred Reitberger, Jason Glenesk, Matt DeVillier,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/80209?usp=email
to look at the new patch set (#2).
Change subject: vc/amd: move verstage on PSP files to new psp_verstage folder
......................................................................
vc/amd: move verstage on PSP files to new psp_verstage folder
Move the verstage on PSP files in vendorcode from the fsp subdirectory
to a new psp_verstage subdirectory, since those files aren't specific to
the case of the FSP being used for the silicon initialization.
Signed-off-by: Felix Held <felix-coreboot(a)felixheld.de>
Change-Id: Ic47f8b18bc515600add7838f4c7afcb4fff7c004
---
M src/soc/amd/cezanne/psp_verstage/Makefile.mk
M src/soc/amd/glinda/psp_verstage/Makefile.mk
M src/soc/amd/mendocino/psp_verstage/Makefile.mk
M src/soc/amd/phoenix/psp_verstage/Makefile.mk
M src/soc/amd/picasso/Makefile.mk
M src/soc/amd/picasso/psp_verstage/Makefile.mk
R src/vendorcode/amd/psp_verstage/cezanne/bl_uapp/bl_uapp_end.S
R src/vendorcode/amd/psp_verstage/cezanne/bl_uapp/bl_uapp_header.inc
R src/vendorcode/amd/psp_verstage/cezanne/bl_uapp/bl_uapp_startup.S
R src/vendorcode/amd/psp_verstage/cezanne/include/bl_uapp/bl_errorcodes_public.h
R src/vendorcode/amd/psp_verstage/cezanne/include/bl_uapp/bl_syscall_public.h
R src/vendorcode/amd/psp_verstage/common/bl_uapp/bl_uapp_end.S
R src/vendorcode/amd/psp_verstage/common/bl_uapp/bl_uapp_header.inc
R src/vendorcode/amd/psp_verstage/common/bl_uapp/bl_uapp_startup.S
R src/vendorcode/amd/psp_verstage/common/include/bl_uapp/bl_errorcodes_public.h
R src/vendorcode/amd/psp_verstage/glinda/include/bl_uapp/bl_syscall_public.h
R src/vendorcode/amd/psp_verstage/mendocino/bl_uapp/bl_uapp_end.S
R src/vendorcode/amd/psp_verstage/mendocino/bl_uapp/bl_uapp_header.inc
R src/vendorcode/amd/psp_verstage/mendocino/bl_uapp/bl_uapp_startup.S
R src/vendorcode/amd/psp_verstage/mendocino/include/bl_uapp/bl_errorcodes_public.h
R src/vendorcode/amd/psp_verstage/mendocino/include/bl_uapp/bl_syscall_public.h
R src/vendorcode/amd/psp_verstage/phoenix/include/bl_uapp/bl_syscall_public.h
R src/vendorcode/amd/psp_verstage/picasso/bl_uapp/bl_uapp_end.S
R src/vendorcode/amd/psp_verstage/picasso/bl_uapp/bl_uapp_header.inc
R src/vendorcode/amd/psp_verstage/picasso/bl_uapp/bl_uapp_startup.S
R src/vendorcode/amd/psp_verstage/picasso/include/bl_uapp/bl_errorcodes_public.h
R src/vendorcode/amd/psp_verstage/picasso/include/bl_uapp/bl_syscall_public.h
27 files changed, 17 insertions(+), 18 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/09/80209/2
--
To view, visit https://review.coreboot.org/c/coreboot/+/80209?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: Ic47f8b18bc515600add7838f4c7afcb4fff7c004
Gerrit-Change-Number: 80209
Gerrit-PatchSet: 2
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: Matt DeVillier <matt.devillier(a)amd.corp-partner.google.com>
Gerrit-Attention: Jason Glenesk <jason.glenesk(a)gmail.com>
Gerrit-Attention: Matt DeVillier <matt.devillier(a)amd.corp-partner.google.com>
Gerrit-Attention: Fred Reitberger <reitbergerfred(a)gmail.com>
Gerrit-MessageType: newpatchset
Attention is currently required from: Arthur Heymans, Felix Held.
Hello Arthur Heymans, Felix Held,
I'd like you to do a code review.
Please visit
https://review.coreboot.org/c/coreboot/+/80190?usp=email
to review the following change.
Change subject: soc/amd/stoney: Match ACPI with resource allocation
......................................................................
soc/amd/stoney: Match ACPI with resource allocation
Currently resource allocation starts top down from the default value
0xfe000000. This does not match what ACPI reports, so adapt
CONFIG_DOMAIN_RESOURCE_32BIT_LIMIT to reflect that.
Change-Id: I32d08ffd5bbd856b17f7ca2775c5923957d92c85
Signed-off-by: Nico Huber <nico.h(a)gmx.de>
---
M src/soc/amd/stoneyridge/Kconfig
1 file changed, 4 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/90/80190/1
diff --git a/src/soc/amd/stoneyridge/Kconfig b/src/soc/amd/stoneyridge/Kconfig
index e94c2f9..47de102 100644
--- a/src/soc/amd/stoneyridge/Kconfig
+++ b/src/soc/amd/stoneyridge/Kconfig
@@ -140,6 +140,10 @@
config ECAM_MMCONF_BUS_NUMBER
default 64
+# This number must be equal or lower than what's reported in ACPI PCI _CRS
+config DOMAIN_RESOURCE_32BIT_LIMIT
+ default ECAM_MMCONF_BASE_ADDRESS
+
config VGA_BIOS_ID
string
default "1002,9870" if AMD_APU_MERLINFALCON
--
To view, visit https://review.coreboot.org/c/coreboot/+/80190?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: I32d08ffd5bbd856b17f7ca2775c5923957d92c85
Gerrit-Change-Number: 80190
Gerrit-PatchSet: 1
Gerrit-Owner: Nico Huber <nico.h(a)gmx.de>
Gerrit-Reviewer: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: Felix Held <felix-coreboot(a)felixheld.de>
Gerrit-Attention: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Attention: Felix Held <felix-coreboot(a)felixheld.de>
Gerrit-MessageType: newchange
Attention is currently required from: Christian Walter, Felix Held, Johnny Lin, Nico Huber, Patrick Rudolph, Shuo Liu, Tim Chu.
Arthur Heymans has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/80091?usp=email )
Change subject: soc/intel/xeon_sp: Attach more stacks
......................................................................
Patch Set 4:
(1 comment)
File src/soc/intel/xeon_sp/skx/soc_util.c:
https://review.coreboot.org/c/coreboot/+/80091/comment/8649bb0f_f80ae259 :
PS4, Line 62: bool is_ubox_stack_res(const STACK_RES *res)
: {
: return res->Personality == 0;
: }
> We do not have tiogapass to validate and rely on community to confirm this. Maybe a FIXME and warning print could be added to reminder who uses the codes to validate when needed?
This is wrong. On Skx no ubox gets reported as stack :-/ Personality 0 is disabled, Personality 1 is IIO.
--
To view, visit https://review.coreboot.org/c/coreboot/+/80091?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: I8f9d52dd117364a42de1c73d39cc86dafeaf2678
Gerrit-Change-Number: 80091
Gerrit-PatchSet: 4
Gerrit-Owner: Patrick Rudolph <patrick.rudolph(a)9elements.com>
Gerrit-Reviewer: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: Christian Walter <christian.walter(a)9elements.com>
Gerrit-Reviewer: Felix Held <felix-coreboot(a)felixheld.de>
Gerrit-Reviewer: Johnny Lin <Johnny_Lin(a)wiwynn.com>
Gerrit-Reviewer: Nico Huber <nico.h(a)gmx.de>
Gerrit-Reviewer: Shuo Liu <shuo.liu(a)intel.com>
Gerrit-Reviewer: Tim Chu <Tim.Chu(a)quantatw.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Lean Sheng Tan <sheng.tan(a)9elements.com>
Gerrit-Attention: Nico Huber <nico.h(a)gmx.de>
Gerrit-Attention: Patrick Rudolph <patrick.rudolph(a)9elements.com>
Gerrit-Attention: Johnny Lin <Johnny_Lin(a)wiwynn.com>
Gerrit-Attention: Christian Walter <christian.walter(a)9elements.com>
Gerrit-Attention: Shuo Liu <shuo.liu(a)intel.com>
Gerrit-Attention: Felix Held <felix-coreboot(a)felixheld.de>
Gerrit-Attention: Tim Chu <Tim.Chu(a)quantatw.com>
Gerrit-Comment-Date: Thu, 25 Jan 2024 18:42:23 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Patrick Rudolph <patrick.rudolph(a)9elements.com>
Comment-In-Reply-To: Shuo Liu <shuo.liu(a)intel.com>
Comment-In-Reply-To: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-MessageType: comment
Attention is currently required from: Matt DeVillier, Paul Menzel, Varshit Pandya.
Felix Held has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/80204?usp=email )
Change subject: mb/amd/onyx_poc: Add and use APCB configuration data
......................................................................
Patch Set 6: Code-Review+2
--
To view, visit https://review.coreboot.org/c/coreboot/+/80204?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: I1c34528fa0fd15b847c22c995713078c60ac3873
Gerrit-Change-Number: 80204
Gerrit-PatchSet: 6
Gerrit-Owner: Varshit Pandya <pandyavarshit(a)gmail.com>
Gerrit-Reviewer: Felix Held <felix-coreboot(a)felixheld.de>
Gerrit-Reviewer: Matt DeVillier <matt.devillier(a)gmail.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-Attention: Varshit Pandya <pandyavarshit(a)gmail.com>
Gerrit-Attention: Matt DeVillier <matt.devillier(a)gmail.com>
Gerrit-Attention: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-Comment-Date: Thu, 25 Jan 2024 17:09:12 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment
Attention is currently required from: Felix Held, Matt DeVillier, Paul Menzel.
Varshit Pandya has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/80204?usp=email )
Change subject: mb/amd/onyx_poc: Add and use APCB configuration data
......................................................................
Patch Set 6:
(3 comments)
Commit Message:
https://review.coreboot.org/c/coreboot/+/80204/comment/6dcc2bd1_136613cb :
PS2, Line 9: This patch replaces [76445](https://review.coreboot.org/c/blobs/+/76445)
> > This could go to the end. Maybe also name it change-set …. […]
Done
https://review.coreboot.org/c/coreboot/+/80204/comment/ff3e3962_bf369b19 :
PS2, Line 10: It brings onyx_poc in-line with skyrim, guybrush and zork.
> It means we're moving the APCB data to the mainboard dir, as was already done with the other listed […]
Done
Patchset:
PS6:
sorry for multiple patchsets, was experimenting a bit with clickable links 😊
--
To view, visit https://review.coreboot.org/c/coreboot/+/80204?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: I1c34528fa0fd15b847c22c995713078c60ac3873
Gerrit-Change-Number: 80204
Gerrit-PatchSet: 6
Gerrit-Owner: Varshit Pandya <pandyavarshit(a)gmail.com>
Gerrit-Reviewer: Felix Held <felix-coreboot(a)felixheld.de>
Gerrit-Reviewer: Matt DeVillier <matt.devillier(a)gmail.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-Attention: Matt DeVillier <matt.devillier(a)gmail.com>
Gerrit-Attention: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-Attention: Felix Held <felix-coreboot(a)felixheld.de>
Gerrit-Comment-Date: Thu, 25 Jan 2024 17:07:39 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Matt DeVillier <matt.devillier(a)gmail.com>
Comment-In-Reply-To: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-MessageType: comment
Attention is currently required from: Angel Pons, Arthur Heymans, Felix Held.
Nico Huber has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/80207?usp=email )
Change subject: nb/intel/*: Match ACPI with resource allocation
......................................................................
Patch Set 2: Code-Review+1
--
To view, visit https://review.coreboot.org/c/coreboot/+/80207?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: I2ba0e96a7ab18d65b7fbbb38b1a979ea2ec6d1be
Gerrit-Change-Number: 80207
Gerrit-PatchSet: 2
Gerrit-Owner: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: Angel Pons <th3fanbus(a)gmail.com>
Gerrit-Reviewer: Felix Held <felix-coreboot(a)felixheld.de>
Gerrit-Reviewer: Nico Huber <nico.h(a)gmx.de>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Attention: Angel Pons <th3fanbus(a)gmail.com>
Gerrit-Attention: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Attention: Felix Held <felix-coreboot(a)felixheld.de>
Gerrit-Comment-Date: Thu, 25 Jan 2024 17:05:29 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment
Attention is currently required from: Dinesh Gehlot, Eran Mitrani, Eric Lai, Kapil Porwal, Nick Vaccaro, Tarun.
Subrata Banik has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/80206?usp=email )
Change subject: mb/google/rex: Organize models configs alphabetically
......................................................................
Patch Set 1:
(1 comment)
File src/mainboard/google/rex/Kconfig:
https://review.coreboot.org/c/coreboot/+/80206/comment/2ae2b411_723ed052 :
PS1, Line 66: BOARD_GOOGLE_MODEL_DEKU
> What's the difference between BOARD_GOOGLE_MODEL_DEKU and BOARD_GOOGLE_DEKU ?
>
> I don't see any BOARD_GOOGLE_MODEL_XXX in brya's Kconfig, wasn't familiar with that.
this is the easy way to avoid config duplication between each variants having QS and ES SoC. we have decided to create a model which selects all common config between QS and ES variants.
--
To view, visit https://review.coreboot.org/c/coreboot/+/80206?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: I0acc2cec21b4607856127b04c400ec416f0c0dd2
Gerrit-Change-Number: 80206
Gerrit-PatchSet: 1
Gerrit-Owner: Subrata Banik <subratabanik(a)google.com>
Gerrit-Reviewer: Dinesh Gehlot <digehlot(a)google.com>
Gerrit-Reviewer: Eran Mitrani <mitrani(a)google.com>
Gerrit-Reviewer: Eric Lai <ericllai(a)google.com>
Gerrit-Reviewer: Jakub Czapiga <czapiga(a)google.com>
Gerrit-Reviewer: Kapil Porwal <kapilporwal(a)google.com>
Gerrit-Reviewer: Nick Vaccaro <nvaccaro(a)google.com>
Gerrit-Reviewer: Tarun <tstuli(a)gmail.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Attention: Eric Lai <ericllai(a)google.com>
Gerrit-Attention: Eran Mitrani <mitrani(a)google.com>
Gerrit-Attention: Kapil Porwal <kapilporwal(a)google.com>
Gerrit-Attention: Dinesh Gehlot <digehlot(a)google.com>
Gerrit-Attention: Nick Vaccaro <nvaccaro(a)google.com>
Gerrit-Attention: Tarun <tstuli(a)gmail.com>
Gerrit-Comment-Date: Thu, 25 Jan 2024 16:58:21 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Nick Vaccaro <nvaccaro(a)google.com>
Gerrit-MessageType: comment
Attention is currently required from: Dinesh Gehlot, Eran Mitrani, Eric Lai, Kapil Porwal, Subrata Banik, Tarun.
Nick Vaccaro has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/80206?usp=email )
The change is no longer submittable: All-Comments-Resolved is unsatisfied now.
Change subject: mb/google/rex: Organize models configs alphabetically
......................................................................
Patch Set 1: Code-Review+2
(1 comment)
File src/mainboard/google/rex/Kconfig:
https://review.coreboot.org/c/coreboot/+/80206/comment/7b004cb4_7edac284 :
PS1, Line 66: BOARD_GOOGLE_MODEL_DEKU
What's the difference between BOARD_GOOGLE_MODEL_DEKU and BOARD_GOOGLE_DEKU ?
I don't see any BOARD_GOOGLE_MODEL_XXX in brya's Kconfig, wasn't familiar with that.
--
To view, visit https://review.coreboot.org/c/coreboot/+/80206?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: I0acc2cec21b4607856127b04c400ec416f0c0dd2
Gerrit-Change-Number: 80206
Gerrit-PatchSet: 1
Gerrit-Owner: Subrata Banik <subratabanik(a)google.com>
Gerrit-Reviewer: Dinesh Gehlot <digehlot(a)google.com>
Gerrit-Reviewer: Eran Mitrani <mitrani(a)google.com>
Gerrit-Reviewer: Eric Lai <ericllai(a)google.com>
Gerrit-Reviewer: Jakub Czapiga <czapiga(a)google.com>
Gerrit-Reviewer: Kapil Porwal <kapilporwal(a)google.com>
Gerrit-Reviewer: Nick Vaccaro <nvaccaro(a)google.com>
Gerrit-Reviewer: Tarun <tstuli(a)gmail.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Attention: Eric Lai <ericllai(a)google.com>
Gerrit-Attention: Eran Mitrani <mitrani(a)google.com>
Gerrit-Attention: Subrata Banik <subratabanik(a)google.com>
Gerrit-Attention: Kapil Porwal <kapilporwal(a)google.com>
Gerrit-Attention: Dinesh Gehlot <digehlot(a)google.com>
Gerrit-Attention: Tarun <tstuli(a)gmail.com>
Gerrit-Comment-Date: Thu, 25 Jan 2024 16:50:04 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment