summaryrefslogtreecommitdiffstats
path: root/common/cmd_mfsl.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix merge problemsStefan Roese2008-08-061-3/+3
| | | | Signed-off-by: Stefan Roese <sr@denx.de>
* [BUILD] conditionally compile common/cmd_*.c in common/MakefileGrant Likely2007-11-201-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-241-8/+8
|
* synchronizition with mainlineMichal Simek2007-09-241-6/+5
|
* Merge git://www.denx.de/git/u-bootMichal Simek2007-08-071-2/+2
|\
| * common/: Remove lingering references to CFG_CMD_* symbols.Jon Loeliger2007-07-101-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-081-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-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] correct help for rsprMichal Simek2007-07-131-5/+6
|/
* 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