|
[PATCH v3 17/28] SecurityPkg: Add Protected Variable Services 3 messages
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2594 V3: Change placement of buffer used for confidentiality crypto operation to fix an issue when enabling confidentiality. Remove un-needed increm
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2594 V3: Change placement of buffer used for confidentiality crypto operation to fix an issue when enabling confidentiality. Remove un-needed increm
|
By
Judah Vang
·
|
|
[Patch v2 00/28] UEFI variable protection 3 messages
For a more detail description of the UEFI variable protected feature you can view the Readme.md located at the following location: https://github.com/judahvang/edk2/tree/rpmc-update Judah Vang (28): M
For a more detail description of the UEFI variable protected feature you can view the Readme.md located at the following location: https://github.com/judahvang/edk2/tree/rpmc-update Judah Vang (28): M
|
By
Judah Vang
·
|
|
[PATCH 2/2] SecurityPkg/HashLibTdx: Return EFI_UNSUPPORTED if it is not Tdx guest 3 messages
From: Min M Xu <min.m.xu@...> HashLibTdx is designed for the Tdx guest. So if is not a Tdx guest, return EFI_UNSUPPORTED in RegisterHashInterfaceLib. Cc: Gerd Hoffmann <kraxel@...> Cc: Jiewen Yao <jie
From: Min M Xu <min.m.xu@...> HashLibTdx is designed for the Tdx guest. So if is not a Tdx guest, return EFI_UNSUPPORTED in RegisterHashInterfaceLib. Cc: Gerd Hoffmann <kraxel@...> Cc: Jiewen Yao <jie
|
By
Min Xu
·
|
|
[PATCH] BaseTools: output the intermediate library instance when error occurs 3 messages
When a module "Module" depends on a library instance "Lib1" which depends on "Lib2" which depends on "Lib3" ... depends on "LibN", but "LibN" doesn't support the type (e.g.: SEC) of the "Module", the
When a module "Module" depends on a library instance "Lib1" which depends on "Lib2" which depends on "Lib3" ... depends on "LibN", but "LibN" doesn't support the type (e.g.: SEC) of the "Module", the
|
By
Ni, Ray
·
|
|
[edk2-platforms][PATCH v1] MinPlatformPkg: Update FADT-related PCD defaults to restore behaviour 2 messages
Commit f427247 (MinPlatformPkg: Add PCDs to update FADT entries from board package) modified AcpiPlatform flow, altering the FADT for all platforms. Now, because `FadtHeader->Gpe0BlkLen =3D=3D 0`, the
Commit f427247 (MinPlatformPkg: Add PCDs to update FADT entries from board package) modified AcpiPlatform flow, altering the FADT for all platforms. Now, because `FadtHeader->Gpe0BlkLen =3D=3D 0`, the
|
By
Benjamin Doron
·
|
|
[Patch V2] UefiPayloadPkg: Increase the PcdMaximumUnicodeStringLength 2 messages
The maximum Unicode string could be as large as 1800000 in certain platforms when HII code builds the configuration strings. This causes assertion in PrintLib. The patch increases the PcdMaximumUnicod
The maximum Unicode string could be as large as 1800000 in certain platforms when HII code builds the configuration strings. This causes assertion in PrintLib. The patch increases the PcdMaximumUnicod
|
By
Yuanhao Xie
·
|
|
[PATCH] UefiPayloadPkg: Increase the PcdMaximumUnicodeStringLength The maximum Unicode string could be as large as 1800000 in certain platforms when HII code builds the configuration strings. This causes assertion in PrintLib. The patch increases the PcdMaximumUnicodeStringLength to 1800000 to avoid the assertion.
Signed-off-by: Yuanhao <yuanhao.xie@...> Cc: Guo Dong <guo.dong@...> Cc: Ray Ni <ray.ni@...> Cc: Maurice Ma <maurice.ma@...> Cc: Benjamin You <benjamin.you@...> --- UefiPayloadPkg/UefiPayloadPkg.dsc |
Signed-off-by: Yuanhao <yuanhao.xie@...> Cc: Guo Dong <guo.dong@...> Cc: Ray Ni <ray.ni@...> Cc: Maurice Ma <maurice.ma@...> Cc: Benjamin You <benjamin.you@...> --- UefiPayloadPkg/UefiPayloadPkg.dsc |
|
By
Yuanhao Xie
·
|
|
[PATCH] UefiPayloadPkg: Increase the PcdMaximumUnicodeStringLength 2 messages
Enable 4 socket stack setting for R1S cause HII Assert when entering socket configuration menu. In order to solve this problem, PcdMaximumUnicodeStringLength is increased to 1800000. PcdMaximumUnicode
Enable 4 socket stack setting for R1S cause HII Assert when entering socket configuration menu. In order to solve this problem, PcdMaximumUnicodeStringLength is increased to 1800000. PcdMaximumUnicode
|
By
Yuanhao Xie
·
|
|
Build edk2 fail 2 messages
Hi, I encountered a failure when trying to build edk2 on March 1st. Here is the failure: /build/lxy/edk2_thirdone/MdeModulePkg/Include /home/build/lxy/edk2_thirdone/ShellPkg/Library/UefiShellDebug1Com
Hi, I encountered a failure when trying to build edk2 on March 1st. Here is the failure: /build/lxy/edk2_thirdone/MdeModulePkg/Include /home/build/lxy/edk2_thirdone/ShellPkg/Library/UefiShellDebug1Com
|
By
Yang, Lixiao
·
|
|
[PATCH 05/14] MdeModulePkg: Update Dxe to handle unaccepted memory type 2 messages
From: Min M Xu <min.m.xu@...> RFC: https://bugzilla.tianocore.org/show_bug.cgi?id=3937 Unaccepted memory is a kind of new memory type, CoreInitializeGcdServices() and CoreGetMemoryMap() are updated to
From: Min M Xu <min.m.xu@...> RFC: https://bugzilla.tianocore.org/show_bug.cgi?id=3937 Unaccepted memory is a kind of new memory type, CoreInitializeGcdServices() and CoreGetMemoryMap() are updated to
|
By
Min Xu
·
|
|
[PATCH 04/14] MdePkg: Add UEFI Unaccepted memory definition 3 messages
From: Min M Xu <min.m.xu@...> RFC: https://bugzilla.tianocore.org/show_bug.cgi?id=3937 Plase refer to: UEFI Spec v2.9 Table 7-5 Memory Type Usage before ExitBootServices() Cc: Michael D Kinney <michae
From: Min M Xu <min.m.xu@...> RFC: https://bugzilla.tianocore.org/show_bug.cgi?id=3937 Plase refer to: UEFI Spec v2.9 Table 7-5 Memory Type Usage before ExitBootServices() Cc: Michael D Kinney <michae
|
By
Min Xu
·
|
|
Cancelled Event: TianoCore Bug Triage - APAC / NAMO - Tuesday, June 14, 2022
#cal-cancelled
Cancelled: TianoCore Bug Triage - APAC / NAMO This event has been cancelled. When: Tuesday, June 14, 2022 6:30pm to 7:30pm (UTC-07:00) America/Los Angeles Where: https://teams.microsoft.com/l/meetup-j
Cancelled: TianoCore Bug Triage - APAC / NAMO This event has been cancelled. When: Tuesday, June 14, 2022 6:30pm to 7:30pm (UTC-07:00) America/Los Angeles Where: https://teams.microsoft.com/l/meetup-j
|
By
Group Notification
·
|
|
Event: TianoCore Bug Triage - APAC / NAMO - 06/14/2022 2 messages
#cal-reminder
Reminder: TianoCore Bug Triage - APAC / NAMO When: 06/14/2022 6:30pm to 7:30pm (UTC-07:00) America/Los Angeles Where: https://teams.microsoft.com/l/meetup-join/19%3ameeting_OTk1YzJhN2UtOGQwNi00NjY4LWE
Reminder: TianoCore Bug Triage - APAC / NAMO When: 06/14/2022 6:30pm to 7:30pm (UTC-07:00) America/Los Angeles Where: https://teams.microsoft.com/l/meetup-join/19%3ameeting_OTk1YzJhN2UtOGQwNi00NjY4LWE
|
By
Group Notification
·
|
|
[PATCH] MdeModulePkg/UefiBootManagerLib: Add Disk Info support for Ufs
Add support for getting disk info from UFS devices. Signed-off-by: Jeff Brasen <jbrasen@...> --- MdeModulePkg/Library/UefiBootManagerLib/BmBootDescription.c | 3 ++- MdeModulePkg/Library/UefiBootManage
Add support for getting disk info from UFS devices. Signed-off-by: Jeff Brasen <jbrasen@...> --- MdeModulePkg/Library/UefiBootManagerLib/BmBootDescription.c | 3 ++- MdeModulePkg/Library/UefiBootManage
|
By
Jeff Brasen
·
|
|
[PATCH edk2-platforms 0/3] Ext4Pkg: Add ext2/3 support and move crc16/32c to BaseLib
Thank you Liming, pushed. -- Pedro Falcato
Thank you Liming, pushed. -- Pedro Falcato
|
By
Pedro Falcato
·
|
|
[GSoC 2022] Notifying about my Blog and Working Repository
Hello everyone, This email is just for introducing the blog which I will be keeping with GSoC 2022 project as well as the current working repository for this project. The Blog can be found here: https
Hello everyone, This email is just for introducing the blog which I will be keeping with GSoC 2022 project as well as the current working repository for this project. The Blog can be found here: https
|
By
Ayush Singh
·
|
|
[PATCH 1/1] MdeModulePkg: Fix PiSmmCore integer over- and underflows.
Prevents potential math over and underflows when comparing buffers for SMM validity. Original patch uploaded to bugzilla by Bret Barkelew <bret@...>. I've adapted the patch to latest master, uncristif
Prevents potential math over and underflows when comparing buffers for SMM validity. Original patch uploaded to bugzilla by Bret Barkelew <bret@...>. I've adapted the patch to latest master, uncristif
|
By
Gerd Hoffmann
·
|
|
回复: [edk2-devel] Event: TianoCore Bug Triage - APAC / NAMO - 06/14/2022
#cal-reminder
Few issues are submitted this week. Let’s cancel the meeting. Thanks Liming 发件人: devel@edk2.groups.io <devel@edk2.groups.io> 代表 Group Notification 发送时间: 2022年6月14日 9:30 收件人: devel@edk2.groups.io 主题: [
Few issues are submitted this week. Let’s cancel the meeting. Thanks Liming 发件人: devel@edk2.groups.io <devel@edk2.groups.io> 代表 Group Notification 发送时间: 2022年6月14日 9:30 收件人: devel@edk2.groups.io 主题: [
|
By
gaoliming
·
|
|
[PATCH EDK2 v1 1/1] edksetup.sh:The version compare issue in shell script
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3948 In function of SetupPython3, the version of python will be compared to get the new one. When python 3.10 is compared with python 3.4, the result
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3948 In function of SetupPython3, the version of python will be compared to get the new one. When python 3.10 is compared with python 3.4, the result
|
By
wenyi,xie
·
|
|
[PATCH EDK2 v1 0/1] edksetup.sh:The version compare issue in shell script
Main Changes : 1.Using sort command to get the new version. Wenyi Xie (1): edksetup.sh:The version compare issue in shell script edksetup.sh | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(
Main Changes : 1.Using sort command to get the new version. Wenyi Xie (1): edksetup.sh:The version compare issue in shell script edksetup.sh | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(
|
By
wenyi,xie
·
|