All of lore.kernel.org
 help / color / mirror / Atom feed
* Small set of patches to add a few default configuration files for the OMAP3-Pandora machine.
@ 2009-02-02 11:40 David-John Willis
  2009-02-02 11:40 ` [PATCH] Add pointercal file for the omap3-pandora touchscreen David-John Willis
  0 siblings, 1 reply; 9+ messages in thread
From: David-John Willis @ 2009-02-02 11:40 UTC (permalink / raw)
  To: openembedded-devel


These patches add support for a default touchscreen calibration (pointercal), fb.modes and an xorg.conf for the OMAP3-Pandora system. I am still beating git send-email into submission so if I have got this email wrong I apologise in advance ;-).

Regards,

John Willis




^ permalink raw reply	[flat|nested] 9+ messages in thread

* [PATCH] Add pointercal file for the omap3-pandora touchscreen.
  2009-02-02 11:40 Small set of patches to add a few default configuration files for the OMAP3-Pandora machine David-John Willis
@ 2009-02-02 11:40 ` David-John Willis
  2009-02-02 11:40   ` [PATCH] Add fb.modes default file for the Pandora David-John Willis
  2009-02-02 12:20   ` [PATCH] Add pointercal file for the omap3-pandora touchscreen Koen Kooi
  0 siblings, 2 replies; 9+ messages in thread
From: David-John Willis @ 2009-02-02 11:40 UTC (permalink / raw)
  To: openembedded-devel; +Cc: David-John Willis

Signed-off-by: David-John Willis <John.Willis@Distant-earth.com>
---
 packages/pointercal/files/omap3-pandora/pointercal |  Bin 0 -> 45 bytes
 1 files changed, 0 insertions(+), 0 deletions(-)
 create mode 100755 packages/pointercal/files/omap3-pandora/pointercal

diff --git a/packages/pointercal/files/omap3-pandora/pointercal b/packages/pointercal/files/omap3-pandora/pointercal
new file mode 100755
index 0000000000000000000000000000000000000000..8052257fb2607ce055ac42a48ac8ebe5449cdb09
GIT binary patch
literal 45
tcmWN_u>k-u2m&xq;Q<Flk^e7iGbW3cvBXZD`-CC#Ux96pO3*G9iU-D)2v`6B

literal 0
HcmV?d00001

-- 
1.6.0.5




^ permalink raw reply	[flat|nested] 9+ messages in thread

* [PATCH] Add fb.modes default file for the Pandora.
  2009-02-02 11:40 ` [PATCH] Add pointercal file for the omap3-pandora touchscreen David-John Willis
@ 2009-02-02 11:40   ` David-John Willis
  2009-02-02 11:40     ` [PATCH] Add default xorg.conf " David-John Willis
  2009-02-02 12:19     ` [PATCH] Add fb.modes default file " Koen Kooi
  2009-02-02 12:20   ` [PATCH] Add pointercal file for the omap3-pandora touchscreen Koen Kooi
  1 sibling, 2 replies; 9+ messages in thread
From: David-John Willis @ 2009-02-02 11:40 UTC (permalink / raw)
  To: openembedded-devel; +Cc: David-John Willis

Signed-off-by: David-John Willis <John.Willis@Distant-earth.com>
---
 packages/fbset/fbset-modes/omap3-pandora/fb.modes |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)
 create mode 100755 packages/fbset/fbset-modes/omap3-pandora/fb.modes

diff --git a/packages/fbset/fbset-modes/omap3-pandora/fb.modes b/packages/fbset/fbset-modes/omap3-pandora/fb.modes
new file mode 100755
index 0000000..0c87401
--- /dev/null
+++ b/packages/fbset/fbset-modes/omap3-pandora/fb.modes
@@ -0,0 +1,6 @@
+mode "800x480-65"
+    # D: 36.001 MHz, H: 34.124 kHz, V: 64.998 Hz
+    geometry 800 480 800 480 16
+    timings 27777 40 214 10 34 1 1
+    rgba 5/11,6/5,5/0,0/0
+endmode
-- 
1.6.0.5




^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [PATCH] Add default xorg.conf for the Pandora.
  2009-02-02 11:40   ` [PATCH] Add fb.modes default file for the Pandora David-John Willis
@ 2009-02-02 11:40     ` David-John Willis
  2009-02-02 12:19       ` Koen Kooi
  2009-02-02 12:19     ` [PATCH] Add fb.modes default file " Koen Kooi
  1 sibling, 1 reply; 9+ messages in thread
From: David-John Willis @ 2009-02-02 11:40 UTC (permalink / raw)
  To: openembedded-devel; +Cc: David-John Willis

Signed-off-by: David-John Willis <John.Willis@Distant-earth.com>
---
 .../xserver-xorg-conf/omap3-pandora/xorg.conf      |   29 ++++++++++++++++++++
 1 files changed, 29 insertions(+), 0 deletions(-)
 create mode 100755 packages/xorg-xserver/xserver-xorg-conf/omap3-pandora/xorg.conf

diff --git a/packages/xorg-xserver/xserver-xorg-conf/omap3-pandora/xorg.conf b/packages/xorg-xserver/xserver-xorg-conf/omap3-pandora/xorg.conf
new file mode 100755
index 0000000..983bb08
--- /dev/null
+++ b/packages/xorg-xserver/xserver-xorg-conf/omap3-pandora/xorg.conf
@@ -0,0 +1,29 @@
+Section "Module"                                       
+        Load    "extmod"                                
+        Load    "dbe"                           
+        Load    "glx"                                           
+        Load    "freetype"                             
+        Load    "type1"                        
+        Load    "record"                    
+        Load    "dri"                       
+EndSection                            
+
+Section "Monitor"                                                                    
+        Identifier      "Builtin Default Monitor"
+EndSection                                       
+
+Section "Device"                                  
+        Identifier      "Builtin Default fbdev Device 0"
+        Driver  "omapfb"
+EndSection                                                
+
+Section "Screen"                                        
+        Identifier      "Builtin Default fbdev Screen 0"     
+        Device  "Builtin Default fbdev Device 0"            
+        Monitor "Builtin Default Monitor"               
+EndSection                                              
+
+Section "ServerLayout"                                 
+        Identifier      "Builtin Default Layout"                                     
+        Screen  "Builtin Default fbdev Screen 0"        
+EndSection                                              
-- 
1.6.0.5




^ permalink raw reply related	[flat|nested] 9+ messages in thread

* Re: [PATCH] Add default xorg.conf for the Pandora.
  2009-02-02 11:40     ` [PATCH] Add default xorg.conf " David-John Willis
@ 2009-02-02 12:19       ` Koen Kooi
  2009-02-02 13:02         ` John Willis
  2009-02-10 13:22         ` John Willis
  0 siblings, 2 replies; 9+ messages in thread
From: Koen Kooi @ 2009-02-02 12:19 UTC (permalink / raw)
  To: openembedded-devel

On 02-02-09 12:40, David-John Willis wrote:
> Signed-off-by: David-John Willis<John.Willis@Distant-earth.com>
> ---
>   .../xserver-xorg-conf/omap3-pandora/xorg.conf      |   29 ++++++++++++++++++++
>   1 files changed, 29 insertions(+), 0 deletions(-)
>   create mode 100755 packages/xorg-xserver/xserver-xorg-conf/omap3-pandora/xorg.conf

Looks good, but you need to bump PR on the xserver-xorg-conf recipe as well.

regards,

Koen


>
> diff --git a/packages/xorg-xserver/xserver-xorg-conf/omap3-pandora/xorg.conf b/packages/xorg-xserver/xserver-xorg-conf/omap3-pandora/xorg.conf
> new file mode 100755
> index 0000000..983bb08
> --- /dev/null
> +++ b/packages/xorg-xserver/xserver-xorg-conf/omap3-pandora/xorg.conf
> @@ -0,0 +1,29 @@
> +Section "Module"
> +        Load    "extmod"
> +        Load    "dbe"
> +        Load    "glx"
> +        Load    "freetype"
> +        Load    "type1"
> +        Load    "record"
> +        Load    "dri"
> +EndSection
> +
> +Section "Monitor"
> +        Identifier      "Builtin Default Monitor"
> +EndSection
> +
> +Section "Device"
> +        Identifier      "Builtin Default fbdev Device 0"
> +        Driver  "omapfb"
> +EndSection
> +
> +Section "Screen"
> +        Identifier      "Builtin Default fbdev Screen 0"
> +        Device  "Builtin Default fbdev Device 0"
> +        Monitor "Builtin Default Monitor"
> +EndSection
> +
> +Section "ServerLayout"
> +        Identifier      "Builtin Default Layout"
> +        Screen  "Builtin Default fbdev Screen 0"
> +EndSection





^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PATCH] Add fb.modes default file for the Pandora.
  2009-02-02 11:40   ` [PATCH] Add fb.modes default file for the Pandora David-John Willis
  2009-02-02 11:40     ` [PATCH] Add default xorg.conf " David-John Willis
@ 2009-02-02 12:19     ` Koen Kooi
  1 sibling, 0 replies; 9+ messages in thread
From: Koen Kooi @ 2009-02-02 12:19 UTC (permalink / raw)
  To: openembedded-devel

On 02-02-09 12:40, David-John Willis wrote:
> Signed-off-by: David-John Willis<John.Willis@Distant-earth.com>
> ---
>   packages/fbset/fbset-modes/omap3-pandora/fb.modes |    6 ++++++
>   1 files changed, 6 insertions(+), 0 deletions(-)
>   create mode 100755 packages/fbset/fbset-modes/omap3-pandora/fb.modes

Looks good, but you need to bump PR on the fbset-modes recipe as well.

regards,

Koen


>
> diff --git a/packages/fbset/fbset-modes/omap3-pandora/fb.modes b/packages/fbset/fbset-modes/omap3-pandora/fb.modes
> new file mode 100755
> index 0000000..0c87401
> --- /dev/null
> +++ b/packages/fbset/fbset-modes/omap3-pandora/fb.modes
> @@ -0,0 +1,6 @@
> +mode "800x480-65"
> +    # D: 36.001 MHz, H: 34.124 kHz, V: 64.998 Hz
> +    geometry 800 480 800 480 16
> +    timings 27777 40 214 10 34 1 1
> +    rgba 5/11,6/5,5/0,0/0
> +endmode





^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PATCH] Add pointercal file for the omap3-pandora touchscreen.
  2009-02-02 11:40 ` [PATCH] Add pointercal file for the omap3-pandora touchscreen David-John Willis
  2009-02-02 11:40   ` [PATCH] Add fb.modes default file for the Pandora David-John Willis
@ 2009-02-02 12:20   ` Koen Kooi
  1 sibling, 0 replies; 9+ messages in thread
From: Koen Kooi @ 2009-02-02 12:20 UTC (permalink / raw)
  To: openembedded-devel

On 02-02-09 12:40, David-John Willis wrote:
> Signed-off-by: David-John Willis<John.Willis@Distant-earth.com>
> ---
>   packages/pointercal/files/omap3-pandora/pointercal |  Bin 0 ->  45 bytes
>   1 files changed, 0 insertions(+), 0 deletions(-)
>   create mode 100755 packages/pointercal/files/omap3-pandora/pointercal

Pointercal files are plain text, so something went wrong :) Also, you 
need to bump PR on the pointercal recipe as well.

regards,

Koen

>
> diff --git a/packages/pointercal/files/omap3-pandora/pointercal b/packages/pointercal/files/omap3-pandora/pointercal
> new file mode 100755
> index 0000000000000000000000000000000000000000..8052257fb2607ce055ac42a48ac8ebe5449cdb09
> GIT binary patch
> literal 45
> tcmWN_u>k-u2m&xq;Q<Flk^e7iGbW3cvBXZD`-CC#Ux96pO3*G9iU-D)2v`6B
>
> literal 0
> HcmV?d00001
>





^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PATCH] Add default xorg.conf for the Pandora.
  2009-02-02 12:19       ` Koen Kooi
@ 2009-02-02 13:02         ` John Willis
  2009-02-10 13:22         ` John Willis
  1 sibling, 0 replies; 9+ messages in thread
From: John Willis @ 2009-02-02 13:02 UTC (permalink / raw)
  To: openembedded-devel

> Looks good, but you need to bump PR on the xserver-xorg-conf recipe as
> well.

Noted, having a bad day. I'll resubmit all 3 later on from home.

John





^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PATCH] Add default xorg.conf for the Pandora.
  2009-02-02 12:19       ` Koen Kooi
  2009-02-02 13:02         ` John Willis
@ 2009-02-10 13:22         ` John Willis
  1 sibling, 0 replies; 9+ messages in thread
From: John Willis @ 2009-02-10 13:22 UTC (permalink / raw)
  To: openembedded-devel

> Looks good, but you need to bump PR on the xserver-xorg-conf recipe as
> well.

Updated patches below (I hope). Sorry, real life got in the way.

Signed-off-by: David-John Willis <John.Willis@Distant-earth.com>

---
 .../xserver-xorg-conf/omap3-pandora/xorg.conf      |   29
++++++++++++++++++++
 1 files changed, 29 insertions(+), 0 deletions(-)
 create mode 100755
packages/xorg-xserver/xserver-xorg-conf/omap3-pandora/xorg.conf
diff --git a/packages/xorg-xserver/xserver-xorg-conf/omap3-pandora/xorg.conf
b/packages/xorg-xserver/xserver-xorg-conf/omap3-pandora/xorg.conf
new file mode 100755
index 0000000..983bb08
--- /dev/null
+++ b/packages/xorg-xserver/xserver-xorg-conf/omap3-pandora/xorg.conf
@@ -0,0 +1,29 @@
+Section "Module"                                       
+        Load    "extmod"                                
+        Load    "dbe"                           
+        Load    "glx"                                           
+        Load    "freetype"                             
+        Load    "type1"                        
+        Load    "record"                    
+        Load    "dri"                       
+EndSection                            
+
+Section "Monitor"

+        Identifier      "Builtin Default Monitor"
+EndSection                                       
+
+Section "Device"                                  
+        Identifier      "Builtin Default fbdev Device 0"
+        Driver  "omapfb"
+EndSection                                                
+
+Section "Screen"                                        
+        Identifier      "Builtin Default fbdev Screen 0"     
+        Device  "Builtin Default fbdev Device 0"            
+        Monitor "Builtin Default Monitor"               
+EndSection                                              
+
+Section "ServerLayout"                                 
+        Identifier      "Builtin Default Layout"

+        Screen  "Builtin Default fbdev Screen 0"        
+EndSection                                              

---
packages/xorg-xserver/xserver-xorg-conf_0.1.bb |    2 +-
diff --git a/packages/xorg-xserver/xserver-xorg-conf_0.1.bb
b/packages/xorg-xserver/xserver-xorg-conf_0.1.bb
index 23dcf18..95aa82b
--- a/packages/xorg-xserver/xserver-xorg-conf_0.1.bb
+++ b/packages/xorg-xserver/xserver-xorg-conf_0.1.bb
@@ -1,5 +1,5 @@
 DESCRIPTION = "Machine specific xorg.conf files"
-PR = "r3"
+PR = "r4"
 
 SRC_URI = "file://xorg.conf"







^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2009-02-10 13:24 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-02 11:40 Small set of patches to add a few default configuration files for the OMAP3-Pandora machine David-John Willis
2009-02-02 11:40 ` [PATCH] Add pointercal file for the omap3-pandora touchscreen David-John Willis
2009-02-02 11:40   ` [PATCH] Add fb.modes default file for the Pandora David-John Willis
2009-02-02 11:40     ` [PATCH] Add default xorg.conf " David-John Willis
2009-02-02 12:19       ` Koen Kooi
2009-02-02 13:02         ` John Willis
2009-02-10 13:22         ` John Willis
2009-02-02 12:19     ` [PATCH] Add fb.modes default file " Koen Kooi
2009-02-02 12:20   ` [PATCH] Add pointercal file for the omap3-pandora touchscreen Koen Kooi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.