!165 修复tpcm功能问题
From: @jinlun123123 Reviewed-by: @HuaxinLuGitee Signed-off-by: @HuaxinLuGitee
This commit is contained in:
commit
40644fc055
@ -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) {
|
||||
|
||||
@ -25,7 +25,7 @@
|
||||
|
||||
Name: shim
|
||||
Version: 15.6
|
||||
Release: 22
|
||||
Release: 23
|
||||
Summary: First-stage UEFI bootloader
|
||||
ExclusiveArch: x86_64 aarch64
|
||||
License: BSD
|
||||
@ -229,6 +229,9 @@ make test
|
||||
/usr/src/debug/%{name}-%{version}-%{release}/*
|
||||
|
||||
%changelog
|
||||
* Tue May 7 2024 jinlun <jinlun@huawei.com> - 15.6-23
|
||||
- Fix the TPCM feature issue
|
||||
|
||||
* Tue Apr 23 2024 lijuzhang <lijuzhang@inspur.com> - 15.6-22
|
||||
- replace vendor for BOOTX64.CSV or BOOTAA64.CSV
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user