summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRahul Kumar Gupta <rahul.kumarxx.gupta@intel.com>2016-11-11 17:38:02 +0800
committerSaul Wold <sgw@linux.intel.com>2016-11-28 12:45:06 -0800
commit35d60f13bbd64d429271b1fbaab03fcc19927433 (patch)
tree1f038f3634f59efcb01915789ea40e02f1165be2
parent61634f89a8a93c45bfa4efb08099a50126211df4 (diff)
downloadmeta-intel-35d60f13bbd64d429271b1fbaab03fcc19927433.tar.gz
intel-core*: Add ASPEED Xserver driver
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@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
-rw-r--r--conf/machine/intel-core2-32.conf1
-rw-r--r--conf/machine/intel-corei7-64.conf1
2 files changed, 2 insertions, 0 deletions
diff --git a/conf/machine/intel-core2-32.conf b/conf/machine/intel-core2-32.conf
index 6a61fadc..fb7bf23c 100644
--- a/conf/machine/intel-core2-32.conf
+++ b/conf/machine/intel-core2-32.conf
@@ -25,6 +25,7 @@ XSERVER ?= "${XSERVER_X86_BASE} \
25 ${XSERVER_X86_I965} \ 25 ${XSERVER_X86_I965} \
26 ${XSERVER_X86_MODESETTING} \ 26 ${XSERVER_X86_MODESETTING} \
27 ${XSERVER_X86_VESA} \ 27 ${XSERVER_X86_VESA} \
28 ${XSERVER_X86_ASPEED_AST} \
28 " 29 "
29 30
30SYSLINUX_OPTS = "serial 0 115200" 31SYSLINUX_OPTS = "serial 0 115200"
diff --git a/conf/machine/intel-corei7-64.conf b/conf/machine/intel-corei7-64.conf
index 053c9604..a0e24ba8 100644
--- a/conf/machine/intel-corei7-64.conf
+++ b/conf/machine/intel-corei7-64.conf
@@ -24,6 +24,7 @@ XSERVER ?= "${XSERVER_X86_BASE} \
24 ${XSERVER_X86_MATROX_MGA} \ 24 ${XSERVER_X86_MATROX_MGA} \
25 ${XSERVER_X86_MODESETTING} \ 25 ${XSERVER_X86_MODESETTING} \
26 ${XSERVER_X86_VESA} \ 26 ${XSERVER_X86_VESA} \
27 ${XSERVER_X86_ASPEED_AST} \
27 " 28 "
28 29
29SYSLINUX_OPTS = "serial 0 115200" 30SYSLINUX_OPTS = "serial 0 115200"