[U-Boot] [PATCH] ppc4xx: 460SX Eegier board support

2010-12-08 Thread tmarri
From: Tirumala Marri Adding Eiger board support for 460SX SoC. Signed-off-by: Tirumala R Marri --- MAINTAINERS|4 + board/amcc/eiger/Makefile | 48 +++ board/amcc/eiger/config.mk | 30 +++ board/amcc/eiger/eiger.c | 91 + board/amcc/

[U-Boot] [PATCH v7 2/2] APM821xx: Add bluestone board support

2010-09-28 Thread tmarri
From: Tirumala Marri Add support code for bluestone board wth APM821XX processor based. This patch includes early board init, misc init, configure EBC, initializes UIC, MAKEALL, board.cfg and MAINTAINERS file. Signed-off-by: Tirumala R Marri inka4x0 MPC5200 +Tirumala Marri

[U-Boot] [PATCH v7 1/2] APM821xx: Add CPU support

2010-09-28 Thread tmarri
From: Tirumala Marri APM821XX is a new line of SoCs which are derivatives of PPC44X family of processors. This patch adds support of CPU, cache, tlb, 32k ocm, bootstraps, PLB and AHB bus. Signed-off-by: Tirumala R Marri --- V6: * Correcting indentation. V7: * Ordering defined(APM821XX) in c

[U-Boot] [PATCH v7 0/2] Add support for new SoC APM821XX

2010-09-28 Thread tmarri
From: Tirumala Marri APM821XX is Applied Micro Circuits Corporations naming convention for new line of SoCs. V6: * Correcting indentation. V7: * Ordering defined(APM821XX) in cpu_init.c. * Correcting Typo Bloustone to Bluestone. Tirumala Marri (2): APM821xx: Add CPU support APM821xx:

[U-Boot] [PATCH v6 2/2] APM821xx: Add bluestone board support

2010-09-28 Thread tmarri
From: Tirumala Marri Add support code for bluestone board wth APM821XX processor based. This patch includes early board init, misc init, configure EBC, initializes UIC, MAKEALL, board.cfg and MAINTAINERS file. Signed-off-by: Tirumala R Marri inka4x0 MPC5200 +Tirumala Marri

[U-Boot] [PATCH v6 1/2] APM821xx: Add CPU support

2010-09-28 Thread tmarri
From: Tirumala Marri APM821XX is a new line of SoCs which are derivatives of PPC44X family of processors. This patch adds support of CPU, cache, tlb, 32k ocm, bootstraps, PLB and AHB bus. Signed-off-by: Tirumala R Marri --- V5: * Move CONFIG_SYS_PERIPHERAL_BASE to apm821xx.h V6: * Correcti

[U-Boot] [PATCH v6 0/2] Add support for new SoC APM821XX

2010-09-28 Thread tmarri
From: Tirumala Marri APM821XX is Applied Micro Circuits Corporations naming convention for new line of SoCs. V5: * Move CONFIG_SYS_PERIPHERAL_BASE to apm821xx.h * MAKEALL change is not needed anymore * CONFIG_SYS_NOR_CS is not used anywhere. * CONFIG_PHY_RESET_R is not used anywhere V6:

[U-Boot] [PATCH v5 2/2] APM821xx: Add bluestone board support

2010-09-27 Thread tmarri
From: Tirumala Marri Add support code for bluestone board wth APM821XX processor based. This patch includes early board init, misc init, configure EBC, initializes UIC, MAKEALL, board.cfg and MAINTAINERS file. Signed-off-by: Tirumala R Marri inka4x0 MPC5200 +Tirumala Marri

[U-Boot] [PATCH v5 1/2] APM821xx: Add CPU support

2010-09-27 Thread tmarri
From: Tirumala Marri APM821XX is a new line of SoCs which are derivatives of PPC44X family of processors. This patch adds support of CPU, cache, tlb, 32k ocm, bootstraps, PLB and AHB bus. Signed-off-by: Tirumala R Marri --- V4: * Rebase with Stefan Roese tree V5: * Move CONFIG_SYS_PERIPHERA

[U-Boot] [PATCH v5 0/2] Add support for new SoC APM821XX

2010-09-27 Thread tmarri
From: Tirumala Marri APM821XX is Applied Micro Circuits Corporations naming convention for new line of SoCs. V4: * Rebasing with Stefan Roese tree V5: * Move CONFIG_SYS_PERIPHERAL_BASE to apm821xx.h * MAKEALL change is not needed anymore * CONFIG_SYS_NOR_CS is not used anywhere. * CON

[U-Boot] [PATCH v4 2/2] APM821xx: Add bluestone board support

2010-09-24 Thread tmarri
From: Tirumala Marri Add support code for bluestone board wth APM821XX processor based. This patch includes early board init, misc init, configure EBC, initializes UIC, MAKEALL, board.cfg and MAINTAINERS file. Signed-off-by: Tirumala R Marri inka4x0 MPC5200 +Tirumala Marri

[U-Boot] [PATCH v4 1/2] APM821xx: Add CPU support

2010-09-24 Thread tmarri
From: Tirumala Marri APM821XX is a new line of SoCs which are derivatives of PPC44X family of processors. This patch adds support of CPU, cache, tlb, 32k ocm, bootstraps, PLB and AHB bus. Signed-off-by: Tirumala R Marri --- V3: * Change APM82XXX to APM821XX * Modify the way cpu id is prin

[U-Boot] [PATCH v4 0/2] Add support for new SoC APM821XX

2010-09-24 Thread tmarri
From: Tirumala Marri APM821XX is Applied Micro Circuits Corporations naming convention for new line of SoCs. V3: * Missing TLB entry for CONFIG_SYS_BOOT_BASE_ADDR. * Move CONFIG_SYS_EBC_PB0AP etc to EBC area in the config file. * remove unused CONFIG_RTL8211CL_PHY. * Replace hard coded v

[U-Boot] [PATCH v3 1/2] APM821xx: Add CPU support

2010-09-07 Thread tmarri
From: Tirumala Marri APM821XX is a new line of SoCs which are derivatives of PPC44X family of processors. This patch adds support of CPU, cache, tlb, 32k ocm, bootstraps, PLB and AHB bus. Signed-off-by: Tirumala R Marri --- V2: * Removed Defines added to 405ex. V3: * Change APM82XXX to AP

[U-Boot] [PATCH v3 2/2] APM821xx: Add bluestone board support

2010-09-07 Thread tmarri
From: Tirumala Marri Add support code for bluestone board wth APM821XX processor based. This patch includes early board init, misc init, configure EBC, initializes UIC, MAKEALL, board.cfg and MAINTAINERS file. Signed-off-by: Tirumala R Marri > " . * Correct the phy name CONFIG_M88E_PHY to

[U-Boot] [PATCH v3 0/2] Add support for new SoC APM821XX

2010-09-07 Thread tmarri
From: Tirumala Marri APM821XX is Applied Micro Circuits Corporations naming convention for new line of SoCs. V2: * Missing space before "<". * SDR_AHB_CFG not used, remove. * boot device dfinitions are board specific ? removed. * APM82161_MASK not used, remove * set_mcsr() is already c

[U-Boot] [v3 2/2] APM821xx: Add bluestone board support

2010-09-07 Thread tmarri
From: Tirumala Marri Add support code for bluestone board wth APM82XXX processor based. This patch includes early board init, misc init, configure EBC, initializes UIC, MAKEALL, board.cfg and MAINTAINERS file. Signed-off-by: Tirumala R Marri > " . * Correct the phy name CONFIG_M88E_PHY to

[U-Boot] [v3 1/2] APM821xx: Add CPU support

2010-09-07 Thread tmarri
From: Tirumala Marri APM821XX is a new line of SoCs which are derivatives of PPC44X family of processors. This patch adds support of CPU, cache, tlb, 32k ocm, bootstraps, PLB and AHB bus. Signed-off-by: Tirumala R Marri --- V1: * Squash some of the patches. * add space between "||" and "\".

[U-Boot] [v3 0/2] Add support for new SoC APM82XXX

2010-09-07 Thread tmarri
From: Tirumala Marri APM8 is Applied Micro Circuits Corporations naming convention for new line of SoCs. V1: * Squash some of the patches. * add space between "||" and "\". * Add spaces around operators. * Unsigned int to u32. * Add empty line which was removed. * remove warning

[U-Boot] [PATCH v2 2/2] APM82xxx: Add bluestone board support

2010-09-01 Thread tmarri
From: Tirumala Marri Add support code for bluestone board wth APM82XXX processor based. This patch includes early board init, misc init, configure EBC, initializes UIC, MAKEALL, board.cfg and MAINTAINERS file. Signed-off-by: Tirumala R Marri --- V1: * Remove "All rights reserved" phrase from

[U-Boot] [PATCH v2 1/2] APM82xxx: Add CPU and other peripheral support

2010-09-01 Thread tmarri
From: Tirumala Marri APM82XXX is a new line of SoCs which are derivatives of PPC44X family of processors. This patch adds support of CPU, cache, tlb, 32k ocm, bootstraps, PLB AHB bus, DDR and Some common register definitions. Signed-off-by: Tirumala R Marri --- V1: * Squash some of the patc

[U-Boot] [PATCH v2 0/2] Add support for new SoC APM82XXX

2010-09-01 Thread tmarri
From: Tirumala Marri APM8 is Applied Micro Circuits Corporations naming convention for new line of SoCs. V1: * Squash some of the patches. * add space between "||" and "\". * Add spaces around operators. * Unsigned int to u32. * Add empty line which was removed. * remove warning

[U-Boot] [PATCH v1 2/2] APM82xxx: Add bluestone board support

2010-08-31 Thread tmarri
From: Tirumala Marri Add support code for bluestone board wth APM82XXX processor based. This patch includes early board init, misc init, configure EBC, initializes UIC, MAKEALL, board.cfg and MAINTAINERS file. Signed-off-by: Tirumala R Marri --- V1: * Remove "All rights reserved" phrase from

[U-Boot] [PATCH v1 1/2] Add CPU and other peripheral support

2010-08-31 Thread tmarri
From: Tirumala Marri APM82XXX is a new line of SoCs which are derivatives of PPC44X family of processors. This patch adds support of CPU, cache, tlb, 32k ocm, bootstraps, PLB AHB bus, DDR and Some common register definitions. Signed-off-by: Tirumala R Marri --- V1: * Squash some of the patc

[U-Boot] [PATCH v1 0/2] Add support for new SoC APM82XXX

2010-08-31 Thread tmarri
From: Tirumala Marri APM8 is Applied Micro Circuits Corporations naming convention for new line of SoCs. V1: * Squash some of the patches. * add space between "||" and "\". * Add spaces around operators. * Unsigned int to u32. * Add empty line which was removed. * remove warning

[U-Boot] [PATCH 1/8] APM82xxx: Add CPU support

2010-08-26 Thread tmarri
From: Tirumala Marri APM82XXX is a new line of SoCs which are derivatives of PPC44X family of processors. This patch adds support of CPU, cache, tlb, 32k ocm, bootstraps, PLB and AHB bus. Signed-off-by: Tirumala R Marri --- arch/powerpc/cpu/ppc4xx/cpu.c| 35 ++

[U-Boot] [PATCH 0/8] Add support for new SoC APM82XXX

2010-08-26 Thread tmarri
From: Tirumala Marri APM8 is Applied Micro Circuits Corporations naming convention for new line of SoCs. Tirumala Marri (8): APM82xxx: Add CPU support APM82xxx: Add Common register definitions APM82xxx: Add clock speed calculations APM82xxx: Add DDR support APM82xxx: Add UIC suppo

[U-Boot] [PATCH 2/8] APM82xxx: Add Common register definitions

2010-08-26 Thread tmarri
From: Tirumala Marri This patch adds APM82XXX specific definitions, which include clock and boot strap. Signed-off-by: Tirumala R Marri --- include/ppc440.h | 57 - include/ppc4xx.h |7 +++-- 2 files changed, 59 insertions(+), 5 deletio

[U-Boot] [PATCH 7/8] APM82xxx: Add bluestone board support

2010-08-26 Thread tmarri
From: Tirumala Marri Add support code for bluestone board wth APM82XXX processor based. This patch includes early board init, misc init, configure EBC, and initializes UIC. Signed-off-by: Tirumala R Marri --- arch/powerpc/include/asm/ppc4xx-ebc.h |4 + board/amcc/bluestone/Makefile

[U-Boot] [PATCH 4/8] APM82xxx: Add DDR support

2010-08-26 Thread tmarri
From: Tirumala Marri This patch adds 32bit DDR2 static as well as dynamic setting of different DRAM parameters like CAS and read/write delays. Signed-off-by: Tirumala R Marri --- arch/powerpc/include/asm/ppc4xx-sdram.h | 25 +++-- 1 files changed, 19 insertions(+), 6 dele

[U-Boot] [PATCH 3/8] APM82xxx: Add clock speed calculations

2010-08-26 Thread tmarri
From: Tirumala Marri This patch adds support for speed calculations for different IP blocks, based on the bootstrap values programmed into EPROM device. Signed-off-by: Tirumala R Marri --- arch/powerpc/cpu/ppc4xx/speed.c | 85 ++- 1 files changed, 84 inser

[U-Boot] [PATCH 6/8] APM82xxx: Add SRAM support

2010-08-26 Thread tmarri
From: Tirumala Marri This patch adds L2Cache/SRAM and OCM register definitions. Signed-off-by: Tirumala R Marri --- arch/powerpc/include/asm/ppc4xx-isram.h |8 +--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/arch/powerpc/include/asm/ppc4xx-isram.h b/arch/powerpc/in

[U-Boot] [PATCH 8/8] APM82xxx: Add top level common file changes

2010-08-26 Thread tmarri
From: Tirumala Marri Add bluestone board name to the board.cfg. Change Makefile to include bluestone board support. Modified MAINTAINERS file to include board maintainers name. Modified to include blouestone entry in the MAKEALL file. Signed-off-by: Tirumala R Marri --- MAINTAINERS |3 +++

[U-Boot] [PATCH 5/8] APM82xxx: Add UIC support

2010-08-26 Thread tmarri
From: Tirumala Marri This patch adds Universal Interrupt Controller support for APM82XXX processor. Signed-off-by: Tirumala R Marri --- arch/powerpc/include/asm/ppc4xx-uic.h |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/arch/powerpc/include/asm/ppc4xx-uic.h b/ar