* [U-Boot-Users] PATCH: Driver for the Epson SED13806 graphic controler
@ 2002-11-20 18:09 Pierre AUBERT
2002-11-21 13:09 ` [U-Boot-Users] " Pierre AUBERT
0 siblings, 1 reply; 7+ messages in thread
From: Pierre AUBERT @ 2002-11-20 18:09 UTC (permalink / raw)
To: u-boot
Hello everybody,
Please find attached a patch that add support for the Epson SED13806
graphic controller. This controller
is used on the Embedded Planet ECCX daughter board. Please see the
RPXClassic.h file for the details
of the configuration.
This patch also adds the support of the BMP logo in cfb_console driver.
^ permalink raw reply [flat|nested] 7+ messages in thread
* [U-Boot-Users] Re: PATCH: Driver for the Epson SED13806 graphic controler
2002-11-20 18:09 [U-Boot-Users] PATCH: Driver for the Epson SED13806 graphic controler Pierre AUBERT
@ 2002-11-21 13:09 ` Pierre AUBERT
2002-11-22 19:49 ` Wolfgang Denk
0 siblings, 1 reply; 7+ messages in thread
From: Pierre AUBERT @ 2002-11-21 13:09 UTC (permalink / raw)
To: u-boot
Pierre AUBERT wrote:
> Hello everybody,
>
> Please find attached a patch that add support for the Epson SED13806
> graphic controller. This controller
> is used on the Embedded Planet ECCX daughter board. Please see the
> RPXClassic.h file for the details
> of the configuration.
>
> This patch also adds the support of the BMP logo in cfb_console driver.
> >From now, the cfb_console driver
> was only able to display the logo included in the file logo_linux.h. The
> MPC8xx LCD driver use the logo
> included in bmp_logo.h. This file is very easy to create because the
> tool bmp_logo is included in U-boot.
> I saw that the video driver for the MPC8xx use another logo created by
> easy_logo. I think that it would be nie to use
> only one file format in all the graphic drivers.
> To use the BMP logo with the cfb_console driver, add #define
> CONFIG_VIDEO_BMP_LOGO in the board config
> file (see RPXClassic.h).
>
> This patch fixes also a warning in mkimage.c.
>
> CHANGELOG:
> * Patch by Pierre Aubert , 20 Nov 2002
> Add driver for Epson SED13806 graphic controller.
> Add support for BMP logos in cfb_console driver.
>
> Best regards
>
Here's the README patch that was forgotten in my last post
--- ppcboot-2.0.0-cvs/README 2002-11-21 13:50:01.000000000 +0100
+++ ppcboot-2.0.0-lcd/README 2002-11-21 14:06:50.000000000 +0100
@@ -423,6 +423,9 @@ The following options need to be configu
(requires CFG_CMD_DATE)
CONFIG_VIDEO_LOGO display Linux logo in
upper left corner
+ CONFIG_VIDEO_BMP_LOGO use bmp_logo.h instead of
+ linux_logo.h for logo.
+ Requires CONFIG_VIDEO_LOGO
CONFIG_CONSOLE_EXTRA_INFO
addional board info beside
the logo
@@ -710,6 +713,11 @@ The following options need to be configu
16,7 Mill (24bit) 315 318 31b
(i.e. setenv videomode 317; saveenv; reset;)
+ CONFIG_VIDEO_SED13806
+ Enable Epson SED13806 driver. This driver supports 8bpp and
+ 16bpp modes defined by
+ CONFIG_VIDEO_SED13806_8BPP or CONFIG_VIDEO_SED13806_16BPP
+
- LCD Support: CONFIG_LCD
Define this to enable LCD support (for output to LCD
^ permalink raw reply [flat|nested] 7+ messages in thread* [U-Boot-Users] Re: PATCH: Driver for the Epson SED13806 graphic controler
2002-11-21 13:09 ` [U-Boot-Users] " Pierre AUBERT
@ 2002-11-22 19:49 ` Wolfgang Denk
0 siblings, 0 replies; 7+ messages in thread
From: Wolfgang Denk @ 2002-11-22 19:49 UTC (permalink / raw)
To: u-boot
Dear Pierre,
in message <3DDCDB16.6E94A6FC@staubli.com> you wrote:
>
> Here's the README patch that was forgotten in my last post
Thanks, added.
Viele Gr??e,
Best regards,
Wolfgang Denk
--
Software Engineering: Embedded and Realtime Systems, Embedded Linux
Phone: (+49)-8142-4596-87 Fax: (+49)-8142-4596-88 Email: wd at denx.de
...the increased productivity fostered by a friendly environment and
quality tools is essential to meet ever increasing demands for
software. - M. D. McIlroy, E. N. Pinson and B. A. Tague
^ permalink raw reply [flat|nested] 7+ messages in thread
* [U-Boot-Users] PATCH: Driver for the Epson SED13806 graphic controler
@ 2002-11-20 18:03 Pierre AUBERT
2002-11-22 23:21 ` Wolfgang Denk
0 siblings, 1 reply; 7+ messages in thread
From: Pierre AUBERT @ 2002-11-20 18:03 UTC (permalink / raw)
To: u-boot
Hello everybody,
Please find attached a patch that add support for the Epson SED13806
graphic controller. This controller
is used on the Embedded Planet ECCX daughter board. Please see the
RPXClassic.h file for the details
of the configuration.
This patch also adds the support of the BMP logo in cfb_console driver.
^ permalink raw reply [flat|nested] 7+ messages in thread
* [U-Boot-Users] PATCH: Driver for the Epson SED13806 graphic controler
2002-11-20 18:03 [U-Boot-Users] " Pierre AUBERT
@ 2002-11-22 23:21 ` Wolfgang Denk
2002-11-25 7:24 ` Pierre AUBERT
0 siblings, 1 reply; 7+ messages in thread
From: Wolfgang Denk @ 2002-11-22 23:21 UTC (permalink / raw)
To: u-boot
Dear Pierre,
in message <3DDBCE60.E0021D2C@staubli.com> you wrote:
>
> Please find attached a patch that add support for the Epson SED13806
> graphic controller. This controller
Added, thanks.
> is used on the Embedded Planet ECCX daughter board. Please see the
> RPXClassic.h file for the details
> of the configuration.
Is there any reason so this driver is restricted to the RPXClassic
board? Should we not move the driver into the drivers/ directory
instead?
Best regards,
Wolfgang Denk
--
Software Engineering: Embedded and Realtime Systems, Embedded Linux
Phone: (+49)-8142-4596-87 Fax: (+49)-8142-4596-88 Email: wd at denx.de
If in any problem you find yourself doing an immense amount of work,
the answer can be obtained by simple inspection.
^ permalink raw reply [flat|nested] 7+ messages in thread
* [U-Boot-Users] PATCH: Driver for the Epson SED13806 graphic controler
2002-11-22 23:21 ` Wolfgang Denk
@ 2002-11-25 7:24 ` Pierre AUBERT
2002-11-25 13:25 ` Wolfgang Denk
0 siblings, 1 reply; 7+ messages in thread
From: Pierre AUBERT @ 2002-11-25 7:24 UTC (permalink / raw)
To: u-boot
Hello Wolfgang
Wolfgang Denk wrote:
> Dear Pierre,
>
> in message <3DDBCE60.E0021D2C@staubli.com> you wrote:
> >
> > Please find attached a patch that add support for the Epson SED13806
> > graphic controller. This controller
>
> Added, thanks.
>
> > is used on the Embedded Planet ECCX daughter board. Please see the
> > RPXClassic.h file for the details
> > of the configuration.
>
> Is there any reason so this driver is restricted to the RPXClassic
> board? Should we not move the driver into the drivers/ directory
> instead?
The
The RPXClassic specific part of the driver (init of ECCX board registers,
config of the screen attached to the
board) is in the RPXClassic directory. The generic part of the driver
(handling of the Epson controller) is in the
drivers/sed13806.c file. This driver isn't restricted to te RPXClassic
board, I use it for a custom board.
>
>
> Best regards,
>
> Wolfgang Denk
>
> --
> Software Engineering: Embedded and Realtime Systems, Embedded Linux
> Phone: (+49)-8142-4596-87 Fax: (+49)-8142-4596-88 Email: wd at denx.de
> If in any problem you find yourself doing an immense amount of work,
> the answer can be obtained by simple inspection.
Best regards
^ permalink raw reply [flat|nested] 7+ messages in thread
* [U-Boot-Users] PATCH: Driver for the Epson SED13806 graphic controler
2002-11-25 7:24 ` Pierre AUBERT
@ 2002-11-25 13:25 ` Wolfgang Denk
0 siblings, 0 replies; 7+ messages in thread
From: Wolfgang Denk @ 2002-11-25 13:25 UTC (permalink / raw)
To: u-boot
Dear Pierre,
in message <3DE1D038.71FD5C0@staubli.com> you wrote:
>
> The RPXClassic specific part of the driver (init of ECCX board registers,
> config of the screen attached to the
> board) is in the RPXClassic directory. The generic part of the driver
> (handling of the Epson controller) is in the
> drivers/sed13806.c file. This driver isn't restricted to te RPXClassic
> board, I use it for a custom board.
I see. Thanks!
Best regards,
Wolfgang Denk
--
Software Engineering: Embedded and Realtime Systems, Embedded Linux
Phone: (+49)-8142-4596-87 Fax: (+49)-8142-4596-88 Email: wd at denx.de
Dear Lord: I just want *one* one-armed manager so I never have to
hear "On the other hand", again.
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2002-11-25 13:25 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-11-20 18:09 [U-Boot-Users] PATCH: Driver for the Epson SED13806 graphic controler Pierre AUBERT
2002-11-21 13:09 ` [U-Boot-Users] " Pierre AUBERT
2002-11-22 19:49 ` Wolfgang Denk
-- strict thread matches above, loose matches on Subject: below --
2002-11-20 18:03 [U-Boot-Users] " Pierre AUBERT
2002-11-22 23:21 ` Wolfgang Denk
2002-11-25 7:24 ` Pierre AUBERT
2002-11-25 13:25 ` Wolfgang Denk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox