summaryrefslogtreecommitdiff
path: root/include/configs/PMC405.h
Commit message (Collapse)AuthorAgeLines
* ppc4xx: Remove cache definition from 4xx board config filesStefan Roese2007-10-31-10/+0
| | | | | | | All 4xx board config files don't need the cache definitions anymore. These are now defined in common headers. Signed-off-by: Stefan Roese <sr@denx.de>
* include/configs/[P-Z]*: Cleanup BOOTP and lingering CFG_CMD_*.Jon Loeliger2007-07-10-0/+9
| | | | | | | | | Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h used to be included but CONFIG_BOOTP_MASK was not defined. Remove lingering references to CFG_CMD_* symbols. Signed-off-by: Jon Loeliger <jdl@freescale.com>
* include/configs: Use new CONFIG_CMD_* in various P* named board config files.Jon Loeliger2007-07-08-17/+20
| | | | Signed-off-by: Jon Loeliger <jdl@freescale.com>
* PMC405 and CPCI405: Moved configuration of pci resources into config file.Stefan Roese2006-01-18-8/+34
| | | | | | PMC405 and CPCI2DP: Added firmware download and booting via pci. Patch by Matthias Fuchs, 20 Dec 2005
* Cleanup (PPC4xx is AMCC now)Wolfgang Denk2005-09-23-1/+1
|
* esd PMC405 board updatedStefan Roese2005-09-22-7/+10
| | | | Patch by Matthias Fuchs, 22 Sep 2005
* Add common (with Linux) MTD partition scheme and "mtdparts" commandWolfgang Denk2005-08-08-2/+17
| | | | | | | | Old, obsolete and duplicated code was cleaned up and replace by the new partitioning method. There are two possible approaches now: * define a single, static partition * use mtdparts command line option and dynamic partitioning Default is static partitioning.
* * Patch by Matthias Fuchs, 18 Apr 2005:stroese2005-04-20-1/+1
| | | | | Make PCI target address spaces on PMC405 and CPCI405 boards configurable via environment variables
* esd config files updatedstroese2004-12-16-34/+40
|
* * The PS/2 mux on the BMS2003 board needs 450 ms after power onwdenk2004-01-20-81/+81
| | | | | | | | | | | | before we can access it; add delay in case we are faster (with no CF card inserted) * Cleanup of some init functions * Make sure SCC Ethernet is always stopped by the time we boot Linux to avoid Linux crashes by early packets coming in. * Accelerate flash accesses on LWMON board by using buffered writes
* Update configuration.stroese2003-09-12-0/+14
|
* * Code cleanup:wdenk2003-06-27-5/+5
| | | | | | | | | - 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)
* - Add ping support.stroese2003-06-24-0/+1
|
* - CFG_RX_ETH_BUFFER added.stroese2003-06-05-0/+4
|
* PMC405 board added.stroese2003-05-23-0/+277