summaryrefslogtreecommitdiff
path: root/common/cmd_mp.c
Commit message (Expand)AuthorAgeLines
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-24-17/+1
* common/cmd_*.c: sparse fixesKim Phillips2012-11-04-11/+11
* Convert cmd_usage() calls in common to use a return valueSimon Glass2012-03-06-4/+4
* powerpc/mp: add support for discontiguous coresTimur Tabi2011-09-29-3/+2
* cmd_usage(): simplify return code handlingWolfgang Denk2010-07-24-19/+12
* Make sure that argv[] argument pointers are not modified.Wolfgang Denk2010-07-04-1/+1
* Add support to disable cpu's in multicore processorsKumar Gala2010-01-26-0/+3
* 8xxx: Removed CONFIG_NUM_CPUS from 85xx/86xxPoonam Aggrwal2009-08-28-3/+3
* General help message cleanupWolfgang Denk2009-06-12-3/+4
* Command usage cleanupPeter Tyser2009-01-28-1/+1
* Standardize command usage messages with cmd_usage()Peter Tyser2009-01-28-4/+4
* rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD2008-10-18-1/+1
* 85xx: Rename CONFIG_NR_CPUS to CONFIG_NUM_CPUSKumar Gala2008-08-12-2/+2
* Fix some more printf() format problems.Kumar Gala2008-07-14-1/+1
* 85xx: Update multicore boot mechanism to ePAPR v0.81 specKumar Gala2008-03-26-9/+6
* 85xx: Added support for multicore boot mechanismKumar Gala2008-03-26-0/+96