diff --git a/Feature-add-tpcm-support-with-ipmi-channel.patch b/Feature-add-tpcm-support-with-ipmi-channel.patch index 17fd2783d59fc43c272db120b3e5f28c99ce5138..8601945b7567ef34bfb3661f46f1a9ec48e4c0b6 100644 --- a/Feature-add-tpcm-support-with-ipmi-channel.patch +++ b/Feature-add-tpcm-support-with-ipmi-channel.patch @@ -185,7 +185,7 @@ index 0000000..42fcc2f + CHAR16 *description) +{ + UINT32 filename_len = StrLen(description) * 2 + 1; -+ UINT32 stage_base = bm_stage_base++; ++ UINT32 stage_base = bm_stage_base; + UINT8 filename[FIRMWARE_NAME_SIZE] = {0}; + + if (filename_len > FIRMWARE_NAME_SIZE) { diff --git a/shim.spec b/shim.spec index 5a7bd7000019bde43b85d79645ca31e19daefba7..6f74b53bfd15b9b0994b2b528d38cedb6da06914 100644 --- a/shim.spec +++ b/shim.spec @@ -25,7 +25,7 @@ Name: shim Version: 15.6 -Release: 19 +Release: 20 Summary: First-stage UEFI bootloader ExclusiveArch: x86_64 aarch64 License: BSD @@ -212,6 +212,9 @@ make test /usr/src/debug/%{name}-%{version}-%{release}/* %changelog +* Tue May 7 2024 jinlun - 15.6-20 +- Fix the TPCM feature issue + * Tue Mar 26 2024 yixiangzhike - 15.6-19 - backport patch from upstream