From 05ce57894587cef98345b54d76a0a75881999819 Mon Sep 17 00:00:00 2001 From: huangzq6 Date: Wed, 8 Mar 2023 20:33:32 +0800 Subject: [PATCH] support no tpcm scenes temporary --- Feature-add-tpcm-support-with-ipmi-channel.patch | 2 +- shim.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Feature-add-tpcm-support-with-ipmi-channel.patch b/Feature-add-tpcm-support-with-ipmi-channel.patch index 775cfd2..e90d459 100644 --- a/Feature-add-tpcm-support-with-ipmi-channel.patch +++ b/Feature-add-tpcm-support-with-ipmi-channel.patch @@ -338,7 +338,7 @@ index 0000000..358fe6d + efi_status = LibLocateProtocol(&gIpmiInterfaceProtocolGuid, + (VOID **) &tpcm_ipmi); + if (EFI_ERROR(efi_status)) -+ return efi_status; ++ return EFI_SUCCESS; // support no tpcm scenes + if (!tpcm_ipmi) { + console_print(L"Error: tpcm_ipmi is NULL"); + return EFI_INVALID_PARAMETER; diff --git a/shim.spec b/shim.spec index ad43754..ae75211 100644 --- a/shim.spec +++ b/shim.spec @@ -22,7 +22,7 @@ Name: shim Version: 15 -Release: 27 +Release: 28 Summary: First-stage UEFI bootloader ExclusiveArch: x86_64 aarch64 License: BSD @@ -155,6 +155,9 @@ cd .. /usr/src/debug/%{name}-%{version}-%{release}/* %changelog +* Wed Mar 8 2023 huangzq6 - 15-28 +- support no tpcm scenes temporary + * Wed Mar 1 2023 jinlun - 15-27 - add tpcm support with ipmi channel -- Gitee