summaryrefslogtreecommitdiffstats
path: root/src/northbridge
diff options
context:
space:
mode:
authorNico Huber <nico.h@gmx.de>2019-05-30 15:13:31 +0200
committerNico Huber <nico.h@gmx.de>2019-06-03 10:08:28 +0000
commitec93be5208e1bfece4165858d0d9e2b13e185ea3 (patch)
treeb1b3b8d027c4ef9716332ac04146f26b40cd17db /src/northbridge
parentd1b99d2bbf11ece1e724eb57dfe5a01a950715ca (diff)
downloadcoreboot-ec93be5208e1bfece4165858d0d9e2b13e185ea3.tar.gz
coreboot-ec93be5208e1bfece4165858d0d9e2b13e185ea3.tar.bz2
coreboot-ec93be5208e1bfece4165858d0d9e2b13e185ea3.zip
nb/intel/haswell/gma: Drop NGI remnant
The native graphics init option was replaced with libgfxinit. Change-Id: I62569b70186b7b068effdadc4b39b3c09ddb7188 Signed-off-by: Nico Huber <nico.h@gmx.de> Reviewed-on: https://review.coreboot.org/c/coreboot/+/33127 Reviewed-by: Arthur Heymans <arthur@aheymans.xyz> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/northbridge')
-rw-r--r--src/northbridge/intel/haswell/gma.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/northbridge/intel/haswell/gma.c b/src/northbridge/intel/haswell/gma.c
index 607fab76028c..ca446e25a7c3 100644
--- a/src/northbridge/intel/haswell/gma.c
+++ b/src/northbridge/intel/haswell/gma.c
@@ -236,14 +236,6 @@ static void power_well_enable(void)
{
gtt_write(HSW_PWR_WELL_CTL1, HSW_PWR_WELL_ENABLE);
gtt_poll(HSW_PWR_WELL_CTL1, HSW_PWR_WELL_STATE, HSW_PWR_WELL_STATE);
-
- /* In the native graphics case, we've got about 20 ms.
- * after we power up the AUX channel until we can talk to it.
- * So get that going right now. We can't turn on the panel, yet, just VDD.
- */
- if (CONFIG(MAINBOARD_DO_NATIVE_VGA_INIT)) {
- gtt_write(PCH_PP_CONTROL, PCH_PP_UNLOCK| EDP_FORCE_VDD | PANEL_POWER_RESET);
- }
}
static void gma_pm_init_pre_vbios(struct device *dev)