X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=QuarkPlatformPkg%2FAcpi%2FAcpiTables%2FDsdt%2FCY8C9540A.asi;fp=QuarkPlatformPkg%2FAcpi%2FAcpiTables%2FDsdt%2FCY8C9540A.asi;h=0000000000000000000000000000000000000000;hp=b5a5f3b68046f4aa0fa3aa962ea7b87a6fc205fb;hb=5347c48016f27061475fdb053e867a06ce73492f;hpb=96ef5a8e30a8da33eaab09f13cc8d752342717a5 diff --git a/QuarkPlatformPkg/Acpi/AcpiTables/Dsdt/CY8C9540A.asi b/QuarkPlatformPkg/Acpi/AcpiTables/Dsdt/CY8C9540A.asi deleted file mode 100644 index b5a5f3b680..0000000000 --- a/QuarkPlatformPkg/Acpi/AcpiTables/Dsdt/CY8C9540A.asi +++ /dev/null @@ -1,47 +0,0 @@ -/** @file - -Copyright (c) 2013-2015 Intel Corporation. - -SPDX-License-Identifier: BSD-2-Clause-Patent - -CY8C9540A 40 Bit I/O Expander with EEPROM. - -**/ - -Device(CY8C) -{ - Name(_HID, "INT3490") // Cypress CY8C9540A Io Expander Function. - Name(_CID, "INT3490") - - Name(RBUF, ResourceTemplate() - { - I2CSerialBus(0x20, ControllerInitiated, 100000, AddressingMode7Bit, "\\_SB.PCI0.GIP0.I2C_", 0, ResourceConsumer, , ) - GpioInt (Level, ActiveLow, Exclusive, PullDefault, , "\\_SB.PCI0.GIP0.GPO", 0, ResourceConsumer, , ) {QUARK_GPIO5_MAPPING} /* GPIO<5> is INT_S0 */ - }) - Method(_CRS, 0x0, NotSerialized) - { - CreateByteField(RBUF, 16, OB1) - if (LEqual (ALTS, 0)) - { - Store(0x20, OB1) - } - Else - { - Store(0x21, OB1) - } - Return(RBUF) - } - Method(_STA, 0x0, NotSerialized) - { - // - // Only Galileo platform has this device. - // EFI_PLATFORM_TYPE enum value Galileo = 6. - // - If(LNotEqual(PTYP, 6)) - { - return (0) - } - Return(0xf) - } -} -