1. 26483c1 powerpc: Move CONFIG_BPTR_VIRT_ADDR out of CONFIG namespace by Tom Rini · Fri Mar 11 09:12:03 2022 -0500
  2. 3ff49ec global: Convert simple_strtoul() with hex to hextoul() by Simon Glass · Sat Jul 24 09:03:29 2021 -0600
  3. 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · Fri Oct 30 21:38:53 2020 -0600
  4. dbd7954 common: Drop linux/delay.h from common header by Simon Glass · Sun May 10 11:40:11 2020 -0600
  5. 0f2af88 common: Drop log.h from common header by Simon Glass · Sun May 10 11:40:05 2020 -0600
  6. ed38aef command: Remove the cmd_tbl_t typedef by Simon Glass · Sun May 10 11:40:03 2020 -0600
  7. 970b61e common: Move older CPU functions to their own header by Simon Glass · Thu Nov 14 12:57:09 2019 -0700
  8. 0af6e2d env: Move env_get() to env.h by Simon Glass · Thu Aug 01 09:46:52 2019 -0600
  9. c301bd8 env: Move env_get_yesno() to env.h by Simon Glass · Thu Aug 01 09:46:49 2019 -0600
  10. 1669e18 common: Fix cpu nr type which is always unsigned type by Michal Simek · Wed Jun 13 08:56:31 2018 +0200
  11. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  12. 22c34c2 env: Rename getenv_hex(), getenv_yesno(), getenv_ulong() by Simon Glass · Thu Aug 03 12:22:13 2017 -0600
  13. 8d56db9 Various, unrelated tree-wide typo fixes. by Robert P. J. Day · Fri Jul 15 13:44:45 2016 -0400
  14. f062659 Driver/DDR: Moving Freescale DDR driver to a common driver by York Sun · Mon Sep 30 09:22:09 2013 -0700
  15. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · Mon Jul 08 09:37:19 2013 +0200
  16. c072306 powerpc/mpc85xx: check if core is disabled for showing status by York Sun · Mon Mar 25 07:40:00 2013 +0000
  17. 864ec56 env: Use getenv_yesno() more generally by Joe Hershberger · Tue Dec 11 22:16:22 2012 -0600
  18. 2394a0f powerpc/mpc85xx: Rewrite spin table to comply with ePAPR v1.1 by York Sun · Mon Oct 08 07:44:30 2012 +0000
  19. 31a0c8c powerpc/mpc85xx: Remove R6 from spin table by York Sun · Mon Oct 08 07:44:29 2012 +0000
  20. a28496f powerpc/mpc85xx: software workaround for DDR erratum A-004468 by York Sun · Mon Oct 08 07:44:25 2012 +0000
  21. 4728942 powerpc/mp: add support for discontiguous cores by Timur Tabi · Fri Aug 05 16:15:24 2011 -0500
  22. 6c5025e powerpc/85xx: Fix synchronization of timebase on MP boot by Kumar Gala · Sun Mar 13 10:55:53 2011 -0500
  23. 853e2de powerpc/85xx: Fix plat_mp_up() disabling of BPTR for CoreNet Platforms by Ed Swarthout · Thu Mar 03 18:28:14 2011 -0600
  24. ec8863b 85xx: Add support for not releasing secondary cores via 'mp_holdoff' by Aaron Sierra · Thu Sep 30 12:22:16 2010 -0500
  25. 2ecbfeb powerpc/8xxx: share PIC defines among 85xx and 86xx by Kim Phillips · Mon Aug 09 18:39:57 2010 -0500
  26. 819a479 powerpc/8xxx: Add is_core_disabled to remove disabled cores from dtb by Kumar Gala · Wed Jun 09 22:33:53 2010 -0500
  27. 6262d021 Make sure that argv[] argument pointers are not modified. by Wolfgang Denk · Mon Jun 28 22:00:46 2010 +0200
  28. 88fbf93 Move arch/ppc to arch/powerpc by Stefan Roese · Thu Apr 15 16:07:28 2010 +0200[Renamed from arch/ppc/cpu/mpc85xx/mp.c]
  29. 29514c7 ppc: Move cpu/$CPU to arch/ppc/cpu/$CPU by Peter Tyser · Mon Apr 12 22:28:09 2010 -0500[Renamed from cpu/mpc85xx/mp.c]
  30. c7bf0f9 85xx: Add support for 'cpu disable' command by Kumar Gala · Tue Jan 12 12:56:05 2010 -0600
  31. 006e2c8 Add support to disable cpu's in multicore processors by Kumar Gala · Tue Jan 12 11:42:43 2010 -0600
  32. 4756ffa ppc/85xx: Map boot page guarded for MP boot by Kumar Gala · Tue Nov 17 20:21:20 2009 -0600
  33. 452ddb6 p4080: add readback to bootpage translation window by Dave Liu · Tue Nov 17 20:01:24 2009 -0600
  34. 0f602e1 common: delete CONFIG_SYS_64BIT_VSPRINTF and CONFIG_SYS_64BIT_STRTOUL by Heiko Schocher · Thu Dec 03 11:21:21 2009 +0100
  35. 7feaacb 85xx: MP Boot Page Translation update by Peter Tyser · Fri Oct 23 15:55:47 2009 -0500
  36. 4d9190d ppc/p4080: CoreNet platfrom style secondary core release by Kumar Gala · Thu Sep 17 01:44:39 2009 -0500
  37. 8399e12 ppc/85xx: Fix bug in setup_mp code by Kumar Gala · Thu Sep 03 08:41:31 2009 -0500
  38. 4baef82 8xxx: Removed CONFIG_NUM_CPUS from 85xx/86xx by Poonam Aggrwal · Fri Jul 31 12:08:14 2009 +0530
  39. e1064b3 85xx: Introduce determine_mp_bootpg() helper. by Kumar Gala · Tue Mar 31 23:11:05 2009 -0500
  40. 0383694 rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · Thu Oct 16 15:01:15 2008 +0200
  41. ccdeac7 85xx: Rename CONFIG_NR_CPUS to CONFIG_NUM_CPUS by Kumar Gala · Mon Aug 11 11:29:28 2008 -0500
  42. 275f4c1 Fix some more printf() format problems. by Kumar Gala · Mon Jul 14 14:03:02 2008 -0500
  43. 398dcd6 85xx: Additional fixes and cleanup of MP code by Kumar Gala · Mon Apr 28 02:24:04 2008 -0500
  44. 615f14d 85xx: Fix detection of MP cpu spin up by Kumar Gala · Wed Apr 09 04:20:57 2008 -0500
  45. 5769ded 85xx: Add cpu_mp_lmb_reserve helper to reserve boot page by Kumar Gala · Wed Mar 26 08:53:53 2008 -0500
  46. deeac57 85xx: Update multicore boot mechanism to ePAPR v0.81 spec by Kumar Gala · Wed Mar 26 08:34:25 2008 -0500
  47. 36d6b3f 85xx: Added support for multicore boot mechanism by Kumar Gala · Thu Jan 17 16:48:33 2008 -0600