|
[PATCHv3 1/1] MdePkg/UefiDevicePathLib: Add support for PEIMs
DevicePathLib utilities are useful in PEI to locate the devices which need an opal unlock on S3 resume. This commit reuses the implementation done for standalone MM support and makes the StandaloneMm
DevicePathLib utilities are useful in PEI to locate the devices which need an opal unlock on S3 resume. This commit reuses the implementation done for standalone MM support and makes the StandaloneMm
|
By
Albecki, Mateusz
·
|
|
[PATCHv3 0/1] MdePkg/UefiDevicePathLib: Add support for PEIMs
This patch adds support for PEIMs in UefiDevicePathLib. Although this library and DEVICE_PATH_PROTOCOL itself was initially intended for DXE the use case of unlocking opal-locked storage devices durin
This patch adds support for PEIMs in UefiDevicePathLib. Although this library and DEVICE_PATH_PROTOCOL itself was initially intended for DXE the use case of unlocking opal-locked storage devices durin
|
By
Albecki, Mateusz
·
|
|
[PATCH 1/1] NetworkPkg/HttpBootDxe: Add Support for HTTPS Proxy Server for HTTP Boot 2 messages
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3951 Add CONNECT HTTP command in order to create a tunnel from HTTPS Proxy Server to EndPoint Server. Add support to connect through proxy server usi
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3951 Add CONNECT HTTP command in order to create a tunnel from HTTPS Proxy Server to EndPoint Server. Add support to connect through proxy server usi
|
By
Saloni Kasbekar
·
|
|
Issue in building the StdLibc using Clang38 for 64 bit build on Ubuntu 20.02
Hi All, I am trying to build AppPkg under edk2-libc project using the clang compiler tool chain from Ubuntu 20.04 system. While doing so I am encountering an error, which I am not able to resolve. Thi
Hi All, I am trying to build AppPkg under edk2-libc project using the clang compiler tool chain from Ubuntu 20.04 system. While doing so I am encountering an error, which I am not able to resolve. Thi
|
By
Jayaprakash, N
·
|
|
Building EDK2 without Azure Pipelines 2 messages
Good morning. I am looking to build EDK2 without using Azure. I have looked through the execution flow .azurepipelines/Ubuntu-GCC5.yml but as far as I can see there is no list of commands or steps in
Good morning. I am looking to build EDK2 without using Azure. I have looked through the execution flow .azurepipelines/Ubuntu-GCC5.yml but as far as I can see there is no list of commands or steps in
|
By
greg123123@...
·
|
|
[PATCH 1/1] OvmfPkg/PlatformCI: add IntelTdxBuild.py 4 messages
Add build test for OvmfPkg/IntelTdx Cc: Erdem Aktas <erdemaktas@...> Cc: James Bottomley <jejb@...> Cc: Tom Lendacky <thomas.lendacky@...> Cc: Gerd Hoffmann <kraxel@...> Cc: Jiewen Yao <Jiewen.yao@...
Add build test for OvmfPkg/IntelTdx Cc: Erdem Aktas <erdemaktas@...> Cc: James Bottomley <jejb@...> Cc: Tom Lendacky <thomas.lendacky@...> Cc: Gerd Hoffmann <kraxel@...> Cc: Jiewen Yao <Jiewen.yao@...
|
By
Min Xu
·
|
|
回复: [edk2-devel] [PATCH] MdePkg/Acpi62: Add bit definitions to NFIT Platform Capabilities Structure
Reviewed-by: Liming Gao <gaoliming@...> > -----邮件原件----- > 发件人: devel@edk2.groups.io <devel@edk2.groups.io> 代表 Miki Shindo > 发送时间: 2022年6月30日 6:42 > 收件人: devel@edk2.groups.io > 抄送: Michael D Kinney <m
Reviewed-by: Liming Gao <gaoliming@...> > -----邮件原件----- > 发件人: devel@edk2.groups.io <devel@edk2.groups.io> 代表 Miki Shindo > 发送时间: 2022年6月30日 6:42 > 收件人: devel@edk2.groups.io > 抄送: Michael D Kinney <m
|
By
gaoliming
·
|
|
[edk2-platforms][PATCH V1 1/1] BoardModulePkg/Include: Add include files for common debug scenarios
Add includable DSC files that make it easy for developers to increase the debug message level to moderately (reasonable speed) or maximally verbose (very slow). Cc: Chasel Chiu <chasel.chiu@...> Cc: N
Add includable DSC files that make it easy for developers to increase the debug message level to moderately (reasonable speed) or maximally verbose (very slow). Cc: Chasel Chiu <chasel.chiu@...> Cc: N
|
By
Oram, Isaac W
·
|
|
[edk2-platforms][PATCH V1 5/5] WhitleyOpenBoardPkg: Remove unnecessary code
Combine similar lines of code. Cc: Nate DeSimone <nathaniel.l.desimone@...> Cc: Chasel Chiu <chasel.chiu@...> Signed-off-by: Isaac Oram <isaac.w.oram@...> --- .../Intel/WhitleyOpenBoardPkg/Include/Dsc
Combine similar lines of code. Cc: Nate DeSimone <nathaniel.l.desimone@...> Cc: Chasel Chiu <chasel.chiu@...> Signed-off-by: Isaac Oram <isaac.w.oram@...> --- .../Intel/WhitleyOpenBoardPkg/Include/Dsc
|
By
Oram, Isaac W
·
|
|
[edk2-platforms][PATCH V1 4/5] WhitleyOpenBoardPkg: Fix GCC unused variables that are set warnings
Fixed issues caused by variables initialized but not used. Cc: Nate DeSimone <nathaniel.l.desimone@...> Cc: Chasel Chiu <chasel.chiu@...> Signed-off-by: Isaac Oram <isaac.w.oram@...> --- .../Aowanda/U
Fixed issues caused by variables initialized but not used. Cc: Nate DeSimone <nathaniel.l.desimone@...> Cc: Chasel Chiu <chasel.chiu@...> Signed-off-by: Isaac Oram <isaac.w.oram@...> --- .../Aowanda/U
|
By
Oram, Isaac W
·
|
|
[edk2-platforms][PATCH V1 3/5] WhitleyOpenBoardPkg: Fix GCC unused variables warnings
Removed build options to ignore no-discarded-qualifiers warnings. Removed build option to ignore no-unused-variable warnings. Fixed resulting build issues. Cc: Nate DeSimone <nathaniel.l.desimone@...>
Removed build options to ignore no-discarded-qualifiers warnings. Removed build option to ignore no-unused-variable warnings. Fixed resulting build issues. Cc: Nate DeSimone <nathaniel.l.desimone@...>
|
By
Oram, Isaac W
·
|
|
[edk2-platforms][PATCH V1 2/5] WhitleyOpenBoardPkg: Fix GCC warnings
Remove build option to ignore no-incompatible-pointer-types. Remove build option to ignore no-overflow warnings. Fixed resulting warnings as errors. Cc: Nate DeSimone <nathaniel.l.desimone@...> Cc: Ch
Remove build option to ignore no-incompatible-pointer-types. Remove build option to ignore no-overflow warnings. Fixed resulting warnings as errors. Cc: Nate DeSimone <nathaniel.l.desimone@...> Cc: Ch
|
By
Oram, Isaac W
·
|
|
[edk2-platforms][PATCH V1 1/5] IpmiFeaturePkg/GenericIpmi: Fix GCC compilation warnings
Fix compiler warnings for unused variables. Fix PeimIpmiInterfaceInit to return initialization status instead of EFI_SUCCESS. Cc: Nate DeSimone <nathaniel.l.desimone@...> Cc: Liming Gao <gaoliming@...
Fix compiler warnings for unused variables. Fix PeimIpmiInterfaceInit to return initialization status instead of EFI_SUCCESS. Cc: Nate DeSimone <nathaniel.l.desimone@...> Cc: Liming Gao <gaoliming@...
|
By
Oram, Isaac W
·
|
|
[edk2-platforms][PATCH V1 0/5] Resolve GCC compilation warnings
Fix GCC warnings and remove the build flags to ignore them. Cc: Nate DeSimone <nathaniel.l.desimone@...> Cc: Liming Gao <gaoliming@...> Cc: Chasel Chiu <chasel.chiu@...> Signed-off-by: Isaac Oram <isa
Fix GCC warnings and remove the build flags to ignore them. Cc: Nate DeSimone <nathaniel.l.desimone@...> Cc: Liming Gao <gaoliming@...> Cc: Chasel Chiu <chasel.chiu@...> Signed-off-by: Isaac Oram <isa
|
By
Oram, Isaac W
·
|
|
[PATCH v3 11/11] EmulatorPkg: Pipeline: Resolve SecureBootVariableLib dependency
The new changes in SecureBootVariableLib brought in a new dependency of PlatformPKProtectionLib. This change added the new library instance from SecurityPkg to resolve pipeline builds. Cc: Andrew Fish
The new changes in SecureBootVariableLib brought in a new dependency of PlatformPKProtectionLib. This change added the new library instance from SecurityPkg to resolve pipeline builds. Cc: Andrew Fish
|
By
Kun Qin
·
|
|
[PATCH v3 09/11] SecurityPkg: SecureBootVariableLib: Added unit tests
From: kuqin <kuqin@...> REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3911 This change added unit test and enabled it from pipeline for the updated SecureBootVariableLib. The unit test covers
From: kuqin <kuqin@...> REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3911 This change added unit test and enabled it from pipeline for the updated SecureBootVariableLib. The unit test covers
|
By
Kun Qin
·
|
|
[PATCH v3 10/11] OvmfPkg: Pipeline: Resolve SecureBootVariableLib dependency
The new changes in SecureBootVariableLib brought in a new dependency of PlatformPKProtectionLib. This change added the new library instance from SecurityPkg to resolve pipeline builds. Cc: Ard Biesheu
The new changes in SecureBootVariableLib brought in a new dependency of PlatformPKProtectionLib. This change added the new library instance from SecurityPkg to resolve pipeline builds. Cc: Ard Biesheu
|
By
Kun Qin
·
|
|
[PATCH v3 08/11] SecurityPkg: SecureBootConfigDxe: Updated invocation pattern
From: Kun Qin <kuqin@...> REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3909 This change is in pair with the previous SecureBootVariableLib change, which updated the interface of `CreateTimeBa
From: Kun Qin <kuqin@...> REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3909 This change is in pair with the previous SecureBootVariableLib change, which updated the interface of `CreateTimeBa
|
By
Kun Qin
·
|
|
[PATCH v3 07/11] SecurityPkg: Secure Boot Drivers: Added common header files
From: Kun Qin <kuqin@...> REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3910 This change added common header files to consumer drivers to unblock pipeline builds. Cc: Jiewen Yao <jiewen.yao@..
From: Kun Qin <kuqin@...> REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3910 This change added common header files to consumer drivers to unblock pipeline builds. Cc: Jiewen Yao <jiewen.yao@..
|
By
Kun Qin
·
|
|
[PATCH v3 06/11] SecurityPkg: SecureBootVariableProvisionLib: Updated implementation
From: Kun Qin <kuqin@...> REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3910 This change is in pair with the previous SecureBootVariableLib, which removes the explicit invocation of `CreateTim
From: Kun Qin <kuqin@...> REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3910 This change is in pair with the previous SecureBootVariableLib, which removes the explicit invocation of `CreateTim
|
By
Kun Qin
·
|