Current, the SystemMemoryUefiRegionSize is 32M, which means in universal
payload entry, we can at most use 32M heap.
However, this can't meet the memory requirment for 5 level page table.
In UefiPayloadPkg\UefiPayloadEntry\X64\VirtualMemory.c, we assume the
Physical Address at most has 52 bits. Usi
Reviewed-by: Liming Gao
> -邮件原件-
> 发件人: devel@edk2.groups.io 代表 Xiaolu.Jiang
> 发送时间: 2021年11月29日 10:13
> 收件人: devel@edk2.groups.io
> 抄送: Xiaolu.Jiang ; Bob Feng
> ; Liming Gao ; Yuwei
> Chen
> 主题: [edk2-devel][PATCH] BaseTools: Increase the DevicePath length for
> support more PCD value
Currently the PCD Value only support 13 Guid,When use more 13 pcd will cause
the build tool fail,
Need calculate the required memory,then allocate it.
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3718
Cc: Bob Feng
Cc: Liming Gao
Cc: Yuwei Chen
Signed-off-by: Xiaolu Jiang
---
BaseToo
Hi All,
as announced in my last CdePkgBlog I’d like to demonstrate how to design,
create and build missing
tools for the UEFI Shell, that are still known today from the Windows command
line: FIND and MORE.
Along those tools I:
1. describe how to deal with native UEFI ASCII and UTF16 files.