summaryrefslogtreecommitdiffstats
path: root/drivers/cfb_console.c
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup for GCC-4.xWolfgang Denk2005-10-131-5/+5
|
* Fix gzip bmp support (test if malloc fails, warning when truncated).Stefan Roese2005-10-081-0/+7
| | | | | Increase CFG_VIDEO_LOGO_MAX_SIZE on HH405 board. Patch by Stefan Roese, 08 Oct 2005
* Add SM501 support to HH405 board.Stefan Roese2005-09-221-1/+48
| | | | | | Add support for gzip compressed bmp's (CONFIG_VIDEO_BMP_GZIP). Add support for eeprom write-enable (CFG_EEPROM_WREN). Patch by Stefan Roese, 22 Sep 2005
* * Patch by Martin Krause, 03 Aug 2004:wdenk2004-08-041-0/+2
| | | | | | | | | change timing for SM501 graphics controller on TQM5200 module * Patch by Mark Jonas, 13 July 2004: - Total5200 LCD now run in little endian mode. Endianess conversion is done in hardware. - Removed last reference to "console" environment variable.
* * Code cleanupwdenk2004-08-011-1/+0
| | | | | | | | | | | | | * Patch by Sascha Hauer, 28 Jun: - add generic support for Motorola i.MX architecture - add support for mx1ads, mx1fs2 and scb9328 boards * Patches by Marc Leeman, 23 Jul 2004: - Add define for the PCI/Memory Buffer Configuration Register - corrected comments in cpu/mpc824x/cpu_init.c * Add support for multiple serial interfaces (for example to allow modem dial-in / dial-out)
* * Patch by Dan Poirot, 06 Jul 2004:wdenk2004-07-111-6/+1
| | | | | | Fix sbc8260 environment variables * Cleanup redundand "console" environment variable
* * Cleanupwdenk2004-07-111-3/+4
| | | | | | | | | * Patch by Mark Jonas, 05 Jul 2004: add support for the Total5100's and Total5200's LCD screen * Patches by Dan Eisenhut, 01 Jul 2004: - README fixes. - Move doc2000.h include to prevent compiler warning on some boards
* * Patch by Pierre Aubert, 11 Mar 2004:wdenk2004-03-141-533/+809
| | | | | | | | | | | - add bitmap command and splash screen support in cfb console - add [optional] origin in the bitmap display command * Patch by Travis Sawyer, 11 Mar 2004: Fix ocotea board early init interrupt setup. * Patch by Thomas Viehweger, 11 Mar 2004: Remove redundand code; add PCI-specific bits to include/mpc8260.h
* * Code cleanup:wdenk2003-06-271-297/+289
| | | | | | | | | - remove trailing white space, trailing empty lines, C++ comments, etc. - split cmd_boot.c (separate cmd_bdinfo.c and cmd_load.c) * Patches by Kenneth Johansson, 25 Jun 2003: - major rework of command structure (work done mostly by Michal Cendrowski and Joakim Kristiansen)
* * Fix startup problems with VFD display on TRABwdenk2002-12-031-57/+100
| | | | | | * Patch by Pierre Aubert, 20 Nov 2002 Add driver for Epson SED13806 graphic controller. Add support for BMP logos in cfb_console driver.
* Initial revisionwdenk2002-11-031-0/+912
OpenPOWER on IntegriCloud