diff options
author | Max Krummenacher <max.krummenacher@toradex.com> | 2013-10-10 19:10:02 +0200 |
---|---|---|
committer | Max Krummenacher <max.krummenacher@toradex.com> | 2013-10-10 19:10:02 +0200 |
commit | e0e2fcc8bda1c1dd427adf738b115f4902662ad6 (patch) | |
tree | 9bc6eb98ca853d1e1c6b93b7bd90e62393e11e52 /recipes-support | |
parent | 0600b13cff225ed435ef1e5e2171ac5209037112 (diff) |
colibri-vf50: add the machine, kernel and u-boot
- also add the relevant configuration files
Diffstat (limited to 'recipes-support')
-rw-r--r-- | recipes-support/fbset/fbset-modes.bbappend | 2 | ||||
-rw-r--r-- | recipes-support/fbset/files/colibri-vf50/fb.modes | 37 |
2 files changed, 39 insertions, 0 deletions
diff --git a/recipes-support/fbset/fbset-modes.bbappend b/recipes-support/fbset/fbset-modes.bbappend new file mode 100644 index 0000000..1a472a0 --- /dev/null +++ b/recipes-support/fbset/fbset-modes.bbappend @@ -0,0 +1,2 @@ +# Provide fb-modes file for vybrid +FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
\ No newline at end of file diff --git a/recipes-support/fbset/files/colibri-vf50/fb.modes b/recipes-support/fbset/files/colibri-vf50/fb.modes new file mode 100644 index 0000000..ba902ce --- /dev/null +++ b/recipes-support/fbset/files/colibri-vf50/fb.modes @@ -0,0 +1,37 @@ +mode "640x480-60" + # D: 25.175 MHz, H: 31.500 kHz, V: 60.001 Hz + geometry 640 480 640 480 24 + timings 39722 48 16 33 10 96 2 +endmode + +mode "768x576-75" + # D: 49.188 MHz, H: 46.580 kHz, V: 75.008 Hz + geometry 768 576 768 576 16 + timings 20330 128 32 32 8 128 5 +endmode + +mode "800x480-60" + # D: 32.46 MHz, H: 30.38 kHz, V: 53.583 Hz + geometry 800 480 800 480 16 + timings 32460 128 64 22 20 64 3 +endmode + +mode "800x600-60" + # D: 39.273 MHz, H: 37.190 kHz, V: 59.599 Hz + geometry 800 600 800 600 16 + timings 25463 160 21 16 1 80 2 + hsync high + vsync high +endmode + +mode "1024x600-60" + # D: 48.000 MHz, H: 40.816 kHz, V: 62.891 Hz + geometry 1024 600 1024 600 16 + timings 20833 104 24 43 20 5 5 +endmode + +mode "1024x768-60" + # D: 65.00 MHz, H: 48.363 kHz, V: 60.00 Hz + geometry 1024 768 1024 768 16 + timings 15385 160 24 29 3 136 6 +endmode |