mirror of https://github.com/acidanthera/audk.git
MdeModulePkg: Refine the comments format for PropertiesTable.
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Qiu Shumin <shumin.qiu@intel.com> Reviewed-by: Jiewen Yao <Jiewen.Yao@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17589 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
bfe37a77e0
commit
9d58ab0923
|
@ -543,6 +543,7 @@ GetMaxSplitRecordCount (
|
||||||
The caller gurantee the buffer size be 1 +
|
The caller gurantee the buffer size be 1 +
|
||||||
(SplitRecordCount * DescriptorSize) calculated
|
(SplitRecordCount * DescriptorSize) calculated
|
||||||
below.
|
below.
|
||||||
|
@param MaxSplitRecordCount The max number of splitted entries
|
||||||
@param DescriptorSize Size, in bytes, of an individual EFI_MEMORY_DESCRIPTOR.
|
@param DescriptorSize Size, in bytes, of an individual EFI_MEMORY_DESCRIPTOR.
|
||||||
|
|
||||||
@retval 0 no entry is splitted.
|
@retval 0 no entry is splitted.
|
||||||
|
@ -934,7 +935,7 @@ SortImageRecordCodeSection (
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
Check if code section in image record is valid
|
Check if code section in image record is valid.
|
||||||
|
|
||||||
@param ImageRecord image record to be checked
|
@param ImageRecord image record to be checked
|
||||||
|
|
||||||
|
@ -1066,7 +1067,7 @@ SortImageRecord (
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
Dump image record
|
Dump image record.
|
||||||
**/
|
**/
|
||||||
VOID
|
VOID
|
||||||
DumpImageRecord (
|
DumpImageRecord (
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/**@file
|
/** @file
|
||||||
This module sets default policy for attributes of EfiACPIMemoryNVS and EfiReservedMemoryType.
|
This module sets default policy for attributes of EfiACPIMemoryNVS and EfiReservedMemoryType.
|
||||||
|
|
||||||
This module sets EFI_MEMORY_XP for attributes of EfiACPIMemoryNVS and EfiReservedMemoryType
|
This module sets EFI_MEMORY_XP for attributes of EfiACPIMemoryNVS and EfiReservedMemoryType
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
## @file
|
## @file
|
||||||
#
|
|
||||||
# This module sets default policy for attributes of EfiACPIMemoryNVS and EfiReservedMemoryType.
|
# This module sets default policy for attributes of EfiACPIMemoryNVS and EfiReservedMemoryType.
|
||||||
#
|
#
|
||||||
# This module sets EFI_MEMORY_XP for attributes of EfiACPIMemoryNVS and EfiReservedMemoryType
|
# This module sets EFI_MEMORY_XP for attributes of EfiACPIMemoryNVS and EfiReservedMemoryType
|
||||||
|
|
Loading…
Reference in New Issue