]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Vlv2DeviceRefCodePkg/AcpiTablesPCAT/Pch.asl
Vlv2DeviceRefCodePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / Vlv2DeviceRefCodePkg / AcpiTablesPCAT / Pch.asl
index 38dac87bcd2f70b494fed8745eee704393c64514..af8aceb51581a29168fa48a1f8cf49b49cbe5108 100644 (file)
@@ -5,15 +5,9 @@
 ;*    Family of Customer Reference Boards.                                *;\r
 ;*                                                                        *;\r
 ;*                                                                        *;\r
-;*    Copyright (c) 2012  - 2014, Intel Corporation. All rights reserved    *;\r
+;*    Copyright (c) 2012  - 2016, Intel Corporation. All rights reserved    *;\r
 ;\r
-; This program and the accompanying materials are licensed and made available under\r
-; the terms and conditions of the BSD License that accompanies this distribution.\r
-; The full text of the license may be found at\r
-; http://opensource.org/licenses/bsd-license.php.\r
-;\r
-; THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-; WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+; SPDX-License-Identifier: BSD-2-Clause-Patent\r
 ;\r
 ;*                                                                        *;\r
 ;*                                                                        *;\r
@@ -139,7 +133,10 @@ scope (\_SB)
     {\r
       If (LAnd(LAnd(LEqual(LPEE, 2), LEqual(LPED, 0)), LEqual(OSEL, 0)))\r
       {\r
-        Return (0xF)\r
+        If(LEqual(LPAD, 1))\r
+        {\r
+          Return (0xF)\r
+        }\r
       }\r
       Return (0x0)\r
     }\r
@@ -218,7 +215,10 @@ scope (\_SB)
     {\r
       If (LAnd(LAnd(LEqual(LPEE, 2), LEqual(LPED, 0)), LEqual(OSEL, 1)))\r
       {\r
-        Return (0xF)\r
+        If(LEqual(LPAD, 1))\r
+        {\r
+          Return (0xF)\r
+        }\r
       }\r
       Return (0x0)\r
     }\r
@@ -683,3 +683,4 @@ scope (\_SB.PCI0)
   }   // Device(SEC0)\r
 \r
 } // End scope (\_SB.PCI0)\r
+\r