aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/cpu/mpc85xx/mp.c
AgeCommit message (Expand)AuthorFilesLines
2022-03-18powerpc: Move CONFIG_BPTR_VIRT_ADDR out of CONFIG namespaceTom Rini1-3/+3
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass1-1/+1
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass1-1/+1
2019-12-02common: Move older CPU functions to their own headerSimon Glass1-0/+1
2019-08-11env: Move env_get() to env.hSimon Glass1-0/+1
2019-08-11env: Move env_get_yesno() to env.hSimon Glass1-0/+1
2018-06-19common: Fix cpu nr type which is always unsigned typeMichal Simek1-5/+5
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-08-16env: Rename getenv_hex(), getenv_yesno(), getenv_ulong()Simon Glass1-1/+1
2016-07-16Various, unrelated tree-wide typo fixes.Robert P. J. Day1-1/+1
2013-11-25Driver/DDR: Moving Freescale DDR driver to a common driverYork Sun1-1/+1
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2013-05-24powerpc/mpc85xx: check if core is disabled for showing statusYork Sun1-0/+2
2012-12-13env: Use getenv_yesno() more generallyJoe Hershberger1-3/+1
2012-10-22powerpc/mpc85xx: Rewrite spin table to comply with ePAPR v1.1York Sun1-31/+30
2012-10-22powerpc/mpc85xx: Remove R6 from spin tableYork Sun1-5/+3
2012-10-22powerpc/mpc85xx: software workaround for DDR erratum A-004468York Sun1-10/+86
2011-09-29powerpc/mp: add support for discontiguous coresTimur Tabi1-15/+12
2011-03-15powerpc/85xx: Fix synchronization of timebase on MP bootKumar Gala1-0/+9
2011-03-05powerpc/85xx: Fix plat_mp_up() disabling of BPTR for CoreNet PlatformsEd Swarthout1-2/+2
2010-10-2085xx: Add support for not releasing secondary cores via 'mp_holdoff'Aaron Sierra1-0/+31
2010-08-19powerpc/8xxx: share PIC defines among 85xx and 86xxKim Phillips1-3/+3
2010-07-16powerpc/8xxx: Add is_core_disabled to remove disabled cores from dtbKumar Gala1-0/+23
2010-07-04Make sure that argv[] argument pointers are not modified.Wolfgang Denk1-1/+1
2010-04-21Move arch/ppc to arch/powerpcStefan Roese1-0/+355