aboutsummaryrefslogtreecommitdiff
path: root/board/purple
AgeCommit message (Collapse)AuthorFilesLines
2005-08-31Fix problems with ld version 2.16 (dot outside sections problem)Wolfgang Denk1-0/+1
Pointed out by Gerhard Jaeger, 31 Aug 2005; cf. http://sourceware.org/ml/binutils/2005-08/msg00412.html
2005-04-02Prepare for SoC rework of ARM code:wdenk3-4/+4
- rename CONFIG_BOOTBINFUNC into CONFIG_INIT_CRITICAL - rename memsetup into lowlevel_init (function name and source files)
2004-12-14Cleanup for CMC_PU2 boardwdenk1-3/+3
2003-06-27* Code cleanup:LABEL_2003_06_27_2340wdenk5-98/+102
- 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)
2003-05-30* Get (mostly) rid of CFG_MONITOR_LEN definition; compute real lengthLABEL_2003_05_30_1450wdenk2-2/+3
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)
2003-05-20Fix SDRAM timing on Purple boardwdenk2-1/+72
2003-04-08Prepare for 0.3.0 releaseU-Boot-0_3_0wdenk8-0/+1147
* Add support for Purple Board (MIPS64 5Kc) * Add support for MIPS64 5Kc CPUs