Reviewed-by: Liming Gao <[email protected]> for this serial patches.
-----Original Message----- From: Yao, Jiewen Sent: Friday, January 29, 2016 8:12 PM To: [email protected] Cc: Yao, Jiewen; Gao, Liming Subject: [patch 0/7] Add UEFI2.6 MemoryAttributesTable support. This series patches add UEFI2.6 MemoryAttributesTable support. This table is used to retire old PropertiesTable. This is standalone table published by DxeCore, so there is no compatibility issue. The patch is validated with or without properties table. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: "Yao, Jiewen" <[email protected]> Cc: "Gao, Liming" <[email protected]> jiewen yao (7): MdePkg: Add UEFI2.6 MemoryAttributes Table definition. MdePkg: Add UEFI2.6 MemoryAttributesTable GUID MdeModulePkg: Add MemoryAttributesTable generation. MdeModulePkg: Update PropertiesTable for MemoryAttributesTable. MdeModulePkg: Add CoreInitializeMemoryAttributesTable() to header file. MdePkg: Call CoreInitializeMemoryAttributesTable() in DXE Entrypoint. MdePkg: Update DxeCore INF for MemoryAttributesTable. MdeModulePkg/Core/Dxe/DxeMain.h | 11 +- MdeModulePkg/Core/Dxe/DxeMain.inf | 4 +- MdeModulePkg/Core/Dxe/DxeMain/DxeMain.c | 3 +- MdeModulePkg/Core/Dxe/Misc/MemoryAttributesTable.c | 214 +++++++++++++++++++++ MdeModulePkg/Core/Dxe/Misc/PropertiesTable.c | 100 +++++++++- MdePkg/Include/Guid/MemoryAttributesTable.h | 34 ++++ MdePkg/MdePkg.dec | 11 +- 7 files changed, 362 insertions(+), 15 deletions(-) create mode 100644 MdeModulePkg/Core/Dxe/Misc/MemoryAttributesTable.c create mode 100644 MdePkg/Include/Guid/MemoryAttributesTable.h -- 1.9.5.msysgit.0 _______________________________________________ edk2-devel mailing list [email protected] https://lists.01.org/mailman/listinfo/edk2-devel

