Uwe Poeche has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/78865?usp=email )
Change subject: Update vboot submodule to upstream main
......................................................................
Patch Set 4:
(1 comment)
Patchset:
PS4:
With this patch we get problems when we build our mc_apl4 mainboard. We could isolate the problem to build step of futility independently from our mainboard:
cd util/futility
make
and get undefined reference to symbol 'dlclose@@GLIBC_2.2.5'
We bisected the tree in 3rdparty/vboot/ and came to the conclusion that the last commit c59794a6 is the cause. We could also solve it via add "-ldl" at end of line 173 in 3rdparty/vboot/Makefile. It seems that this commit belongs to a not ready patch train (vboot: support signing with pkcs11 private key)
--
To view, visit
https://review.coreboot.org/c/coreboot/+/78865?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: Ic7ecdabcdd26df349b8abf1c5a77c806facfe1d8
Gerrit-Change-Number: 78865
Gerrit-PatchSet: 4
Gerrit-Owner: Julius Werner
jwerner@chromium.org
Gerrit-Reviewer: Eric Lai
ericllai@google.com
Gerrit-Reviewer: Felix Held
felix-coreboot@felixheld.de
Gerrit-Reviewer: Felix Singer
service+coreboot-gerrit@felixsinger.de
Gerrit-Reviewer: Yu-Ping Wu
yupingso@google.com
Gerrit-Reviewer: build bot (Jenkins)
no-reply@coreboot.org
Gerrit-CC: 9elements QA
hardwaretestrobot@gmail.com
Gerrit-CC: Martin L Roth
gaumless@gmail.com
Gerrit-CC: Uwe Poeche
uwe.poeche@siemens.com
Gerrit-Comment-Date: Wed, 22 Nov 2023 13:15:11 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment