]> git.proxmox.com Git - mirror_edk2.git/commitdiff
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5650 6f19259b...
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 14 Aug 2008 04:30:49 +0000 (04:30 +0000)
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 14 Aug 2008 04:30:49 +0000 (04:30 +0000)
MdePkg/Include/Base.h
MdePkg/Include/Ipf/ProcessorBind.h
MdePkg/Include/Pi/PiDependency.h
MdePkg/Include/Uefi/UefiBaseType.h
MdePkg/Include/Uefi/UefiInternalFormRepresentation.h
MdePkg/Include/Uefi/UefiMultiPhase.h
MdePkg/Include/Uefi/UefiTcgPlatform.h
MdePkg/Include/x64/ProcessorBind.h

index a08ea34e9044da65b1971cd36d0884f5cca7fd03..a103d934918bf178c43f49fca76f8ca6a914e783 100644 (file)
@@ -36,9 +36,9 @@ typedef struct {
 \r
 typedef UINT64 PHYSICAL_ADDRESS;\r
 \r
-//\r
-// LIST_ENTRY definition\r
-//\r
+///\r
+/// LIST_ENTRY definition\r
+///\r
 typedef struct _LIST_ENTRY LIST_ENTRY;\r
 \r
 struct _LIST_ENTRY {\r
index 9bce825cbe8e7768241eab8faf9521e9fc74d366..1021917b2ffd02298dddf874f75424aea9e78f06 100644 (file)
@@ -16,9 +16,9 @@
 #define __PROCESSOR_BIND_H__\r
 \r
 \r
-//\r
-// Define the processor type so other code can make processor based choices\r
-//\r
+///\r
+/// Define the processor type so other code can make processor based choices\r
+///\r
 #define MDE_CPU_IPF\r
 \r
 \r
@@ -220,9 +220,9 @@ typedef INT64   INTN;
   #define GLOBAL_REMOVE_IF_UNREFERENCED\r
 #endif\r
 \r
-//\r
-// A pointer to a function in IPF points to a plabel.\r
-//\r
+///\r
+/// A pointer to a function in IPF points to a plabel.\r
+///\r
 typedef struct {\r
   UINT64  EntryPoint;\r
   UINT64  GP;\r
index 055b5ddb3fe3366777049a87c96d4512df538a42..4dbf42ffadc8918aa12bffd9af2140ea20322176 100644 (file)
 #ifndef __PI_DEPENDENCY_H__\r
 #define __PI_DEPENDENCY_H__\r
 \r
-// \r
-// If present, this must be the first and only opcode\r
-// \r
+/// \r
+/// If present, this must be the first and only opcode\r
+/// \r
 #define EFI_DEP_BEFORE        0x00\r
 \r
-// \r
-// If present, this must be the first and only opcode\r
-// \r
+/// \r
+/// If present, this must be the first and only opcode\r
+/// \r
 #define EFI_DEP_AFTER         0x01\r
 \r
 #define EFI_DEP_PUSH          0x02\r
@@ -36,9 +36,9 @@
 #define EFI_DEP_END           0x08\r
 \r
 \r
-// \r
-// If present, this must be the first opcode.\r
-// \r
+/// \r
+/// If present, this must be the first opcode.\r
+/// \r
 #define EFI_DEP_SOR           0x09\r
 \r
 #endif \r
index 35505a5ee2731a1718640330b35a1ccecc1411b8..8000d4392d9eb5fb03d0dd16f12e409e21f6b0e3 100644 (file)
@@ -42,17 +42,17 @@ typedef UINT16                    STRING_REF;
 typedef UINT64                    EFI_PHYSICAL_ADDRESS;\r
 typedef UINT64                    EFI_VIRTUAL_ADDRESS;\r
 \r
-//\r
-// EFI Time Abstraction:\r
-//  Year:       2000 - 20XX\r
-//  Month:      1 - 12\r
-//  Day:        1 - 31\r
-//  Hour:       0 - 23\r
-//  Minute:     0 - 59\r
-//  Second:     0 - 59\r
-//  Nanosecond: 0 - 999,999,999\r
-//  TimeZone:   -1440 to 1440 or 2047\r
-//\r
+///\r
+/// EFI Time Abstraction:\r
+///  Year:       2000 - 20XX\r
+///  Month:      1 - 12\r
+///  Day:        1 - 31\r
+///  Hour:       0 - 23\r
+///  Minute:     0 - 59\r
+///  Second:     0 - 59\r
+///  Nanosecond: 0 - 999,999,999\r
+///  TimeZone:   -1440 to 1440 or 2047\r
+///\r
 typedef struct {\r
   UINT16  Year;\r
   UINT8   Month;\r
index 81fa2399eb5afc82a416334492c35a90c107f26b..ba1d3b3dde4c8772cbf365ad3e16ae93019c18db 100644 (file)
@@ -20,9 +20,9 @@
 #ifndef __UEFI_INTERNAL_FORMREPRESENTATION_H__\r
 #define __UEFI_INTERNAL_FORMREPRESENTATION_H__\r
 \r
-//\r
-// The following types are currently defined:\r
-//\r
+///\r
+/// The following types are currently defined:\r
+///\r
 typedef UINT32  RELOFST;\r
 \r
 typedef VOID*   EFI_HII_HANDLE;\r
index 0cbf2a6a63c7e7fabddbcfd92a4b7be4bd4c92aa..4fc02197fcf94990ca3b26edb1190d9cb8094d24 100644 (file)
@@ -104,15 +104,15 @@ typedef struct _WIN_CERTIFICATE {
   //UINT8 bCertificate[ANYSIZE_ARRAY];\r
 } WIN_CERTIFICATE;\r
 \r
-//\r
-// WIN_CERTIFICATE_UEFI_GUID.CertType\r
-// \r
+///\r
+/// WIN_CERTIFICATE_UEFI_GUID.CertType\r
+/// \r
 #define EFI_CERT_TYPE_RSA2048_SHA256_GUID \\r
   {0xa7717414, 0xc616, 0x4977, {0x94, 0x20, 0x84, 0x47, 0x12, 0xa7, 0x35, 0xbf } }\r
 \r
-//\r
-// WIN_CERTIFICATE_UEFI_GUID.CertData\r
-// \r
+///\r
+/// WIN_CERTIFICATE_UEFI_GUID.CertData\r
+/// \r
 typedef struct _EFI_CERT_BLOCK_RSA_2048_SHA256 {\r
   UINT32  HashType;\r
   UINT8   PublicKey[256];\r
index f577d75e33b243cc40c519f05fae4de1c161375a..155c940532ea805865736996d028cdac829b8dbc 100644 (file)
@@ -63,9 +63,9 @@ typedef UINT32                     TCG_EVENTTYPE;
 #define TCG_DIGEST                 TPM_DIGEST\r
 #define TCG_PCRINDEX               TPM_PCRINDEX\r
 \r
-//\r
-// TCG_PCR_EVENT\r
-//\r
+///\r
+/// TCG_PCR_EVENT\r
+///\r
 typedef struct tdTCG_PCR_EVENT {\r
   TCG_PCRINDEX                      PCRIndex;  // PCRIndex event extended to\r
   TCG_EVENTTYPE                     EventType; // TCG EFI event type\r
@@ -74,9 +74,9 @@ typedef struct tdTCG_PCR_EVENT {
   UINT8                             Event[1];  // The event data\r
 } TCG_PCR_EVENT;\r
 \r
-//\r
-// TCG_PCR_EVENT_HDR\r
-//\r
+///\r
+/// TCG_PCR_EVENT_HDR\r
+///\r
 typedef struct tdTCG_PCR_EVENT_HDR {\r
   TCG_PCRINDEX                      PCRIndex;\r
   TCG_EVENTTYPE                     EventType;\r
@@ -84,23 +84,23 @@ typedef struct tdTCG_PCR_EVENT_HDR {
   UINT32                            EventSize;\r
 } TCG_PCR_EVENT_HDR;\r
 \r
-//\r
-// EFI_PLATFORM_FIRMWARE_BLOB\r
-//\r
-// BlobLength should be of type UINTN but we use UINT64 here\r
-// because PEI is 32-bit while DXE is 64-bit on x64 platforms\r
-//\r
+///\r
+/// EFI_PLATFORM_FIRMWARE_BLOB\r
+///\r
+/// BlobLength should be of type UINTN but we use UINT64 here\r
+/// because PEI is 32-bit while DXE is 64-bit on x64 platforms\r
+///\r
 typedef struct tdEFI_PLATFORM_FIRMWARE_BLOB {\r
   EFI_PHYSICAL_ADDRESS              BlobBase;\r
   UINT64                            BlobLength;\r
 } EFI_PLATFORM_FIRMWARE_BLOB;\r
 \r
-//\r
-// EFI_IMAGE_LOAD_EVENT\r
-//\r
-// This structure is used in EV_EFI_BOOT_SERVICES_APPLICATION,\r
-// EV_EFI_BOOT_SERVICES_DRIVER and EV_EFI_RUNTIME_SERVICES_DRIVER\r
-//\r
+///\r
+/// EFI_IMAGE_LOAD_EVENT\r
+///\r
+/// This structure is used in EV_EFI_BOOT_SERVICES_APPLICATION,\r
+/// EV_EFI_BOOT_SERVICES_DRIVER and EV_EFI_RUNTIME_SERVICES_DRIVER\r
+///\r
 typedef struct tdEFI_IMAGE_LOAD_EVENT {\r
   EFI_PHYSICAL_ADDRESS              ImageLocationInMemory;\r
   UINTN                             ImageLengthInMemory;\r
@@ -109,24 +109,24 @@ typedef struct tdEFI_IMAGE_LOAD_EVENT {
   EFI_DEVICE_PATH_PROTOCOL          DevicePath[1];\r
 } EFI_IMAGE_LOAD_EVENT;\r
 \r
-//\r
-// EFI_HANDOFF_TABLE_POINTERS\r
-//\r
-// This structure is used in EV_EFI_HANDOFF_TABLES event to facilitate\r
-// the measurement of given configuration tables.\r
-//\r
+///\r
+/// EFI_HANDOFF_TABLE_POINTERS\r
+///\r
+/// This structure is used in EV_EFI_HANDOFF_TABLES event to facilitate\r
+/// the measurement of given configuration tables.\r
+///\r
 typedef struct tdEFI_HANDOFF_TABLE_POINTERS {\r
   UINTN                                  NumberOfTables;\r
   EFI_CONFIGURATION_TABLE           TableEntry[1];\r
 } EFI_HANDOFF_TABLE_POINTERS;\r
 \r
-//\r
-// EFI_VARIABLE_DATA\r
-//\r
-// This structure serves as the header for measuring variables. The name of the\r
-// variable (in Unicode format) should immediately follow, then the variable\r
-// data.\r
-//\r
+///\r
+/// EFI_VARIABLE_DATA\r
+///\r
+/// This structure serves as the header for measuring variables. The name of the\r
+/// variable (in Unicode format) should immediately follow, then the variable\r
+/// data.\r
+///\r
 typedef struct tdEFI_VARIABLE_DATA {\r
   EFI_GUID                          VariableName;\r
   UINTN                             UnicodeNameLength;\r
index bc240000a444e9863d1fdf30e44093553b7937fc..457555bf379eb749258385e1a8d307a4d9799668 100644 (file)
@@ -15,9 +15,9 @@
 #ifndef __PROCESSOR_BIND_H__\r
 #define __PROCESSOR_BIND_H__\r
 \r
-//\r
-// Define the processor type so other code can make processor based choices\r
-//\r
+///\r
+/// Define the processor type so other code can make processor based choices\r
+///\r
 #define MDE_CPU_X64\r
 \r
 \r