diff options
author | Tom Zanussi <tom.zanussi@intel.com> | 2011-02-14 04:33:13 (GMT) |
---|---|---|
committer | Tom Zanussi <tom.zanussi@intel.com> | 2011-02-14 04:33:13 (GMT) |
commit | 829f0b2db3015c145b89bf85cf9ac3d8e6827e30 (patch) | |
tree | dae0bb6e0c7e0eb88b376d2d5ffdee64f995e1df /meta-jasperforest/recipes-graphics | |
parent | 92c64651fe7d91f81d4eb7d48fbf854a4dad97d0 (diff) | |
download | meta-intel-829f0b2db3015c145b89bf85cf9ac3d8e6827e30.tar.gz |
meta-jasperforest: new layer for Xeon C5500/C3500 + Intel 3420
This layer provides support for Jasper Forest + Ibex Peak Intel
systems. 'Jasper Forest' refers to the Intel Xeon C5500/C3500
processors, which combined with the Intel 3420 PCH chipset (Ibex Peak)
make up the 'Picket Post' CRB this BSP was developed on.
This BSP also makes use of the grub2 and associated live-install
changes in meta-intel/common.
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Diffstat (limited to 'meta-jasperforest/recipes-graphics')
3 files changed, 36 insertions, 0 deletions
diff --git a/meta-jasperforest/recipes-graphics/xorg-xserver/xserver-xf86-config/jasperforest/xorg.conf b/meta-jasperforest/recipes-graphics/xorg-xserver/xserver-xf86-config/jasperforest/xorg.conf new file mode 100644 index 0000000..ca14a0c --- /dev/null +++ b/meta-jasperforest/recipes-graphics/xorg-xserver/xserver-xf86-config/jasperforest/xorg.conf | |||
@@ -0,0 +1,32 @@ | |||
1 | #Section "Device" | ||
2 | # Identifier "Volari Z11" | ||
3 | # Driver "xgi" | ||
4 | #EndSection | ||
5 | |||
6 | Section "Device" | ||
7 | Identifier "Generic VESA" | ||
8 | Driver "vesa" | ||
9 | EndSection | ||
10 | |||
11 | Section "Monitor" | ||
12 | Identifier "Generic Monitor" | ||
13 | Option "DPMS" | ||
14 | EndSection | ||
15 | |||
16 | Section "Screen" | ||
17 | Identifier "Default Screen" | ||
18 | # Device "Volari Z11" | ||
19 | Device "Generic VESA" | ||
20 | Monitor "Generic Monitor" | ||
21 | DefaultDepth 24 | ||
22 | EndSection | ||
23 | |||
24 | Section "ServerLayout" | ||
25 | Identifier "Default Layout" | ||
26 | Screen "Default Screen" | ||
27 | EndSection | ||
28 | |||
29 | Section "ServerFlags" | ||
30 | Option "DontZap" "0" | ||
31 | Option "AutoAddDevices" "False" | ||
32 | EndSection | ||
diff --git a/meta-jasperforest/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend b/meta-jasperforest/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend new file mode 100644 index 0000000..4b8d0e6 --- /dev/null +++ b/meta-jasperforest/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend | |||
@@ -0,0 +1,3 @@ | |||
1 | THISDIR := "${@os.path.dirname(bb.data.getVar('FILE', d, True))}" | ||
2 | FILESPATH =. "${@base_set_filespath(["${THISDIR}/${PN}"], d)}:" | ||
3 | |||
diff --git a/meta-jasperforest/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite_1.9.3.bbappend b/meta-jasperforest/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite_1.9.3.bbappend new file mode 100644 index 0000000..b2808ef --- /dev/null +++ b/meta-jasperforest/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite_1.9.3.bbappend | |||
@@ -0,0 +1 @@ | |||
EXTRA_OECONF += "--enable-dga" | |||