]> git.proxmox.com Git - mirror_edk2.git/blobdiff - QuarkPlatformPkg/Platform/Dxe/SmbiosMiscDxe/MiscBiosVendorData.c
edk2: Remove packages moved to edk2-platforms
[mirror_edk2.git] / QuarkPlatformPkg / Platform / Dxe / SmbiosMiscDxe / MiscBiosVendorData.c
diff --git a/QuarkPlatformPkg/Platform/Dxe/SmbiosMiscDxe/MiscBiosVendorData.c b/QuarkPlatformPkg/Platform/Dxe/SmbiosMiscDxe/MiscBiosVendorData.c
deleted file mode 100644 (file)
index aee8d48..0000000
+++ /dev/null
@@ -1,92 +0,0 @@
-/** @file\r
-BIOS vendor information static data.\r
-Misc. subclass type 2.\r
-SMBIOS type 0.\r
-\r
-Copyright (c) 2013-2015 Intel Corporation.\r
-\r
-SPDX-License-Identifier: BSD-2-Clause-Patent\r
-\r
-\r
-**/\r
-\r
-\r
-#include "CommonHeader.h"\r
-\r
-#include "SmbiosMisc.h"\r
-\r
-\r
-//\r
-// Static (possibly build generated) Bios Vendor data.\r
-//\r
-MISC_SMBIOS_TABLE_DATA(EFI_MISC_BIOS_VENDOR, MiscBiosVendor) = {\r
-  STRING_TOKEN (STR_MISC_BIOS_VENDOR),       // BiosVendor\r
-  STRING_TOKEN (STR_MISC_BIOS_VERSION),      // BiosVersion\r
-  STRING_TOKEN (STR_MISC_BIOS_RELEASE_DATE), // BiosReleaseDate\r
-  0xE0000,                    // BiosStartingAddress\r
-  {                           // BiosPhysicalDeviceSize\r
-    2,                        // Value\r
-    20,                       // Exponent\r
-  },\r
-  {                           // BiosCharacteristics1\r
-    0,                        // Reserved1                         :2\r
-    0,                        // Unknown                           :1\r
-    0,                        // BiosCharacteristicsNotSupported   :1\r
-    0,                        // IsaIsSupported                    :1\r
-    0,                        // McaIsSupported                    :1\r
-\r
-    0,                        // EisaIsSupported                   :1\r
-    1,                        // PciIsSupported                    :1\r
-    0,                        // PcmciaIsSupported                 :1\r
-    0,                        // PlugAndPlayIsSupported            :1\r
-    0,                        // ApmIsSupported                    :1\r
-\r
-    1,                        // BiosIsUpgradable                  :1\r
-    1,                        // BiosShadowingAllowed              :1\r
-    0,                        // VlVesaIsSupported                 :1\r
-    0,                        // EscdSupportIsAvailable            :1\r
-    1,                        // BootFromCdIsSupported             :1\r
-\r
-    1,                        // SelectableBootIsSupported         :1\r
-    0,                        // RomBiosIsSocketed                 :1\r
-    0,                        // BootFromPcmciaIsSupported         :1\r
-    1,                        // EDDSpecificationIsSupported       :1\r
-    0,                        // JapaneseNecFloppyIsSupported      :1\r
-\r
-    0,                        // JapaneseToshibaFloppyIsSupported  :1\r
-    0,                        // Floppy525_360IsSupported          :1\r
-    0,                        // Floppy525_12IsSupported           :1\r
-    0,                        // Floppy35_720IsSupported           :1\r
-    0,                        // Floppy35_288IsSupported           :1\r
-\r
-    1,                        // PrintScreenIsSupported            :1\r
-    1,                        // Keyboard8042IsSupported           :1\r
-    1,                        // SerialIsSupported                 :1\r
-    1,                        // PrinterIsSupported                :1\r
-    1,                        // CgaMonoIsSupported                :1\r
-\r
-    0,                        // NecPc98                           :1\r
-    1,                        // AcpiIsSupported                   :1\r
-    1,                        // UsbLegacyIsSupported              :1\r
-    0,                        // AgpIsSupported                    :1\r
-    0,                        // I20BootIsSupported                :1\r
-\r
-    0,                        // Ls120BootIsSupported              :1\r
-    0,                        // AtapiZipDriveBootIsSupported      :1\r
-    0,                        // Boot1394IsSupported               :1\r
-    0,                        // SmartBatteryIsSupported           :1\r
-    1,                        // BiosBootSpecIsSupported           :1\r
-\r
-    1,                        // FunctionKeyNetworkBootIsSupported :1\r
-    0                         // Reserved                          :22\r
-  },\r
-  {                           // BiosCharacteristics2\r
-    0,                        // BiosReserved                      :16\r
-    0,                        // SystemReserved                    :16\r
-    0                         // Reserved                          :32\r
-  },\r
-  0x1,                        // System BIOS Major Release\r
-  0x0,                        // System BIOS Minor Release\r
-  0xFF,                       // Embedded controller firmware major Release\r
-  0xFF,                       // Embedded controller firmware minor Release\r
-};\r