summaryrefslogtreecommitdiff
path: root/common/cmd_mp.c
AgeCommit message (Expand)AuthorFilesLines
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2012-11-04common/cmd_*.c: sparse fixesKim Phillips1-11/+11
2012-03-07Convert cmd_usage() calls in common to use a return valueSimon Glass1-4/+4
2011-09-30powerpc/mp: add support for discontiguous coresTimur Tabi1-3/+2
2010-07-24cmd_usage(): simplify return code handlingWolfgang Denk1-19/+12
2010-07-05Make sure that argv[] argument pointers are not modified.Wolfgang Denk1-1/+1
2010-01-27Add support to disable cpu's in multicore processorsKumar Gala1-0/+3
2009-08-298xxx: Removed CONFIG_NUM_CPUS from 85xx/86xxPoonam Aggrwal1-3/+3
2009-06-12General help message cleanupWolfgang Denk1-3/+4
2009-01-28Command usage cleanupPeter Tyser1-1/+1
2009-01-28Standardize command usage messages with cmd_usage()Peter Tyser1-4/+4
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD1-1/+1
2008-08-1285xx: Rename CONFIG_NR_CPUS to CONFIG_NUM_CPUSKumar Gala1-2/+2
2008-07-15Fix some more printf() format problems.Kumar Gala1-1/+1
2008-03-2685xx: Update multicore boot mechanism to ePAPR v0.81 specKumar Gala1-9/+6
2008-03-2685xx: Added support for multicore boot mechanismKumar Gala1-0/+96