forked from pool/grub2
* 0001-prep_loadenv-Measure-the-environment-block-into-PCR-.patch - Enable PowerPC 64 support for tss2 and tpm2_key_protector * 0001-tpm2_key_protector-Add-grub-emu-support.patch * 0001-tss2-Adjust-bit-fields-for-big-endian-targets.patch * 0002-term-ieee1275-serial-Cast-0-to-proper-type.patch * 0003-ieee1275-Consolidate-repeated-definitions-of-IEEE127.patch * 0004-ieee1275-ibmvpm-Move-TPM-initialization-functions-to.patch * 0005-ieee1275-tcg2-Refactor-grub_ieee1275_tpm_init.patch * 0006-ieee1275-tcg2-Add-TCG2-driver-for-ieee1275-PowerPC-f.patch * 0007-tpm2_key_protector-Enable-build-for-powerpc_ieee1275.patch - Dump PCRs when TPM unsealing fails * 0001-tpm2_key_protector-Dump-PCRs-on-policy-fail.patch * 0002-tpm2_key_protector-Add-tpm2_dump_pcr-command.patch - Add 'NV index' handle support to tpm2_key_protector * 0003-tss2-Fix-the-missing-authCommand.patch * 0004-tss2-Add-TPM-2.0-NV-index-commands.patch * 0005-tpm2_key_protector-Unseal-key-from-a-buffer.patch * 0006-tpm2_key_protector-Support-NV-index-handles.patch * 0007-util-grub-protect-Support-NV-index-mode.patch OBS-URL: https://build.opensuse.org/package/show/Base:System/grub2?expand=0&rev=540
24 lines
844 B
Diff
24 lines
844 B
Diff
From 6811f6f09d61996a3acbc4fc0414e45964f0e2d9 Mon Sep 17 00:00:00 2001
|
|
From: Stefan Berger <stefanb@linux.ibm.com>
|
|
Date: Tue, 26 Nov 2024 15:39:46 -0500
|
|
Subject: [PATCH 7/7] tpm2_key_protector: Enable build for powerpc_ieee1275
|
|
|
|
Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
|
|
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
|
|
---
|
|
grub-core/Makefile.core.def | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
Index: grub-2.12/grub-core/Makefile.core.def
|
|
===================================================================
|
|
--- grub-2.12.orig/grub-core/Makefile.core.def
|
|
+++ grub-2.12/grub-core/Makefile.core.def
|
|
@@ -2645,6 +2645,7 @@ module = {
|
|
/* The plaform support of tpm2_key_protector depends on the tcg2 implementation in tss2. */
|
|
enable = efi;
|
|
enable = emu;
|
|
+ enable = powerpc_ieee1275;
|
|
cppflags = '-I$(srcdir)/lib/tss2';
|
|
};
|
|
|