Attention is currently required from: Hung-Te Lin, Vadim Bendebury, Furquan Shaikh, Mathew King, Paul Menzel.
Julius Werner has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/57864 )
Change subject: guybrush: add RO_GSCVD area to FMAP
......................................................................
Patch Set 1:
(1 comment)
File src/mainboard/google/guybrush/chromeos.fmd:
https://review.coreboot.org/c/coreboot/+/57864/comment/48167bee_c8b7ff50
PS1, Line 29: RO_GSCVD 8K
> I thing RO_GSCVD should be part of the RO section, and should be updated only if WP is disabled and the RO is actually updated.
That has nothing to do with RO_SECTION though, that's just WP_RO. RO_SECTION is used among other things to calculate the RO firmware hash encoded in the HWID. For these purposes, I think it is cleaner for RO_GSCVD to be outside of RO_SECTION (the RO_SECTION hash is only supposed to change when the firmware behavior itself changes, not other metadata describing it).
--
To view, visit https://review.coreboot.org/c/coreboot/+/57864
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ifa24d5a6271a8bcbf737d4580ec85b9cfdd9af01
Gerrit-Change-Number: 57864
Gerrit-PatchSet: 1
Gerrit-Owner: Vadim Bendebury <vbendeb(a)chromium.org>
Gerrit-Reviewer: Furquan Shaikh <furquan.m.shaikh(a)gmail.com>
Gerrit-Reviewer: Hung-Te Lin <hungte(a)chromium.org>
Gerrit-Reviewer: Julius Werner <jwerner(a)chromium.org>
Gerrit-Reviewer: Mathew King <mathewk(a)chromium.org>
Gerrit-Reviewer: Vadim Bendebury <vbendeb(a)chromium.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-Attention: Hung-Te Lin <hungte(a)chromium.org>
Gerrit-Attention: Vadim Bendebury <vbendeb(a)chromium.org>
Gerrit-Attention: Furquan Shaikh <furquan.m.shaikh(a)gmail.com>
Gerrit-Attention: Mathew King <mathewk(a)chromium.org>
Gerrit-Attention: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-Comment-Date: Tue, 23 Nov 2021 21:18:04 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Hung-Te Lin <hungte(a)chromium.org>
Comment-In-Reply-To: Vadim Bendebury <vbendeb(a)chromium.org>
Comment-In-Reply-To: Julius Werner <jwerner(a)chromium.org>
Gerrit-MessageType: comment
Attention is currently required from: SH Kim.
build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/59608 )
Change subject: driver/i2c: Add sx9360 driver
......................................................................
Patch Set 1:
(3 comments)
File src/drivers/i2c/sx9360/chip.h:
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-134155):
https://review.coreboot.org/c/coreboot/+/59608/comment/642bc5d6_20e74499
PS1, Line 31: uint32_t proxraw_strength;
please, no spaces at the start of a line
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-134155):
https://review.coreboot.org/c/coreboot/+/59608/comment/9a14b342_b4bd7348
PS1, Line 34: uint32_t avg_pos_strength;
please, no spaces at the start of a line
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-134155):
https://review.coreboot.org/c/coreboot/+/59608/comment/b051b3e9_69016971
PS1, Line 37: uint32_t resolution;
please, no spaces at the start of a line
--
To view, visit https://review.coreboot.org/c/coreboot/+/59608
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I0a912f184e6f3501f894cca24c0d71a2c3087516
Gerrit-Change-Number: 59608
Gerrit-PatchSet: 1
Gerrit-Owner: Gwendal Grignou <gwendal(a)chromium.org>
Gerrit-Reviewer: SH Kim <sh_.kim(a)samsung.corp-partner.google.com>
Gerrit-CC: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Attention: SH Kim <sh_.kim(a)samsung.corp-partner.google.com>
Gerrit-Comment-Date: Tue, 23 Nov 2021 20:10:25 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment
Attention is currently required from: Patrick Georgi.
Hello Patrick Georgi,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/59607
to look at the new patch set (#2).
Change subject: Makefile: Add util/kconfig/Makefile.real to nocompile list
......................................................................
Makefile: Add util/kconfig/Makefile.real to nocompile list
Messages shown with the $(info Make command could be shown twice because
the entire Makefile stack was evaluated twice at MAKELEVEL 0. The first
time was to generate the build/util/kconfig/Makefile.real file. The
second time was to do the rest of the build. Adding the kconfig
Makefile.real file to the nocompile list prevents all the rest of the
coreboot makefiles from being read in during that first step, which
prevents the messages from being printed twice.
You can see this behavior by running "make clean; make -d" and searching
for the text:
"Successfully remade target file 'build/util/kconfig/Makefile.real'."
This breaks when the build target is 'tools', so add an exception for
just that target.
Signed-off-by: Martin Roth <gaumless(a)gmail.com>
Change-Id: If29c3a84c7c82ea099ef9610f4ecaa599f0d8649
---
M Makefile
1 file changed, 11 insertions(+), 3 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/07/59607/2
--
To view, visit https://review.coreboot.org/c/coreboot/+/59607
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: If29c3a84c7c82ea099ef9610f4ecaa599f0d8649
Gerrit-Change-Number: 59607
Gerrit-PatchSet: 2
Gerrit-Owner: Martin Roth <martinroth(a)google.com>
Gerrit-Reviewer: Patrick Georgi <patrick(a)coreboot.org>
Gerrit-CC: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Attention: Patrick Georgi <patrick(a)coreboot.org>
Gerrit-MessageType: newpatchset
Martin Roth has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/59607 )
Change subject: Makefile: Add util/kconfig/Makefile.real to nocompile list
......................................................................
Makefile: Add util/kconfig/Makefile.real to nocompile list
Messages shown with the $(info Make command could be shown twice because
the entire Makefile stack was evaluated twice at MAKELEVEL 0. The first
time was to generate the build/util/kconfig/Makefile.real file. The
second time was to do the rest of the build. Adding the kconfig
Makefile.real file to the nocompile list prevents all the rest of the
coreboot makefiles from being read in during that first step, which
prevents the messages from being printed twice.
You can see this behavior by running "make clean; make -d" and searching
for the text:
"Successfully remade target file 'build/util/kconfig/Makefile.real'."
Signed-off-by: Martin Roth <gaumless(a)gmail.com>
Change-Id: If29c3a84c7c82ea099ef9610f4ecaa599f0d8649
---
M Makefile
1 file changed, 9 insertions(+), 3 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/07/59607/1
diff --git a/Makefile b/Makefile
index c148c11..ba20111 100644
--- a/Makefile
+++ b/Makefile
@@ -42,6 +42,7 @@
KCONFIG_NEGATIVES := 1
KCONFIG_STRICT := 1
KCONFIG_PACKAGE := CB.Config
+KCONFIG_MAKEFILE_REAL ?= $(obj)/util/kconfig/Makefile.real
COREBOOT_EXPORTS += KCONFIG_CONFIG KCONFIG_AUTOHEADER KCONFIG_AUTOCONFIG
COREBOOT_EXPORTS += KCONFIG_DEPENDENCIES KCONFIG_SPLITCONFIG KCONFIG_TRISTATE
@@ -55,6 +56,7 @@
KBUILD_DEFCONFIG := configs/defconfig
UNAME_RELEASE := $(shell uname -r)
HAVE_DOTCONFIG := $(wildcard $(DOTCONFIG))
+HAVE_KCONFIG_MAKEFILE_REAL := $(wildcard $(KCONFIG_MAKEFILE_REAL))
MAKEFLAGS += -rR --no-print-directory
# Make is silent per default, but 'make V=1' will show all compiler calls.
@@ -103,14 +105,18 @@
# Order _does_ matter for pattern rules.
include $(srck)/Makefile.inc
-# Three cases where we don't need fully populated $(obj) lists:
+# Four cases where we don't need fully populated $(obj) lists:
# 1. when no .config exists
-# 2. when make config (in any flavour) is run
-# 3. when make distclean is run
+# 2. When no $(obj)/util/kconfig/Makefile.real exists
+# 3. when make config (in any flavour) is run
+# 4. when make distclean is run
# Don't waste time on reading all Makefile.incs in these cases
ifeq ($(strip $(HAVE_DOTCONFIG)),)
NOCOMPILE:=1
endif
+ifeq ($(strip $(HAVE_KCONFIG_MAKEFILE_REAL)),)
+NOCOMPILE:=1
+endif
ifneq ($(MAKECMDGOALS),)
ifneq ($(filter %config %clean cross% clang iasl lint% help% what-jenkins-does,$(MAKECMDGOALS)),)
NOCOMPILE:=1
--
To view, visit https://review.coreboot.org/c/coreboot/+/59607
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: If29c3a84c7c82ea099ef9610f4ecaa599f0d8649
Gerrit-Change-Number: 59607
Gerrit-PatchSet: 1
Gerrit-Owner: Martin Roth <martinroth(a)google.com>
Gerrit-MessageType: newchange
Attention is currently required from: Jason Glenesk, Raul Rangel, Marshall Dawson, Felix Held.
build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/59585 )
Change subject: soc/amd/*: PSP verstage minbuild
......................................................................
Patch Set 2:
(2 comments)
File src/soc/amd/common/psp_verstage/psp_verstage.c:
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-134152):
https://review.coreboot.org/c/coreboot/+/59585/comment/0c7d9a08_14378fab
PS2, Line 258: memset(_transfer_buffer,0,buffer_size);
space required after that ',' (ctx:VxV)
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-134152):
https://review.coreboot.org/c/coreboot/+/59585/comment/08ff5e50_90602dda
PS2, Line 258: memset(_transfer_buffer,0,buffer_size);
space required after that ',' (ctx:VxV)
--
To view, visit https://review.coreboot.org/c/coreboot/+/59585
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ie506193d21207ecabe65158e84dc02eec1cf5b26
Gerrit-Change-Number: 59585
Gerrit-PatchSet: 2
Gerrit-Owner: Martin Roth <martinroth(a)google.com>
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-CC: 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-Attention: Felix Held <felix-coreboot(a)felixheld.de>
Gerrit-Comment-Date: Tue, 23 Nov 2021 18:35:54 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment
Attention is currently required from: Jason Glenesk, Raul Rangel, Marshall Dawson, Felix Held.
Hello Jason Glenesk, Raul Rangel, Marshall Dawson, Felix Held,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/59585
to look at the new patch set (#2).
Change subject: soc/amd/*: PSP verstage minbuild
......................................................................
soc/amd/*: PSP verstage minbuild
The PSP that is supplied for Picasso AMD-based chromebooks currently
requires a psp_verstage to boot. This supplies a minimal psp verstage
that does the initialization that's normally done there, then exits
without doing any verification.
Signed-off-by: Martin Roth <martin(a)coreboot.org>
Change-Id: Ie506193d21207ecabe65158e84dc02eec1cf5b26
---
M src/arch/x86/car.ld
M src/soc/amd/cezanne/Kconfig
M src/soc/amd/common/psp_verstage/Kconfig
M src/soc/amd/common/psp_verstage/psp_verstage.c
M src/soc/amd/picasso/Kconfig
M src/soc/amd/picasso/Makefile.inc
6 files changed, 72 insertions(+), 29 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/85/59585/2
--
To view, visit https://review.coreboot.org/c/coreboot/+/59585
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ie506193d21207ecabe65158e84dc02eec1cf5b26
Gerrit-Change-Number: 59585
Gerrit-PatchSet: 2
Gerrit-Owner: Martin Roth <martinroth(a)google.com>
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-CC: 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-Attention: Felix Held <felix-coreboot(a)felixheld.de>
Gerrit-MessageType: newpatchset
Attention is currently required from: Martin Roth, Stefan Reinauer.
Hello build bot (Jenkins), Martin Roth, Stefan Reinauer,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/59605
to look at the new patch set (#3).
Change subject: payloads/U-Boot: Enable the frame buffer
......................................................................
payloads/U-Boot: Enable the frame buffer
U-Boot normally runs with a display if available. Enable this option so
that the display shows if U-Boot supports it.
Use 'select' rather than 'imply' since the CI complains.
Signed-off-by: Simon Glass <sjg(a)chromium.org>
Change-Id: Ie5684c6ead30076689f43034675ff9f3531970fe
---
M payloads/external/U-Boot/Kconfig
1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/05/59605/3
--
To view, visit https://review.coreboot.org/c/coreboot/+/59605
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ie5684c6ead30076689f43034675ff9f3531970fe
Gerrit-Change-Number: 59605
Gerrit-PatchSet: 3
Gerrit-Owner: Simon Glass <sjg(a)chromium.org>
Gerrit-Reviewer: Martin Roth <martinroth(a)google.com>
Gerrit-Reviewer: Stefan Reinauer <stefan.reinauer(a)coreboot.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Attention: Martin Roth <martinroth(a)google.com>
Gerrit-Attention: Stefan Reinauer <stefan.reinauer(a)coreboot.org>
Gerrit-MessageType: newpatchset
Attention is currently required from: Martin Roth, Stefan Reinauer.
Hello build bot (Jenkins), Martin Roth, Stefan Reinauer,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/59606
to look at the new patch set (#2).
Change subject: payloads/U-Boot: Move to v2021.10
......................................................................
payloads/U-Boot: Move to v2021.10
Move to building the latest U-Boot.
Signed-off-by: Simon Glass <sjg(a)chromium.org>
Change-Id: I33fcfc3135e55d16b0dcd8135217bd5adcef2099
---
M payloads/external/U-Boot/Makefile
1 file changed, 1 insertion(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/06/59606/2
--
To view, visit https://review.coreboot.org/c/coreboot/+/59606
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I33fcfc3135e55d16b0dcd8135217bd5adcef2099
Gerrit-Change-Number: 59606
Gerrit-PatchSet: 2
Gerrit-Owner: Simon Glass <sjg(a)chromium.org>
Gerrit-Reviewer: Martin Roth <martinroth(a)google.com>
Gerrit-Reviewer: Stefan Reinauer <stefan.reinauer(a)coreboot.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Attention: Martin Roth <martinroth(a)google.com>
Gerrit-Attention: Stefan Reinauer <stefan.reinauer(a)coreboot.org>
Gerrit-MessageType: newpatchset