summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-romley/README11
-rw-r--r--meta-romley/conf/machine/romley.conf5
2 files changed, 13 insertions, 3 deletions
diff --git a/meta-romley/README b/meta-romley/README
index 6ddbaf20..c35c2092 100644
--- a/meta-romley/README
+++ b/meta-romley/README
@@ -2,9 +2,16 @@ This README file contains information on building the meta-romley
BSP layer, and booting the images contained in the /binary directory.
Please see the corresponding sections below for details.
-The 'romley' platform consists of the Intel Sandy Bridge processor,
-plus the Patsburg chipset. This BSP assumes Matrox graphics is being used.
+The 'romley' platform consists of the Intel Xeon E5-2600 and E5-2400
+Series Processors, plus the Intel C604/C602-J Chipset.
+This BSP assumes Matrox graphics is being used.
+Compliance
+==========
+This BSP is compliant with the Yocto Project as per the requirements
+listed here:
+
+ http://www.yoctoproject.org/yocto-project-compatible-registration
Dependencies
============
diff --git a/meta-romley/conf/machine/romley.conf b/meta-romley/conf/machine/romley.conf
index ab4d3c01..18d67575 100644
--- a/meta-romley/conf/machine/romley.conf
+++ b/meta-romley/conf/machine/romley.conf
@@ -1,8 +1,11 @@
#@TYPE: Machine
#@NAME: romley
+#@WEBTITLE: Intel Xeon E5-2600 and E5-2400 Series (Formerly Sandy Bridge-EP/EN)
+#Processors with Intel C604/C602-J Chipset (Romley-EP/EN Platform)
+
#@DESCRIPTION: Machine configuration for Romley systems
-# i.e. Sandy Bridge + Patsburg Chipset
+# i.e. Xeon E5-2600 and E5-2400 + Intel CC604/C602-J
PREFERRED_VERSION_linux-yocto ?= "3.2%"