aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/slippy/variants/falco/include/variant
diff options
context:
space:
mode:
authorMatt DeVillier <matt.devillier@gmail.com>2017-03-15 01:25:49 -0500
committerNico Huber <nico.h@gmx.de>2017-04-14 22:56:57 +0200
commit472d5111adc037b8ffeeac9ae9362eaa8ec89e45 (patch)
tree5aeeaf7b44a588755b627090fb02c0a17f335928 /src/mainboard/google/slippy/variants/falco/include/variant
parentf411b701c5e65c9875b0ac1135fb64fbfc7f3d57 (diff)
google/slippy: clean up NGI and move to libgfxinit
- remove old, buggy NGI code from falco/peppy variants - remove superfluous INTEL_DP/INTEL_DDI configs, since already selected by northbridge/haswell - always use libgfxinit when use native init config selected - enable NGI/libgfxinit for all slippy variants The reset of the old Haswell NGI code will be cleaned up in a subsequent patchset. Test: select MAINBOARD_DO_NATIVE_VGA_INIT, observe panel init using SeaBIOS and Tianocore payloads on peppy, wolf variants Change-Id: Id5727cad7f714ffa57e77e2a25505e3c28f55237 Signed-off-by: Matt DeVillier <matt.devillier@gmail.com> Reviewed-on: https://review.coreboot.org/18824 Tested-by: build bot (Jenkins) Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'src/mainboard/google/slippy/variants/falco/include/variant')
-rw-r--r--src/mainboard/google/slippy/variants/falco/include/variant/mainboard.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/src/mainboard/google/slippy/variants/falco/include/variant/mainboard.h b/src/mainboard/google/slippy/variants/falco/include/variant/mainboard.h
deleted file mode 100644
index 6329a27805..0000000000
--- a/src/mainboard/google/slippy/variants/falco/include/variant/mainboard.h
+++ /dev/null
@@ -1,21 +0,0 @@
-/*
-* This file is part of the coreboot project.
-*
-* Copyright 2013 Google Inc.
-*
-* This program is free software; you can redistribute it and/or modify
-* it under the terms of the GNU General Public License as published by
-* the Free Software Foundation; version 2 of the License.
-*
-* This program is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU General Public License for more details.
-*/
-
-#ifndef __MAINBOARD_H_
-#define __MAINBOARD_H_
-void mainboard_train_link(struct intel_dp *intel_dp);
-void mainboard_set_port_clk_dp(struct intel_dp *intel_dp);
-
-#endif