summaryrefslogtreecommitdiffstats
path: root/board/purple/purple.c
Commit message (Collapse)AuthorAgeFilesLines
* * Code cleanup:wdenk2003-06-271-4/+4
| | | | | | | | | - 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)
* * Get (mostly) rid of CFG_MONITOR_LEN definition; compute real lengthwdenk2003-05-301-1/+2
| | | | | | | | instead CFG_MONITOR_LEN is now only used to determine _at_compile_ _time_ (!) if the environment is embedded within the U-Boot image, or in a separate flash sector. * Cleanup CFG_DER #defines in config files (wd maintained only)
* Fix SDRAM timing on Purple boardwdenk2003-05-201-0/+68
|
* Prepare for 0.3.0 releasewdenk2003-04-081-0/+197
* Add support for Purple Board (MIPS64 5Kc) * Add support for MIPS64 5Kc CPUs
OpenPOWER on IntegriCloud