Add UEFI 2.5 properties table support in DXE core.
Add PropertiesTableAttributesDxe driver to set ACPINvs/Reserved memory type to be XP, as default policy. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: "Yao, Jiewen" <Jiewen.yao@intel.com> Reviewed-by: "Zeng, Star" <Star.Zeng@intel.com> Reviewed-by: "Gao, Liming" <Liming.Gao@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17564 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -2858,4 +2858,33 @@ CoreUpdateMemoryAttributes (
|
||||
IN UINT64 NewAttributes
|
||||
);
|
||||
|
||||
/**
|
||||
Initialize PropertiesTable support.
|
||||
**/
|
||||
VOID
|
||||
EFIAPI
|
||||
CoreInitializePropertiesTable (
|
||||
VOID
|
||||
);
|
||||
|
||||
/**
|
||||
Insert image record.
|
||||
|
||||
@param RuntimeImage Runtime image information
|
||||
**/
|
||||
VOID
|
||||
InsertImageRecord (
|
||||
IN EFI_RUNTIME_IMAGE_ENTRY *RuntimeImage
|
||||
);
|
||||
|
||||
/**
|
||||
Remove Image record.
|
||||
|
||||
@param RuntimeImage Runtime image information
|
||||
**/
|
||||
VOID
|
||||
RemoveImageRecord (
|
||||
IN EFI_RUNTIME_IMAGE_ENTRY *RuntimeImage
|
||||
);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user