libgfxinit: Enable G45 support (for GM45/X4X)
Change-Id: Ia637d32ffaa5d280320955d34141eddc8b7df981 Signed-off-by: Nico Huber <nico.h@gmx.de> Reviewed-on: https://review.coreboot.org/22222 Reviewed-by: Arthur Heymans <arthur@aheymans.xyz> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
@@ -65,9 +65,10 @@ config GFX_GMA_ANALOG_I2C_HDMI_D
|
||||
|
||||
config GFX_GMA
|
||||
def_bool y
|
||||
depends on NORTHBRIDGE_INTEL_NEHALEM || NORTHBRIDGE_INTEL_SANDYBRIDGE \
|
||||
|| NORTHBRIDGE_INTEL_IVYBRIDGE || NORTHBRIDGE_INTEL_HASWELL \
|
||||
|| SOC_INTEL_BROADWELL || SOC_INTEL_SKYLAKE
|
||||
depends on NORTHBRIDGE_INTEL_GM45 || NORTHBRIDGE_INTEL_X4X \
|
||||
|| NORTHBRIDGE_INTEL_NEHALEM || NORTHBRIDGE_INTEL_SANDYBRIDGE \
|
||||
|| NORTHBRIDGE_INTEL_IVYBRIDGE || NORTHBRIDGE_INTEL_HASWELL \
|
||||
|| SOC_INTEL_BROADWELL || SOC_INTEL_SKYLAKE
|
||||
depends on MAINBOARD_HAS_LIBGFXINIT
|
||||
|
||||
if GFX_GMA
|
||||
@@ -80,6 +81,7 @@ config GFX_GMA_CPU
|
||||
default "Ivybridge" if NORTHBRIDGE_INTEL_IVYBRIDGE
|
||||
default "Sandybridge" if NORTHBRIDGE_INTEL_SANDYBRIDGE
|
||||
default "Ironlake" if NORTHBRIDGE_INTEL_NEHALEM
|
||||
default "G45" if NORTHBRIDGE_INTEL_GM45 || NORTHBRIDGE_INTEL_X4X
|
||||
|
||||
config GFX_GMA_CPU_VARIANT
|
||||
string
|
||||
@@ -93,6 +95,7 @@ config GFX_GMA_INTERNAL_IS_EDP
|
||||
|
||||
config GFX_GMA_INTERNAL_IS_LVDS
|
||||
bool
|
||||
default y if NORTHBRIDGE_INTEL_GM45
|
||||
default n
|
||||
|
||||
config GFX_GMA_INTERNAL_PORT
|
||||
|
Reference in New Issue
Block a user