Revision: 17257
http://sourceforge.net/p/edk2/code/17257
Author: hwu1225
Date: 2015-04-29 05:18:43 +0000 (Wed, 29 Apr 2015)
Log Message:
-----------
IntelFrameworkModulePkg: Add UEFI2.5 PersistentMemory support in LegacyBios
LegacyBiosDxe converts EfiPersistentMemory to E820
EfiAddressRangePersistentMemory.
(Sync patch r17244 from main trunk.)
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Liming Gao <[email protected]>
Reviewed-by: Star Zeng <[email protected]>
Revision Links:
--------------
http://sourceforge.net/p/edk2/code/17244
Modified Paths:
--------------
branches/UDK2014.SP1/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/LegacyBiosInterface.h
branches/UDK2014.SP1/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/LegacyBootSupport.c
Modified:
branches/UDK2014.SP1/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/LegacyBiosInterface.h
===================================================================
---
branches/UDK2014.SP1/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/LegacyBiosInterface.h
2015-04-29 05:16:18 UTC (rev 17256)
+++
branches/UDK2014.SP1/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/LegacyBiosInterface.h
2015-04-29 05:18:43 UTC (rev 17257)
@@ -1,6 +1,6 @@
/** @file
-Copyright (c) 2006 - 2013, Intel Corporation. All rights reserved.<BR>
+Copyright (c) 2006 - 2015, Intel Corporation. All rights reserved.<BR>
This program and the accompanying materials
are licensed and made available under the terms and conditions
@@ -481,7 +481,8 @@
EfiAcpiAddressRangeMemory = 1,
EfiAcpiAddressRangeReserved = 2,
EfiAcpiAddressRangeACPI = 3,
- EfiAcpiAddressRangeNVS = 4
+ EfiAcpiAddressRangeNVS = 4,
+ EfiAddressRangePersistentMemory = 7
} EFI_ACPI_MEMORY_TYPE;
typedef struct {
Modified:
branches/UDK2014.SP1/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/LegacyBootSupport.c
===================================================================
---
branches/UDK2014.SP1/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/LegacyBootSupport.c
2015-04-29 05:16:18 UTC (rev 17256)
+++
branches/UDK2014.SP1/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/LegacyBootSupport.c
2015-04-29 05:18:43 UTC (rev 17257)
@@ -1597,6 +1597,9 @@
case EfiRuntimeServicesData:
return EfiAcpiAddressRangeMemory;
+ case EfiPersistentMemory:
+ return EfiAddressRangePersistentMemory;
+
case EfiACPIReclaimMemory:
return EfiAcpiAddressRangeACPI;
------------------------------------------------------------------------------
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-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits