|
[PATCH v2] MdeModulePkg/NonDiscoverablePciDeviceDxe: Allow partial
FreeBuffer 5 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
Anything else needed prior to getting this merged to edk2?
Anything else needed prior to getting this merged to edk2?
|
By
Jeff Brasen
·
|
|
[edk2-platforms] [PATCH 1/1] Platform/Sgi: Add support to disable isolated cpus 2 messages
Isolated CPUs are those that are not to be used on the platform for various reasons. The isolated CPU list is an array of MPID values of the CPUs that have to be isolated. This list is supplied via th
Isolated CPUs are those that are not to be used on the platform for various reasons. The isolated CPU list is an array of MPID values of the CPUs that have to be isolated. This list is supplied via th
|
By
Nishant Sharma
·
|
|
[edk2 Patch 1/1] Windows-systems.mediawiki: replaced p2.7 reference with py3.7 2 messages
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3788 Removed an outdated reference to py2.7 in the Windows systems wiki page and replaced it with the py3.7 to align with the updated build instruct
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3788 Removed an outdated reference to py2.7 in the Windows systems wiki page and replaced it with the py3.7 to align with the updated build instruct
|
By
Jayaprakash, N
·
|
|
[edk2-libc Patch 1/1] edk2-libc/StdLib : Changes to Std LibC to facilitate 32 bit GCC builds
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3779 This comit fixes the Python interpreter build issues with GCC 32 bit compiler tool chain. The changes are needed in StdLibC as given below * Ad
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3779 This comit fixes the Python interpreter build issues with GCC 32 bit compiler tool chain. The changes are needed in StdLibC as given below * Ad
|
By
Jayaprakash, N
·
|
|
[edk2-libc Patch 0/1] Changes to StdLib to facilitate gcc 32 bit builds
This patch contains the changes required for StdLib to facilitate the gcc 32 bit builds. Jayaprakash Nevara (1): edk2-libc/StdLib : Changes to Std LibC to facilitate 32 bit GCC builds StdLib/LibC/CRT/
This patch contains the changes required for StdLib to facilitate the gcc 32 bit builds. Jayaprakash Nevara (1): edk2-libc/StdLib : Changes to Std LibC to facilitate 32 bit GCC builds StdLib/LibC/CRT/
|
By
Jayaprakash, N
·
|
|
Does edk2 also link to crt0-efi like GNU-EFI * 2 messages
For the C builds the tools_def.txt file uses $(IMAGE_ENTRY_POINT). The build maps that over to the _ModelEntryPoint label I mentioned. It would probably be good to sue the same symbol. The C we have i
For the C builds the tools_def.txt file uses $(IMAGE_ENTRY_POINT). The build maps that over to the _ModelEntryPoint label I mentioned. It would probably be good to sue the same symbol. The C we have i
|
By
Andrew Fish
·
|
|
Running OVMF on crosvm 4 messages
Hi Folks, For the last few months I've been using OVMF with crosvm to give it the ability to boot a UEFI OS image in a UEFI environment, and it's been working fantastically! Eventually I'd like to get
Hi Folks, For the last few months I've been using OVMF with crosvm to give it the ability to boot a UEFI OS image in a UEFI environment, and it's been working fantastically! Eventually I'd like to get
|
By
Mike Gerow
·
|
|
[PATCH 07/14] OvmfPkg: Add PCD and DEFINEs for Lazy Accept page. 16 messages
From: Min M Xu <min.m.xu@...> RFC: https://bugzilla.tianocore.org/show_bug.cgi?id=3937 Lazy accept page can be controlled in build time like below: -D LAZY_ACCEPT_PARTIAL_MEM=512 The unit is MB. If it
From: Min M Xu <min.m.xu@...> RFC: https://bugzilla.tianocore.org/show_bug.cgi?id=3937 Lazy accept page can be controlled in build time like below: -D LAZY_ACCEPT_PARTIAL_MEM=512 The unit is MB. If it
|
By
Min Xu
·
|
|
Does edk2 also link to crt0-efi like GNU-EFI 3 messages
Hello everyone, I wanted to ask if the edk2 build system also links to crt0-efi, like GNU-EFI? If yes, I would also like to see how that is actually implemented. If not, how does edk2 support custom e
Hello everyone, I wanted to ask if the edk2 build system also links to crt0-efi, like GNU-EFI? If yes, I would also like to see how that is actually implemented. If not, how does edk2 support custom e
|
By
Ayush Singh
·
|
|
[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
·
|