[U-Boot] [PATCH 09/11 V13] DTS: Add dts support for SMDK5420

2013-12-25 Thread Rajeshwari S Shinde
This patch adds dts support for SMDK5420. exynos5.dtsi created is a common file which has the nodes common to both 5420 and 5250. Signed-off-by: Akshay Saraswat Signed-off-by: Rajeshwari S Shinde Acked-by: Simon Glass --- Changes in V2: - None Changes in V3: - None Changes in

[U-Boot] [PATCH 11/11 V13] SPL: EXYNOS: Prepare for variable size SPL support

2013-12-25 Thread Rajeshwari S Shinde
ing memory, this all happens on exit; removing cleanups it makes code clearer - profuse commenting - modify Makefile to allow enabling the new feature per board Signed-off-by: Vadim Bendebury Signed-off-by: Rajeshwari S Shinde Acked-by: Simon Glass --- Changes in V2:

[U-Boot] [PATCH 10/11 V13] Config: Add initial config for SMDK5420

2013-12-25 Thread Rajeshwari S Shinde
Adding initial config for SMDK5420 to build and boot U-Boot over Exynos based SMDK5420. Signed-off-by: Rajeshwari S Shinde Signed-off-by: Akshay Saraswat Acked-by: Simon Glass --- Changes in V2: - None Changes in V3: - None Changes in V4: - Created a common exynos5-dt.h

[U-Boot] [PATCH 04/11] EXYNOS5420: Add dmc and phy_control register structure

2013-12-25 Thread Rajeshwari S Shinde
Add dmc and phy_control register structure for 5420. Signed-off-by: Rajeshwari S Shinde Acked-by: Simon Glass --- Changes in V10: - New patch Changes in V11: - None Changes in V12: - None Changes in V13: - None arch/arm/include/asm/arch-exynos/dmc.h | 167

[U-Boot] [PATCH 06/11 V13] Exynos5420: Add DDR3 initialization for 5420

2013-12-25 Thread Rajeshwari S Shinde
This patch intends to add DDR3 initialization code for Exynos5420. Signed-off-by: Akshay Saraswat Signed-off-by: Rajeshwari S Shinde Acked-by: Simon Glass --- Changes in V2: - Corrected a compilation issue for SMDK5250. Changes in V3: - None Changes in V4: - None

[U-Boot] [PATCH 02/11 V13] Exynos5420: Add base addresses for 5420

2013-12-25 Thread Rajeshwari S Shinde
Adds base addresses of various IPs and controllers required for Exynos5420. Signed-off-by: Rajeshwari S Shinde Signed-off-by: Akshay Saraswat Acked-by: Simon Glass --- Changes in V2: - None Changes in V3: - None Changes in V4: - Added base address for TZPC. Changes in

[U-Boot] [PATCH 08/11 V13] Exynos5420: Add base patch for SMDK5420

2013-12-25 Thread Rajeshwari S Shinde
Adding the base patch for Exynos based SMDK5420. This shall enable compilation and basic boot support for SMDK5420. Signed-off-by: Rajeshwari S Shinde Signed-off-by: Akshay Saraswat Acked-by: Simon Glass --- Changes in V2: - None Changes in V3: - None Changes in V4

[U-Boot] [PATCH 03/11 V13] EXYNOS5420: Add power register structure.

2013-12-25 Thread Rajeshwari S Shinde
Add structure for power register for Exynos5420 Signed-off-by: Rajeshwari S Shinde Acked-by: Simon Glass --- Changes in V10: - New patch Changes in V11: - None Changes in V12: - None Changes in V13: - None arch/arm/include/asm/arch-exynos/power.h | 837

[U-Boot] [PATCH 07/11 V13] Exynos5420: Add support for 5420 in pinmux and gpio

2013-12-25 Thread Rajeshwari S Shinde
Adds code in pinmux and gpio framework to support Exynos5420. Signed-off-by: Naveen Krishna Chatradhi Signed-off-by: Akshay Saraswat Signed-off-by: Rajeshwari S Shinde Acked-by: Simon Glass --- Changes in V2: - None Changes in V3: - None Changes in V4: - Added correct

[U-Boot] [PATCH 01/11 V13] EXYNOS5: Create a common board file

2013-12-25 Thread Rajeshwari S Shinde
Create a common board.c file for all functions which are common across all EXYNOS5 platforms. exynos_init function is provided for platform specific code. Signed-off-by: Rajeshwari S Shinde Acked-by: Simon Glass --- Changes in V2: - None Changes in V3: - None Changes in V4

[U-Boot] [PATCH 00/11 V13] EXYNOS5420: Add SMDK5420 board support

2013-12-25 Thread Rajeshwari S Shinde
This patch adds basic board support for SMDK5420 board. These patches are tested for booting fine on EVT1 SMDK5420. Rajeshwari S Shinde (11): EXYNOS5: Create a common board file Exynos5420: Add base addresses for 5420 EXYNOS5420: Add power register structure. EXYNOS5420: Add dmc and

[U-Boot] [PATCH 04/11 V12] EXYNOS5420: Add dmc and phy_control register structure

2013-12-20 Thread Rajeshwari S Shinde
Add dmc and phy_control register structure for 5420. Signed-off-by: Rajeshwari S Shinde Acked-by: Simon Glass --- Changes in V10: - New patch Changes in V11: - None Changes in V12: - None arch/arm/include/asm/arch-exynos/dmc.h | 167 + 1

[U-Boot] [PATCH 11/11 V12] SPL: EXYNOS: Prepare for variable size SPL support

2013-12-20 Thread Rajeshwari S Shinde
ing memory, this all happens on exit; removing cleanups it makes code clearer - profuse commenting - modify Makefile to allow enabling the new feature per board Signed-off-by: Vadim Bendebury Signed-off-by: Rajeshwari S Shinde Acked-by: Simon Glass --- Changes in V2:

[U-Boot] [PATCH 10/11 V12] Config: Add initial config for SMDK5420

2013-12-20 Thread Rajeshwari S Shinde
Adding initial config for SMDK5420 to build and boot U-Boot over Exynos based SMDK5420. Signed-off-by: Rajeshwari S Shinde Signed-off-by: Akshay Saraswat Acked-by: Simon Glass --- Changes in V2: - None Changes in V3: - None Changes in V4: - Created a common exynos5-dt.h

[U-Boot] [PATCH 08/11 V12] Exynos5420: Add base patch for SMDK5420

2013-12-20 Thread Rajeshwari S Shinde
Adding the base patch for Exynos based SMDK5420. This shall enable compilation and basic boot support for SMDK5420. Signed-off-by: Rajeshwari S Shinde Signed-off-by: Akshay Saraswat Acked-by: Simon Glass --- Changes in V2: - None Changes in V3: - None Changes in V4

[U-Boot] [PATCH 03/11 V12] EXYNOS5420: Add power register structure.

2013-12-20 Thread Rajeshwari S Shinde
Add structure for power register for Exynos5420 Signed-off-by: Rajeshwari S Shinde Acked-by: Simon Glass --- Changes in V10: - New patch Changes in V11: - None Changes in V12: - None arch/arm/include/asm/arch-exynos/power.h | 837 +++ 1 file

[U-Boot] [PATCH 09/11 V12] DTS: Add dts support for SMDK5420

2013-12-20 Thread Rajeshwari S Shinde
This patch adds dts support for SMDK5420. exynos5.dtsi created is a common file which has the nodes common to both 5420 and 5250. Signed-off-by: Akshay Saraswat Signed-off-by: Rajeshwari S Shinde Acked-by: Simon Glass --- Changes in V2: - None Changes in V3: - None Changes in

[U-Boot] [PATCH 06/11 V12] Exynos5420: Add DDR3 initialization for 5420

2013-12-20 Thread Rajeshwari S Shinde
This patch intends to add DDR3 initialization code for Exynos5420. Signed-off-by: Akshay Saraswat Signed-off-by: Rajeshwari S Shinde --- Changes in V2: - Corrected a compilation issue for SMDK5250. Changes in V3: - None Changes in V4: - None Changes in V5: - None

[U-Boot] [PATCH 01/11 V12] EXYNOS5: Create a common board file

2013-12-20 Thread Rajeshwari S Shinde
Create a common board.c file for all functions which are common across all EXYNOS5 platforms. exynos_init function is provided for platform specific code. Signed-off-by: Rajeshwari S Shinde Acked-by: Simon Glass --- Changes in V2: - None Changes in V3: - None Changes in V4

[U-Boot] [PATCH 07/11 V12] Exynos5420: Add support for 5420 in pinmux and gpio

2013-12-20 Thread Rajeshwari S Shinde
Adds code in pinmux and gpio framework to support Exynos5420. Signed-off-by: Naveen Krishna Chatradhi Signed-off-by: Akshay Saraswat Signed-off-by: Rajeshwari S Shinde Acked-by: Simon Glass --- Changes in V2: - None Changes in V3: - None Changes in V4: - Added correct

[U-Boot] [PATCH 00/11 V12] EXYNOS5420: Add SMDK5420 board support

2013-12-20 Thread Rajeshwari S Shinde
nnecesarry blank lines and added where ever required. Changes in V11: -Rebased on latest u-boot-samsung branch. Changes in V12: - Changed const void * pointers to uint32_t *. Rajeshwari S Shinde (11): EXYNOS5: Create a common board file Exynos5420: Add base addresses for 5420

[U-Boot] [PATCH 02/11 V12] Exynos5420: Add base addresses for 5420

2013-12-20 Thread Rajeshwari S Shinde
Adds base addresses of various IPs and controllers required for Exynos5420. Signed-off-by: Rajeshwari S Shinde Signed-off-by: Akshay Saraswat Acked-by: Simon Glass --- Changes in V2: - None Changes in V3: - None Changes in V4: - Added base address for TZPC. Changes in

[U-Boot] [PATCH 07/11 V11] Exynos5420: Add support for 5420 in pinmux and gpio

2013-12-16 Thread Rajeshwari S Shinde
Adds code in pinmux and gpio framework to support Exynos5420. Signed-off-by: Naveen Krishna Chatradhi Signed-off-by: Akshay Saraswat Signed-off-by: Rajeshwari S Shinde Acked-by: Simon Glass --- Changes in V2: - None Changes in V3: - None Changes in V4: - Added correct

[U-Boot] [PATCH 09/11 V11] DTS: Add dts support for SMDK5420

2013-12-16 Thread Rajeshwari S Shinde
This patch adds dts support for SMDK5420. exynos5.dtsi created is a common file which has the nodes common to both 5420 and 5250. Signed-off-by: Akshay Saraswat Signed-off-by: Rajeshwari S Shinde Acked-by: Simon Glass --- Changes in V2: - None Changes in V3: - None Changes in

[U-Boot] [PATCH 00/11 V11] EXYNOS5420: Add SMDK5420 board support

2013-12-16 Thread Rajeshwari S Shinde
nnecesarry blank lines and added where ever required. Changes in V11: -Rebased on latest u-boot-samsung branch. Rajeshwari S Shinde (11): EXYNOS5: Create a common board file Exynos5420: Add base addresses for 5420 EXYNOS5420: Add power register structure. EXYNOS5420: Add dmc and p

[U-Boot] [PATCH 03/11 V11] EXYNOS5420: Add power register structure.

2013-12-16 Thread Rajeshwari S Shinde
Add structure for power register for Exynos5420 Signed-off-by: Rajeshwari S Shinde --- Changes in V10: - New patch Changes in V11: - None arch/arm/include/asm/arch-exynos/power.h | 837 +++ 1 file changed, 837 insertions(+) diff --git a/arch/arm

[U-Boot] [PATCH 10/11 V11] Config: Add initial config for SMDK5420

2013-12-16 Thread Rajeshwari S Shinde
Adding initial config for SMDK5420 to build and boot U-Boot over Exynos based SMDK5420. Signed-off-by: Rajeshwari S Shinde Signed-off-by: Akshay Saraswat Acked-by: Simon Glass --- Changes in V2: - None Changes in V3: - None Changes in V4: - Created a common exynos5-dt.h

[U-Boot] [PATCH 08/11 V11] Exynos5420: Add base patch for SMDK5420

2013-12-16 Thread Rajeshwari S Shinde
Adding the base patch for Exynos based SMDK5420. This shall enable compilation and basic boot support for SMDK5420. Signed-off-by: Rajeshwari S Shinde Signed-off-by: Akshay Saraswat --- Changes in V2: - None Changes in V3: - None Changes in V4: - Rebased on latest u-boot

[U-Boot] [PATCH 06/11 V11] Exynos5420: Add DDR3 initialization for 5420

2013-12-16 Thread Rajeshwari S Shinde
This patch intends to add DDR3 initialization code for Exynos5420. Signed-off-by: Akshay Saraswat Signed-off-by: Rajeshwari S Shinde --- Changes in V2: - Corrected a compilation issue for SMDK5250. Changes in V3: - None Changes in V4: - None Changes in V5: - None

[U-Boot] [PATCH 01/11 V11] EXYNOS5: Create a common board file

2013-12-16 Thread Rajeshwari S Shinde
Create a common board.c file for all functions which are common across all EXYNOS5 platforms. exynos_init function is provided for platform specific code. Signed-off-by: Rajeshwari S Shinde --- Changes in V2: - None Changes in V3: - None Changes in V4: - Added check for

[U-Boot] [PATCH 11/11 V11] SPL: EXYNOS: Prepare for variable size SPL support

2013-12-16 Thread Rajeshwari S Shinde
ing memory, this all happens on exit; removing cleanups it makes code clearer - profuse commenting - modify Makefile to allow enabling the new feature per board Signed-off-by: Vadim Bendebury Signed-off-by: Rajeshwari S Shinde Acked-by: Simon Glass --- Changes in V2:

[U-Boot] [PATCH 04/11 V11] EXYNOS5420: Add dmc and phy_control register structure

2013-12-16 Thread Rajeshwari S Shinde
Add dmc and phy_control register structure for 5420. Signed-off-by: Rajeshwari S Shinde --- Changes in V10: - New patch Changes in V11: - None arch/arm/include/asm/arch-exynos/dmc.h | 167 + 1 file changed, 167 insertions(+) diff --git a/arch/arm

[U-Boot] [PATCH 02/11 V11] Exynos5420: Add base addresses for 5420

2013-12-16 Thread Rajeshwari S Shinde
Adds base addresses of various IPs and controllers required for Exynos5420. Signed-off-by: Rajeshwari S Shinde Signed-off-by: Akshay Saraswat Acked-by: Simon Glass --- Changes in V2: - None Changes in V3: - None Changes in V4: - Added base address for TZPC. Changes in

[U-Boot] [PATCH 10/11 V10] Config: Add initial config for SMDK5420

2013-12-09 Thread Rajeshwari S Shinde
Adding initial config for SMDK5420 to build and boot U-Boot over Exynos based SMDK5420. Signed-off-by: Rajeshwari S Shinde Signed-off-by: Akshay Saraswat Acked-by: Simon Glass --- Changes in V2: - None Changes in V3: - None Changes in V4: - Created a common exynos5-dt.h

[U-Boot] [PATCH 02/11 V10] Exynos5420: Add base addresses for 5420

2013-12-09 Thread Rajeshwari S Shinde
Adds base addresses of various IPs and controllers required for Exynos5420. Signed-off-by: Rajeshwari S Shinde Signed-off-by: Akshay Saraswat Acked-by: Simon Glass --- Changes in V2: - None Changes in V3: - None Changes in V4: - Added base address for TZPC. Changes in

[U-Boot] [PATCH 09/11 V10] DTS: Add dts support for SMDK5420

2013-12-09 Thread Rajeshwari S Shinde
This patch adds dts support for SMDK5420. exynos5.dtsi created is a common file which has the nodes common to both 5420 and 5250. Signed-off-by: Akshay Saraswat Signed-off-by: Rajeshwari S Shinde Acked-by: Simon Glass --- Changes in V2: - None Changes in V3: - None Changes in

[U-Boot] [PATCH 00/11 V10] EXYNOS5420: Add SMDK5420 board support

2013-12-09 Thread Rajeshwari S Shinde
nnecesarry blank lines and added where ever required. Rajeshwari S Shinde (11): EXYNOS5: Create a common board file Exynos5420: Add base addresses for 5420 EXYNOS5420: Add power register structure. EXYNOS5420: Add dmc and phy_control register structure Exynos5420: Add clock initializatio

[U-Boot] [PATCH 07/11 V10] Exynos5420: Add support for 5420 in pinmux and gpio

2013-12-09 Thread Rajeshwari S Shinde
Adds code in pinmux and gpio framework to support Exynos5420. Signed-off-by: Naveen Krishna Chatradhi Signed-off-by: Akshay Saraswat Signed-off-by: Rajeshwari S Shinde Acked-by: Simon Glass --- Changes in V2: - None Changes in V3: - None Changes in V4: - Added correct

[U-Boot] [PATCH 06/11 V10] Exynos5420: Add DDR3 initialization for 5420

2013-12-09 Thread Rajeshwari S Shinde
This patch intends to add DDR3 initialization code for Exynos5420. Signed-off-by: Akshay Saraswat Signed-off-by: Rajeshwari S Shinde --- Changes in V2: - Corrected a compilation issue for SMDK5250. Changes in V3: - None Changes in V4: - None Changes in V5: - None

[U-Boot] [PATCH 03/11 V10] EXYNOS5420: Add power register structure.

2013-12-09 Thread Rajeshwari S Shinde
Add structure for power register for Exynos5420 Signed-off-by: Rajeshwari S Shinde --- Changes in V10: - New patch arch/arm/include/asm/arch-exynos/power.h | 837 +++ 1 file changed, 837 insertions(+) diff --git a/arch/arm/include/asm/arch-exynos/power.h b

[U-Boot] [PATCH 11/11 V10] SPL: EXYNOS: Prepare for variable size SPL support

2013-12-09 Thread Rajeshwari S Shinde
ing memory, this all happens on exit; removing cleanups it makes code clearer - profuse commenting - modify Makefile to allow enabling the new feature per board Signed-off-by: Vadim Bendebury Signed-off-by: Rajeshwari S Shinde Acked-by: Simon Glass --- Changes in V2:

[U-Boot] [PATCH 04/11 V10] EXYNOS5420: Add dmc and phy_control register structure

2013-12-09 Thread Rajeshwari S Shinde
Add dmc and phy_control register structure for 5420. Signed-off-by: Rajeshwari S Shinde --- Changes in V10: - New patch arch/arm/include/asm/arch-exynos/dmc.h | 167 + 1 file changed, 167 insertions(+) diff --git a/arch/arm/include/asm/arch-exynos/dmc.h

[U-Boot] [PATCH 08/11 V10] Exynos5420: Add base patch for SMDK5420

2013-12-09 Thread Rajeshwari S Shinde
Adding the base patch for Exynos based SMDK5420. This shall enable compilation and basic boot support for SMDK5420. Signed-off-by: Rajeshwari S Shinde Signed-off-by: Akshay Saraswat --- Changes in V2: - None Changes in V3: - None Changes in V4: - Rebased on latest u-boot

[U-Boot] [PATCH 01/11 V10] EXYNOS5: Create a common board file

2013-12-09 Thread Rajeshwari S Shinde
Create a common board.c file for all functions which are common across all EXYNOS5 platforms. exynos_init function is provided for platform specific code. Signed-off-by: Rajeshwari S Shinde --- Changes in V2: - None Changes in V3: - None Changes in V4: - Added check for

[U-Boot] [PATCH 7/9 V9] DTS: Add dts support for SMDK5420

2013-12-02 Thread Rajeshwari S Shinde
This patch adds dts support for SMDK5420. exynos5.dtsi created is a common file which has the nodes common to both 5420 and 5250. Signed-off-by: Akshay Saraswat Signed-off-by: Rajeshwari S Shinde Acked-by: Simon Glass --- Changes in V2: - None Changes in V3: - None Changes in

[U-Boot] [PATCH 5/9 V9] Exynos5420: Add support for 5420 in pinmux and gpio

2013-12-02 Thread Rajeshwari S Shinde
Adds code in pinmux and gpio framework to support Exynos5420. Signed-off-by: Naveen Krishna Chatradhi Signed-off-by: Akshay Saraswat Signed-off-by: Rajeshwari S Shinde Acked-by: Simon Glass --- Changes in V2: - None Changes in V3: - None Changes in V4: - Added correct

[U-Boot] [PATCH 8/9 V9] Config: Add initial config for SMDK5420

2013-12-02 Thread Rajeshwari S Shinde
Adding initial config for SMDK5420 to build and boot U-Boot over Exynos based SMDK5420. Signed-off-by: Rajeshwari S Shinde Signed-off-by: Akshay Saraswat Acked-by: Simon Glass --- Changes in V2: - None Changes in V3: - None Changes in V4: - Created a common exynos5-dt.h

[U-Boot] [PATCH 2/9 V9] Exynos5420: Add base addresses for 5420

2013-12-02 Thread Rajeshwari S Shinde
Adds base addresses of various IPs and controllers required for Exynos5420. Signed-off-by: Rajeshwari S Shinde Signed-off-by: Akshay Saraswat Acked-by: Simon Glass --- Changes in V2: - None Changes in V3: - None Changes in V4: - Added base address for TZPC. Changes in

[U-Boot] [PATCH 6/9 V9] Exynos5420: Add base patch for SMDK5420

2013-12-02 Thread Rajeshwari S Shinde
Adding the base patch for Exynos based SMDK5420. This shall enable compilation and basic boot support for SMDK5420. Signed-off-by: Rajeshwari S Shinde Signed-off-by: Akshay Saraswat --- Changes in V2: - None Changes in V3: - None Changes in V4: - Rebased on latest u-boot

[U-Boot] [PATCH 9/9 V9] SPL: EXYNOS: Prepare for variable size SPL support

2013-12-02 Thread Rajeshwari S Shinde
ing memory, this all happens on exit; removing cleanups it makes code clearer - profuse commenting - modify Makefile to allow enabling the new feature per board Signed-off-by: Vadim Bendebury Signed-off-by: Rajeshwari S Shinde Acked-by: Simon Glass --- Changes in V2:

[U-Boot] [PATCH 1/9 V9] EXYNOS5: Create a common board file

2013-12-02 Thread Rajeshwari S Shinde
Create a common board.c file for all functions which are common across all EXYNOS5 platforms. exynos_init function is provided for platform specific code. Signed-off-by: Rajeshwari S Shinde --- Changes in V2: - None Changes in V3: - None Changes in V4: - Added check for

[U-Boot] [PATCH 4/9 V9] Exynos5420: Add DDR3 initialization for 5420

2013-12-02 Thread Rajeshwari S Shinde
This patch intends to add DDR3 initialization code for Exynos5420. Signed-off-by: Rajeshwari S Shinde Signed-off-by: Akshay Saraswat Acked-by: Simon Glass --- Changes in V2: - Corrected a compilation issue for SMDK5250. Changes in V3: - None Changes in V4: - None

[U-Boot] [PATCH 0/9 V9] EXYNOS5420: Add SMDK5420 board support

2013-12-02 Thread Rajeshwari S Shinde
pro_id and cpu_id. Changes in V9: - Added macros to get the base address - Rebased on latest code. Rajeshwari S Shinde (9): EXYNOS5: Create a common board file Exynos5420: Add base addresses for 5420 Exynos5420: Add clock initialization for 5420 Exynos5420: Add DDR3 init

[U-Boot] [PATCH 7/9 v8] DTS: Add dts support for SMDK5420

2013-11-14 Thread Rajeshwari S Shinde
This patch adds dts support for SMDK5420. exynos5.dtsi created is a common file which has the nodes common to both 5420 and 5250. Signed-off-by: Akshay Saraswat Signed-off-by: Rajeshwari S Shinde Acked-by: Simon Glass --- Changes in V2: - None Changes in V3: - None Changes in

[U-Boot] [PATCH 9/9 v8] SPL: EXYNOS: Prepare for variable size SPL support

2013-11-14 Thread Rajeshwari S Shinde
ing memory, this all happens on exit; removing cleanups it makes code clearer - profuse commenting - modify Makefile to allow enabling the new feature per board Signed-off-by: Vadim Bendebury Signed-off-by: Rajeshwari S Shinde Acked-by: Simon Glass --- Changes in V2:

[U-Boot] [PATCH 4/9 v8] Exynos5420: Add DDR3 initialization for 5420

2013-11-14 Thread Rajeshwari S Shinde
This patch intends to add DDR3 initialization code for Exynos5420. Signed-off-by: Rajeshwari S Shinde Signed-off-by: Akshay Saraswat Acked-by: Simon Glass --- Changes in V2: - Corrected a compilation issue for SMDK5250. Changes in V3: - None Changes in V4: - None

[U-Boot] [PATCH 6/9 v8] Exynos5420: Add base patch for SMDK5420

2013-11-14 Thread Rajeshwari S Shinde
Adding the base patch for Exynos based SMDK5420. This shall enable compilation and basic boot support for SMDK5420. Signed-off-by: Rajeshwari S Shinde Signed-off-by: Akshay Saraswat --- Changes in V2: - None Changes in V3: - None Changes in V4: - Rebased on latest u-boot

[U-Boot] [PATCH 8/9 v8] Config: Add initial config for SMDK5420

2013-11-14 Thread Rajeshwari S Shinde
Adding initial config for SMDK5420 to build and boot U-Boot over Exynos based SMDK5420. Signed-off-by: Rajeshwari S Shinde Signed-off-by: Akshay Saraswat Acked-by: Simon Glass --- Changes in V2: - None Changes in V3: - None Changes in V4: - Created a common exynos5-dt.h

[U-Boot] [PATCH 2/9 v8] Exynos5420: Add base addresses for 5420

2013-11-14 Thread Rajeshwari S Shinde
Adds base addresses of various IPs and controllers required for Exynos5420. Signed-off-by: Rajeshwari S Shinde Signed-off-by: Akshay Saraswat Acked-by: Simon Glass --- Changes in V2: - None Changes in V3: - None Changes in V4: - Added base address for TZPC. Changes in

[U-Boot] [PATCH 5/9 v8] Exynos5420: Add support for 5420 in pinmux and gpio

2013-11-14 Thread Rajeshwari S Shinde
Adds code in pinmux and gpio framework to support Exynos5420. Signed-off-by: Naveen Krishna Chatradhi Signed-off-by: Akshay Saraswat Signed-off-by: Rajeshwari S Shinde Acked-by: Simon Glass --- Changes in V2: - None Changes in V3: - None Changes in V4: - Added correct

[U-Boot] [PATCH 0/9 v8] EXYNOS5420: Add SMDK5420 board support

2013-11-14 Thread Rajeshwari S Shinde
pro_id and cpu_id. Rajeshwari S Shinde (9): EXYNOS5: Create a common board file Exynos5420: Add base addresses for 5420 Exynos5420: Add clock initialization for 5420 Exynos5420: Add DDR3 initialization for 5420 Exynos5420: Add support for 5420 in pinmux and gpio Exynos5420: Add base

[U-Boot] [PATCH 1/9 v8] EXYNOS5: Create a common board file

2013-11-14 Thread Rajeshwari S Shinde
Create a common board.c file for all functions which are common across all EXYNOS5 platforms. exynos_init function is provided for platform specific code. Signed-off-by: Rajeshwari S Shinde Acked-by: Simon Glass --- Changes in V2: - None Changes in V3: - None Changes in V4

[U-Boot] [PATCH 7/9 V7] DTS: Add dts support for SMDK5420

2013-11-13 Thread Rajeshwari S Shinde
This patch adds dts support for SMDK5420. exynos5.dtsi created is a common file which has the nodes common to both 5420 and 5250. Signed-off-by: Akshay Saraswat Signed-off-by: Rajeshwari S Shinde Acked-by: Simon Glass --- Changes in V2: - None Changes in V3: - None Changes in

[U-Boot] [PATCH 6/9 V7] Exynos5420: Add base patch for SMDK5420

2013-11-13 Thread Rajeshwari S Shinde
Adding the base patch for Exynos based SMDK5420. This shall enable compilation and basic boot support for SMDK5420. Signed-off-by: Rajeshwari S Shinde Signed-off-by: Akshay Saraswat Acked-by: Simon Glass --- Changes in V2: - None Changes in V3: - None Changes in V4

[U-Boot] [PATCH 9/9 V7] SPL: EXYNOS: Prepare for variable size SPL support

2013-11-13 Thread Rajeshwari S Shinde
ing memory, this all happens on exit; removing cleanups it makes code clearer - profuse commenting - modify Makefile to allow enabling the new feature per board Signed-off-by: Vadim Bendebury Signed-off-by: Rajeshwari S Shinde Acked-by: Simon Glass --- Changes in V2:

[U-Boot] [PATCH 4/9 V7] Exynos5420: Add DDR3 initialization for 5420

2013-11-13 Thread Rajeshwari S Shinde
This patch intends to add DDR3 initialization code for Exynos5420. Signed-off-by: Rajeshwari S Shinde Signed-off-by: Akshay Saraswat Acked-by: Simon Glass --- Changes in V2: - Corrected a compilation issue for SMDK5250. Changes in V3: - None Changes in V4: - None

[U-Boot] [PATCH 5/9 V7] Exynos5420: Add support for 5420 in pinmux and gpio

2013-11-13 Thread Rajeshwari S Shinde
Adds code in pinmux and gpio framework to support Exynos5420. Signed-off-by: Naveen Krishna Chatradhi Signed-off-by: Akshay Saraswat Signed-off-by: Rajeshwari S Shinde Acked-by: Simon Glass --- Changes in V2: - None Changes in V3: - None Changes in V4: - Added correct

[U-Boot] [PATCH 8/9 V7] Config: Add initial config for SMDK5420

2013-11-13 Thread Rajeshwari S Shinde
Adding initial config for SMDK5420 to build and boot U-Boot over Exynos based SMDK5420. Signed-off-by: Rajeshwari S Shinde Signed-off-by: Akshay Saraswat Acked-by: Simon Glass --- Changes in V2: - None Changes in V3: - None Changes in V4: - Created a common exynos5-dt.h

[U-Boot] [PATCH 2/9 V7] Exynos5420: Add base addresses for 5420

2013-11-13 Thread Rajeshwari S Shinde
Adds base addresses of various IPs and controllers required for Exynos5420. Signed-off-by: Rajeshwari S Shinde Signed-off-by: Akshay Saraswat Acked-by: Simon Glass --- Changes in V2: - None Changes in V3: - None Changes in V4: - Added base address for TZPC. Changes in

[U-Boot] [PATCH 0/9 V7] EXYNOS5420: Add SMDK5420 board support

2013-11-13 Thread Rajeshwari S Shinde
: - Removed below patch as it is already merged "DWMMC: SMDK5420: Disable SMU for eMMC" - Corrected the multi line comments and removal of blank spaces and lines. - Corrected the license. Rajeshwari S Shinde (9): EXYNOS5: Create a common board file Exynos5420

[U-Boot] [PATCH 1/9 V7] EXYNOS5: Create a common board file

2013-11-13 Thread Rajeshwari S Shinde
Create a common board.c file for all functions which are common across all EXYNOS5 platforms. exynos_init function is provided for platform specific code. Signed-off-by: Rajeshwari S Shinde --- Changes in V2: - None Changes in V3: - None Changes in V4: - Added check for

[U-Boot] [PATCH] Exynos5: Clock: Generic api to set and get clock rate and source

2013-11-11 Thread Rajeshwari S Shinde
This patch implements generic api for exynos5250 and exynos5420. These api's set and get clock rate based on the peripheral id. Signed-off-by: Andrew Bresticker Signed-off-by: Rajeshwari S Shinde --- arch/arm/cpu/armv7/exynos/clock.c | 958 - arc

[U-Boot] [PATCH 08/10 V6] Config: Add initial config for SMDK5420

2013-10-29 Thread Rajeshwari S Shinde
Adding initial config for SMDK5420 to build and boot U-Boot over Exynos based SMDK5420. Signed-off-by: Rajeshwari S Shinde Signed-off-by: Akshay Saraswat Acked-by: Simon Glass --- Changes in V2: - None Changes in V3: - None Changes in V4: - Created a common exynos5-dt.h

[U-Boot] [PATCH 10/10 V6] DWMMC: SMDK5420: Disable SMU for eMMC

2013-10-29 Thread Rajeshwari S Shinde
SMDK5420 has a new Security Management Unit added for dwmmc driver, hence, configuring the control registers to support booting via eMMC. Signed-off-by: Alim Akhtar Signed-off-by: Rajeshwari Shinde Acked-by: Simon Glass --- Changes in V3: - New patch. Changes in V4: Added flag t

[U-Boot] [PATCH 09/10 V6] SPL: EXYNOS: Prepare for variable size SPL support

2013-10-29 Thread Rajeshwari S Shinde
ing memory, this all happens on exit; removing cleanups it makes code clearer - profuse commenting - modify Makefile to allow enabling the new feature per board Signed-off-by: Vadim Bendebury Signed-off-by: Rajeshwari S Shinde Acked-by: Simon Glass --- Changes in V2:

[U-Boot] [PATCH 04/10 V6] Exynos5420: Add DDR3 initialization for 5420

2013-10-29 Thread Rajeshwari S Shinde
This patch intends to add DDR3 initialization code for Exynos5420. Signed-off-by: Rajeshwari S Shinde Signed-off-by: Akshay Saraswat Acked-by: Simon Glass --- Changes in V2: - Corrected a compilation issue for SMDK5250. Changes in V3: - None Changes in V4: - None

[U-Boot] [PATCH 02/10 V6] Exynos5420: Add base addresses for 5420

2013-10-29 Thread Rajeshwari S Shinde
Adds base addresses of various IPs and controllers required for Exynos5420. Signed-off-by: Rajeshwari S Shinde Signed-off-by: Akshay Saraswat Acked-by: Simon Glass --- Changes in V2: - None Changes in V3: - None Changes in V4: - Added base address for TZPC. Changes in

[U-Boot] [PATCH 07/10 V6] DTS: Add dts support for SMDK5420

2013-10-29 Thread Rajeshwari S Shinde
This patch adds support for SMDK5420. exynos5.dtsi created is a common file which has the nodes common to both 5420 and 5250. Signed-off-by: Akshay Saraswat Signed-off-by: Rajeshwari S Shinde Acked-by: Simon Glass --- Changes in V2: - None Changes in V3: - None Changes in V4

[U-Boot] [PATCH 05/10 V6] Exynos5420: Add support for 5420 in pinmux and gpio

2013-10-29 Thread Rajeshwari S Shinde
Adds code in pinmux and gpio framework to support Exynos5420. Signed-off-by: Naveen Krishna Chatradhi Signed-off-by: Akshay Saraswat Signed-off-by: Rajeshwari S Shinde Acked-by: Simon Glass --- Changes in V2: - None Changes in V3: - None Changes in V4: - Added correct

[U-Boot] [PATCH 00/10 V6] EXYNOS5420: Add SMDK5420 board support

2013-10-29 Thread Rajeshwari S Shinde
SMU for eMMC. Changes in V5: - Moved functions board_mmc_init and board_eth_init to common/board.c in case of device tree support. Changes in V6: - Rebased on the latest mainline branch. - Moved the definitions for SMU to arch/arm dwmmc.h Rajeshwari S Shinde (10

[U-Boot] [PATCH 06/10 V6] Exynos5420: Add base patch for SMDK5420

2013-10-29 Thread Rajeshwari S Shinde
Adding the base patch for Exynos based SMDK5420. This shall enable compilation and basic boot support for SMDK5420. Signed-off-by: Rajeshwari S Shinde Signed-off-by: Akshay Saraswat Acked-by: Simon Glass --- Changes in V2: - None Changes in V3: - None Changes in V4

[U-Boot] [PATCH 01/10 V6] EXYNOS5: Create a common board file

2013-10-29 Thread Rajeshwari S Shinde
Create a common board.c file for all functions which are common across all EXYNOS5 platforms. exynos_init function is provided for platform specific code. Signed-off-by: Rajeshwari S Shinde Acked-by: Simon Glass --- Changes in V2: - None Changes in V3: - None Changes in V4

[U-Boot] [PATCH 09/10 V5] SPL: EXYNOS: Prepare for variable size SPL support

2013-10-10 Thread Rajeshwari S Shinde
ing memory, this all happens on exit; removing cleanups it makes code clearer - profuse commenting - modify Makefile to allow enabling the new feature per board Signed-off-by: Vadim Bendebury Signed-off-by: Rajeshwari S Shinde Acked-by: Simon Glass --- Changes in V3:

[U-Boot] [PATCH 05/10 V5] Exynos5420: Add support for 5420 in pinmux and gpio

2013-10-10 Thread Rajeshwari S Shinde
Adds code in pinmux and gpio framework to support Exynos5420. Signed-off-by: Naveen Krishna Chatradhi Signed-off-by: Akshay Saraswat Signed-off-by: Rajeshwari S Shinde Acked-by: Simon Glass --- Changes in V2: - None Changes in V3: - None Changes in V4: - Added correct

[U-Boot] [PATCH 10/10 V5] DWMMC: SMDK5420: Disable SMU for eMMC

2013-10-10 Thread Rajeshwari S Shinde
SMDK5420 has a new Security Management Unit added for dwmmc driver, hence, configuring the control registers to support booting via eMMC. Signed-off-by: Alim Akhtar Signed-off-by: Rajeshwari Shinde Acked-by: Simon Glass --- Changes in V3: - New patch. Changes in V4: Added flag t

[U-Boot] [PATCH 07/10 V5] DTS: Add dts support for SMDK5420

2013-10-10 Thread Rajeshwari S Shinde
This patch adds support for SMDK5420. exynos5.dtsi created is a common file which has the nodes common to both 5420 and 5250. Signed-off-by: Akshay Saraswat Signed-off-by: Rajeshwari S Shinde Acked-by: Simon Glass --- Changes in V2: - None Changes in V3: - None Changes in V4

[U-Boot] [PATCH 00/10 V5] EXYNOS5420: Add SMDK5420 board support

2013-10-10 Thread Rajeshwari S Shinde
SMU for eMMC. Changes in V5: - Moved functions board_mmc_init and board_eth_init to common/board.c in case of device tree support. Rajeshwari S Shinde (10): EXYNOS5: Create a common board file Exynos5420: Add base addresses for 5420 Exynos5420: Add clock initialization for

[U-Boot] [PATCH 08/10 V5] Config: Add initial config for SMDK5420

2013-10-10 Thread Rajeshwari S Shinde
Adding initial config for SMDK5420 to build and boot U-Boot over Exynos based SMDK5420. Signed-off-by: Rajeshwari S Shinde Signed-off-by: Akshay Saraswat Acked-by: Simon Glass --- Changes in V2: - None Changes in V3: - None Changes in V4: - Created a common exynos5-dt.h

[U-Boot] [PATCH 04/10 V5] Exynos5420: Add DDR3 initialization for 5420

2013-10-10 Thread Rajeshwari S Shinde
This patch intends to add DDR3 initialization code for Exynos5420. Signed-off-by: Rajeshwari S Shinde Signed-off-by: Akshay Saraswat Acked-by: Simon Glass --- Changes in V2: - Corrected a compilation issue for SMDK5250. Changes in V3: - None Changes in V4: - None

[U-Boot] [PATCH 02/10 V5] Exynos5420: Add base addresses for 5420

2013-10-10 Thread Rajeshwari S Shinde
Adds base addresses of various IPs and controllers required for Exynos5420. Signed-off-by: Rajeshwari S Shinde Signed-off-by: Akshay Saraswat Acked-by: Simon Glass --- Changes in V2: - None Changes in V3: - None Changes in V4: - Added base address for TZPC. Changes in

[U-Boot] [PATCH 06/10 V5] Exynos5420: Add base patch for SMDK5420

2013-10-10 Thread Rajeshwari S Shinde
Adding the base patch for Exynos based SMDK5420. This shall enable compilation and basic boot support for SMDK5420. Signed-off-by: Rajeshwari S Shinde Signed-off-by: Akshay Saraswat --- Changes in V2: - None Changes in V3: - None Changes in V4: - Rebased on latest u-boot

[U-Boot] [PATCH 01/10 V5] EXYNOS5: Create a common board file

2013-10-10 Thread Rajeshwari S Shinde
Create a common board.c file for all functions which are common across all EXYNOS5 platforms. exynos_init function is provided for platform specific code. Signed-off-by: Rajeshwari S Shinde --- Changes in V2: - None Changes in V3: - None Changes in V4: - Added check for

[U-Boot] [PATCH V3] exynos: spl: Add a custom spi copy function

2013-10-08 Thread Rajeshwari S Shinde
Signed-off-by: Tom Wai-Hong Tam Signed-off-by: Rajeshwari S Shinde --- Based on following patch yet to be merged: "[U-Boot] [PATCH 4/4] spi: exynos: Support word transfers" Changes in V2: - Corrected the commit message. - Added a SPI timeout check. - Cor

[U-Boot] [PATCH 2/4] spi: exynos: Support a delay after deactivate

2013-10-08 Thread Rajeshwari S Shinde
Signed-off-by: Rajeshwari S Shinde --- drivers/spi/exynos_spi.c | 20 1 file changed, 20 insertions(+) diff --git a/drivers/spi/exynos_spi.c b/drivers/spi/exynos_spi.c index efc8b1e..d7fdaac 100644 --- a/drivers/spi/exynos_spi.c +++ b/drivers/spi/exynos_spi.c @@ -26,6 +26,7

[U-Boot] [PATCH 4/4] spi: exynos: Support word transfers

2013-10-08 Thread Rajeshwari S Shinde
. Signed-off-by: Simon Glass Signed-off-by: Rajeshwari S Shinde --- arch/arm/include/asm/arch-exynos/spi.h | 11 - drivers/spi/exynos_spi.c | 76 +++--- 2 files changed, 71 insertions(+), 16 deletions(-) diff --git a/arch/arm/include/asm/arch-exynos

[U-Boot] [PATCH 3/4] spi: exynos: Minimise access to SPI FIFO level

2013-10-08 Thread Rajeshwari S Shinde
, but the rxfifo has data in it, then writing too much data to the txfifo may overflow the rxfifo as data arrives. This speeds up SPI flash reading from about 1MB/s to about 2MB/s on snow. Signed-off-by: Simon Glass Signed-off-by: Rajeshwari S Shinde --- drivers/spi/exynos_spi.c | 27

[U-Boot] [PATCH 1/4] exynos: Export timer_get_us() to get microsecond timer

2013-10-08 Thread Rajeshwari S Shinde
From: Rajeshwari Shinde This function, if implemented by the board, provides a microsecond timer. The granularity may be larger than 1us if hardware does not support this. Signed-off-by: Simon Glass Signed-off-by: Rajeshwari S Shinde --- include/common.h | 6 ++ 1 file changed, 6

[U-Boot] [PATCH 0/4] spi: exynos: Improve performance

2013-10-08 Thread Rajeshwari S Shinde
This patchset has a set of patches which improves the performance of spi on exynos. Have combined all individual patches into a single patchset. Patches are based on u-boot-spi.git master branch. Rajeshwari S Shinde (3): exynos: Export timer_get_us() to get microsecond timer spi: exynos

[U-Boot] [PATCH 06/10 V4] Exynos5420: Add base patch for SMDK5420

2013-09-27 Thread Rajeshwari S Shinde
Adding the base patch for Exynos based SMDK5420. This shall enable compilation and basic boot support for SMDK5420. Signed-off-by: Rajeshwari S Shinde Signed-off-by: Akshay Saraswat --- Changes in V2: - None Changes in V3: - None Changes in V4: - Rebased on latest u-boot

[U-Boot] [PATCH 08/10 V4] Config: Add initial config for SMDK5420

2013-09-27 Thread Rajeshwari S Shinde
Adding initial config for SMDK5420 to build and boot U-Boot over Exynos based SMDK5420. Signed-off-by: Rajeshwari S Shinde Signed-off-by: Akshay Saraswat --- Changes in V2: - None Changes in V3: - None Changes in V4: - Created a common exynos5-dt.h include/configs

  1   2   >