PcdMemoryProfileMemoryType also includes EfiPersistentMemory. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Liming Gao <[email protected]> Reviewed-by: Star Zeng <[email protected]> --- MdeModulePkg/MdeModulePkg.dec | 1 + MdeModulePkg/MdeModulePkg.uni | Bin 163392 -> 163654 bytes 2 files changed, 1 insertion(+)
diff --git a/MdeModulePkg/MdeModulePkg.dec b/MdeModulePkg/MdeModulePkg.dec index 5591b2f..5a7de46 100644 --- a/MdeModulePkg/MdeModulePkg.dec +++ b/MdeModulePkg/MdeModulePkg.dec @@ -893,10 +893,11 @@ # EfiACPIReclaimMemory 0x0200<BR> # EfiACPIMemoryNVS 0x0400<BR> # EfiMemoryMappedIO 0x0800<BR> # EfiMemoryMappedIOPortSpace 0x1000<BR> # EfiPalCode 0x2000<BR> + # EfiPersistentMemory 0x4000<BR> # OS Reserved 0x8000000000000000<BR> # # e.g. Reserved+ACPINvs+ACPIReclaim+RuntimeCode+RuntimeData are needed, 0x661 should be used.<BR> # # @Prompt Memory profile memory type. diff --git a/MdeModulePkg/MdeModulePkg.uni b/MdeModulePkg/MdeModulePkg.uni index 1527453712bf9f01e6ef99fcdd2a2208be914a42..a3ed93e03707624ad190d900dcf0be46b396774f 100644 GIT binary patch delta 62 zcmX@`hx6D!&JAwoCOe$v5KLt#Vkl<F1mY5gRE9i;lF63G6(>7zvrINPz`|<6V8CE7 SIq=B-X18<O-Oe%oS`PrzY!?~; delta 18 acmX^1kMqDE&JAwontjf1_c_n_YdrvDg9>o~ -- 1.9.5.msysgit.0 ------------------------------------------------------------------------------ One dashboard for servers and applications across Physical-Virtual-Cloud Widest out-of-the-box monitoring support with 50+ applications Performance metrics, stats and reports that give you Actionable Insights Deep dive visibility with transaction tracing using APM Insight. http://ad.doubleclick.net/ddm/clk/290420510;117567292;y _______________________________________________ edk2-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/edk2-devel
