Attention is currently required from: Martin Roth, Elyes Haouas.
Hello build bot (Jenkins), Martin Roth,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/63279
to look at the new patch set (#3).
Change subject: crossgcc: Upgrade IASL from 20211217 to 20220331
......................................................................
crossgcc: Upgrade IASL from 20211217 to 20220331
"REDUNDANT_OFFSET_REMARK" to ignore redundant offset remarks is
not needed any more as it’s included upstream.
Signed-off-by: Elyes Haouas <ehaouas(a)noos.fr>
Change-Id: Ice7f9a10051f7f62c53098161fd2f498d724c17d
---
M Makefile.inc
M util/crossgcc/buildgcc
R util/crossgcc/patches/acpica-unix2-20220331_iasl.patch
D util/crossgcc/sum/acpica-unix2-20211217.tar.gz.cksum
A util/crossgcc/sum/acpica-unix2-20220331.tar.gz.cksum
5 files changed, 2 insertions(+), 5 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/79/63279/3
--
To view, visit https://review.coreboot.org/c/coreboot/+/63279
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ice7f9a10051f7f62c53098161fd2f498d724c17d
Gerrit-Change-Number: 63279
Gerrit-PatchSet: 3
Gerrit-Owner: Elyes Haouas <ehaouas(a)noos.fr>
Gerrit-Reviewer: Martin Roth <martinroth(a)google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-Attention: Martin Roth <martinroth(a)google.com>
Gerrit-Attention: Elyes Haouas <ehaouas(a)noos.fr>
Gerrit-MessageType: newpatchset
Attention is currently required from: Paul Menzel.
Elyes Haouas has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/63246 )
Change subject: crossgcc: Upgrade CMake from 3.22.2 to 3.23.0
......................................................................
Patch Set 2:
(2 comments)
Commit Message:
https://review.coreboot.org/c/coreboot/+/63246/comment/dbdb9daa_f29b2456
PS1, Line 7: crossgcc: Upgrade CMake to version 3.23.0
> Upgrade CMake from 3.22.2 to 3.23. […]
Done
Patchset:
PS2:
Thx
--
To view, visit https://review.coreboot.org/c/coreboot/+/63246
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ib31124baa3cae65211ad361a7d41c9504105be91
Gerrit-Change-Number: 63246
Gerrit-PatchSet: 2
Gerrit-Owner: Elyes Haouas <ehaouas(a)noos.fr>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-Attention: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-Comment-Date: Fri, 01 Apr 2022 05:47:30 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-MessageType: comment
Attention is currently required from: Elyes Haouas.
Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/63246
to look at the new patch set (#2).
Change subject: crossgcc: Upgrade CMake from 3.22.2 to 3.23.0
......................................................................
crossgcc: Upgrade CMake from 3.22.2 to 3.23.0
Release Notes:
https://cmake.org/cmake/help/v3.23/release/3.23.html
Signed-off-by: Elyes Haouas <ehaouas(a)noos.fr>
Change-Id: Ib31124baa3cae65211ad361a7d41c9504105be91
---
M util/crossgcc/buildgcc
D util/crossgcc/sum/cmake-3.22.2.tar.gz.cksum
A util/crossgcc/sum/cmake-3.23.0.tar.gz.cksum
3 files changed, 2 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/46/63246/2
--
To view, visit https://review.coreboot.org/c/coreboot/+/63246
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ib31124baa3cae65211ad361a7d41c9504105be91
Gerrit-Change-Number: 63246
Gerrit-PatchSet: 2
Gerrit-Owner: Elyes Haouas <ehaouas(a)noos.fr>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-Attention: Elyes Haouas <ehaouas(a)noos.fr>
Gerrit-MessageType: newpatchset
Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/63289
to look at the new patch set (#3).
Change subject: soc/qualcomm/common: Add strict flag to clock_configure()
......................................................................
soc/qualcomm/common: Add strict flag to clock_configure()
When strict parameter is set to true, clock_configure() will try to
find an exact match to the clock frequency given. If exact match
cannot be found, then will throw an assert error.
BUG=b:198627043
BRANCH=None
TEST=build herobrine image and try to set SPI frequency to number not
supported. Ensure assert is seen.
Change-Id: I9cfad7236241f4d03ff1a56683654649658b68fc
Signed-off-by: Shelley Chen <shchen(a)google.com>
---
M src/soc/qualcomm/common/clock.c
M src/soc/qualcomm/common/include/soc/clock_common.h
M src/soc/qualcomm/sc7180/clock.c
M src/soc/qualcomm/sc7280/clock.c
4 files changed, 30 insertions(+), 11 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/89/63289/3
--
To view, visit https://review.coreboot.org/c/coreboot/+/63289
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I9cfad7236241f4d03ff1a56683654649658b68fc
Gerrit-Change-Number: 63289
Gerrit-PatchSet: 3
Gerrit-Owner: Shelley Chen <shchen(a)google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-MessageType: newpatchset
Bao Zheng has abandoned this change. ( https://review.coreboot.org/c/coreboot/+/63292 )
Change subject: demo: combo
......................................................................
Abandoned
--
To view, visit https://review.coreboot.org/c/coreboot/+/63292
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I1f51fab065ad566be4d01b78d37455b0e61bd284
Gerrit-Change-Number: 63292
Gerrit-PatchSet: 1
Gerrit-Owner: Bao Zheng <fishbaozi(a)gmail.com>
Gerrit-Reviewer: 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: Marshall Dawson <marshalldawson3rd(a)gmail.com>
Gerrit-Reviewer: Raul Rangel <rrangel(a)chromium.org>
Gerrit-Reviewer: Zheng Bao
Gerrit-CC: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-MessageType: abandon
Bao Zheng has abandoned this change. ( https://review.coreboot.org/c/coreboot/+/58554 )
Change subject: amdfwtool: Move PSP padding into a loop for combo
......................................................................
Abandoned
--
To view, visit https://review.coreboot.org/c/coreboot/+/58554
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I351192a4bc5ed9ec0bfa3f2073c9633b8b44246d
Gerrit-Change-Number: 58554
Gerrit-PatchSet: 21
Gerrit-Owner: Bao Zheng <fishbaozi(a)gmail.com>
Gerrit-Reviewer: Zheng Bao
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-MessageType: abandon
Bao Zheng has abandoned this change. ( https://review.coreboot.org/c/coreboot/+/55412 )
Change subject: amdfwtool: Create & fill the combo header and write to EFS header
......................................................................
Abandoned
--
To view, visit https://review.coreboot.org/c/coreboot/+/55412
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I4e3d831c7764ac4625b336d40e09bb308d339f7b
Gerrit-Change-Number: 55412
Gerrit-PatchSet: 28
Gerrit-Owner: Bao Zheng <fishbaozi(a)gmail.com>
Gerrit-Reviewer: Zheng Bao
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-MessageType: abandon
Bao Zheng has abandoned this change. ( https://review.coreboot.org/c/coreboot/+/58552 )
Change subject: amdfwtool: Put soc name setting to fw.cfg from command line
......................................................................
Abandoned
--
To view, visit https://review.coreboot.org/c/coreboot/+/58552
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ib0eead1f2156542ea03d58145f5ad67683bf9b52
Gerrit-Change-Number: 58552
Gerrit-PatchSet: 14
Gerrit-Owner: Bao Zheng <fishbaozi(a)gmail.com>
Gerrit-Reviewer: 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: Marshall Dawson <marshalldawson3rd(a)gmail.com>
Gerrit-Reviewer: Raul Rangel <rrangel(a)chromium.org>
Gerrit-Reviewer: Zheng Bao
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-MessageType: abandon