]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EmulatorPkg/PlatformSmbiosDxe/SmbiosTable.c
Readme.md: Add edk2 release tag and edk2 release plan
[mirror_edk2.git] / EmulatorPkg / PlatformSmbiosDxe / SmbiosTable.c
index ffb4879a76ebb5aedc647ec3b1e413c3cc9145ab..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
@@ -95,7 +95,7 @@ SMBIOS_TABLE_TYPE0 gSmbiosType0Template = {
   0xFF,                    // EmbeddedControllerFirmwareMinorRelease\r
 };\r
 CHAR8 *gSmbiosType0Strings[] = {\r
-  "edk2.sourceforge.net",     // Vendor String\r
+  "http://www.tianocore.org/edk2/",     // Vendor String\r
   __TIME__,                   // BiosVersion String\r
   __DATE__,                   // BiosReleaseDate String\r
   NULL\r
@@ -108,18 +108,18 @@ 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
 CHAR8  *gSmbiosType1Strings[] = {\r
-  "edk2.sourceforge.net",\r
+  "http://www.tianocore.org/edk2/",\r
   "EmulatorPkg",\r
   "1.0",\r
   "System Serial#",\r
   "System SKU#",\r
   "edk2",\r
-  NULL \r
+  NULL\r
 };\r
 \r
 SMBIOS_TABLE_TYPE2  gSmbiosType2Template = {\r
@@ -139,18 +139,18 @@ 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
 CHAR8  *gSmbiosType2Strings[] = {\r
-  "edk2.sourceforge.net",\r
+  "http://www.tianocore.org/edk2/",\r
   "EmulatorPkg",\r
   "1.0",\r
   "Base Board Serial#",\r
   "Base Board Asset Tag#",\r
   "Part Component",\r
-  NULL  \r
+  NULL\r
 };\r
 \r
 SMBIOS_TABLE_TYPE3  gSmbiosType3Template = {\r
@@ -160,23 +160,23 @@ 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
   0,    // ContainedElementCount;\r
   0,    // ContainedElementRecordLength;\r
-  { 0 },    // ContainedElements[1];\r
+  { { 0 } },    // ContainedElements[1];\r
 };\r
 CHAR8  *gSmbiosType3Strings[] = {\r
-  "edk2.sourceforge.net",\r
+  "http://www.tianocore.org/edk2/",\r
   "EmulatorPkg",\r
   "Chassis Board Serial#",\r
   "Chassis Board Asset Tag#",\r
-  NULL  \r
+  NULL\r
 };\r
 \r
 SMBIOS_TABLE_TYPE8  gSmbiosType8Template1 = {\r
@@ -335,7 +335,7 @@ SMBIOS_TABLE_TYPE11 gSmbiosType11Template = {
   1 // StringCount\r
 };\r
 CHAR8 *gSmbiosType11Strings[] = {\r
-  "https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2/EmulatorPkg/",\r
+  "https://svn.code.sf.net/p/edk2/code/trunk/edk2/EmulatorPkg/",\r
   NULL\r
 };\r
 \r
@@ -345,7 +345,7 @@ SMBIOS_TABLE_TYPE12 gSmbiosType12Template = {
   1 // StringCount\r
 };\r
 CHAR8 *gSmbiosType12Strings[] = {\r
-  "https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2/EmulatorPkg/EmulatorPkg.dsc",\r
+  "https://svn.code.sf.net/p/edk2/code/trunk/edk2/EmulatorPkg/EmulatorPkg.dsc",\r
   NULL\r
 };\r
 \r