]> git.proxmox.com Git - mirror_edk2.git/blobdiff - QuarkPlatformPkg/Acpi/AcpiTables/Dsdt/CY8C9540A.asi
edk2: Remove packages moved to edk2-platforms
[mirror_edk2.git] / QuarkPlatformPkg / Acpi / AcpiTables / Dsdt / CY8C9540A.asi
diff --git a/QuarkPlatformPkg/Acpi/AcpiTables/Dsdt/CY8C9540A.asi b/QuarkPlatformPkg/Acpi/AcpiTables/Dsdt/CY8C9540A.asi
deleted file mode 100644 (file)
index b5a5f3b..0000000
+++ /dev/null
@@ -1,47 +0,0 @@
-/** @file\r
-\r
-Copyright (c) 2013-2015 Intel Corporation.\r
-\r
-SPDX-License-Identifier: BSD-2-Clause-Patent\r
-\r
-CY8C9540A 40 Bit I/O Expander with EEPROM.\r
-\r
-**/\r
-\r
-Device(CY8C)\r
-{\r
-    Name(_HID, "INT3490") // Cypress CY8C9540A Io Expander Function.\r
-    Name(_CID, "INT3490")\r
-\r
-    Name(RBUF, ResourceTemplate()\r
-    {\r
-        I2CSerialBus(0x20, ControllerInitiated, 100000, AddressingMode7Bit, "\\_SB.PCI0.GIP0.I2C_", 0, ResourceConsumer, , )\r
-        GpioInt (Level, ActiveLow, Exclusive, PullDefault, , "\\_SB.PCI0.GIP0.GPO", 0, ResourceConsumer, , ) {QUARK_GPIO5_MAPPING} /* GPIO<5> is INT_S0 */\r
-    })\r
-    Method(_CRS, 0x0, NotSerialized)\r
-    {\r
-        CreateByteField(RBUF, 16, OB1)\r
-        if (LEqual (ALTS, 0))\r
-        {\r
-            Store(0x20, OB1)\r
-        }\r
-        Else\r
-        {\r
-            Store(0x21, OB1)\r
-        }\r
-        Return(RBUF)\r
-    }\r
-    Method(_STA, 0x0, NotSerialized)\r
-    {\r
-        //\r
-        // Only Galileo platform has this device.\r
-        // EFI_PLATFORM_TYPE enum value Galileo = 6.\r
-        //\r
-        If(LNotEqual(PTYP, 6))\r
-        {\r
-          return (0)\r
-        }\r
-        Return(0xf)\r
-    }\r
-}\r
-\r