soc/intel: Include gfx.asl from northbridge
The iGPU is on the northbridge or system agent, not the southbridge. Change-Id: Ic63a7ad532fd1faa8e90d44bf7269040fa901757 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/49123 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Subrata Banik <subrata.banik@intel.com> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
This commit is contained in:
parent
13818f5c5c
commit
09f06056eb
|
@ -17,9 +17,6 @@
|
|||
/* GPIO controller */
|
||||
#include "gpio.asl"
|
||||
|
||||
/* GFX 00:02.0 */
|
||||
#include <drivers/intel/gma/acpi/gfx.asl>
|
||||
|
||||
/* ESPI 0:1f.0 */
|
||||
#include <soc/intel/common/block/acpi/acpi/lpc.asl>
|
||||
|
||||
|
|
|
@ -114,3 +114,6 @@ Method (_CRS, 0, Serialized)
|
|||
|
||||
Return (MCRS)
|
||||
}
|
||||
|
||||
/* GFX 00:02.0 */
|
||||
#include <drivers/intel/gma/acpi/gfx.asl>
|
||||
|
|
|
@ -17,9 +17,6 @@
|
|||
|
||||
#include "xhci.asl"
|
||||
|
||||
/* GFX 00:02.0 */
|
||||
#include <drivers/intel/gma/acpi/gfx.asl>
|
||||
|
||||
/* LPC */
|
||||
#include <soc/intel/common/block/acpi/acpi/lpc.asl>
|
||||
|
||||
|
|
|
@ -16,9 +16,6 @@
|
|||
#include "gpio.asl"
|
||||
#endif
|
||||
|
||||
/* GFX 00:02.0 */
|
||||
#include <drivers/intel/gma/acpi/gfx.asl>
|
||||
|
||||
/* LPC 0:1f.0 */
|
||||
#include <soc/intel/common/block/acpi/acpi/lpc.asl>
|
||||
|
||||
|
|
|
@ -309,3 +309,6 @@ Device (PDRC)
|
|||
Return (BUF0)
|
||||
}
|
||||
}
|
||||
|
||||
/* GFX 00:02.0 */
|
||||
#include <drivers/intel/gma/acpi/gfx.asl>
|
||||
|
|
|
@ -14,9 +14,6 @@
|
|||
/* GPIO controller */
|
||||
#include "gpio.asl"
|
||||
|
||||
/* GFX 00:02.0 */
|
||||
#include <drivers/intel/gma/acpi/gfx.asl>
|
||||
|
||||
/* ESPI 0:1f.0 */
|
||||
#include <soc/intel/common/block/acpi/acpi/lpc.asl>
|
||||
|
||||
|
|
|
@ -17,9 +17,6 @@
|
|||
/* GPIO controller */
|
||||
#include "gpio.asl"
|
||||
|
||||
/* GFX 00:02.0 */
|
||||
#include <drivers/intel/gma/acpi/gfx.asl>
|
||||
|
||||
/* ESPI 0:1f.0 */
|
||||
#include <soc/intel/common/block/acpi/acpi/lpc.asl>
|
||||
|
||||
|
|
|
@ -17,9 +17,6 @@
|
|||
/* GPIO controller */
|
||||
#include "gpio.asl"
|
||||
|
||||
/* GFX 00:02.0 */
|
||||
#include <drivers/intel/gma/acpi/gfx.asl>
|
||||
|
||||
/* ESPI 0:1f.0 */
|
||||
#include <soc/intel/common/block/acpi/acpi/lpc.asl>
|
||||
|
||||
|
|
|
@ -66,8 +66,5 @@ Method (_OSC, 4)
|
|||
#include <soc/intel/common/acpi/sgx.asl>
|
||||
#endif
|
||||
|
||||
/* Integrated graphics 0:2.0 */
|
||||
#include <drivers/intel/gma/acpi/gfx.asl>
|
||||
|
||||
/* Intel Power Engine Plug-in */
|
||||
#include <soc/intel/common/block/acpi/acpi/pep.asl>
|
||||
|
|
|
@ -322,3 +322,6 @@ Device (PDRC)
|
|||
Return (BUF0)
|
||||
}
|
||||
}
|
||||
|
||||
/* Integrated graphics 0:2.0 */
|
||||
#include <drivers/intel/gma/acpi/gfx.asl>
|
||||
|
|
|
@ -17,9 +17,6 @@
|
|||
/* GPIO controller */
|
||||
#include "gpio.asl"
|
||||
|
||||
/* GFX 00:02.0 */
|
||||
#include <drivers/intel/gma/acpi/gfx.asl>
|
||||
|
||||
/* ESPI 0:1f.0 */
|
||||
#include <soc/intel/common/block/acpi/acpi/lpc.asl>
|
||||
|
||||
|
|
Loading…
Reference in New Issue