summaryrefslogtreecommitdiff
path: root/common/cmd_vfd.c
AgeCommit message (Collapse)AuthorFilesLines
2003-11-18* Use "-fPIC" instead of "-mrelocatable" to prevent problems withwdenk1-2/+0
recent tools * Add checksum verification to 'imls' command * Add bd_info fields needed for 4xx Linux I2C driver * Patch by Martin Krause, 4 Nov. 2003: Fix error in cmd_vfd.c (TRAB board: "vfd /1" shows now only one Bitmap) * Print used network interface when CONFIG_NET_MULTI is set
2003-09-12* Patch by Martin Krause, 11 Sep 2003:wdenk1-2/+4
add burn-in tests for TRAB board * Enable instruction cache on MPC5200 board
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-0/+7
- 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-22Add support for arbitrary bitmaps for TRAB's VFD command;wdenk1-7/+19
allow to pass boot bitmap addresses in environment variables; allow for zero boot delay
2003-05-21* Add support for arbitrary bitmaps for TRAB's VFD commandwdenk1-17/+20
* Patch by Christian Geißinger, 19 May 2002: On TRAB: wait until the dummy byte has been completely sent
2002-11-04Patch by Guillaume Alexandre,, 04 Nov 2002:wdenk1-1/+1
Improve PCI access on 32-bits Compact PCI bus Adjust VFD initialization on TRAB Cleanup RRvision video code
2002-11-01Initial revisionwdenk1-0/+84