diff options
-rw-r--r-- | meta-sys940x/README | 13 | ||||
-rw-r--r-- | meta-sys940x/conf/machine/sys940x-noemgd.conf | 5 | ||||
-rw-r--r-- | meta-sys940x/conf/machine/sys940x.conf | 3 |
3 files changed, 16 insertions, 5 deletions
diff --git a/meta-sys940x/README b/meta-sys940x/README index 90589375..9bee44ca 100644 --- a/meta-sys940x/README +++ b/meta-sys940x/README | |||
@@ -2,17 +2,26 @@ This README file contains information on building the meta-sys940x BSP | |||
2 | layer, and booting the images contained in the /binary directory. | 2 | layer, and booting the images contained in the /binary directory. |
3 | Please see the corresponding sections below for details. | 3 | Please see the corresponding sections below for details. |
4 | 4 | ||
5 | The Inforce SYS940x platform consists of the Intel Atom E6xx | 5 | The 'Queens Bay' platform consists of the Intel Atom E6xx |
6 | processor, plus the Intel EG20T Platform Controller Hub (Tunnel Creek | 6 | processor, plus the Intel EG20T Platform Controller Hub (Tunnel Creek |
7 | + Topcliff). | 7 | + Topcliff). |
8 | 8 | ||
9 | It also supports the E6xx embedded on-chip graphics via the Intel | 9 | It also supports the E6xx embedded on-chip graphics via the Intel |
10 | Embedded Media and Graphics Driver (EMGD) 1.10 Driver. | 10 | Embedded Media and Graphics Driver (EMGD). |
11 | 11 | ||
12 | More details available on the product page: | 12 | More details available on the product page: |
13 | http://www.inforcecomputing.com/SYS940X_ECX.html | 13 | http://www.inforcecomputing.com/SYS940X_ECX.html |
14 | 14 | ||
15 | 15 | ||
16 | Compliance | ||
17 | ========== | ||
18 | |||
19 | This BSP is compliant with the Yocto Project as per the requirements | ||
20 | listed here: | ||
21 | |||
22 | http://www.yoctoproject.org/yocto-project-compatible-registration | ||
23 | |||
24 | |||
16 | Dependencies | 25 | Dependencies |
17 | ============ | 26 | ============ |
18 | 27 | ||
diff --git a/meta-sys940x/conf/machine/sys940x-noemgd.conf b/meta-sys940x/conf/machine/sys940x-noemgd.conf index 0c04dcd3..9037506a 100644 --- a/meta-sys940x/conf/machine/sys940x-noemgd.conf +++ b/meta-sys940x/conf/machine/sys940x-noemgd.conf | |||
@@ -1,8 +1,9 @@ | |||
1 | #@TYPE: Machine | 1 | #@TYPE: Machine |
2 | #@NAME: sys940x-noemgd | 2 | #@NAME: sys940x-noemgd |
3 | 3 | ||
4 | #@DESCRIPTION: Machine configuration for Inforce SYS940X systems | 4 | #@WEBTITLE: Intel Atom E6xx Processor with Intel EG20T Controller Hub Development Kit (Queens Bay) with Open Source VESA Graphics for Inforce SYS940X systems. |
5 | # i.e. E660 + EG20T | 5 | |
6 | #@DESCRIPTION: Machine configuration for Inforce SYS940X systems, without Intel-proprietary graphics bits | ||
6 | 7 | ||
7 | require conf/machine/include/tune-atom.inc | 8 | require conf/machine/include/tune-atom.inc |
8 | require conf/machine/include/ia32-base.inc | 9 | require conf/machine/include/ia32-base.inc |
diff --git a/meta-sys940x/conf/machine/sys940x.conf b/meta-sys940x/conf/machine/sys940x.conf index 44de7962..ce45a205 100644 --- a/meta-sys940x/conf/machine/sys940x.conf +++ b/meta-sys940x/conf/machine/sys940x.conf | |||
@@ -1,8 +1,9 @@ | |||
1 | #@TYPE: Machine | 1 | #@TYPE: Machine |
2 | #@NAME: sys940x | 2 | #@NAME: sys940x |
3 | 3 | ||
4 | #@WEBTITLE: Intel Atom E6xx Processor with Intel EG20T Controller Hub Development Kit (Queens Bay) with Proprietary IEMGD Accelerated Graphics | ||
5 | |||
4 | #@DESCRIPTION: Machine configuration for Inforce SYS940x systems | 6 | #@DESCRIPTION: Machine configuration for Inforce SYS940x systems |
5 | # i.e. E660 + EG20T + emgd | ||
6 | 7 | ||
7 | require conf/machine/include/tune-atom.inc | 8 | require conf/machine/include/tune-atom.inc |
8 | require conf/machine/include/ia32-base.inc | 9 | require conf/machine/include/ia32-base.inc |