From 6aad7407464ec9cc807916b71068fdae323bfcd1 Mon Sep 17 00:00:00 2001 From: Darren Hart Date: Mon, 23 Jan 2012 15:46:07 -0800 Subject: meta-intel: Add Inforce SYS940x BSP The Inforce SYS940x-ECX Developer-Ready Reference Platform features: o Intel Atom E6xx (0.6-1.6 GHz) o Up to 1GB on-board DDR2 o Intel Platform Controller Hub EG20T o VGA,LVDS o HD Audio o SD Card o Dual SATA o Mini-PCIe http://www.inforcecomputing.com/SYS940X_ECX.html Signed-off-by: Darren Hart --- meta-sys940x/conf/machine/sys940x-noemgd.conf | 19 +++++++++++++++++++ meta-sys940x/conf/machine/sys940x.conf | 23 +++++++++++++++++++++++ 2 files changed, 42 insertions(+) create mode 100644 meta-sys940x/conf/machine/sys940x-noemgd.conf create mode 100644 meta-sys940x/conf/machine/sys940x.conf (limited to 'meta-sys940x/conf/machine') diff --git a/meta-sys940x/conf/machine/sys940x-noemgd.conf b/meta-sys940x/conf/machine/sys940x-noemgd.conf new file mode 100644 index 00000000..8a1c20f5 --- /dev/null +++ b/meta-sys940x/conf/machine/sys940x-noemgd.conf @@ -0,0 +1,19 @@ +#@TYPE: Machine +#@NAME: sys940x + +#@DESCRIPTION: Machine configuration for Inforce SYS940X systems +# i.e. E660 + EG20T + +include conf/machine/include/tune-atom.inc +include conf/machine/include/ia32-base.inc + +# Add "pcbios" if you have a non-efi version of the firmware +MACHINE_FEATURES += "efi pcbios" + +XSERVER ?= "${XSERVER_IA32_BASE} \ + ${XSERVER_IA32_EXT} \ + ${XSERVER_IA32_VESA} \ + " + +SERIAL_CONSOLE = "115200 ttyS0" +APPEND += "console=ttyS0,115200 console=tty0" diff --git a/meta-sys940x/conf/machine/sys940x.conf b/meta-sys940x/conf/machine/sys940x.conf new file mode 100644 index 00000000..ceb6e0fa --- /dev/null +++ b/meta-sys940x/conf/machine/sys940x.conf @@ -0,0 +1,23 @@ +#@TYPE: Machine +#@NAME: sys940x + +#@DESCRIPTION: Machine configuration for Inforce SYS940x systems +# i.e. E660 + EG20T + +include conf/machine/include/tune-atom.inc +include conf/machine/include/ia32-base.inc + +# Add "pcbios" if you have a non-efi version of the firmware +MACHINE_FEATURES += "efi pcbios" + +XSERVER ?= "${XSERVER_IA32_BASE} \ + ${XSERVER_IA32_EXT} \ + ${XSERVER_IA32_EMGD} \ + " + +PREFERRED_VERSION_xserver-xorg ?= "1.9.3" +PREFERRED_VERSION_mesa-dri ?= "7.11" +PREFERRED_VERSION_emgd-driver-bin ?= "1.8" + +SERIAL_CONSOLE = "115200 ttyS0" +APPEND += "console=ttyS0,115200 console=tty0" -- cgit v1.2.3-54-g00ecf