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>
This commit is contained in:
Rahul Kumar Gupta 2016-11-11 17:38:02 +08:00 committed by Saul Wold
parent 61634f89a8
commit 35d60f13bb
2 changed files with 2 additions and 0 deletions

View File

@ -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"

View File

@ -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"