On Tue, Jun 10, 2025 at 09:20:34PM +0530, Sudhakar wrote:
> This patch set contains v3 of the consolidated version of the patch
> sets for secure boot using appended signatures on powerpc,
> rebased on top of git HEAD.
Your patch set breaks at least this target/platform pair build:
./configure --target=i386 --with-platform=ieee1275 ...
make
kern/ieee1275/init.c: In function ‘grub_get_ieee1275_secure_boot’:
kern/ieee1275/init.c:1034:13: error: implicit declaration of function
‘grub_pks_keystore_init’ [-Werror=implicit-function-declaration]
err = grub_pks_keystore_init ();
^~~~~~~~~~~~~~~~~~~~~~
kern/ieee1275/init.c:1034:7: error: nested extern declaration of
‘grub_pks_keystore_init’ [-Werror=nested-externs]
err = grub_pks_keystore_init ();
^~~
cc1: all warnings being treated as errors
Please fix this issue.
Daniel
_______________________________________________
Grub-devel mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/grub-devel