Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | MCC200: Fix uninitialized variable problem in LCD driver | Wolfgang Denk | 2006-10-20 | -2/+5 |
| | ||||
* | Coding style cleanup | Wolfgang Denk | 2006-10-09 | -2/+2 |
| | ||||
* | Add splashscreen support for MCC200 board. | Wolfgang Denk | 2006-08-30 | -3/+25 |
| | ||||
* | GCC-4.x fixes: clean up global data pointer initialization for all boards. | Wolfgang Denk | 2006-03-31 | -5/+2 |
| | ||||
* | Cleanup for GCC-4.x | Wolfgang Denk | 2005-10-13 | -7/+7 |
| | ||||
* | Fix computation of framebuffer palette for 8bpp LCD bitmaps | Wolfgang Denk | 2005-09-21 | -3/+2 |
| | | | | Patch by Francesco Mandracci, 16 Sep 2005 | |||
* | * Patch by Detlev Zundel, 30 Jun 2005: | wdenk | 2005-07-04 | -12/+21 |
| | | | | Fix LCD logo for lwmon board which got lost in the merge of 8xx and PXA LCD code | |||
* | Fix watchdog reset problems on LWMON board | wdenk | 2005-06-05 | -0/+1 |
| | ||||
* | * Patch by Yuli Barcohen, 08 Nov 2004: | wdenk | 2005-04-03 | -1/+1 |
| | | | | | | | | | | | | Add support for Analogue & Micro Rattler boards. Tested on Rattler8248. * Patch by Andre Renaud, 08 Nov 2004: Fix watchdog support in common/lcd.c * Patch by Marc Leeman, 05 Nov 2003: Enable all 4 PCMBRW buffers for the MPC8245 processor since the CPU bug only affects the XPC8245 processors | |||
* | * Clean up CMC PU2 flash driver | wdenk | 2004-12-10 | -2/+9 |
| | | | | | | * Update MAINTAINERS file * Fix bug in MPC823 LCD driver | |||
* | * Clean up tools/bmp_logo.c to not add trailing white space | wdenk | 2004-10-09 | -0/+740 |
* Patch by Hinko Kocevar, 21 Aug 2004: - Group common framebuffer functions in common/lcd.c - Group common framebuffer macros and #defines in include/lcd.h - Provide calc_fbsize() for video ATAG |