Re: [U-Boot] [PATCH RESEND 2/3] arm: added support for display controller in Jade SoC

2009-07-08 Thread Jean-Christophe PLAGNIOL-VILLARD
On 00:25 Thu 09 Jul , Anatolij Gustschin wrote: > Jean-Christophe PLAGNIOL-VILLARD wrote: > > On 16:02 Wed 08 Jul , Matthias Weisser wrote: > >> This patch adds support for the display controller in > >> the MB86R01 'Jade' SoC. > >> > >> Signed-off-by: Matthias Weisser > >> --- > ... > >>

Re: [U-Boot] [PATCH RESEND 2/3] arm: added support for display controller in Jade SoC

2009-07-08 Thread Anatolij Gustschin
Jean-Christophe PLAGNIOL-VILLARD wrote: > On 16:02 Wed 08 Jul , Matthias Weisser wrote: >> This patch adds support for the display controller in >> the MB86R01 'Jade' SoC. >> >> Signed-off-by: Matthias Weisser >> --- ... >> + >> +/* >> + * 4MB (at the end of system RAM) >> + */ >> +#define VID

Re: [U-Boot] [PATCH RESEND 2/3] arm: added support for display controller in Jade SoC

2009-07-08 Thread Jean-Christophe PLAGNIOL-VILLARD
On 16:02 Wed 08 Jul , Matthias Weisser wrote: > This patch adds support for the display controller in > the MB86R01 'Jade' SoC. > > Signed-off-by: Matthias Weisser > --- > drivers/video/Makefile |1 + > drivers/video/cfb_console.c |2 +- > drivers/video/jadegdc.c | 192 > +

[U-Boot] [PATCH RESEND 2/3] arm: added support for display controller in Jade SoC

2009-07-08 Thread Matthias Weisser
This patch adds support for the display controller in the MB86R01 'Jade' SoC. Signed-off-by: Matthias Weisser --- drivers/video/Makefile |1 + drivers/video/cfb_console.c |2 +- drivers/video/jadegdc.c | 192 +++ 3 files changed, 194 inse