Re: [U-Boot] [PATCH 1/2] new video driver for bus vcxk framebuffers

2009-07-19 Thread Jens Scharsig
Hello Anatolij, >> +initialize the reset line to vcxk hardware and release it from reset > > Looking on the changes to board configuration file > "include/configs/EB+MCF-EV123.h" in the second patch of this series > I now realize that most of these CONFIG_SYS_ macros above expand to > C code, so

Re: [U-Boot] [PATCH 1/2] new video driver for bus vcxk framebuffers

2009-07-18 Thread Anatolij Gustschin
Jens Scharsig wrote: > This patch adds a new video driver > > * adds common bus_vcxk framebuffer driver > > Signed-off-by: Jens Scharsig > --- Sorry it took so long to review/comment. We need to resolve some issues before this patch can be applied, then it can go in for coming release. > diff

Re: [U-Boot] [PATCH 1/2] new video driver for bus vcxk framebuffers

2009-07-17 Thread Wolfgang Denk
Dear Anatolij, In message Jens Scharsig wrote: > This patch adds a new video driver > > * adds common bus_vcxk framebuffer driver > > Signed-off-by: Jens Scharsig > --- AFAICT this has neither been applied nor rejected yet. Please check. Best regards, Wolfgang Denk -- DENX Software Engin

[U-Boot] [PATCH 1/2] new video driver for bus vcxk framebuffers

2009-04-22 Thread Jens Scharsig
This patch adds a new video driver * adds common bus_vcxk framebuffer driver Signed-off-by: Jens Scharsig --- diff --git a/doc/README.bus_vcxk b/doc/README.bus_vcxk new file mode 100644 index 000..44e1238 --- /dev/null +++ b/doc/README.bus_vcxk @@ -0,0 +1,95 @@ +/* + * (C) Copyright 2008-2