summaryrefslogtreecommitdiffstats
path: root/meta-isg
diff options
context:
space:
mode:
authorOng Boon Leong <boon.leong.ong@intel.com>2014-03-26 17:32:32 +0800
committerTom Zanussi <tom.zanussi@intel.com>2014-04-03 15:36:37 -0500
commit4ef39b0a27ca2182f5d05d771a781b236f0de70f (patch)
treec75dd37f1a8d88c90ea9390bd960e71b47088615 /meta-isg
parent771124a53a46eb59e7a6434da1c2f15972789fde (diff)
downloadmeta-intel-4ef39b0a27ca2182f5d05d771a781b236f0de70f.tar.gz
meta-mohonpeak: provide machine configuration for mohonpeak
Create new machines named 'mohonpeak32' and 'mohonpeak64' for this platform. Signed-off-by: Ong Boon Leong <boon.leong.ong@intel.com> Reviewed-by: Darren Hart <dvhart@linux.intel.com>
Diffstat (limited to 'meta-isg')
-rw-r--r--meta-isg/meta-mohonpeak/conf/machine/mohonpeak32.conf22
-rw-r--r--meta-isg/meta-mohonpeak/conf/machine/mohonpeak64.conf24
2 files changed, 46 insertions, 0 deletions
diff --git a/meta-isg/meta-mohonpeak/conf/machine/mohonpeak32.conf b/meta-isg/meta-mohonpeak/conf/machine/mohonpeak32.conf
new file mode 100644
index 00000000..d703a613
--- /dev/null
+++ b/meta-isg/meta-mohonpeak/conf/machine/mohonpeak32.conf
@@ -0,0 +1,22 @@
1#@TYPE: Machine
2#@NAME: mohonpeak 32bit
3
4#@DESCRIPTION: Machine configuration for Mohon Peak systems
5
6PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto"
7PREFERRED_VERSION_linux-yocto ?= "3.10%"
8
9require conf/machine/include/tune-atom.inc
10require conf/machine/include/ia32-base.inc
11require conf/machine/include/meta-intel.inc
12
13XSERVER ?= "${XSERVER_IA32_BASE} \
14 ${XSERVER_IA32_EXT} \
15 ${XSERVER_IA32_ASPEED_AST} \
16 "
17
18MACHINE_FEATURES += "pcbios efi"
19
20SYSLINUX_OPTS = "serial 1 115200"
21SERIAL_CONSOLE = "115200 ttyS1"
22APPEND += "console=ttyS1,115200 console=tty1"
diff --git a/meta-isg/meta-mohonpeak/conf/machine/mohonpeak64.conf b/meta-isg/meta-mohonpeak/conf/machine/mohonpeak64.conf
new file mode 100644
index 00000000..95a11365
--- /dev/null
+++ b/meta-isg/meta-mohonpeak/conf/machine/mohonpeak64.conf
@@ -0,0 +1,24 @@
1#@TYPE: Machine
2#@NAME: mohonpeak 64 bit
3
4#@DESCRIPTION: Machine configuration for Mohon Peak systems
5
6PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto"
7PREFERRED_VERSION_linux-yocto ?= "3.10%"
8
9DEFAULTTUNE ?= "core2-64"
10
11require conf/machine/include/tune-atom.inc
12require conf/machine/include/ia32-base.inc
13require conf/machine/include/meta-intel.inc
14
15XSERVER ?= "${XSERVER_IA32_BASE} \
16 ${XSERVER_IA32_EXT} \
17 ${XSERVER_IA32_ASPEED_AST} \
18 "
19
20MACHINE_FEATURES += "pcbios efi"
21
22SYSLINUX_OPTS = "serial 1 115200"
23SERIAL_CONSOLE = "115200 ttyS1"
24APPEND += "console=ttyS1,115200 console=tty1"