Attention is currently required from: Felix Singer, Sean Rhodes, Angel Pons, Martin Roth, Lean Sheng Tan.
Michael Niewöhner has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/73903 )
Change subject: Revert "device: Add Kconfig options for D3COLD_SUPPORT and NO_S0IX_SUPPORT"
......................................................................
Patch Set 4:
(2 comments)
File src/device/Kconfig:
https://review.coreboot.org/c/coreboot/+/73903/comment/8746bb09_e50295b6
PS4, Line 997: NO_S0IX_SUPPORT
for reference:
https://review.coreboot.org/c/coreboot/+/72800/4..8/src/device/Kconfig#b997https://review.coreboot.org/c/coreboot/+/72799/comments/2c2413f5_79bb9d29https://review.coreboot.org/c/coreboot/+/73903/comment/2ced25ef_764e8488
PS4, Line 1003: config D3COLD_SUPPORT
: bool "Don't support D3Cold"
for reference: https://review.coreboot.org/c/coreboot/+/72800/4..8/src/device/Kconfig#b1005
--
To view, visit https://review.coreboot.org/c/coreboot/+/73903
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I56ce8f59f8548fc58bc2b3b07c1314e2eed7061c
Gerrit-Change-Number: 73903
Gerrit-PatchSet: 4
Gerrit-Owner: Michael Niewöhner <foss(a)mniewoehner.de>
Gerrit-Reviewer: Angel Pons <th3fanbus(a)gmail.com>
Gerrit-Reviewer: Felix Singer <felixsinger(a)posteo.net>
Gerrit-Reviewer: Lean Sheng Tan <sheng.tan(a)9elements.com>
Gerrit-Reviewer: Martin Roth <martin.roth(a)amd.corp-partner.google.com>
Gerrit-Reviewer: Sean Rhodes <sean(a)starlabs.systems>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: 9elements QA <hardwaretestrobot(a)gmail.com>
Gerrit-Attention: Felix Singer <felixsinger(a)posteo.net>
Gerrit-Attention: Sean Rhodes <sean(a)starlabs.systems>
Gerrit-Attention: Angel Pons <th3fanbus(a)gmail.com>
Gerrit-Attention: Martin Roth <martin.roth(a)amd.corp-partner.google.com>
Gerrit-Attention: Lean Sheng Tan <sheng.tan(a)9elements.com>
Gerrit-Comment-Date: Sat, 08 Apr 2023 07:31:28 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment
Attention is currently required from: Felix Singer, Martin L Roth.
Hello Felix Singer, Martin L Roth,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/74272
to look at the new patch set (#3).
Change subject: crossgcc: Upgrade IASL from 20221020 to 20230331
......................................................................
crossgcc: Upgrade IASL from 20221020 to 20230331
Changes: https://acpica.org/node/202
Change-Id: I43fc180bd51ff7cb06a67619c8350d28b086bc90
Signed-off-by: Elyes Haouas <ehaouas(a)noos.fr>
---
M util/crossgcc/buildgcc
R util/crossgcc/patches/acpica-unix2-20230331_iasl.patch
D util/crossgcc/sum/R10_20_22.tar.gz.cksum
A util/crossgcc/sum/acpica-unix2-20230331.tar.gz.cksum
4 files changed, 17 insertions(+), 5 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/72/74272/3
--
To view, visit https://review.coreboot.org/c/coreboot/+/74272
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I43fc180bd51ff7cb06a67619c8350d28b086bc90
Gerrit-Change-Number: 74272
Gerrit-PatchSet: 3
Gerrit-Owner: Elyes Haouas <ehaouas(a)noos.fr>
Gerrit-Reviewer: Felix Singer <felixsinger(a)posteo.net>
Gerrit-Reviewer: Martin L Roth <gaumless(a)gmail.com>
Gerrit-CC: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Attention: Felix Singer <felixsinger(a)posteo.net>
Gerrit-Attention: Martin L Roth <gaumless(a)gmail.com>
Gerrit-MessageType: newpatchset
Attention is currently required from: Felix Singer, Martin L Roth.
Elyes Haouas has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/74289 )
Change subject: crossgcc: Upgrade CMake from version 3.26.2 to 3.26.3
......................................................................
crossgcc: Upgrade CMake from version 3.26.2 to 3.26.3
Change-Id: Iab8d67632f97c596baa9b430228d4aae6fa48126
Signed-off-by: Elyes Haouas <ehaouas(a)noos.fr>
---
M util/crossgcc/buildgcc
D util/crossgcc/sum/cmake-3.26.2.tar.gz.cksum
A util/crossgcc/sum/cmake-3.26.3.tar.gz.cksum
3 files changed, 12 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/89/74289/1
diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc
index 4f13606..71818dd 100755
--- a/util/crossgcc/buildgcc
+++ b/util/crossgcc/buildgcc
@@ -42,7 +42,7 @@
IASL_VERSION="R10_20_22"
# CLANG version number
CLANG_VERSION=15.0.7
-CMAKE_VERSION=3.26.2
+CMAKE_VERSION=3.26.3
NASM_VERSION=2.15.05
# Filename for each package
diff --git a/util/crossgcc/sum/cmake-3.26.2.tar.gz.cksum b/util/crossgcc/sum/cmake-3.26.2.tar.gz.cksum
deleted file mode 100644
index 98d4070..0000000
--- a/util/crossgcc/sum/cmake-3.26.2.tar.gz.cksum
+++ /dev/null
@@ -1 +0,0 @@
-b2629a8077e92213605b4f7e7cfc6d94416b5396 tarballs/cmake-3.26.2.tar.gz
diff --git a/util/crossgcc/sum/cmake-3.26.3.tar.gz.cksum b/util/crossgcc/sum/cmake-3.26.3.tar.gz.cksum
new file mode 100644
index 0000000..cac6425
--- /dev/null
+++ b/util/crossgcc/sum/cmake-3.26.3.tar.gz.cksum
@@ -0,0 +1 @@
+03881b9004a56b5b324503f48ded62afb55a5f52 tarballs/cmake-3.26.3.tar.gz
--
To view, visit https://review.coreboot.org/c/coreboot/+/74289
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Iab8d67632f97c596baa9b430228d4aae6fa48126
Gerrit-Change-Number: 74289
Gerrit-PatchSet: 1
Gerrit-Owner: Elyes Haouas <ehaouas(a)noos.fr>
Gerrit-Reviewer: Felix Singer <felixsinger(a)posteo.net>
Gerrit-Reviewer: Martin L Roth <gaumless(a)gmail.com>
Gerrit-Attention: Felix Singer <felixsinger(a)posteo.net>
Gerrit-Attention: Martin L Roth <gaumless(a)gmail.com>
Gerrit-MessageType: newchange
Attention is currently required from: Jason Glenesk, Martin L Roth, Paul Menzel, Angel Pons, Elyes Haouas.
Hello Felix Singer, build bot (Jenkins), Jason Glenesk, Martin L Roth, Paul Menzel, Angel Pons,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/73792
to look at the new patch set (#11).
Change subject: crossgcc: Upgrade LLVM version 15.0.7 to 16.0.1
......................................................................
crossgcc: Upgrade LLVM version 15.0.7 to 16.0.1
Change-Id: I753bbcf3f03907b0cf966454c3dd6c9b61869599
Signed-off-by: Elyes Haouas <ehaouas(a)noos.fr>
---
M util/crossgcc/buildgcc
D util/crossgcc/sum/clang-15.0.7.src.tar.xz.cksum
A util/crossgcc/sum/clang-16.0.1.src.tar.xz.cksum
D util/crossgcc/sum/clang-tools-extra-15.0.7.src.tar.xz.cksum
A util/crossgcc/sum/clang-tools-extra-16.0.1.src.tar.xz.cksum
D util/crossgcc/sum/cmake-15.0.7.src.tar.xz.cksum
A util/crossgcc/sum/cmake-16.0.1.src.tar.xz.cksum
D util/crossgcc/sum/compiler-rt-15.0.7.src.tar.xz.cksum
A util/crossgcc/sum/compiler-rt-16.0.1.src.tar.xz.cksum
D util/crossgcc/sum/llvm-15.0.7.src.tar.xz.cksum
A util/crossgcc/sum/llvm-16.0.1.src.tar.xz.cksum
11 files changed, 16 insertions(+), 6 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/92/73792/11
--
To view, visit https://review.coreboot.org/c/coreboot/+/73792
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I753bbcf3f03907b0cf966454c3dd6c9b61869599
Gerrit-Change-Number: 73792
Gerrit-PatchSet: 11
Gerrit-Owner: Elyes Haouas <ehaouas(a)noos.fr>
Gerrit-Reviewer: Angel Pons <th3fanbus(a)gmail.com>
Gerrit-Reviewer: Felix Singer <felixsinger(a)posteo.net>
Gerrit-Reviewer: Jason Glenesk <jason.glenesk(a)gmail.com>
Gerrit-Reviewer: Martin L Roth <gaumless(a)gmail.com>
Gerrit-Reviewer: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Attention: Jason Glenesk <jason.glenesk(a)gmail.com>
Gerrit-Attention: Martin L Roth <gaumless(a)gmail.com>
Gerrit-Attention: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-Attention: Angel Pons <th3fanbus(a)gmail.com>
Gerrit-Attention: Elyes Haouas <ehaouas(a)noos.fr>
Gerrit-MessageType: newpatchset