summaryrefslogtreecommitdiffstats
path: root/include/configs/RPXlite_DW.h
Commit message (Collapse)AuthorAgeFilesLines
* rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD2008-10-181-79/+79
| | | | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
* rename CFG_ENV macros to CONFIG_ENVJean-Christophe PLAGNIOL-VILLARD2008-09-101-4/+4
| | | | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
* rename CFG_ENV_IS_IN_FLASH in CONFIG_ENV_IS_IN_FLASHJean-Christophe PLAGNIOL-VILLARD2008-09-101-1/+1
| | | | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
* rename CFG_ENV_IS_IN_NVRAM in CONFIG_ENV_IS_IN_NVRAMJean-Christophe PLAGNIOL-VILLARD2008-09-101-2/+2
| | | | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
* Fix merge problemsStefan Roese2008-08-061-1/+2
| | | | Signed-off-by: Stefan Roese <sr@denx.de>
* include/configs/[P-S]*: Directly use CONFIG_BOOTP_* symbols rather than ↵Jon Loeliger2007-07-091-1/+9
| | | | | | CONFIG_BOOTP_MASK. Signed-off-by: Jon Loeliger <jdl@freescale.com>
* include/configs: Use new CONFIG_CMD_* in various R* named board config files.Jon Loeliger2007-07-081-23/+19
| | | | Signed-off-by: Jon Loeliger <jdl@freescale.com>
* Add support for Lite5200B board.Wolfgang Denk2006-03-171-29/+29
| | | | Patch by Patch by Jose Maria (Txema) Lopez, 16 Jan 2006
* Add netconsole and some more commands to RPXlite_DW boardWolfgang Denk2006-03-121-1/+32
| | | | Patch by Sam Song, 19 Jun 2005
* Change all '$(...)' variable references into '${...}'Wolfgang Denk2005-11-201-10/+10
| | | | | | which makes the environment compatible with the hush shell. WARNING: Support for the old '$(...)' syntax will be discontinued in a later version.
* Code cleanup.wdenk2005-01-221-20/+5
|
* Coding Style cleanupwdenk2005-01-101-2/+2
|
* * Patch by Sam Song, 11 October 2004:wdenk2005-01-091-7/+47
| | | | | | | | | - Add RESET/PREBOOT/AUTOBOOT support for RPXlite_DW board - Adjust CPU:BUS frequency ratio 1:1 when core frequency less than 50MHz * Patch by Sam Song, 10 Oct 2004: Fix a parameter error in run_command() in main.c
* Patch by Sam Song, 21 August 2004:wdenk2004-10-091-3/+9
| | | | | | | - Fix a typo in README - Align "(RO)" output for "flinfo" after "protect on" - Add RESET support for RPXlite_DW board; adjust CPU:BUS frequency ratio 1:1 when core frequency less than 50MHz
* Patch by Josef Wagner, 04 Jun 2004:wdenk2004-06-191-2/+0
| | | | | | | | | | - DDR Ram support for PM520 (MPC5200) - support for different flash types (PM520) - USB / IDE / CF-Card / DiskOnChip support for PM520 - 8 bit boot rom support for PM520/CE520 - Add auto SDRAM module detection for MicroSys CPC45 board (MPC8245) - I2C and RTC support for CPC45 - support of new flash type (28F160C3T) for CPC45
* Patch by Sam Song, 09 Jun 2004:wdenk2004-06-091-0/+421
- Add support for RPXlite_DW board - Update FLASH driver for 4*AM29DL323DB90VI - Add option configuration of CFG_ENV_IS_IN_NVRAM on RPXlite_DW board
OpenPOWER on IntegriCloud