
On Jul 31, 2009, at 1:38 AM, Poonam Aggrwal wrote:
The number of CPUs are getting detected dynamically by checking the processor SVR value. Also removed CONFIG_NUM_CPUS references from all the platforms with 85xx/86xx processors.
This can help to use the same u-boot image across the platforms.
Also revamped and corrected few Freescale Copyright messages.
Signed-off-by: Poonam Aggrwal poonam.aggrwal@freescale.com
- based of 2009.08-rc1
- depends on the patch
"[PATCH 1/2] Refactored common cpu specific code for 85xx and 86xx into one file."
- Changes over v1:
Incorporated Wolfgang's comments common/cmd_mp.c | 6 +- cpu/mpc85xx/cpu.c | 21 ++++----- cpu/mpc85xx/mp.c | 6 +- cpu/mpc85xx/release.S | 25 +++++++++++- cpu/mpc85xx/speed.c | 4 +- cpu/mpc86xx/cpu.c | 10 +++-- cpu/mpc86xx/cpu_init.c | 4 +- cpu/mpc8xxx/cpu.c | 93 +++++++++++++++++++++++++ +--------------- include/asm-ppc/config.h | 7 +++ include/asm-ppc/global_data.h | 1 + include/asm-ppc/processor.h | 5 +- include/common.h | 2 + include/configs/MPC8572DS.h | 1 - include/configs/MPC8610HPCD.h | 1 - include/configs/MPC8641HPCN.h | 1 - include/configs/P2020DS.h | 1 - include/configs/XPEDITE5170.h | 1 - include/configs/XPEDITE5370.h | 1 - include/configs/sbc8641d.h | 1 - include/e500.h | 6 +-- lib_ppc/board.c | 3 + lib_ppc/bootm.c | 2 +- 22 files changed, 127 insertions(+), 75 deletions(-)
applied to 85xx next
- k