aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/lenovo/x60/Makefile.inc
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@no-log.org>2013-02-24 12:01:44 +0100
committerRonald G. Minnich <rminnich@gmail.com>2013-04-16 05:20:12 +0200
commited7e29e6202485ba7b4f27bd415c891abdbb9f1d (patch)
tree1b25ed74218adb5681b0a7f7e08bd9b1ab03cb10 /src/mainboard/lenovo/x60/Makefile.inc
parentcef4ea7fb53f01a74126b85232503a2d106d9933 (diff)
Lenovo ThinkPad X60: Add Native VGA init.
The code has been taken from the google link mainboard and modified to fit the ThinkPad X60. Change-Id: Ie16e45163acdc651ea46699ecc33055bfd34099c Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> Reviewed-on: http://review.coreboot.org/2998 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
Diffstat (limited to 'src/mainboard/lenovo/x60/Makefile.inc')
-rw-r--r--src/mainboard/lenovo/x60/Makefile.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mainboard/lenovo/x60/Makefile.inc b/src/mainboard/lenovo/x60/Makefile.inc
index 0b01fe45c7..ecb7ce583d 100644
--- a/src/mainboard/lenovo/x60/Makefile.inc
+++ b/src/mainboard/lenovo/x60/Makefile.inc
@@ -20,3 +20,6 @@
smm-$(CONFIG_HAVE_SMI_HANDLER) += dock.c
romstage-y += dock.c
ramstage-y += dock.c
+ramstage-$(CONFIG_MAINBOARD_DO_NATIVE_VGA_INIT) += i915.c
+ramstage-$(CONFIG_MAINBOARD_DO_NATIVE_VGA_INIT) += i915io.c
+ramstage-$(CONFIG_MAINBOARD_DO_NATIVE_VGA_INIT) += intel_dp.c