summaryrefslogtreecommitdiffstats
path: root/src/include/gpxe/efi/Pi/PiHob.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gpxe/efi/Pi/PiHob.h')
-rw-r--r--src/include/gpxe/efi/Pi/PiHob.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/include/gpxe/efi/Pi/PiHob.h b/src/include/gpxe/efi/Pi/PiHob.h
index 1a695d7e..0c8df1f2 100644
--- a/src/include/gpxe/efi/Pi/PiHob.h
+++ b/src/include/gpxe/efi/Pi/PiHob.h
@@ -11,7 +11,7 @@
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
@par Revision Reference:
- Version 1.0.
+ PI Version 1.0
**/
@@ -76,7 +76,7 @@ typedef struct {
///
typedef struct {
///
- /// A GUID that defines the memory allocation region¡¯s type and purpose, as well as
+ /// A GUID that defines the memory allocation region's type and purpose, as well as
/// other fields within the memory allocation HOB. This GUID is used to define the
/// additional data within the HOB that may be present for the memory allocation HOB.
/// Type EFI_GUID is defined in InstallProtocolInterface() in the UEFI 2.0
@@ -84,9 +84,11 @@ typedef struct {
///
EFI_GUID Name;
+ ///
/// The base address of memory allocated by this HOB. Type
/// EFI_PHYSICAL_ADDRESS is defined in AllocatePages() in the UEFI 2.0
/// specification.
+ ///
EFI_PHYSICAL_ADDRESS MemoryBaseAddress;
///
@@ -155,7 +157,7 @@ typedef struct {
} EFI_HOB_MEMORY_ALLOCATION_MODULE;
///
-/// type of Recount type
+/// Resource type
///
typedef UINT32 EFI_RESOURCE_TYPE;