summaryrefslogtreecommitdiffstats
path: root/board/dave/PPChameleonEVB/flash.c
Commit message (Collapse)AuthorAgeFilesLines
* ppc4xx: Move ppc4xx headers to powerpc include directoryStefan Roese2010-09-231-1/+1
| | | | | | | | | This patch moves some ppc4xx related headers from the common include directory (include/) to the powerpc specific one (arch/powerpc/include/asm/). This way to common include directory is not so cluttered with files. Signed-off-by: Stefan Roese <sr@denx.de>
* ppc4xx: Big cleanup of PPC4xx definesStefan Roese2009-09-111-4/+4
| | | | | | | | | | | | | | | | This patch cleans up multiple issues of the 4xx register (mostly DCR, SDR, CPR, etc) definitions: - Change lower case defines to upper case (plb4_acr -> PLB4_ACR) - Change the defines to better match the names from the user's manuals (e.g. cprpllc -> CPR0_PLLC) - Removal of some unused defines Please test this patch intensive on your PPC4xx platform. Even though I tried not to break anything and tested successfully on multiple 4xx AMCC platforms, testing on custom platforms is recommended. Signed-off-by: Stefan Roese <sr@denx.de>
* rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD2008-10-181-3/+3
| | | | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
* Patch by Andrea Marson, 11 Jun 2004:wdenk2004-07-011-0/+9
| | | | | | | Update for PPChameleon board: - support for SysClk @ 25MHz - support for Silicon Motion SM712 VGA controller - some clean ups
* * Fix flash parameters passed to Linux for PPChameleon boardwdenk2004-06-171-10/+10
| | | | * Remove eth_init() from lib_arm/board.c; it's done in net.net.c.
* * Patches by Xianghua Xiao, 15 Oct 2003:wdenk2003-10-151-16/+16
| | | | | | | | - Added Motorola CPU 8540/8560 support (cpu/85xx) - Added Motorola MPC8540ADS board support (board/mpc8540ads) - Added Motorola MPC8560ADS board support (board/mpc8560ads) * Minor code cleanup
* * Add support for PPChameleon Eval Boardwdenk2003-09-021-0/+105
* Add support for P3G4 board * Fix problem with MGT5100 FEC driver: add "early" MAC address initialization
OpenPOWER on IntegriCloud