summaryrefslogtreecommitdiff
path: root/board/esd/cpci750/cpci750.c
Commit message (Collapse)AuthorAgeLines
* Command usage cleanupPeter Tyser2009-01-28-1/+1
| | | | | | | | Remove command name from all command "usage" fields and update common/command.c to display "name - usage" instead of just "usage". Also remove newlines from command usage fields. Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
* rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD2008-10-18-67/+67
| | | | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
* Clean up usage of icache_disable/dcache_disableKumar Gala2008-08-19-4/+0
| | | | | | | | | | | | There is no point in disabling the icache on 7xx/74xx/86xx parts and not also flushing the icache. All callers of invalidate_l1_instruction_cache() call icache_disable() right after. Make it so icache_disable() calls invalidate_l1_instruction_cache() for us. Also, dcache_disable() already calls dcache_flush() so there is no point in the explicit calls of dcache_flush(). Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
* ppc7xx: Update CPCI750 boardStefan Roese2007-08-16-4/+85
| | | | | | | | | This small CPCI750 update extends the board specific command "show_config" to display the Marvell strapping registers and extends the PCI IDE controller. Signed-off-by: Reinhard Arlt <reinhard.arlt@esd-electronics.com> Signed-off-by: Stefan Roese <sr@denx.de>
* Minor code cleanup.Wolfgang Denk2007-02-27-12/+10
|
* [PATCH] Update esd cpci5200 filesStefan Roese2007-01-31-0/+22
| | | | Signed-off-by: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
* Minor code cleanupWolfgang Denk2006-03-06-1/+0
|
* Convert CPCI750 to use common CFI flash driverStefan Roese2006-02-08-0/+17
| | | | Patch by Reinhard Arlt, 8 Feb 2006
* Cleanup for GCC-4.xWolfgang Denk2005-10-13-2/+2
|
* * Code cleanup, mostly for GCC-3.3.xwdenk2004-12-31-12/+12
| | | | | | | | | | | | * Cleanup confusing use of CONFIG_ETH*ADDR - ust his only to pre-define a MAC address; use CONFIG_HAS_ETH* to enable support for additional ethernet addresses. * Cleanup drivers/i82365.c - avoid duplication of code * Fix bogus "cannot span across banks" flash error message * Add support for CompactFlash for the CPC45 Board.
* CPCI750 board support addedstroese2004-12-16-0/+885