From 12602f7b19e75e7c502f2198a70c2348c7e5b09c Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Thu, 10 Oct 2013 19:10:02 +0200 Subject: colibri-vf50: add the machine, kernel and u-boot - also add the relevant configuration files --- recipes-support/fbset/fbset-modes.bbappend | 2 ++ recipes-support/fbset/files/colibri-vf50/fb.modes | 37 +++++++++++++++++++++++ 2 files changed, 39 insertions(+) create mode 100644 recipes-support/fbset/fbset-modes.bbappend create mode 100644 recipes-support/fbset/files/colibri-vf50/fb.modes (limited to 'recipes-support') 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 -- cgit v1.2.3