mirror of
https://github.com/acidanthera/audk.git
synced 2025-04-08 17:05:09 +02:00
MdePkg: Correct EfiGcdMemoryTypePersistent name to follow PI spec
PI spec defines EfiGcdMemoryTypePersistent name, MdePkg uses EfiGcdMemoryTypePersistentMemory name. So, EfiGcdMemoryTypePersistent is added. And, EfiGcdMemoryTypePersistentMemory is kept for compatility. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Liming Gao <liming.gao@intel.com> Reviewed-by: Star Zeng <star.zeng@intel.com>
This commit is contained in:
parent
0a274516ff
commit
4f5687c246
@ -52,7 +52,11 @@ typedef enum {
|
||||
/// A memory region that is visible to the boot processor.
|
||||
/// This memory supports byte-addressable non-volatility.
|
||||
///
|
||||
EfiGcdMemoryTypePersistentMemory,
|
||||
EfiGcdMemoryTypePersistent,
|
||||
//
|
||||
// Keep original one for the compatibility.
|
||||
//
|
||||
EfiGcdMemoryTypePersistentMemory = EfiGcdMemoryTypePersistent,
|
||||
///
|
||||
/// A memory region that provides higher reliability relative to other memory in the
|
||||
/// system. If all memory has the same reliability, then this bit is not used.
|
||||
|
Loading…
x
Reference in New Issue
Block a user