|
[PATCH 3/3] MdeModulePkg/AcpiTableDxe: use pool allocation for RSDP if possible
Use a pool allocation for the RSDP ACPI root pointer structure if no
memory limit is in effect that forces us to use page based allocation,
which may be wasteful if they get rounded up to 64 KB as is
Use a pool allocation for the RSDP ACPI root pointer structure if no
memory limit is in effect that forces us to use page based allocation,
which may be wasteful if they get rounded up to 64 KB as is
|
By
Ard Biesheuvel
·
#66326
·
|
|
[PATCH 2/3] MdeModulePkg/AcpiTableDxe: use pool allocation for RSDT/XSDT if possible
If no memory allocation limit is in effect for ACPI tables, prefer
pool allocations over page allocations, to avoid wasting memory on
systems where page based allocations are rounded up to 64 KB,
If no memory allocation limit is in effect for ACPI tables, prefer
pool allocations over page allocations, to avoid wasting memory on
systems where page based allocations are rounded up to 64 KB,
|
By
Ard Biesheuvel
·
#66325
·
|
|
[PATCH 1/3] MdeModulePkg/AcpiTableDxe: use pool allocations when possible
On AArch64 systems, page based allocations for memory types that are
relevant to the OS are rounded up to 64 KB multiples. This wastes
some space in the ACPI table memory allocator, since it uses
On AArch64 systems, page based allocations for memory types that are
relevant to the OS are rounded up to 64 KB multiples. This wastes
some space in the ACPI table memory allocator, since it uses
|
By
Ard Biesheuvel
·
#66324
·
|
|
[PATCH 0/3] MdeModulePkg: use pool allocations for ACPI tables
Currently, the AcpiTableDxe memory allocator uses page based allocations,
for which the only reason seems to be that it permits the use of a memory
limit, which is necessary for ACPI 1.0 tables that
Currently, the AcpiTableDxe memory allocator uses page based allocations,
for which the only reason seems to be that it permits the use of a memory
limit, which is necessary for ACPI 1.0 tables that
|
By
Ard Biesheuvel
·
#66323
·
|
|
Re: [PATCH v4 0/6] Extend Last Attempt Status Usage
Hi Michael,
Thank you for the updates. A couple minor comments:
1) FmpDevicePkg/Library/FmpDeviceLibNull
In order to demonstrate the preferred implementation I think we should
have
Hi Michael,
Thank you for the updates. A couple minor comments:
1) FmpDevicePkg/Library/FmpDeviceLibNull
In order to demonstrate the preferred implementation I think we should
have
|
By
Michael D Kinney
·
#66322
·
|
|
Re: [PATCH v1 1/1] FmpDevicePkg: Add RngLib instance to DSC
Reviewed-by: Michael D Kinney <michael.d.kinney@...>
Reviewed-by: Michael D Kinney <michael.d.kinney@...>
|
By
Michael D Kinney
·
#66321
·
|
|
Re: Issues with edk2 compilation with xcode5 on mac OS - files compiled but strange behaviors
mmm..I think I won't be able to build edk2 with a different clang toolchain, sorry from what I read it seems too far for my knowledge.
Since as you pointed out this should be related to optimization
mmm..I think I won't be able to build edk2 with a different clang toolchain, sorry from what I read it seems too far for my knowledge.
Since as you pointed out this should be related to optimization
|
By
Daniele Crudo
·
#66320
·
|
|
Re: [PATCH] SecurityPkg/Tcg2PhysicalPresenceLib: Fix incorrect TCG VER comparision
Jiewen,
I tested this patch on HPE Superdome Flex with both Linux and Windows.
Terry
Jiewen,
I tested this patch on HPE Superdome Flex with both Linux and Windows.
Terry
|
By
Lee, Terry <terry.lee@...>
·
#66319
·
|
|
Re: [PATCH] SecurityPkg/Tcg2PhysicalPresenceLib: Fix incorrect TCG VER comparision
Jiewen,
I have only PP1.3 configuration. The only WHCK test failure is a known Windows issue that I believe is unrelated to PP.
Terry
Jiewen,
I have only PP1.3 configuration. The only WHCK test failure is a known Windows issue that I believe is unrelated to PP.
Terry
|
By
Lee, Terry <terry.lee@...>
·
#66318
·
|
|
Re: [edk2-rfc] [edk2-devel] [RFC] Support Both MM Traditional and Standalone Drivers with One MM Core
By
Siyuan, Fu
·
#66317
·
|
|
[PATCH] BaseTools: fix decoding issue in file operation
The build tool reports failure upon file read, such as calling trim
to clean preprocessed source files, if the tool is running on OS with
non-western code-page and the source file has non-ascii
The build tool reports failure upon file read, such as calling trim
to clean preprocessed source files, if the tool is running on OS with
non-western code-page and the source file has non-ascii
|
By
Wang, Jian J
·
#66316
·
|
|
[edk2-staging]: [PATCH] UnitTestFrameworkPkg: Add unit test for Authenticated Variables
Hi all,
I am working on extending the digest algorithm for Authenticated Variables.
Existing Authenticated variables only support signing SHA256 digest.
The 2 patches below in github follows the
Hi all,
I am working on extending the digest algorithm for Authenticated Variables.
Existing Authenticated variables only support signing SHA256 digest.
The 2 patches below in github follows the
|
By
Wadhawan, Divneil R
·
#66315
·
|
|
Re: [PATCH] XhciDxe: Clean up UsbDevContext if USB slot initialization is failed
By
Wu, Hao A
·
#66314
·
|
|
Re: [edk2-rfc] [edk2-devel] [RFC] Support Both MM Traditional and Standalone Drivers with One MM Core
Could you explain more about the gap that needs to be bridged here? I suppose the desire is to be able to reuse existing DXE_SMM_DRIVER modules, and deploy them unmodified in a standalone MM
Could you explain more about the gap that needs to be bridged here? I suppose the desire is to be able to reuse existing DXE_SMM_DRIVER modules, and deploy them unmodified in a standalone MM
|
By
Ard Biesheuvel
·
#66313
·
|
|
Re: [PATCH] MdeModulePkg/PartitionDxe: Revert the child handler blocksize change
Hi Laszlo,
Thanks for noticing me :)
I just tested the patch with the ISO files with SLE15-SP2, openSUSE Leap
15.2, Fedora 32, and ubuntu 20.04, and the VM loads them without any
problem, so there
Hi Laszlo,
Thanks for noticing me :)
I just tested the patch with the ISO files with SLE15-SP2, openSUSE Leap
15.2, Fedora 32, and ubuntu 20.04, and the VM loads them without any
problem, so there
|
By
Gary Lin
·
#66312
·
|
|
Re: Issues with edk2 compilation with xcode5 on mac OS - files compiled but strange behaviors
Hi, thank you Andrew.
The debug version doesn't have any issue, so the issue is only with release.
The mac version seems to skip tftpDynamicCommand.efi and LinuxInitrdDynamicShellCommand.efi (see
Hi, thank you Andrew.
The debug version doesn't have any issue, so the issue is only with release.
The mac version seems to skip tftpDynamicCommand.efi and LinuxInitrdDynamicShellCommand.efi (see
|
By
Daniele Crudo
·
#66311
·
|
|
Re: [PATCH] SecurityPkg/Tcg2PhysicalPresenceLib: Fix incorrect TCG VER comparision
Fair enough.
Reviewed-by: Jiewen Yao <Jiewen.yao@...>
I will wait for a few more days to see if there is any feedback from Laszlo or Marc-Andre.
Fair enough.
Reviewed-by: Jiewen Yao <Jiewen.yao@...>
I will wait for a few more days to see if there is any feedback from Laszlo or Marc-Andre.
|
By
Yao, Jiewen
·
#66310
·
|
|
[PATCH] CryptoPkg/BaseCryptLib: fix NULL dereference (CVE-2019-14584)
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D1914=0D
=0D
AuthenticodeVerify() calls OpenSSLs d2i_PKCS7() API to parse asn encoded=0D
signed authenticode pkcs#7 data. when this successfully
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D1914=0D
=0D
AuthenticodeVerify() calls OpenSSLs d2i_PKCS7() API to parse asn encoded=0D
signed authenticode pkcs#7 data. when this successfully
|
By
Wang, Jian J
·
#66309
·
|
|
Tianocore-docs Gitbook offline document status (PDF, EPUB, MOBI)
Hello,
I have been working on addressing the gaps in the transition to
the new GitBook services for the TianoCore documents in the GitBook
markdown format. The major gap is the loss of the offline
Hello,
I have been working on addressing the gaps in the transition to
the new GitBook services for the TianoCore documents in the GitBook
markdown format. The major gap is the loss of the offline
|
By
Michael D Kinney
·
#66308
·
|
|
Re: [PATCH] SecurityPkg/Tcg2PhysicalPresenceLib: Fix incorrect TCG VER comparision
Thanks Terry.
I tend to give R-B. I read the code it seems no impact.
Would you please confirm you have tested both PP1.2 and PP1.3 configuration, with windows WHCK test pass?
Thank you
Yao
Thanks Terry.
I tend to give R-B. I read the code it seems no impact.
Would you please confirm you have tested both PP1.2 and PP1.3 configuration, with windows WHCK test pass?
Thank you
Yao
|
By
Yao, Jiewen
·
#66307
·
|