Attention is currently required from: Arthur Heymans, Lance Zhao.
Tim Wawrzynczak has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/76297?usp=email )
Change subject: acpi: Add function to add ARM PL011 to ACPI DBG2
......................................................................
Patch Set 4:
(1 comment)
File src/acpi/acpi.c:
https://review.coreboot.org/c/coreboot/+/76297/comment/9abd473c_d06c4a94 :
PS4, Line 853: return;
`return current;`
--
To view, visit https://review.coreboot.org/c/coreboot/+/76297?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: I3c3f7f579ec0ec4fdb72e1f6b785026daab17bac
Gerrit-Change-Number: 76297
Gerrit-PatchSet: 4
Gerrit-Owner: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: Lance Zhao <lance.zhao(a)gmail.com>
Gerrit-Reviewer: Tim Wawrzynczak <inforichland(a)gmail.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Attention: Lance Zhao <lance.zhao(a)gmail.com>
Gerrit-Attention: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Comment-Date: Wed, 02 Aug 2023 16:12:31 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment
Attention is currently required from: Arthur Heymans, Dinesh Gehlot, Julius Werner, Kapil Porwal, Subrata Banik.
Hello Kapil Porwal, Subrata Banik, build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/76395?usp=email
to look at the new patch set (#9).
The following approvals got outdated and were removed:
Verified-1 by build bot (Jenkins)
Change subject: src: Store CSE RW FW version during cse_fw_sync
......................................................................
src: Store CSE RW FW version during cse_fw_sync
The current way to store CSE versions requires obtaining the version
from CSE, which takes 7 to 19 milliseconds. This patch stores the CSE
version while the CSE firmware sync, so it does not need to be retrieved
again.
BUG=b:285405031
TEST=Build and boot verified on rex.
Change-Id: If95ce7e1584aae6be3c431f07f8d8e5001e7854a
Signed-off-by: Dinesh Gehlot <digehlot(a)google.com>
---
M src/commonlib/bsd/include/commonlib/bsd/cbmem_id.h
M src/drivers/intel/ish/ish.c
M src/soc/intel/common/block/cse/Kconfig
M src/soc/intel/common/block/cse/cse.c
M src/soc/intel/common/block/cse/cse_lite.c
5 files changed, 25 insertions(+), 30 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/95/76395/9
--
To view, visit https://review.coreboot.org/c/coreboot/+/76395?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: If95ce7e1584aae6be3c431f07f8d8e5001e7854a
Gerrit-Change-Number: 76395
Gerrit-PatchSet: 9
Gerrit-Owner: Dinesh Gehlot <digehlot(a)google.com>
Gerrit-Reviewer: Kapil Porwal <kapilporwal(a)google.com>
Gerrit-Reviewer: Subrata Banik <subratabanik(a)google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-CC: Julius Werner <jwerner(a)chromium.org>
Gerrit-Attention: Subrata Banik <subratabanik(a)google.com>
Gerrit-Attention: Dinesh Gehlot <digehlot(a)google.com>
Gerrit-Attention: Kapil Porwal <kapilporwal(a)google.com>
Gerrit-Attention: Julius Werner <jwerner(a)chromium.org>
Gerrit-Attention: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-MessageType: newpatchset
Attention is currently required from: Dinesh Gehlot, Julius Werner, Kapil Porwal.
Hello Julius Werner, Kapil Porwal, Subrata Banik, build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/76393?usp=email
to look at the new patch set (#12).
The following approvals got outdated and were removed:
Verified-1 by build bot (Jenkins)
Change subject: src: Implement framework for PRERAM VSD store
......................................................................
src: Implement framework for PRERAM VSD store
This patch implements a framework that stores Vendor Specific Data
(VSD) until CBMEM is intialized. It also copies the VSD back to its
original CBMEM once it is initialized.
BUG=b:285405031
TEST=Build and boot verified on rex.
Change-Id: I0baebb902807d5403800ac18757512bd2a59d2b9
Signed-off-by: Dinesh Gehlot <digehlot(a)google.com>
---
M src/commonlib/bsd/include/commonlib/bsd/cbmem_id.h
M src/cpu/intel/car/romstage.c
A src/include/cbmem_vsd.h
M src/lib/Makefile.inc
A src/lib/cbmem_vsd.c
5 files changed, 79 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/93/76393/12
--
To view, visit https://review.coreboot.org/c/coreboot/+/76393?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: I0baebb902807d5403800ac18757512bd2a59d2b9
Gerrit-Change-Number: 76393
Gerrit-PatchSet: 12
Gerrit-Owner: Dinesh Gehlot <digehlot(a)google.com>
Gerrit-Reviewer: Julius Werner <jwerner(a)chromium.org>
Gerrit-Reviewer: Kapil Porwal <kapilporwal(a)google.com>
Gerrit-Reviewer: Subrata Banik <subratabanik(a)google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-Attention: Dinesh Gehlot <digehlot(a)google.com>
Gerrit-Attention: Kapil Porwal <kapilporwal(a)google.com>
Gerrit-Attention: Julius Werner <jwerner(a)chromium.org>
Gerrit-MessageType: newpatchset
Attention is currently required from: Julius Werner, Kapil Porwal, Paul Menzel, Subrata Banik.
Hello Julius Werner, Kapil Porwal, Subrata Banik, build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/76371?usp=email
to look at the new patch set (#10).
Change subject: src: Implement config to Vendor Specific Data during PRERAM
......................................................................
src: Implement config to Vendor Specific Data during PRERAM
The patch defines config option PRERAM_CBMEM_VSD, stores Vendor Specific
Data (VSD) until CBMEM is initialized.
BUG=b:285405031
TEST=Build and boot verified on rex.
Change-Id: Ia40f6a33cf2fd0198042c4e6733eea7debb78e8d
Signed-off-by: Dinesh Gehlot <digehlot(a)google.com>
---
M src/arch/x86/Kconfig
M src/arch/x86/car.ld
M src/include/memlayout.h
M src/include/symbols.h
4 files changed, 22 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/71/76371/10
--
To view, visit https://review.coreboot.org/c/coreboot/+/76371?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: Ia40f6a33cf2fd0198042c4e6733eea7debb78e8d
Gerrit-Change-Number: 76371
Gerrit-PatchSet: 10
Gerrit-Owner: Dinesh Gehlot <digehlot(a)google.com>
Gerrit-Reviewer: Julius Werner <jwerner(a)chromium.org>
Gerrit-Reviewer: Kapil Porwal <kapilporwal(a)google.com>
Gerrit-Reviewer: Subrata Banik <subratabanik(a)google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-Attention: Subrata Banik <subratabanik(a)google.com>
Gerrit-Attention: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-Attention: Kapil Porwal <kapilporwal(a)google.com>
Gerrit-Attention: Julius Werner <jwerner(a)chromium.org>
Gerrit-MessageType: newpatchset
Attention is currently required from: Arthur Heymans, Marshall Dawson.
Felix Held has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/76469?usp=email )
Change subject: util/amdfwtool: Add Genoa support
......................................................................
Patch Set 2:
(1 comment)
File util/amdfwtool/data_parse.c:
https://review.coreboot.org/c/coreboot/+/76469/comment/4809af3e_35e0335d :
PS2, Line 697: if (platform_type == PLATFORM_MENDOCINO || platform_type == PLATFORM_PHOENIX || platform_type == PLATFORM_GLINDA)
> oh, so there's a separate spec. i'll have a look. […]
Done
--
To view, visit https://review.coreboot.org/c/coreboot/+/76469?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: I83e3c383faec0fd7b2cf768b7a4c237edd986666
Gerrit-Change-Number: 76469
Gerrit-PatchSet: 2
Gerrit-Owner: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: Varshit Pandya <pandyavarshit(a)gmail.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Felix Held <felix-coreboot(a)felixheld.de>
Gerrit-CC: Marshall Dawson <marshalldawson3rd(a)gmail.com>
Gerrit-Attention: Marshall Dawson <marshalldawson3rd(a)gmail.com>
Gerrit-Attention: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Comment-Date: Wed, 02 Aug 2023 15:22:09 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Marshall Dawson <marshalldawson3rd(a)gmail.com>
Comment-In-Reply-To: Felix Held <felix-coreboot(a)felixheld.de>
Gerrit-MessageType: comment
Martin L Roth has abandoned this change. ( https://review.coreboot.org/c/coreboot/+/23586?usp=email )
Change subject: payloads/cbui: Add new payload CBUI
......................................................................
Abandoned
This commit is no longer accepting comments after 213 versions. Review has been moved to https://review.coreboot.org/c/coreboot/+/23586
--
To view, visit https://review.coreboot.org/c/coreboot/+/23586?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: Ib9a1a07c1065880aa675380625021750d5cab7d1
Gerrit-Change-Number: 23586
Gerrit-PatchSet: 213
Gerrit-Owner: Patrick Rudolph <siro(a)das-labor.org>
Gerrit-Reviewer: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: Iman Bingi <imanbingy(a)gmail.com>
Gerrit-Reviewer: Julius Werner <jwerner(a)chromium.org>
Gerrit-Reviewer: Martin L Roth <gaumless(a)gmail.com>
Gerrit-Reviewer: Nico Huber <nico.h(a)gmx.de>
Gerrit-Reviewer: Patrick Rudolph <patrick.rudolph(a)9elements.com>
Gerrit-Reviewer: Patrick Rudolph <siro(a)das-labor.org>
Gerrit-Reviewer: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Stefan Reinauer <stefan.reinauer(a)coreboot.org>
Gerrit-MessageType: abandon
Attention is currently required from: Julius Werner, Kapil Porwal, Paul Menzel, Subrata Banik.
Dinesh Gehlot has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/76371?usp=email )
Change subject: arch/x86: Implement config to Vendor Specific Data during PRERAM
......................................................................
Patch Set 9:
(2 comments)
File src/arch/x86/Kconfig:
https://review.coreboot.org/c/coreboot/+/76371/comment/d9c74015_578f46e0 :
PS8, Line 138: PRERAM_CBMEM_SIZE
> Why do we need such a high default value @Dinesh ? shouldn't 8bytes default in enough ?
Default size modified to 4 bytes.
https://review.coreboot.org/c/coreboot/+/76371/comment/b31f3f6e_baf22da7 :
PS8, Line 143: Default reserved memory for preram CBMEM entries
> That’s 128 bytes?
Default size modified to 4 bytes.
--
To view, visit https://review.coreboot.org/c/coreboot/+/76371?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: Ia40f6a33cf2fd0198042c4e6733eea7debb78e8d
Gerrit-Change-Number: 76371
Gerrit-PatchSet: 9
Gerrit-Owner: Dinesh Gehlot <digehlot(a)google.com>
Gerrit-Reviewer: Julius Werner <jwerner(a)chromium.org>
Gerrit-Reviewer: Kapil Porwal <kapilporwal(a)google.com>
Gerrit-Reviewer: Subrata Banik <subratabanik(a)google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-Attention: Subrata Banik <subratabanik(a)google.com>
Gerrit-Attention: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-Attention: Kapil Porwal <kapilporwal(a)google.com>
Gerrit-Attention: Julius Werner <jwerner(a)chromium.org>
Gerrit-Comment-Date: Wed, 02 Aug 2023 15:16:14 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Subrata Banik <subratabanik(a)google.com>
Comment-In-Reply-To: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-MessageType: comment