summaryrefslogtreecommitdiffstats
path: root/common/cmd_mfsl.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>
* Fix compile problem cause my Microblaze mergeStefano Babic2007-05-161-1/+1
| | | | Signed-off-by: Stefano Babic <sbabic@denx.de>
* add: reading special purpose registersMichal Simek2007-05-081-10/+33
|
* add: FSL control read and writeMichal Simek2007-05-081-72/+195
|
* fix: read and write MSR - repair number of parametersMichal Simek2007-05-071-1/+1
|
* new: add writing to msr registerMichal Simek2007-05-071-4/+10
|
* new: FSL and MSR supportMichal Simek2007-05-051-0/+265
OpenPOWER on IntegriCloud