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

2009-07-24 Thread Jens Scharsig
Wolfgang Denk schrieb: > Incorrect brace style. > ... > > Quoting the CodingStyle: > > Now, some people will claim that having 8-character > indentations makes the code move too far to the right, and > makes it hard to read on a 80-character terminal screen. The >

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

2009-07-23 Thread Wolfgang Denk
Dear Jens Scharsig, In message <4a65a19e.6060...@bus-elektronik.de> you wrote: > This patch adds a new video driver ... > +int vcxk_display_bitmap (ulong addr, int x, int y) > +{ ... > + if ((bmp->header.signature[0] == 'B') && > + (bmp->header.signature[1] == 'M')) > + { > +

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

2009-07-21 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..4eb8fe8 --- /dev/null +++ b/doc/README.bus_vcxk @@ -0,0 +1,85 @@ +/* + * (C) Copyright 2008-2