summaryrefslogtreecommitdiff
path: root/common/cmd_reginfo.c
AgeCommit message (Collapse)AuthorFilesLines
2006-07-19Add support for new TQM5200 revisionsWolfgang Denk1-1/+1
- Support for TQM5200S (short version without graphic controller) - Support for modules with 'N' type S29GL128N Spansion flashes (requires changes to flash layout) - Support for MPC5200B cpu (mostly support for second SDRAM bank)
2004-07-12* Cleanupwdenk1-11/+11
* Patch by Mark Jonas, 05 Jul 2004: add support for the Total5100's and Total5200's LCD screen * Patches by Dan Eisenhut, 01 Jul 2004: - README fixes. - Move doc2000.h include to prevent compiler warning on some boards
2004-07-11* Patch by Martin Krause, 30 Jun 2004:wdenk1-5/+61
Add support for TQM5200 board * Patch by Martin Krause, 29 Jun 2004: Add loopw command: infinite write loop on address range
2004-03-24* Patches by Thomas Viehweger, 16 Mar 2004:wdenk1-26/+25
- show PCI clock frequency on MPC8260 systems - add FCC_PSMR_RMII flag for HiP7 processors - in do_jffs2_fsload(), take load address from load_addr if not set explicit, update load_addr otherwise - replaced printf by putc/puts when no formatting is needed (smaller code size, faster execution)
2003-12-09Minor reformattingwdenk1-43/+46
2003-12-09Updated for PPC405EP boards.stroese1-5/+71
2003-07-02Patch by Kenneth Johansson, 30 Jun 2003:wdenk1-2/+2
get rid of MK_CMD_ENTRY macro; update doc/README.command
2003-06-28* Code cleanup:wdenk1-1/+12
- 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-23PPC405EP support added.stroese1-1/+1
2003-03-31* Patch by Martin Winistoerfer, 23 Mar 2003wdenk1-2/+37
- Add port to MPC555/556 microcontrollers - Add support for cmi customer board with Intel 28F128J3A, 28F320J3A or 28F640J3A flash. * Patch by Rick Bronson, 28 Mar 2003: - fix common/cmd_nand.c
2002-08-27Initial revisionwdenk1-0/+180