Hiroyuki Bessho | 30 Mar 2012 05:13
Picon

x11 for evbarm

Hi,

   I'm going to enable x11 build for evbarm as in attached patch, if
there is no objections.

   Xorg server with wsfb driver works OK on some of evbarm platforms
which have LCD frame buffers.

BR
bsh

Index: external/mit/xorg/server/drivers/Makefile
===================================================================
RCS file: /cvsroot/src/external/mit/xorg/server/drivers/Makefile,v
retrieving revision 1.60
diff -u -r1.60 Makefile
--- external/mit/xorg/server/drivers/Makefile	30 Aug 2011 04:22:56 -0000	1.60
+++ external/mit/xorg/server/drivers/Makefile	30 Mar 2012 03:02:00 -0000
 <at>  <at>  -147,6 +147,11  <at>  <at> 
 	xf86-video-wsfb
 .endif	# ${MACHINE} == "dreamcast"

+.if ${MACHINE} == "evbarm"
+SUBDIR+= \
+	xf86-video-wsfb
+.endif # ${MACHINE} == "evbarm"
+
 .if ${MACHINE} == "evbmips"
 SUBDIR+= \
 	xf86-video-siliconmotion \
(Continue reading)

Michael | 30 Mar 2012 13:50
Picon

Re: x11 for evbarm

Hello,

On Fri, 30 Mar 2012 12:13:36 +0900
Hiroyuki Bessho <bsh <at> NetBSD.org> wrote:

> Hi,
> 
>    I'm going to enable x11 build for evbarm as in attached patch, if
> there is no objections.
> 
>    Xorg server with wsfb driver works OK on some of evbarm platforms
> which have LCD frame buffers.

Looks good to me. You'll probably want to update the file lists as well ;)

have fun
Michael

Adam Hoka | 30 Mar 2012 15:32
Picon
Gravatar

Re: x11 for evbarm

On Fri, Mar 30, 2012 at 1:50 PM, Michael <macallan <at> netbsd.org> wrote:
> Hello,
>
> On Fri, 30 Mar 2012 12:13:36 +0900
> Hiroyuki Bessho <bsh <at> NetBSD.org> wrote:
>
>> Hi,
>>
>>    I'm going to enable x11 build for evbarm as in attached patch, if
>> there is no objections.
>>
>>    Xorg server with wsfb driver works OK on some of evbarm platforms
>> which have LCD frame buffers.
>
> Looks good to me. You'll probably want to update the file lists as well ;)
>
> have fun
> Michael

I wonder if this should get into 6.0?

--

-- 
NetBSD - Simplicity is prerequisite for reliability

Izumi Tsutsui | 31 Mar 2012 04:56
Picon
Gravatar

Re: x11 for evbarm

> I wonder if this should get into 6.0?

I guess bsh's target is Sharp Netwalker
(with forthcoming LCD display support)
and in 6.0 few evbarm boards have functional LCD for X.
(small LCDs on BEAGLEBOARD, GUMSTIX, TS7200 and TWINTAIL etc?)

---
Izumi Tsutsui

Hiroyuki Bessho | 4 Apr 2012 03:15
Picon

Re: x11 for evbarm

(2012/03/31 11:56), Izumi Tsutsui wrote:
>> I wonder if this should get into 6.0?
> I guess bsh's target is Sharp Netwalker
> (with forthcoming LCD display support)
> and in 6.0 few evbarm boards have functional LCD for X.
> (small LCDs on BEAGLEBOARD, GUMSTIX, TS7200 and TWINTAIL etc?)
>
> ---
> Izumi Tsutsui
  Right, I have tested x11 on NETWALKER and TWINTAIL.    I'll try 
SMDK2410, LUBBOCK, and maybe BEAGLEBOARD, later.

   For 6.0, currently I have no plan to request pull-up.   I'll do so if 
there is a big demand on it, but we'll need a little bit more work.

BR
bsh.

bsh | 4 Apr 2012 09:28
Picon

Re: x11 for evbarm

I have committed tha patch.  Thank you for the review.

At Fri, 30 Mar 2012 07:50:49 -0400,
Michael  wrote:
> 
> Hello,
> 
> On Fri, 30 Mar 2012 12:13:36 +0900
> Hiroyuki Bessho <bsh <at> NetBSD.org> wrote:
> 
> > Hi,
> > 
> >    I'm going to enable x11 build for evbarm as in attached patch, if
> > there is no objections.
> > 
> >    Xorg server with wsfb driver works OK on some of evbarm platforms
> > which have LCD frame buffers.
> 
> Looks good to me. You'll probably want to update the file lists as well ;)
> 
> have fun
> Michael


Gmane