Attention is currently required from: Jason Glenesk, Raul Rangel, Martin Roth, Marshall Dawson.
Hello build bot (Jenkins), Jason Glenesk, Raul Rangel, Patrick Georgi, Martin Roth, Marshall Dawson,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/50515
to look at the new patch set (#2).
Change subject: soc/amd/picasso/psp: move to common code and rename to psp_smm_gen2
......................................................................
soc/amd/picasso/psp: move to common code and rename to psp_smm_gen2
Change-Id: I771a7d36eea7307754386824190624a09c0e38f7
Signed-off-by: Felix Held <felix-coreboot(a)felixheld.de>
---
M src/soc/amd/common/block/psp/Makefile.inc
R src/soc/amd/common/block/psp/psp_smm_gen2.c
M src/soc/amd/picasso/Makefile.inc
3 files changed, 1 insertion(+), 3 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/15/50515/2
--
To view, visit https://review.coreboot.org/c/coreboot/+/50515
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I771a7d36eea7307754386824190624a09c0e38f7
Gerrit-Change-Number: 50515
Gerrit-PatchSet: 2
Gerrit-Owner: 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: Martin Roth <martinroth(a)google.com>
Gerrit-Reviewer: Patrick Georgi <pgeorgi(a)google.com>
Gerrit-Reviewer: Raul Rangel <rrangel(a)chromium.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Paul Menzel <paulepanter(a)users.sourceforge.net>
Gerrit-Attention: Jason Glenesk <jason.glenesk(a)gmail.com>
Gerrit-Attention: Raul Rangel <rrangel(a)chromium.org>
Gerrit-Attention: Martin Roth <martinroth(a)google.com>
Gerrit-Attention: Marshall Dawson <marshalldawson3rd(a)gmail.com>
Gerrit-MessageType: newpatchset
Attention is currently required from: Jason Glenesk, Raul Rangel, Marshall Dawson.
Hello build bot (Jenkins), Jason Glenesk, Raul Rangel, Marshall Dawson,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/50487
to look at the new patch set (#4).
Change subject: soc/amd/cezanne: select soc-specific ACPI functionality
......................................................................
soc/amd/cezanne: select soc-specific ACPI functionality
This doesn't select HAVE_ACPI_TABLES, so no ACPI tables will be
generated for now. There's also no globalnvs.asl that corresponds to
nvs.h yet. The added nvs.h has some currently unused fields, but still
having them in the struct aligns it with Picasso and also might reduce
the noise in future ACPI patches a bit. When most of the ACPI code for
Cezanne has landed, we need to do a cleanup though.
Change-Id: I3d658d284fa67e4da43a89d74686445fd5e93b1f
Signed-off-by: Felix Held <felix-coreboot(a)felixheld.de>
---
M src/soc/amd/cezanne/Kconfig
A src/soc/amd/cezanne/include/soc/nvs.h
M src/soc/amd/cezanne/include/soc/southbridge.h
3 files changed, 33 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/87/50487/4
--
To view, visit https://review.coreboot.org/c/coreboot/+/50487
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I3d658d284fa67e4da43a89d74686445fd5e93b1f
Gerrit-Change-Number: 50487
Gerrit-PatchSet: 4
Gerrit-Owner: 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-CC: Paul Menzel <paulepanter(a)users.sourceforge.net>
Gerrit-Attention: Jason Glenesk <jason.glenesk(a)gmail.com>
Gerrit-Attention: Raul Rangel <rrangel(a)chromium.org>
Gerrit-Attention: Marshall Dawson <marshalldawson3rd(a)gmail.com>
Gerrit-MessageType: newpatchset
Attention is currently required from: Jason Glenesk, Raul Rangel, Marshall Dawson.
Felix Held has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/50487 )
Change subject: soc/amd/cezanne: select soc-specific ACPI functionality
......................................................................
Patch Set 3:
(1 comment)
File src/soc/amd/cezanne/include/soc/nvs.h:
https://review.coreboot.org/c/coreboot/+/50487/comment/6f87695d_997ffd04
PS2, Line 16: uint8_t unused_was_pcnt; /* 0x00 - Processor Count */
: uint8_t lids; /* 0x01 - LID State */
: uint8_t pwrs; /* 0x02 - AC Power State */
: uint32_t cbmc; /* 0x03 - 0x06 - coreboot Memory Console */
: uint64_t pm1i; /* 0x07 - 0x0e - System Wake Source - PM1 Index */
: uint64_t gpei; /* 0x0f - 0x16 - GPE Wake Source */
: uint8_t tmps; /* 0x17 - Temperature Sensor ID */
: uint8_t tcrt; /* 0x18 - Critical Threshold */
: uint8_t tpsv; /* 0x19 - Passive Threshold */
> no, we dont. it's a copy from picasso right now. […]
i've put this on my local todo list for later; i think it would be good to keep cezanne as much aligned to picasso as possible right now. not 100% happy with the unused stuff in here, but keeping it like this will help reducing noise during active development
--
To view, visit https://review.coreboot.org/c/coreboot/+/50487
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I3d658d284fa67e4da43a89d74686445fd5e93b1f
Gerrit-Change-Number: 50487
Gerrit-PatchSet: 3
Gerrit-Owner: 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-CC: Paul Menzel <paulepanter(a)users.sourceforge.net>
Gerrit-Attention: Jason Glenesk <jason.glenesk(a)gmail.com>
Gerrit-Attention: Raul Rangel <rrangel(a)chromium.org>
Gerrit-Attention: Marshall Dawson <marshalldawson3rd(a)gmail.com>
Gerrit-Comment-Date: Thu, 11 Feb 2021 13:28:36 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Raul Rangel <rrangel(a)chromium.org>
Comment-In-Reply-To: Felix Held <felix-coreboot(a)felixheld.de>
Gerrit-MessageType: comment
Attention is currently required from: Varshit B Pandya, Francois Toguo Fotso, Sridhar Siricilla, Subrata Banik.
Maulik V Vaghela has uploaded a new patch set (#22) to the change originally created by Varshit B Pandya. ( https://review.coreboot.org/c/coreboot/+/49871 )
Change subject: mb/intel/adlrvp_m: Add initial code for adl-m variant board
......................................................................
mb/intel/adlrvp_m: Add initial code for adl-m variant board
List of changes:
1. Add mainboard Kconfig to Kconfig.name files
2. Handle mainboard names in Kconfig file for adlrvp
3. Add override devicetree for ADL-M RVP.
4. Configure proper PCI and USB ports as per schematics for ADL-M
Since ADL-M RVP uses ADL-M PCH, There is difference in number of root
ports supported for each. Moving extra ports for ADL-P inside it's
overridetree.cb to prevent compilation error.
BUG=None
BRANCH=None
TEST=Able to build ADL-M RVP variants adlrvp_m and adlrvp_m_ext_ec.
Signed-0ff-by: Maulik Vaghela <maulik.v.vaghela(a)intel.com>
Signed-off-by: Varshit Pandya <varshit.b.pandya(a)intel.com>
Change-Id: I997b89ba87fb03dfa6a836caec51efd05baa2e8d
---
M src/mainboard/intel/adlrvp/Kconfig
M src/mainboard/intel/adlrvp/Kconfig.name
A src/mainboard/intel/adlrvp/devicetree_m.cb
A src/mainboard/intel/adlrvp/variants/adlrvp_m/overridetree.cb
A src/mainboard/intel/adlrvp/variants/adlrvp_m_ext_ec/overridetree.cb
5 files changed, 319 insertions(+), 4 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/71/49871/22
--
To view, visit https://review.coreboot.org/c/coreboot/+/49871
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I997b89ba87fb03dfa6a836caec51efd05baa2e8d
Gerrit-Change-Number: 49871
Gerrit-PatchSet: 22
Gerrit-Owner: Varshit B Pandya <varshit.b.pandya(a)intel.com>
Gerrit-Reviewer: Aamir Bohra <aamir.bohra(a)intel.com>
Gerrit-Reviewer: Rizwan Qureshi <rizwan.qureshi(a)intel.com>
Gerrit-Reviewer: Subrata Banik <subrata.banik(a)intel.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Francois Toguo Fotso <francois.toguo.fotso(a)intel.com>
Gerrit-CC: Maulik V Vaghela <maulik.v.vaghela(a)intel.com>
Gerrit-CC: Paul Menzel <paulepanter(a)users.sourceforge.net>
Gerrit-CC: Ronak Kanabar <ronak.kanabar(a)intel.com>
Gerrit-CC: Sridhar Siricilla <sridhar.siricilla(a)intel.com>
Gerrit-Attention: Varshit B Pandya <varshit.b.pandya(a)intel.com>
Gerrit-Attention: Francois Toguo Fotso <francois.toguo.fotso(a)intel.com>
Gerrit-Attention: Sridhar Siricilla <sridhar.siricilla(a)intel.com>
Gerrit-Attention: Subrata Banik <subrata.banik(a)intel.com>
Gerrit-MessageType: newpatchset
Attention is currently required from: Varshit B Pandya, Francois Toguo Fotso, Sridhar Siricilla, Subrata Banik.
Maulik V Vaghela has uploaded a new patch set (#21) to the change originally created by Varshit B Pandya. ( https://review.coreboot.org/c/coreboot/+/49871 )
Change subject: mb/intel/adlrvm: Add initial code for adl-m variant board
......................................................................
mb/intel/adlrvm: Add initial code for adl-m variant board
List of changes:
1. Add mainboard Kconfig to Kconfig.name files
2. Handle mainboard names in Kconfig file for adlrvp
3. Add override devicetree for ADL-M RVP.
4. Configure proper PCI and USB ports as per schematics for ADL-M
Since ADL-M RVP uses ADL-M PCH, There is difference in number of root
ports supported for each. Moving extra ports for ADL-P inside it's
overridetree.cb to prevent compilation error.
BUG=None
BRANCH=None
TEST=Able to build ADL-M RVP variants adlrvp_m and adlrvp_m_ext_ec.
Signed-0ff-by: Maulik Vaghela <maulik.v.vaghela(a)intel.com>
Signed-off-by: Varshit Pandya <varshit.b.pandya(a)intel.com>
Change-Id: I997b89ba87fb03dfa6a836caec51efd05baa2e8d
---
M src/mainboard/intel/adlrvp/Kconfig
M src/mainboard/intel/adlrvp/Kconfig.name
A src/mainboard/intel/adlrvp/devicetree_m.cb
A src/mainboard/intel/adlrvp/variants/adlrvp_m/overridetree.cb
A src/mainboard/intel/adlrvp/variants/adlrvp_m_ext_ec/overridetree.cb
5 files changed, 319 insertions(+), 4 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/71/49871/21
--
To view, visit https://review.coreboot.org/c/coreboot/+/49871
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I997b89ba87fb03dfa6a836caec51efd05baa2e8d
Gerrit-Change-Number: 49871
Gerrit-PatchSet: 21
Gerrit-Owner: Varshit B Pandya <varshit.b.pandya(a)intel.com>
Gerrit-Reviewer: Aamir Bohra <aamir.bohra(a)intel.com>
Gerrit-Reviewer: Rizwan Qureshi <rizwan.qureshi(a)intel.com>
Gerrit-Reviewer: Subrata Banik <subrata.banik(a)intel.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Francois Toguo Fotso <francois.toguo.fotso(a)intel.com>
Gerrit-CC: Maulik V Vaghela <maulik.v.vaghela(a)intel.com>
Gerrit-CC: Paul Menzel <paulepanter(a)users.sourceforge.net>
Gerrit-CC: Ronak Kanabar <ronak.kanabar(a)intel.com>
Gerrit-CC: Sridhar Siricilla <sridhar.siricilla(a)intel.com>
Gerrit-Attention: Varshit B Pandya <varshit.b.pandya(a)intel.com>
Gerrit-Attention: Francois Toguo Fotso <francois.toguo.fotso(a)intel.com>
Gerrit-Attention: Sridhar Siricilla <sridhar.siricilla(a)intel.com>
Gerrit-Attention: Subrata Banik <subrata.banik(a)intel.com>
Gerrit-MessageType: newpatchset
Attention is currently required from: Jason Glenesk, Raul Rangel, Marshall Dawson.
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/+/50527
to look at the new patch set (#3).
Change subject: [WIP]soc/amd: Remove unused <console/console.h>
......................................................................
[WIP]soc/amd: Remove unused <console/console.h>
Change-Id: I84cea1a15d1fb220cf95d7ce469728bc6e299685
Signed-off-by: Elyes HAOUAS <ehaouas(a)noos.fr>
---
M src/soc/amd/cezanne/early_fch.c
M src/soc/amd/common/block/pi/refcode_loader.c
M src/soc/amd/picasso/early_fch.c
M src/soc/amd/picasso/fch.c
M src/soc/amd/stoneyridge/memmap.c
5 files changed, 0 insertions(+), 5 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/27/50527/3
--
To view, visit https://review.coreboot.org/c/coreboot/+/50527
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I84cea1a15d1fb220cf95d7ce469728bc6e299685
Gerrit-Change-Number: 50527
Gerrit-PatchSet: 3
Gerrit-Owner: HAOUAS Elyes <ehaouas(a)noos.fr>
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: Marshall Dawson <marshalldawson3rd(a)gmail.com>
Gerrit-MessageType: newpatchset