X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=QuarkPlatformPkg%2FAcpi%2FAcpiTables%2FDsdt%2FCAT24C08.asi;fp=QuarkPlatformPkg%2FAcpi%2FAcpiTables%2FDsdt%2FCAT24C08.asi;h=0000000000000000000000000000000000000000;hb=5347c48016f27061475fdb053e867a06ce73492f;hp=ac6df50ae5767670f510e37098e008b51905c869;hpb=96ef5a8e30a8da33eaab09f13cc8d752342717a5;p=mirror_edk2.git diff --git a/QuarkPlatformPkg/Acpi/AcpiTables/Dsdt/CAT24C08.asi b/QuarkPlatformPkg/Acpi/AcpiTables/Dsdt/CAT24C08.asi deleted file mode 100644 index ac6df50ae5..0000000000 --- a/QuarkPlatformPkg/Acpi/AcpiTables/Dsdt/CAT24C08.asi +++ /dev/null @@ -1,34 +0,0 @@ -/** @file -ONSEMI CAT24C08 I2C 8KB EEPROM. - -Copyright (c) 2013-2015 Intel Corporation. - -SPDX-License-Identifier: BSD-2-Clause-Patent - -**/ - -Device(EEP2) -{ - Name(_HID, "INT3499") // ONSEMI CAT24C08 I2C 8KB EEPROM. - Name(_CID, "INT3499") - - Name(RBUF, ResourceTemplate() - { - I2CSerialBus(0x54, ControllerInitiated, 400000, AddressingMode7Bit, "\\_SB.PCI0.GIP0.I2C_", 0, ResourceConsumer, , ) - }) - Method(_CRS, 0x0, NotSerialized) - { - Return(RBUF) - } - Method(_STA, 0x0, NotSerialized) - { - // - // Only Platform Type / Id 8 has this device. - // - If(LNotEqual(PTYP, 8)) - { - return (0) - } - Return(0xf) - } -}