aboutsummaryrefslogtreecommitdiffstats
path: root/common/cmd_mfsl.c
AgeCommit message (Expand)AuthorFilesLines
2010-07-24cmd_usage(): simplify return code handlingWolfgang Denk1-18/+10
2010-07-04Make sure that argv[] argument pointers are not modified.Wolfgang Denk1-3/+3
2009-06-12General help message cleanupWolfgang Denk1-4/+3
2009-01-28Command usage cleanupPeter Tyser1-3/+3
2009-01-28Standardize command usage messages with cmd_usage()Peter Tyser1-5/+5
2008-08-06Fix merge problemsStefan Roese1-3/+3
2007-11-20[BUILD] conditionally compile common/cmd_*.c in common/MakefileGrant Likely1-4/+0
2007-09-24[FIX] repair MFSL commandsMichal Simek1-8/+8
2007-09-24synchronizition with mainlineMichal Simek1-6/+5
2007-08-07Merge git://www.denx.de/git/u-bootMichal Simek1-2/+2
2007-07-13[FIX] correct help for rsprMichal Simek1-5/+6
2007-07-10common/: Remove lingering references to CFG_CMD_* symbols.Jon Loeliger1-1/+1
2007-07-08common/cmd_[i-n]*: Remove obsolete references to CONFIG_COMMANDS.Jon Loeliger1-1/+1
2007-07-04common/cmd_[i-z]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger1-1/+1
2007-05-16Fix compile problem cause my Microblaze mergeStefano Babic1-1/+1
2007-05-08add: reading special purpose registersMichal Simek1-10/+33
2007-05-08add: FSL control read and writeMichal Simek1-72/+195
2007-05-07fix: read and write MSR - repair number of parametersMichal Simek1-1/+1
2007-05-07new: add writing to msr registerMichal Simek1-4/+10
2007-05-05new: FSL and MSR supportMichal Simek1-0/+265