summaryrefslogtreecommitdiffstats
path: root/meta-romley/README
diff options
context:
space:
mode:
authorKishore Bodke <kishore.k.bodke@intel.com>2013-02-25 16:05:30 -0800
committerTom Zanussi <tom.zanussi@intel.com>2013-02-27 14:30:03 -0600
commit920212bf51233a7f67e5482640f96b032aec25c7 (patch)
tree28bd7cda861dabeabbbb90e36764f98dfa7fb59b /meta-romley/README
parent150be7c8fb97ac88737f6017fdf9dd47b273bb3e (diff)
downloadmeta-intel-920212bf51233a7f67e5482640f96b032aec25c7.tar.gz
romley: add Ivy Bridge support
Create a new machine to support the romley Ivy Bridge CPU variant. Signed-off-by: Kishore Bodke <kishore.k.bodke@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Diffstat (limited to 'meta-romley/README')
-rw-r--r--meta-romley/README22
1 files changed, 17 insertions, 5 deletions
diff --git a/meta-romley/README b/meta-romley/README
index f1a9bb0a..ffad2971 100644
--- a/meta-romley/README
+++ b/meta-romley/README
@@ -2,10 +2,18 @@ This README file contains information on building the meta-romley
2BSP layer, and booting the images contained in the /binary directory. 2BSP layer, and booting the images contained in the /binary directory.
3Please see the corresponding sections below for details. 3Please see the corresponding sections below for details.
4 4
5The 'romley' platform consists of the Intel Xeon E5-2600 and E5-2400 5The romley platform consists of two versions:
6Series Processors, plus the Intel C604/C602-J Chipset 61. romley - Sandy Bridge
72. romley - Ivy Bridge
8
9The romley - Sandy Bridge platform consists of the Intel Xeon E5-2600
10and E5-2400 Series processors, plus the Intel C604/C602-J chipset
7(Sandy Bridge-EP/EN + Patsburg). 11(Sandy Bridge-EP/EN + Patsburg).
8 12
13The romley - Ivy Bridge platform consists of the Intel Xeon E5-2600
14and E5-2400 v2 Series processors with the Intel C604/C602-J chipset
15(Ivy Bridge-EP/EN + Patsburg).
16
9This BSP assumes Matrox graphics is being used. 17This BSP assumes Matrox graphics is being used.
10 18
11Further information about the platforms supported by this BSP can be 19Further information about the platforms supported by this BSP can be
@@ -25,6 +33,7 @@ listed here:
25 33
26 https://www.yoctoproject.org/webform/yocto-project-compatible-registration 34 https://www.yoctoproject.org/webform/yocto-project-compatible-registration
27 35
36
28Dependencies 37Dependencies
29============ 38============
30 39
@@ -76,10 +85,14 @@ common metadata shared between BSPs) e.g.:
76 yocto/meta-intel \ 85 yocto/meta-intel \
77 yocto/meta-intel/meta-romley \ 86 yocto/meta-intel/meta-romley \
78 87
79To enable the romley layer, add the romley MACHINE to local.conf: 88To enable the romley Sandy Bridge layer, add the romley MACHINE to local.conf:
80 89
81 MACHINE ?= "romley" 90 MACHINE ?= "romley"
82 91
92To enable the romley Ivy Bridge layer, add the romley-ivb MACHINE to local.conf:
93
94 MACHINE ?= "romley-ivb"
95
83You should then be able to build a romley image as such: 96You should then be able to build a romley image as such:
84 97
85 $ source oe-init-build-env 98 $ source oe-init-build-env
@@ -127,6 +140,7 @@ ifconfig the IP address and use that to ssh in. The root password is
127empty, so to log in type 'root' for the user name and hit 'Enter' at 140empty, so to log in type 'root' for the user name and hit 'Enter' at
128the Password prompt: and you should be in. 141the Password prompt: and you should be in.
129 142
143
130III. Enabling Intel DPDK Technology 144III. Enabling Intel DPDK Technology
131=================================== 145===================================
132 146
@@ -142,5 +156,3 @@ the syslinux boot: prompt, or the boot: prompt contains strange
142characters), try doing this first: 156characters), try doing this first:
143 157
144# dd if=/dev/zero of=/dev/sdf bs=1M count=512 158# dd if=/dev/zero of=/dev/sdf bs=1M count=512
145
146