|
[edk2-libc Patch 1/1] AppPkg\Applications\Python\Python-3.6.8: GCC tool chain support
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3779 This commit contains the changes made to Python interpreter 3.6.8 to cross compile using the GCC tool chain on Ubuntu 20.04 LTS system for UEFI
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3779 This commit contains the changes made to Python interpreter 3.6.8 to cross compile using the GCC tool chain on Ubuntu 20.04 LTS system for UEFI
|
By
Jayaprakash, N
·
|
|
[edk2-libc Patch 0/1] GCC tool chain support for building Py 3.6.8 for UEFI
This PR contains the necessary changes required to build the Py 3.6.8 interpreter for UEFI using GCC tool chain from Linux based OSes such as Ubuntu (20.04 LTS) Jayaprakash Nevara (1): AppPkg\Applicat
This PR contains the necessary changes required to build the Py 3.6.8 interpreter for UEFI using GCC tool chain from Linux based OSes such as Ubuntu (20.04 LTS) Jayaprakash Nevara (1): AppPkg\Applicat
|
By
Jayaprakash, N
·
|
|
回复: 回复: [edk2-devel] [PATCH v1 0/8] Fix new typos reported 2 messages
Michael: Thanks for your update. I prefer to merge the necessary changes for this stable tag. The remaining change can be reviewed after the stable tag. Thanks Liming > -----邮件原件----- > 发件人: devel@edk
Michael: Thanks for your update. I prefer to merge the necessary changes for this stable tag. The remaining change can be reviewed after the stable tag. Thanks Liming > -----邮件原件----- > 发件人: devel@edk
|
By
gaoliming
·
|
|
[PATCH v1 1/1] MdePkg: Remove "assert" from SmmCpuRendevousLibNull.c
From: Zhihao Li <zhihao.li@...> REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3931 Some drivers will break down when they use SmmWaitForAllProcessor() which from SmmCpuRendezvousLibNull.c. Rem
From: Zhihao Li <zhihao.li@...> REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3931 Some drivers will break down when they use SmmWaitForAllProcessor() which from SmmCpuRendezvousLibNull.c. Rem
|
By
Li, Zhihao
·
|
|
[edk2-staging][PATCH] edk2-staging/RedfishClientPkg: Add support of array type attribute 2 messages
Add Redfish array type attribute support. Add function to handle HII ordered list question in order to convert value array in HII ordered list to Redfish array attribute. Signed-off-by: Nickle Wang <n
Add Redfish array type attribute support. Add function to handle HII ordered list question in order to convert value array in HII ordered list to Redfish array attribute. Signed-off-by: Nickle Wang <n
|
By
Nickle Wang
·
|
|
[PATCH] .gitignore: Ignore build tools build logs
They are the BaseTools build log files that are generated by BaseTools/Edk2ToolsBuild.py. Thanks, Bob
They are the BaseTools build log files that are generated by BaseTools/Edk2ToolsBuild.py. Thanks, Bob
|
By
Bob Feng
·
|
|
回复: [edk2-devel] [PATCH V2 1/1] [edk2-stable202205]OvmfPkg/OvmfPkgX64: Use different CcProbeLib when SMM is on or off
Jiewen: I agree to merge it for this stable tag. Thanks Liming > -----邮件原件----- > 发件人: devel@edk2.groups.io <devel@edk2.groups.io> 代表 Yao, Jiewen > 发送时间: 2022年5月18日 11:43 > 收件人: Xu, Min M <min.m.xu@..
Jiewen: I agree to merge it for this stable tag. Thanks Liming > -----邮件原件----- > 发件人: devel@edk2.groups.io <devel@edk2.groups.io> 代表 Yao, Jiewen > 发送时间: 2022年5月18日 11:43 > 收件人: Xu, Min M <min.m.xu@..
|
By
gaoliming
·
|
|
回复: [edk2-devel] [PATCH] .gitignore: Ignore build tools build logs
Bob: Do you know what files will be generated in BaseTools/BaseToolsBuild directory? Thanks Liming > -----邮件原件----- > 发件人: devel@edk2.groups.io <devel@edk2.groups.io> 代表 Jeff Brasen > via groups.io >
Bob: Do you know what files will be generated in BaseTools/BaseToolsBuild directory? Thanks Liming > -----邮件原件----- > 发件人: devel@edk2.groups.io <devel@edk2.groups.io> 代表 Jeff Brasen > via groups.io >
|
By
gaoliming
·
|
|
[edk2-staging][PATCH] edk2-staging/RedfishClientPkg: Introduce Redfish version library 2 messages
Add RedfishVersionLib to Redfish client package. This library provides interface for Redfish feature drivers to get Redfish version on BMC. Signed-off-by: Nickle Wang <nickle.wang@...> Cc: Abner Chang
Add RedfishVersionLib to Redfish client package. This library provides interface for Redfish feature drivers to get Redfish version on BMC. Signed-off-by: Nickle Wang <nickle.wang@...> Cc: Abner Chang
|
By
Nickle Wang
·
|
|
[PATCH V2 1/1] [edk2-stable202205]OvmfPkg/OvmfPkgX64: Use different CcProbeLib when SMM is on or off 2 messages
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3930 CcProbeLib is designed to check the vm guest type. The OvmfPkg/CcProbeLib reads the OvmfWorkArea (0x80B000) to get the vm guest type which is wr
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3930 CcProbeLib is designed to check the vm guest type. The OvmfPkg/CcProbeLib reads the OvmfWorkArea (0x80B000) to get the vm guest type which is wr
|
By
Min Xu
·
|
|
[edk2-staging][PATCH] edk2-staging/RedfishClientPkg: Introduce Redfish event library 2 messages
Add RedfishEventLib to Redfish client package. This library provides interface for Redfish feature drivers to listen to Redfish event such as the event before provisioning and the event after provisio
Add RedfishEventLib to Redfish client package. This library provides interface for Redfish feature drivers to listen to Redfish event such as the event before provisioning and the event after provisio
|
By
Nickle Wang
·
|
|
[PATCH v2] MdeModulePkg/NonDiscoverablePciDeviceDxe: Allow partial
FreeBuffer 4 messages
Add support for partial free of non cached buffers. If a request for less than the full size is requested new allocations for the remaining head and tail of the buffer are added to the list. Added ver
Add support for partial free of non cached buffers. If a request for less than the full size is requested new allocations for the remaining head and tail of the buffer are added to the list. Added ver
|
By
Jeff Brasen
·
|
|
[PATCH] .gitignore: Ignore build tools build logs 2 messages
The python BaseTools/Edk2ToolsBuild.py creates files in BaseTools/BaseToolsBuild and should be ignored. Signed-off-by: Jeff Brasen <jbrasen@...> --- BaseTools/.gitignore | 3 ++- 1 file changed, 2 inse
The python BaseTools/Edk2ToolsBuild.py creates files in BaseTools/BaseToolsBuild and should be ignored. Signed-off-by: Jeff Brasen <jbrasen@...> --- BaseTools/.gitignore | 3 ++- 1 file changed, 2 inse
|
By
Jeff Brasen
·
|
|
[PATCH v5 2/2] IntelFsp2WrapperPkg: FSP_TEMP_RAM_INIT call must follow X64 Calling Convention 3 messages
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3D3926 Pass Input parameters using RCX. Cc: Chasel Chiu <chasel.chiu@...> Cc: Nate DeSimone <nathaniel.l.desimone@...> Cc: Star Zeng <star.zeng@...>
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3D3926 Pass Input parameters using RCX. Cc: Chasel Chiu <chasel.chiu@...> Cc: Nate DeSimone <nathaniel.l.desimone@...> Cc: Star Zeng <star.zeng@...>
|
By
cbduggap
·
|
|
回复: [edk2-devel] [PATCH v1 0/8] Fix new typos reported 2 messages
Michael: Thanks for your quick work to resolve the CI issue. For this issue, if we use the old stable version cspell version, those new issues will not be reported, right? If yes, can we update CI onl
Michael: Thanks for your quick work to resolve the CI issue. For this issue, if we use the old stable version cspell version, those new issues will not be reported, right? If yes, can we update CI onl
|
By
gaoliming
·
|
|
[PATCH V1 1/1] MinPlatformPkg: Add PCDs to update FADT entries from board package 4 messages
From: Ankit Sinha <ankit.sinha@...> Adds new PCDs to allow entries in FADT to be customized during platform integration. Board packages will can update these PCDs during boot. Cc: Chasel Chiu <chasel.
From: Ankit Sinha <ankit.sinha@...> Adds new PCDs to allow entries in FADT to be customized during platform integration. Board packages will can update these PCDs during boot. Cc: Chasel Chiu <chasel.
|
By
Chiu, Chasel
·
|
|
[PATCH v5 1/2] IntelFsp2Pkg: FSP_TEMP_RAM_INIT call must follow X64 Calling Convention 2 messages
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3D3926 This API accept one parameter using RCX and this is consumed in mutiple sub functions. Cc: Chasel Chiu <chasel.chiu@...> Cc: Nate DeSimone <na
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3D3926 This API accept one parameter using RCX and this is consumed in mutiple sub functions. Cc: Chasel Chiu <chasel.chiu@...> Cc: Nate DeSimone <na
|
By
cbduggap
·
|
|
[PATCH v1 5/8] FatPkg: Fix new typos reported 2 messages
From: Michael Kubacki <michael.kubacki@...> The SpellCheck plugin began reporting new typos that were previously missed. This change fixes those typos. Cc: Ray Ni <ray.ni@...> Signed-off-by: Michael K
From: Michael Kubacki <michael.kubacki@...> The SpellCheck plugin began reporting new typos that were previously missed. This change fixes those typos. Cc: Ray Ni <ray.ni@...> Signed-off-by: Michael K
|
By
Michael Kubacki
·
|
|
[PATCH v2 11/11] .pytool/plugin/SpellCheck: Add more common words
From: Michael Kubacki <michael.kubacki@...> Appends the word list to reduce the number of errors encountered by individual packages. Cc: Sean Brogan <sean.brogan@...> Cc: Bret Barkelew <Bret.Barkelew@
From: Michael Kubacki <michael.kubacki@...> Appends the word list to reduce the number of errors encountered by individual packages. Cc: Sean Brogan <sean.brogan@...> Cc: Bret Barkelew <Bret.Barkelew@
|
By
Michael Kubacki
·
|
|
[PATCH v2 10/11] .pytool/plugin/SpellCheck: Allow compound words
From: Michael Kubacki <michael.kubacki@...> Sets "allowCompoundWords" to "true" to reduce the number of compound word issues encountered in the future. Cc: Sean Brogan <sean.brogan@...> Cc: Bret Barke
From: Michael Kubacki <michael.kubacki@...> Sets "allowCompoundWords" to "true" to reduce the number of compound word issues encountered in the future. Cc: Sean Brogan <sean.brogan@...> Cc: Bret Barke
|
By
Michael Kubacki
·
|