[meta-intel] [PATCH 2/5] intel-core*: Add ASPEED Xserver driver

Rahul Kumar Gupta rahul.kumarxx.gupta at intel.com
Fri Nov 11 01:38:02 PST 2016


Include support for ASPEED Technology graphics card driver to
intel-corei7-64 and intel-core2-32. So that intel common BSP can
support platforms like MohonPeak (Intel Atom Processor C2000 Product
Family) which using this graphics card.

Signed-off-by: Rahul Kumar Gupta <rahul.kumarxx.gupta at intel.com>
---
 conf/machine/intel-core2-32.conf  | 1 +
 conf/machine/intel-corei7-64.conf | 1 +
 2 files changed, 2 insertions(+)

diff --git a/conf/machine/intel-core2-32.conf b/conf/machine/intel-core2-32.conf
index 6a61fad..fb7bf23 100644
--- a/conf/machine/intel-core2-32.conf
+++ b/conf/machine/intel-core2-32.conf
@@ -25,6 +25,7 @@ XSERVER ?= "${XSERVER_X86_BASE} \
             ${XSERVER_X86_I965} \
             ${XSERVER_X86_MODESETTING} \
             ${XSERVER_X86_VESA} \
+            ${XSERVER_X86_ASPEED_AST} \
            "
 
 SYSLINUX_OPTS = "serial 0 115200"
diff --git a/conf/machine/intel-corei7-64.conf b/conf/machine/intel-corei7-64.conf
index 053c960..a0e24ba 100644
--- a/conf/machine/intel-corei7-64.conf
+++ b/conf/machine/intel-corei7-64.conf
@@ -24,6 +24,7 @@ XSERVER ?= "${XSERVER_X86_BASE} \
             ${XSERVER_X86_MATROX_MGA} \
             ${XSERVER_X86_MODESETTING} \
             ${XSERVER_X86_VESA} \
+            ${XSERVER_X86_ASPEED_AST} \
            "
 
 SYSLINUX_OPTS = "serial 0 115200"
-- 
1.9.1



More information about the meta-intel mailing list