summaryrefslogtreecommitdiffstats
path: root/board/cmc_pu2/cmc_pu2.c
Commit message (Collapse)AuthorAgeFilesLines
* board/[A-Za-c]*: Remove obsolete references to CONFIG_COMMANDSJon Loeliger2007-07-091-2/+2
| | | | Signed-off-by: Jon Loeliger <jdl@freescale.com>
* board/[Ma-i]*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger2007-07-041-1/+1
| | | | | | | | | | | | | | This is a compatibility step that allows both the older form and the new form to co-exist for a while until the older can be removed entirely. All transformations are of the form: Before: #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) After: #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT) Signed-off-by: Jon Loeliger <jdl@freescale.com>
* GCC-4.x fixes: clean up global data pointer initialization for all boards.Wolfgang Denk2006-03-311-3/+2
|
* * Move dm9161.c and lxt972.c into cpu/arm920t/at91rm9200Wolfgang Denk2005-10-051-0/+26
| | | | | | | Patch by Anders Larsen, 29 Apr 2005 * Fix problems introduced by Patch by Steven Scholz, 02 Mar 2005 (8e2be51de8dd03c1ce4d06cbb18ad06133d47cd5)
* Add new board specific commands for TQM5200/STK52XXWolfgang Denk2005-08-191-1/+1
| | | | | | - Sound commands (beep, wav, sound) - Test commands (led, can, backlight, rs232) Patch by Martin Krause, 02 May 2005
* Add automatic HW detection for another CMC_PU2 variantWolfgang Denk2005-08-191-5/+18
| | | | Patch by Martin Krause, 20 Apr 2005
* Patch by Martin Krause, 01 Apr 2005:wdenk2005-04-011-2/+76
| | | | Add automatic HW detection for CMC_PU2 and CMC_BASIC
* * Update for AT91RM9200DK and CMC_PU2 boards:wdenk2004-11-211-0/+67
- Enable booting directly from flash - fix CMC_PU2 flash driver * Fix mkimage usage message
OpenPOWER on IntegriCloud