]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Vlv2DeviceRefCodePkg/AcpiTablesPCAT/PchPcie.asl
edk2: Remove packages moved to edk2-platforms
[mirror_edk2.git] / Vlv2DeviceRefCodePkg / AcpiTablesPCAT / PchPcie.asl
diff --git a/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/PchPcie.asl b/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/PchPcie.asl
deleted file mode 100644 (file)
index 7b32ea2..0000000
+++ /dev/null
@@ -1,50 +0,0 @@
-/**************************************************************************;\r
-;*                                                                        *;\r
-;*                                                                        *;\r
-;*    Intel Corporation - ACPI Reference Code for the Baytrail            *;\r
-;*    Family of Customer Reference Boards.                                *;\r
-;*                                                                        *;\r
-;*                                                                        *;\r
-;*    Copyright (c)  2011  - 2014, Intel Corporation. All rights reserved   *;\r
-;\r
-; SPDX-License-Identifier: BSD-2-Clause-Patent\r
-;\r
-;*                                                                        *;\r
-;*                                                                        *;\r
-;**************************************************************************/\r
-\r
-\r
-OperationRegion(PXCS,PCI_Config,0x40,0xC0)\r
-Field(PXCS,AnyAcc, NoLock, Preserve)\r
-{\r
-  Offset(0x10), // LCTL - Link Control Register\r
-  L0SE, 1,      // 0, L0s Entry Enabled\r
-  , 7,\r
-  Offset(0x12), // LSTS - Link Status Register\r
-  , 13,\r
-  LASX, 1,      // 0, Link Active Status\r
-  Offset(0x1A), // SLSTS[7:0] - Slot Status Register\r
-  ABPX, 1,      // 0, Attention Button Pressed\r
-  , 2,\r
-  PDCX, 1,      // 3, Presence Detect Changed\r
-  , 2,\r
-  PDSX, 1,      // 6, Presence Detect State\r
-  , 1,\r
-  Offset(0x20), // RSTS - Root Status Register\r
-  , 16,\r
-  PSPX, 1,      // 16,        PME Status\r
-}\r
-\r
-\r
-Device(PXSX)\r
-{\r
-  Name(_ADR, 0x00000000)\r
-\r
-  // NOTE:  Any PCIE Hot-Plug dependency for this port is\r
-  // specific to the CRB.  Please modify the code based on\r
-  // your platform requirements.\r
-\r
-  Name(_PRW, Package() {9,4})\r
-}\r
-\r
-\r