summaryrefslogtreecommitdiff
path: root/board/tqm5200/tqm5200.c
Commit message (Collapse)AuthorAgeLines
* Updates for TQM5200 modules:Wolfgang Denk2006-11-23-1/+1
| | | | | - fix off-by-one error in board/tqm5200/cam5200_flash.c error message - simplify "udate" definitions
* - Add MPC5XXX register definition MPC5XXX_WU_GPIO_DATA_I and change theBartlomiej Sieka2006-11-01-5/+3
| | | | | | | | MPC5XXX_WU_GPIO_DATA macro to MPC5XXX_WU_GPIO_DATA_O (per MPC5200 User's Manual). Replace the uses of MPC5XXX_WU_GPIO_DATA with MPC5XXX_WU_GPIO_DATA_O for affected boards. - Add defintions for some MPC5XXX GPIO pins.
* TQM5200: perform POST memory test only on STK52xx carrier board.Wolfgang Denk2006-10-09-0/+4
| | | | | (and then only if PSC6_3 is read as "1" when booting). Patch by Martin Krause, 21 Jun 2006
* Disable autoboot abort for FO300 when silent mode is enabledWolfgang Denk2006-09-13-30/+44
| | | | | (according to S1 switch setting). Patch by Marian Balakowicz, 12 Sep 2006
* Code cleanupWolfgang Denk2006-08-27-3/+3
|
* Minor cleanupWolfgang Denk2006-08-18-1/+1
|
* Add support for WTK FO300 board (TQM5200 based).Marian Balakowicz2006-08-18-1/+63
|
* Add configuration for cam5200 board (based on TQM5200S).Wolfgang Denk2006-07-22-2/+2
|
* * Cleanup TQM5200 board configurations:Wolfgang Denk2006-07-21-15/+22
| | | | | | | | | | | - make highboot configurations use environment at high end, too, to avoid flash fragmentation - always use redundand environment - don't enable video code for modules without graphics controller - provide useful (though different) mtdparts settings - get rid of CONFIG_CS_AUTOCONF which was always set anyway * Extend mkconfig tool to print more useful target name
* Add support for new TQM5200 revisionsWolfgang Denk2006-07-19-4/+31
| | | | | | | - Support for TQM5200S (short version without graphic controller) - Support for modules with 'N' type S29GL128N Spansion flashes (requires changes to flash layout) - Support for MPC5200B cpu (mostly support for second SDRAM bank)
* Add support for TB5200 boardWolfgang Denk2006-07-19-1/+9
| | | | | | | | The TB5200 ("Tinybox") is a small baseboard for the TQM5200 module integrated in a little aluminium case. Patch by Martin Krause, 8 Jun 2006 Some code cleanup
* Adjust TQM5200 make targetsWolfgang Denk2006-06-16-18/+2
| | | | | | | | | Make the automatic CS configuration the default. The dedicated configurations CONFIG_TQM5200_AA, CONFIG_TQM5200_AB and CONFIG_TQM5200_AC are removed. "TQM5200_config" is now the default for STK52XX.200 base boards. On a STK52XX.100 base board "TQM5200_STK100_config" must be used. Patch by Martin Krause, 07 Nov 2005
* Cleanup for GCC-4.xWolfgang Denk2005-10-13-4/+4
|
* Fix initialization problem on TQM5200 without SM501Wolfgang Denk2005-08-18-9/+41
| | | | Patch by Martin Krause, 8 Apr. 2005
* Add configuration for IFM AEV FIFO board.Wolfgang Denk2005-08-10-0/+4
| | | | Minor coding style cleanup.
* Patches by Martin Krause, 22 Mar 2005:wdenk2005-03-27-5/+139
| | | | | | | | - use TQM5200_auto as MAKEALL target for TQM5200 systems - add support for SM501 graphics controller - add support for graphic console on TQM5200 - add support for TQM5200 Rev 200 - cleanup, fix typo in include/configs/TQM5200.h
* Code cleanup.wdenk2004-12-16-11/+11
|
* Patch by Martin Krause, 27 Oct 2004:wdenk2004-12-12-5/+121
| | | | | - add support for "STK52xx" board (including PS/2 multiplexer) - add hardware detection for TQM5200
* * Cleanupwdenk2004-07-11-4/+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 Martin Krause, 30 Jun 2004:wdenk2004-07-11-0/+387
Add support for TQM5200 board * Patch by Martin Krause, 29 Jun 2004: Add loopw command: infinite write loop on address range