hc
2024-03-25 edb30157bad0c0001c32b854271ace01d3b9a16a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
/** @file
  This file contains the device definition of the System Agent
  ACPI reference code.
  Currently defines the device objects for the
  System Agent PCI Express* ports (PEG), iGfx and other devices.
 
  Copyright (c) 2021, Intel Corporation. All rights reserved.<BR>
  SPDX-License-Identifier: BSD-2-Clause-Patent
**/
 
External(\HGMD)
External(\HGST)
External(\_SB.PC00, DeviceObj)
External(\_SB.PC00.GFX0, DeviceObj)
External(\_SB.PC00.IPU0, DeviceObj)
External(\_SB.PC00.B0D3, DeviceObj)
External(\_SB.PC00.PCIC, MethodObj)
External(\_SB.PC00.PCID, MethodObj)
///
/// CPU PCIe Root Port
///
include("CpuPcieRp.asl")
include("PegCommon.asl")
If(LAnd((LEqual(HGMD,2)), (LEqual(HGST,1)))) {
  include("PegRtd3.asl")
}