Attention is currently required from: Christian Walter, Michał Żygowski, Sergii Dmytruk.
Lean Sheng Tan has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/80454?usp=email )
Change subject: drivers/crb: Disable device if CRB TPM not present
......................................................................
Patch Set 3: Code-Review+1
--
To view, visit https://review.coreboot.org/c/coreboot/+/80454?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: Ie0928536d9042b1f680d585e1ca9ad2cadf0c8ef
Gerrit-Change-Number: 80454
Gerrit-PatchSet: 3
Gerrit-Owner: Michał Żygowski <michal.zygowski(a)3mdeb.com>
Gerrit-Reviewer: Christian Walter <christian.walter(a)9elements.com>
Gerrit-Reviewer: Lean Sheng Tan <sheng.tan(a)9elements.com>
Gerrit-Reviewer: Sergii Dmytruk <sergii.dmytruk(a)3mdeb.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Attention: Michał Żygowski <michal.zygowski(a)3mdeb.com>
Gerrit-Attention: Christian Walter <christian.walter(a)9elements.com>
Gerrit-Attention: Sergii Dmytruk <sergii.dmytruk(a)3mdeb.com>
Gerrit-Comment-Date: Thu, 25 Apr 2024 10:11:59 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment
Attention is currently required from: Cliff Huang, Jianeng Ceng, Lance Zhao, Tim Wawrzynczak.
Dolan Liu has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/82088?usp=email )
Change subject: acpi: Modify the order of increment operations
......................................................................
Patch Set 2: Code-Review+1
--
To view, visit https://review.coreboot.org/c/coreboot/+/82088?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: I7a3eb89633aaebebc8bd98ac6126c578fda23839
Gerrit-Change-Number: 82088
Gerrit-PatchSet: 2
Gerrit-Owner: Jianeng Ceng <cengjianeng(a)huaqin.corp-partner.google.com>
Gerrit-Reviewer: Cliff Huang <cliff.huang(a)intel.com>
Gerrit-Reviewer: Dolan Liu <liuyong5(a)huaqin.corp-partner.google.com>
Gerrit-Reviewer: Lance Zhao <lance.zhao(a)gmail.com>
Gerrit-Reviewer: Tim Wawrzynczak <inforichland(a)gmail.com>
Gerrit-CC: Eric Lai <ericllai(a)google.com>
Gerrit-CC: Subrata Banik <subratabanik(a)google.com>
Gerrit-Attention: Lance Zhao <lance.zhao(a)gmail.com>
Gerrit-Attention: Cliff Huang <cliff.huang(a)intel.com>
Gerrit-Attention: Tim Wawrzynczak <inforichland(a)gmail.com>
Gerrit-Attention: Jianeng Ceng <cengjianeng(a)huaqin.corp-partner.google.com>
Gerrit-Comment-Date: Thu, 25 Apr 2024 09:49:57 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment
Attention is currently required from: Cliff Huang, Lance Zhao, Tim Wawrzynczak.
Hello Cliff Huang, Lance Zhao, Tim Wawrzynczak,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/82088?usp=email
to look at the new patch set (#2).
Change subject: acpi: Modify the order of increment operations
......................................................................
acpi: Modify the order of increment operations
Fix ++ as suffix and * precedence. After modification, the gpio index
can be obtained correctly.
BUG=None
TEST= Can get the correct index.
Change-Id: I7a3eb89633aaebebc8bd98ac6126c578fda23839
Signed-off-by: Jianeng Ceng <cengjianeng(a)huaqin.corp-partner.google.com>
---
M src/acpi/device.c
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/88/82088/2
--
To view, visit https://review.coreboot.org/c/coreboot/+/82088?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: I7a3eb89633aaebebc8bd98ac6126c578fda23839
Gerrit-Change-Number: 82088
Gerrit-PatchSet: 2
Gerrit-Owner: Jianeng Ceng <cengjianeng(a)huaqin.corp-partner.google.com>
Gerrit-Reviewer: Cliff Huang <cliff.huang(a)intel.com>
Gerrit-Reviewer: Lance Zhao <lance.zhao(a)gmail.com>
Gerrit-Reviewer: Tim Wawrzynczak <inforichland(a)gmail.com>
Gerrit-CC: Dolan Liu <liuyong5(a)huaqin.corp-partner.google.com>
Gerrit-CC: Eric Lai <ericllai(a)google.com>
Gerrit-CC: Subrata Banik <subratabanik(a)google.com>
Gerrit-Attention: Lance Zhao <lance.zhao(a)gmail.com>
Gerrit-Attention: Cliff Huang <cliff.huang(a)intel.com>
Gerrit-Attention: Tim Wawrzynczak <inforichland(a)gmail.com>
Gerrit-MessageType: newpatchset
Jianeng Ceng has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/82088?usp=email )
Change subject: acpi: Modify the order of increment operations
......................................................................
acpi: Modify the order of increment operations
Currently, an error in index transfer causes confusion in the
output/input status when write gpio descriptor. Change this to perform
an increment operation at the same time when assigning values to
correctly write the gpio output status.
BUG=None
TEST= Can get the correct index.
Change-Id: I7a3eb89633aaebebc8bd98ac6126c578fda23839
Signed-off-by: Jianeng Ceng <cengjianeng(a)huaqin.corp-partner.google.com>
---
M src/acpi/device.c
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/88/82088/1
diff --git a/src/acpi/device.c b/src/acpi/device.c
index 091a086..7313639 100644
--- a/src/acpi/device.c
+++ b/src/acpi/device.c
@@ -51,7 +51,7 @@
return ret;
acpi_device_write_gpio(gpio);
- ret = *curr_index++;
+ ret = (*curr_index)++;
return ret;
}
--
To view, visit https://review.coreboot.org/c/coreboot/+/82088?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: I7a3eb89633aaebebc8bd98ac6126c578fda23839
Gerrit-Change-Number: 82088
Gerrit-PatchSet: 1
Gerrit-Owner: Jianeng Ceng <cengjianeng(a)huaqin.corp-partner.google.com>
Gerrit-MessageType: newchange
Michał Żygowski has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/82066?usp=email )
Change subject: util/docker/coreboot-sdk: Remove libcurl4 from the package list
......................................................................
util/docker/coreboot-sdk: Remove libcurl4 from the package list
When installing the packages, apt-get returns an error about holding
broken packages. It occurs the diffutils depends on libcurl4t64
which breaks the libcurl4.
As a solution, remove the libcurl4 from the list, and let the package
manager resolve the dependencies.
TEST=Build coreboot-sdk
Change-Id: Iabc4f74619d4462317d8adb4068e50135d89d80e
Signed-off-by: Michał Żygowski <michal.zygowski(a)3mdeb.com>
---
M util/docker/coreboot-sdk/Dockerfile
1 file changed, 0 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/66/82066/1
diff --git a/util/docker/coreboot-sdk/Dockerfile b/util/docker/coreboot-sdk/Dockerfile
index ecada14..e19fc4d 100644
--- a/util/docker/coreboot-sdk/Dockerfile
+++ b/util/docker/coreboot-sdk/Dockerfile
@@ -42,7 +42,6 @@
less \
libcapture-tiny-perl \
libcrypto++-dev \
- libcurl4 \
libcurl4-openssl-dev \
libdatetime-perl \
libelf-dev \
--
To view, visit https://review.coreboot.org/c/coreboot/+/82066?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: Iabc4f74619d4462317d8adb4068e50135d89d80e
Gerrit-Change-Number: 82066
Gerrit-PatchSet: 1
Gerrit-Owner: Michał Żygowski <michal.zygowski(a)3mdeb.com>
Gerrit-MessageType: newchange
Attention is currently required from: Arthur Heymans.
Integral has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/82072?usp=email )
Change subject: arch/arm/eabi_compat.c: fix warnings of macros
......................................................................
Patch Set 1:
(4 comments)
File src/arch/arm/eabi_compat.c:
https://review.coreboot.org/c/coreboot/+/82072/comment/34cbc4c5_edb7334e :
PS1, Line 8: __used
> lint-007-checkpatch said
https://review.coreboot.org/c/coreboot/+/82072/comment/3a8e78ce_f59a8adf :
PS1, Line 8: __used
> lint-007-checkpatch said "Prefer \__used over __attribute__((used))"
Prefer \__used over \__attribute\__((used))
https://review.coreboot.org/c/coreboot/+/82072/comment/ec1f8235_f02511c0 :
PS1, Line 8: __used
> lint-007-checkpatch said
https://review.coreboot.org/c/coreboot/+/82072/comment/27dcae42_0fb0b589 :
PS1, Line 8: __used
> lint-007-checkpatch said "Prefer \__used over __attribute__((used))"
--
To view, visit https://review.coreboot.org/c/coreboot/+/82072?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: I232f011ba0567af78c69eb8f73366b03d29c2839
Gerrit-Change-Number: 82072
Gerrit-PatchSet: 1
Gerrit-Owner: Integral <integral(a)member.fsf.org>
Gerrit-Reviewer: Julius Werner <jwerner(a)chromium.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Attention: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Comment-Date: Thu, 25 Apr 2024 08:19:42 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Arthur Heymans <arthur(a)aheymans.xyz>
Comment-In-Reply-To: Integral <integral(a)member.fsf.org>
Gerrit-MessageType: comment
Attention is currently required from: Arthur Heymans.
Integral has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/82072?usp=email )
Change subject: arch/arm/eabi_compat.c: fix warnings of macros
......................................................................
Patch Set 1:
(1 comment)
File src/arch/arm/eabi_compat.c:
https://review.coreboot.org/c/coreboot/+/82072/comment/cf152aa5_0b16cc1a :
PS1, Line 8: __used
> This does not exist?
lint-007-checkpatch said "Prefer \__used over __attribute__((used))"
--
To view, visit https://review.coreboot.org/c/coreboot/+/82072?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: I232f011ba0567af78c69eb8f73366b03d29c2839
Gerrit-Change-Number: 82072
Gerrit-PatchSet: 1
Gerrit-Owner: Integral <integral(a)member.fsf.org>
Gerrit-Reviewer: Julius Werner <jwerner(a)chromium.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Attention: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Comment-Date: Thu, 25 Apr 2024 08:17:09 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-MessageType: comment
Attention is currently required from: Integral.
Arthur Heymans has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/82072?usp=email )
Change subject: arch/arm/eabi_compat.c: fix warnings of macros
......................................................................
Patch Set 1:
(1 comment)
File src/arch/arm/eabi_compat.c:
https://review.coreboot.org/c/coreboot/+/82072/comment/72f8f573_82a316bd :
PS1, Line 8: __used
This does not exist?
--
To view, visit https://review.coreboot.org/c/coreboot/+/82072?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: I232f011ba0567af78c69eb8f73366b03d29c2839
Gerrit-Change-Number: 82072
Gerrit-PatchSet: 1
Gerrit-Owner: Integral <integral(a)member.fsf.org>
Gerrit-Reviewer: Julius Werner <jwerner(a)chromium.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Attention: Integral <integral(a)member.fsf.org>
Gerrit-Comment-Date: Thu, 25 Apr 2024 05:22:50 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment
Attention is currently required from: Arthur Heymans, Subrata Banik, Wonkyu Kim.
Hello Andrey Petrov, Ronak Kanabar, Subrata Banik, Wonkyu Kim, build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/81661?usp=email
to look at the new patch set (#13).
The following approvals got outdated and were removed:
Code-Review+1 by Subrata Banik, Code-Review+1 by Wonkyu Kim, Verified+1 by build bot (Jenkins)
Change subject: drivers/intel/fsp2_0: Make coreboot FSP stack 16-bytes aligned
......................................................................
drivers/intel/fsp2_0: Make coreboot FSP stack 16-bytes aligned
- Stack alignment:
1. FSP functions must be called with the stack 16-bytes aligned
in x86_64 mode.This is already setup properly with the default
value of the `mpreferred-stack-boundary' compiler option (4).
Similarly for x86_32 it is set to 2 through compiler option.
2. The FSP heap buffer supplied by coreboot through the `StackBase'
UPD must be 16-bytes aligned for x86_64 and 4-bytes aligned for
x86_32.
BUG=b:329034258
TEST=Verified on Meteor Lake board (Rex)
Change-Id: I86048c5d3623a29f17a5e492cd67568e4844589c
Signed-off-by: Appukuttan V K <appukuttan.vk(a)intel.com>
---
M src/drivers/intel/fsp2_0/memory_init.c
1 file changed, 5 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/61/81661/13
--
To view, visit https://review.coreboot.org/c/coreboot/+/81661?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: I86048c5d3623a29f17a5e492cd67568e4844589c
Gerrit-Change-Number: 81661
Gerrit-PatchSet: 13
Gerrit-Owner: Appukuttan V K <appukuttan.vk(a)intel.com>
Gerrit-Reviewer: Andrey Petrov <andrey.petrov(a)gmail.com>
Gerrit-Reviewer: Ronak Kanabar <ronak.kanabar(a)intel.com>
Gerrit-Reviewer: Subrata Banik <subratabanik(a)google.com>
Gerrit-Reviewer: Wonkyu Kim <wonkyu.kim(a)intel.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-CC: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-Attention: Wonkyu Kim <wonkyu.kim(a)intel.com>
Gerrit-Attention: Subrata Banik <subratabanik(a)google.com>
Gerrit-Attention: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-MessageType: newpatchset