]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EmulatorPkg/PlatformSmbiosDxe/SmbiosTable.c
EmulatorPkg: formalize line endings
[mirror_edk2.git] / EmulatorPkg / PlatformSmbiosDxe / SmbiosTable.c
index c79e57b30412e4a9a3413e5fe456ca2281fa1d5c..27679518efa97a431928df22e436a145daf8c998 100644 (file)
@@ -8,7 +8,7 @@
     Processor Information (Type 4) - CPU Driver\r
     Cache Information (Type 7) - For cache that is external to processor\r
     System Slots (Type 9) - If system has slots\r
-    Physical Memory Array (Type 16) \r
+    Physical Memory Array (Type 16)\r
     Memory Device (Type 17) - For each socketed system-memory Device\r
     Memory Array Mapped Address (Type 19) - One per contiguous block per Physical Memroy Array\r
     System Boot Information (Type 32)\r
@@ -69,9 +69,9 @@ SMBIOS_TABLE_TYPE0 gSmbiosType0Template = {
     0,    //  PrinterIsSupported                :1;\r
     0,    //  CgaMonoIsSupported                :1;\r
     0,    //  NecPc98                           :1;\r
-    0     //  ReservedForVendor                 :32; ///< Bits 32-63. Bits 32-47 reserved for BIOS vendor \r
-                                                 ///< and bits 48-63 reserved for System Vendor. \r
-  },           \r
+    0     //  ReservedForVendor                 :32; ///< Bits 32-63. Bits 32-47 reserved for BIOS vendor\r
+                                                 ///< and bits 48-63 reserved for System Vendor.\r
+  },\r
   {       // BIOSCharacteristicsExtensionBytes[]\r
     0x81, //  AcpiIsSupported                   :1;\r
           //  UsbLegacyIsSupported              :1;\r
@@ -108,7 +108,7 @@ SMBIOS_TABLE_TYPE1 gSmbiosType1Template = {
   3,    // Version String\r
   4,    // SerialNumber String\r
   { 0x25EF0280, 0xEC82, 0x42B0, { 0x8F, 0xB6, 0x10, 0xAD, 0xCC, 0xC6, 0x7C, 0x02 } },\r
-  SystemWakeupTypePowerSwitch,  \r
+  SystemWakeupTypePowerSwitch,\r
   5,    // SKUNumber String\r
   6,    // Family String\r
 };\r
@@ -119,7 +119,7 @@ CHAR8  *gSmbiosType1Strings[] = {
   "System Serial#",\r
   "System SKU#",\r
   "edk2",\r
-  NULL \r
+  NULL\r
 };\r
 \r
 SMBIOS_TABLE_TYPE2  gSmbiosType2Template = {\r
@@ -139,7 +139,7 @@ SMBIOS_TABLE_TYPE2  gSmbiosType2Template = {
   },\r
   6,    // LocationInChassis String\r
   0,                        // ChassisHandle;\r
-  BaseBoardTypeMotherBoard, // BoardType;            \r
+  BaseBoardTypeMotherBoard, // BoardType;\r
   0,                        // NumberOfContainedObjectHandles;\r
   { 0 }                     // ContainedObjectHandles[1];\r
 };\r
@@ -150,7 +150,7 @@ CHAR8  *gSmbiosType2Strings[] = {
   "Base Board Serial#",\r
   "Base Board Asset Tag#",\r
   "Part Component",\r
-  NULL  \r
+  NULL\r
 };\r
 \r
 SMBIOS_TABLE_TYPE3  gSmbiosType3Template = {\r
@@ -160,10 +160,10 @@ SMBIOS_TABLE_TYPE3  gSmbiosType3Template = {
   2,                        // Version String\r
   3,                        // SerialNumber String\r
   4,                        // AssetTag String\r
-  ChassisStateSafe,         // BootupState;           \r
-  ChassisStateSafe,         // PowerSupplyState;       \r
-  ChassisStateSafe,         // ThermalState;           \r
-  ChassisSecurityStatusNone,// SecurityStatus;         \r
+  ChassisStateSafe,         // BootupState;\r
+  ChassisStateSafe,         // PowerSupplyState;\r
+  ChassisStateSafe,         // ThermalState;\r
+  ChassisSecurityStatusNone,// SecurityStatus;\r
   { 0, 0, 0, 0 },           // OemDefined[4];\r
   0,    // Height;\r
   0,    // NumberofPowerCords;\r
@@ -176,7 +176,7 @@ CHAR8  *gSmbiosType3Strings[] = {
   "EmulatorPkg",\r
   "Chassis Board Serial#",\r
   "Chassis Board Asset Tag#",\r
-  NULL  \r
+  NULL\r
 };\r
 \r
 SMBIOS_TABLE_TYPE8  gSmbiosType8Template1 = {\r