Attention is currently required from: Martin Roth.
Patrick Georgi has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/59607 )
Change subject: Makefile: Add util/kconfig/Makefile.real to nocompile list
......................................................................
Patch Set 3: Code-Review+2
(1 comment)
File Makefile:
https://review.coreboot.org/c/coreboot/+/59607/comment/f8bcd86a_2efdf789
PS2, Line 110: and the make target tools
> Correct. Thanks.
Done
--
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: 3
Gerrit-Owner: Martin Roth <martinroth(a)google.com>
Gerrit-Reviewer: Patrick Georgi <patrick(a)coreboot.org>
Gerrit-CC: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-CC: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Attention: Martin Roth <martinroth(a)google.com>
Gerrit-Comment-Date: Wed, 08 Dec 2021 21:14:42 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: Yes
Comment-In-Reply-To: Martin Roth <martinroth(a)google.com>
Comment-In-Reply-To: Patrick Georgi <patrick(a)coreboot.org>
Gerrit-MessageType: comment
Patrick Georgi has uploaded a new patch set (#3) to the change originally created by Martin Roth. ( 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'."
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/3
--
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: 3
Gerrit-Owner: Martin Roth <martinroth(a)google.com>
Gerrit-Reviewer: Patrick Georgi <patrick(a)coreboot.org>
Gerrit-CC: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-CC: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-MessageType: newpatchset
Attention is currently required from: Felix Held.
YH Lin has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/59935 )
Change subject: mb/google/brya4es: sync change from brya0 (CB:58374)
......................................................................
Patch Set 2:
(1 comment)
Patchset:
PS2:
Hopefully this looks better and clearer?
Thanks.
--
To view, visit https://review.coreboot.org/c/coreboot/+/59935
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I97489343b8f7a5b9457cd6f4a61cc37cd10ab450
Gerrit-Change-Number: 59935
Gerrit-PatchSet: 2
Gerrit-Owner: YH Lin <yueherngl(a)google.com>
Gerrit-Reviewer: Tim Wawrzynczak <twawrzynczak(a)chromium.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Felix Held <felix-coreboot(a)felixheld.de>
Gerrit-Attention: Felix Held <felix-coreboot(a)felixheld.de>
Gerrit-Comment-Date: Wed, 08 Dec 2021 20:47:52 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment
Attention is currently required from: Felix Held.
YH Lin has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/59935 )
Change subject: mb/google/brya4es: sync change from brya0 (CB:58374)
......................................................................
Patch Set 2:
(1 comment)
Patchset:
PS1:
> That is better 👍 […]
Done
--
To view, visit https://review.coreboot.org/c/coreboot/+/59935
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I97489343b8f7a5b9457cd6f4a61cc37cd10ab450
Gerrit-Change-Number: 59935
Gerrit-PatchSet: 2
Gerrit-Owner: YH Lin <yueherngl(a)google.com>
Gerrit-Reviewer: Tim Wawrzynczak <twawrzynczak(a)chromium.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Felix Held <felix-coreboot(a)felixheld.de>
Gerrit-Attention: Felix Held <felix-coreboot(a)felixheld.de>
Gerrit-Comment-Date: Wed, 08 Dec 2021 20:47:16 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Tim Wawrzynczak <twawrzynczak(a)chromium.org>
Comment-In-Reply-To: Felix Held <felix-coreboot(a)felixheld.de>
Gerrit-MessageType: comment
Attention is currently required from: YH Lin, Felix Held.
Hello build bot (Jenkins), Tim Wawrzynczak,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/59935
to look at the new patch set (#2).
Change subject: mb/google/brya4es: sync change from brya0 (CB:58374)
......................................................................
mb/google/brya4es: sync change from brya0 (CB:58374)
CB:58374 (for mb/google/brya0) was merged before brya4es is
available (CB:59728). And since brya4es is forked from brya0, brya0's
change need to be brought into brya4es as well.
BUG=None
TEST=build
Signed-off-by: YH Lin <yueherngl(a)google.com>
Change-Id: I97489343b8f7a5b9457cd6f4a61cc37cd10ab450
---
M src/mainboard/google/brya/variants/brya4es/overridetree.cb
1 file changed, 4 insertions(+), 3 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/35/59935/2
--
To view, visit https://review.coreboot.org/c/coreboot/+/59935
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I97489343b8f7a5b9457cd6f4a61cc37cd10ab450
Gerrit-Change-Number: 59935
Gerrit-PatchSet: 2
Gerrit-Owner: YH Lin <yueherngl(a)google.com>
Gerrit-Reviewer: Tim Wawrzynczak <twawrzynczak(a)chromium.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Felix Held <felix-coreboot(a)felixheld.de>
Gerrit-Attention: YH Lin <yueherngl(a)google.com>
Gerrit-Attention: Felix Held <felix-coreboot(a)felixheld.de>
Gerrit-MessageType: newpatchset
Attention is currently required from: YH Lin, Felix Held.
Tim Wawrzynczak has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/59935 )
Change subject: brya4es: sync CB:58374 from brya0
......................................................................
Patch Set 1:
(1 comment)
Patchset:
PS1:
> forgot to mark this as not resolved
That is better 👍
could also add that the original change was made before brya4es existed
--
To view, visit https://review.coreboot.org/c/coreboot/+/59935
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I97489343b8f7a5b9457cd6f4a61cc37cd10ab450
Gerrit-Change-Number: 59935
Gerrit-PatchSet: 1
Gerrit-Owner: YH Lin <yueherngl(a)google.com>
Gerrit-Reviewer: Tim Wawrzynczak <twawrzynczak(a)chromium.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Felix Held <felix-coreboot(a)felixheld.de>
Gerrit-Attention: YH Lin <yueherngl(a)google.com>
Gerrit-Attention: Felix Held <felix-coreboot(a)felixheld.de>
Gerrit-Comment-Date: Wed, 08 Dec 2021 20:38:29 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Felix Held <felix-coreboot(a)felixheld.de>
Gerrit-MessageType: comment
Attention is currently required from: YH Lin.
Felix Held has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/59935 )
Change subject: brya4es: sync CB:58374 from brya0
......................................................................
Patch Set 1:
(1 comment)
Patchset:
PS1:
> would be good to improve the commit message; right now it doesn't really say what the patch is doing […]
forgot to mark this as not resolved
--
To view, visit https://review.coreboot.org/c/coreboot/+/59935
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I97489343b8f7a5b9457cd6f4a61cc37cd10ab450
Gerrit-Change-Number: 59935
Gerrit-PatchSet: 1
Gerrit-Owner: YH Lin <yueherngl(a)google.com>
Gerrit-Reviewer: Tim Wawrzynczak <twawrzynczak(a)chromium.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Felix Held <felix-coreboot(a)felixheld.de>
Gerrit-Attention: YH Lin <yueherngl(a)google.com>
Gerrit-Comment-Date: Wed, 08 Dec 2021 20:36:36 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Felix Held <felix-coreboot(a)felixheld.de>
Gerrit-MessageType: comment
Attention is currently required from: YH Lin.
Felix Held has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/59935 )
Change subject: brya4es: sync CB:58374 from brya0
......................................................................
Patch Set 1:
(1 comment)
Patchset:
PS1:
would be good to improve the commit message; right now it doesn't really say what the patch is doing without having to look up the other patch. Here in Gerrit it's just a click away, but in the git history it's not as easy to find that. maybe something like this:
mb/google/brya4es: Update camera NVM parameters
A similar change for mb/google/brya0 was done in CB:58374.
--
To view, visit https://review.coreboot.org/c/coreboot/+/59935
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I97489343b8f7a5b9457cd6f4a61cc37cd10ab450
Gerrit-Change-Number: 59935
Gerrit-PatchSet: 1
Gerrit-Owner: YH Lin <yueherngl(a)google.com>
Gerrit-Reviewer: Tim Wawrzynczak <twawrzynczak(a)chromium.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Felix Held <felix-coreboot(a)felixheld.de>
Gerrit-Attention: YH Lin <yueherngl(a)google.com>
Gerrit-Comment-Date: Wed, 08 Dec 2021 20:36:09 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment