summaryrefslogtreecommitdiffstats
path: root/common/cmd_vfd.c
Commit message (Collapse)AuthorAgeFilesLines
* common/cmd_[i-z]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger2007-07-041-1/+1
| | | | | | | | | | | | | | This is a compatibility step that allows both the older form and the new form to co-exist for a while until the older can be removed entirely. All transformations are of the form: Before: #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) After: #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT) Signed-off-by: Jon Loeliger <jdl@freescale.com>
* * Use "-fPIC" instead of "-mrelocatable" to prevent problems withwdenk2003-11-171-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
* * Patch by Martin Krause, 11 Sep 2003:wdenk2003-09-111-2/+4
| | | | | | add burn-in tests for TRAB board * Enable instruction cache on MPC5200 board
* Patch by Kenneth Johansson, 30 Jun 2003:wdenk2003-07-011-2/+2
| | | | get rid of MK_CMD_ENTRY macro; update doc/README.command
* * Code cleanup:wdenk2003-06-271-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)
* Add support for arbitrary bitmaps for TRAB's VFD command;wdenk2003-05-211-7/+19
| | | | | allow to pass boot bitmap addresses in environment variables; allow for zero boot delay
* * Add support for arbitrary bitmaps for TRAB's VFD commandwdenk2003-05-201-17/+20
| | | | | * Patch by Christian Geißinger, 19 May 2002: On TRAB: wait until the dummy byte has been completely sent
* Patch by Guillaume Alexandre,, 04 Nov 2002:wdenk2002-11-041-1/+1
| | | | | | | | Improve PCI access on 32-bits Compact PCI bus Adjust VFD initialization on TRAB Cleanup RRvision video code
* Initial revisionwdenk2002-11-011-0/+84
OpenPOWER on IntegriCloud