* [U-Boot] [PATCH] powerpc/mpc85xx: Added B4460 support
@ 2014-05-07 9:13 Shaveta Leekha
2014-05-20 15:36 ` York Sun
0 siblings, 1 reply; 2+ messages in thread
From: Shaveta Leekha @ 2014-05-07 9:13 UTC (permalink / raw)
To: u-boot
B4460 differs from B4860 only in number of CPU cores,
hence used existing support for B4860.
B4460 has 2 PPC cores whereas B4860 has 4 PPC cores.
Signed-off-by: Shaveta Leekha <shaveta@freescale.com>
Signed-off-by: Sandeep Singh <Sandeep@freescale.com>
Signed-off-by: Poonam Aggrwal <poonam.aggrwal@freescale.com>
---
arch/powerpc/cpu/mpc8xxx/cpu.c | 1 +
arch/powerpc/include/asm/processor.h | 1 +
2 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/arch/powerpc/cpu/mpc8xxx/cpu.c b/arch/powerpc/cpu/mpc8xxx/cpu.c
index 35795c4..216418b 100644
--- a/arch/powerpc/cpu/mpc8xxx/cpu.c
+++ b/arch/powerpc/cpu/mpc8xxx/cpu.c
@@ -64,6 +64,7 @@ static struct cpu_type cpu_type_list[] = {
CPU_TYPE_ENTRY(T4160, T4160, 0),
CPU_TYPE_ENTRY(B4860, B4860, 0),
CPU_TYPE_ENTRY(G4860, G4860, 0),
+ CPU_TYPE_ENTRY(B4460, B4460, 0),
CPU_TYPE_ENTRY(G4060, G4060, 0),
CPU_TYPE_ENTRY(B4440, B4440, 0),
CPU_TYPE_ENTRY(G4440, G4440, 0),
diff --git a/arch/powerpc/include/asm/processor.h b/arch/powerpc/include/asm/processor.h
index 72f30fe..5d7d26e 100644
--- a/arch/powerpc/include/asm/processor.h
+++ b/arch/powerpc/include/asm/processor.h
@@ -1116,6 +1116,7 @@
#define SVR_C293 0x850030
#define SVR_B4860 0X868000
#define SVR_G4860 0x868001
+#define SVR_B4460 0x868003
#define SVR_G4060 0x868003
#define SVR_B4440 0x868100
#define SVR_G4440 0x868101
--
1.7.6.GIT
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [U-Boot] [PATCH] powerpc/mpc85xx: Added B4460 support
2014-05-07 9:13 [U-Boot] [PATCH] powerpc/mpc85xx: Added B4460 support Shaveta Leekha
@ 2014-05-20 15:36 ` York Sun
0 siblings, 0 replies; 2+ messages in thread
From: York Sun @ 2014-05-20 15:36 UTC (permalink / raw)
To: u-boot
On 05/07/2014 02:13 AM, Shaveta Leekha wrote:
> B4460 differs from B4860 only in number of CPU cores,
> hence used existing support for B4860.
> B4460 has 2 PPC cores whereas B4860 has 4 PPC cores.
>
> Signed-off-by: Shaveta Leekha <shaveta@freescale.com>
> Signed-off-by: Sandeep Singh <Sandeep@freescale.com>
> Signed-off-by: Poonam Aggrwal <poonam.aggrwal@freescale.com>
> ---
Applied to u-boot-mpc85xx/master.
York
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-05-20 15:36 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-07 9:13 [U-Boot] [PATCH] powerpc/mpc85xx: Added B4460 support Shaveta Leekha
2014-05-20 15:36 ` York Sun
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox