summaryrefslogtreecommitdiff
path: root/common/cmd_mfsl.c
Commit message (Collapse)AuthorAgeLines
* [BUILD] conditionally compile common/cmd_*.c in common/MakefileGrant Likely2007-11-20-4/+0
| | | | | | | Modify common/Makefile to conditionally compile the cmd_*.c files based on the board config. Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
* [FIX] repair MFSL commandsMichal Simek2007-09-24-8/+8
|
* synchronizition with mainlineMichal Simek2007-09-24-6/+5
|
* Merge git://www.denx.de/git/u-bootMichal Simek2007-08-07-2/+2
|\
| * common/: Remove lingering references to CFG_CMD_* symbols.Jon Loeliger2007-07-10-1/+1
| | | | | | | | | | | | | | | | Fixed some broken instances of "#ifdef CMD_CFG_IDE" too. Those always evaluated TRUE, and thus were always compiled even when IDE really wasn't defined/wanted. Signed-off-by: Jon Loeliger <jdl@freescale.com>
| * common/cmd_[i-n]*: Remove obsolete references to CONFIG_COMMANDS.Jon Loeliger2007-07-08-1/+1
| | | | | | | | Signed-off-by: Jon Loeliger <jdl@freescale.com>
| * common/cmd_[i-z]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger2007-07-04-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>
* | [FIX] correct help for rsprMichal Simek2007-07-13-5/+6
|/
* Fix compile problem cause my Microblaze mergeStefano Babic2007-05-16-1/+1
| | | | Signed-off-by: Stefano Babic <sbabic@denx.de>
* add: reading special purpose registersMichal Simek2007-05-08-10/+33
|
* add: FSL control read and writeMichal Simek2007-05-08-72/+195
|
* fix: read and write MSR - repair number of parametersMichal Simek2007-05-07-1/+1
|
* new: add writing to msr registerMichal Simek2007-05-07-4/+10
|
* new: FSL and MSR supportMichal Simek2007-05-05-0/+265