From 01ab2d14be086bd6fda82eaad000a34e6abb9047 Mon Sep 17 00:00:00 2001 From: "Ronald G. Minnich" Date: Sun, 30 Jun 2013 20:30:58 -0700 Subject: Add kernel-derived support functions for DDI. Newer mainboards that use haswell -- and, presumably, chipsets to come -- need some support functions. Add them in the drivers/intel/gma directory. Currently, this is one file: intel_ddi.c, but more may come. Compilation of this file is controlled by INTEL_DDI, defined in the Kconfig as default n and used in the Makefile.inc Change-Id: I501ee291c0d4589925ed3e478f67106337fcad31 Signed-off-by: Ronald G. Minnich Reviewed-on: https://gerrit.chromium.org/gerrit/60612 Tested-by: Ronald G. Minnich Reviewed-by: Ronald G. Minnich Commit-Queue: Ronald G. Minnich Reviewed-on: http://review.coreboot.org/4337 Tested-by: build bot (Jenkins) Reviewed-by: Alexandru Gagniuc --- src/drivers/intel/gma/Makefile.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/drivers/intel/gma/Makefile.inc') diff --git a/src/drivers/intel/gma/Makefile.inc b/src/drivers/intel/gma/Makefile.inc index c90daa4f37..0c3f45a17e 100644 --- a/src/drivers/intel/gma/Makefile.inc +++ b/src/drivers/intel/gma/Makefile.inc @@ -18,4 +18,5 @@ ## ramstage-$(CONFIG_INTEL_DP) += intel_dp.c drm_dp_helper.c +ramstage-$(CONFIG_INTEL_DDI) += intel_ddi.c -- cgit v1.2.3