[U-Boot] [PATCH] powerpc/mpc85xx: Enabling CPC conditionally based on hwconfig options

2013-06-13 Thread Sandeep Singh
is enables just cpc2) Signed-off-by: Sandeep Singh --- arch/powerpc/cpu/mpc85xx/cpu_init.c | 32 1 files changed, 32 insertions(+), 0 deletions(-) diff --git a/arch/powerpc/cpu/mpc85xx/cpu_init.c b/arch/powerpc/cpu/mpc85xx/cpu_init.c index 185e0d5..ea75ce5 10064

[U-Boot] [PATCH] powerpc/b4860: Disable unused devices using DEVDISR register

2013-07-02 Thread Sandeep Singh
Explicitly disabling unused IPs/blocks. This will lower power consumption. Signed-off-by: Sandeep Singh --- arch/powerpc/cpu/mpc85xx/Makefile|1 + arch/powerpc/cpu/mpc85xx/b4860_cpu.c | 130 ++ arch/powerpc/include/asm/processor.h |1 + board

[U-Boot] [PATCH] powerpc/mpc85xx: Removed support for G4060

2014-06-05 Thread Sandeep Singh
G4060 has no PA cores, hence removing its support. Signed-off-by: Sandeep Singh Change-Id: Ia9b8760dec9bb890ee87c8b6c947d693aa884b33 Reviewed-on: http://git.am.freescale.net:8181/3808 Reviewed-by: Aggrwal Poonam-B10812 Tested-by: Review Code-CDREVIEW Reviewed-by: York Sun (cherry picked from

[U-Boot] [PATCH] powerpc/mpc85xx: Add workaround to enable TDM on T1040

2014-06-05 Thread Sandeep Singh
overlap with DDR. A hole of 16M is created in memory using device tree. This workaround law is set only if "tdm" is defined in hwconfig. Also disable POST tests and add LIODN for TDM Signed-off-by: Sandeep Singh Cc: York Sun --- arch/powerpc/cpu/mpc85xx/cpu_init.

[U-Boot] [PATCH] powerpc/mpc85xx: Removed support for G4060

2014-06-05 Thread Sandeep Singh
G4060 has no PA cores, hence removing its support. Signed-off-by: Sandeep Singh Change-Id: Ia9b8760dec9bb890ee87c8b6c947d693aa884b33 Reviewed-on: http://git.am.freescale.net:8181/3808 Reviewed-by: Aggrwal Poonam-B10812 Tested-by: Review Code-CDREVIEW Reviewed-by: York Sun (cherry picked from