summaryrefslogtreecommitdiffstats
path: root/board/RPXClassic
Commit message (Collapse)AuthorAgeFilesLines
* Add a common get_ram_size() function and modify the thewdenk2004-01-061-33/+1
| | | | board-specific files to invoke that common implementation.
* * Code cleanup:wdenk2003-06-276-274/+280
| | | | | | | | | - 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)
* * Header file cleanup for ARMwdenk2003-06-251-0/+1
| | | | | | * Patch by Murray Jensen, 24 Jun 2003: - make sure to use only U-boot provided header files - fix problems with ".rodata.str1.4" section as used by GCC-3.x
* * Get (mostly) rid of CFG_MONITOR_LEN definition; compute real lengthwdenk2003-05-301-1/+1
| | | | | | | | 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 startup problems with VFD display on TRABwdenk2002-12-032-1/+354
| | | | | | * Patch by Pierre Aubert, 20 Nov 2002 Add driver for Epson SED13806 graphic controller. Add support for BMP logos in cfb_console driver.
* * Patch by Daniel Engström, 18 Nov 2002:wdenk2002-11-191-8/+15
| | | | | | | | | | Fixes for x86 port (mostly strings issues) * Patch by Ken Chou, 18 Nov 2002: Fix for natsemi NIC cards (DP83815) * Patch by Pierre Aubert, 19 Nov 2002: fix a bug for the MII configuration, and some warnings
* Initial revisionwdenk2002-11-033-0/+766
|
* Initial revisionwdenk2002-07-202-0/+265
|
* Initial revisionwdenk2002-01-271-0/+40