[U-Boot] [PATCH] EXYNOS: SMDK5250: Add support for DDR3 memory.

2012-02-08 Thread Hatim Ali
ers.u-boot/124396) Signed-off-by: Hatim Ali diff --git a/board/samsung/smdk5250/Makefile b/board/samsung/smdk5250/Makefile index 226db1f..50a17cb 100644 --- a/board/samsung/smdk5250/Makefile +++ b/board/samsung/smdk5250/Makefile @@ -27,7 +27,11 @@ LIB = $(obj)lib$(BOARD).o SOBJS := lowlevel_i

[U-Boot] [PATCH v2 0/4] Add DDR3 memory support for SMDK5250.

2012-02-22 Thread Hatim Ali
dmc_init_lpddr2.c to dmc_common.c * Replaced register hex values with macro values for clarity. Hatim Ali (4): SMDK5250: LPDDR2: Renaming the dmc_init.c file to dmc_init_lpddr2.c SMDK5250: LPDDR2: Renaming the PHY_RESET_VAL macro and fixing a minor typo. SMDK5250: Creating a common

[U-Boot] [PATCH 1/4] SMDK5250: LPDDR2: Renaming the dmc_init.c file to dmc_init_lpddr2.c

2012-02-22 Thread Hatim Ali
dmc_init_lpddr2.c Signed-off-by: Hatim Ali diff --git a/board/samsung/smdk5250/Makefile b/board/samsung/smdk5250/Makefile index 226db1f..b18002a 100644 --- a/board/samsung/smdk5250/Makefile +++ b/board/samsung/smdk5250/Makefile @@ -27,7 +27,7 @@ LIB = $(obj)lib$(BOARD).o SOBJS := lowlevel_init.o COBJS

[U-Boot] [PATCH 2/4] SMDK5250: LPDDR2: Renaming the PHY_RESET_VAL macro and fixing a minor typo.

2012-02-22 Thread Hatim Ali
The patch renames the macro PHY_RESET_VAL to LPDDR3PHY_CTRL_PHY_RESET for clarity and also fixes a minor typo error to make the bit description similar to as described in the Exynos user manual. Signed-off-by: Hatim Ali diff --git a/board/samsung/smdk5250/dmc_init_lpddr2.c b/board/samsung

[U-Boot] [PATCH 3/4] SMDK5250: Creating a common file to be used by all variants of DDR

2012-02-22 Thread Hatim Ali
The patch creates a common file containing functions which will be used by all variants of DDR. Signed-off-by: Hatim Ali diff --git a/board/samsung/smdk5250/Makefile b/board/samsung/smdk5250/Makefile index b18002a..3b4aa06 100644 --- a/board/samsung/smdk5250/Makefile +++ b/board/samsung

[U-Boot] [PATCH 4/4] SMDK5250: DDR3: Add memory initialization code for DDR3.

2012-02-22 Thread Hatim Ali
The patch adds memory initialization sequence for DDR3 @667Mhz and enables DDR3 memory by default. Signed-off-by: Hatim Ali diff --git a/board/samsung/smdk5250/Makefile b/board/samsung/smdk5250/Makefile index 3b4aa06..291fcc6 100644 --- a/board/samsung/smdk5250/Makefile +++ b/board/samsung

[U-Boot] [PATCH v3 0/5] Add DDR3 memory support for SMDK5250

2012-02-23 Thread Hatim Ali
* Replaced register hex values with macro values for clarity. Hatim Ali (5): SMDK5250: LPDDR2: Renaming the dmc_init.c file to dmc_init_lpddr2.c SMDK5250: LPDDR2: Renaming the PHY_RESET_VAL macro and fixing a minor typo. SMDK5250: Creating a common file to be used by all variants of DDR

[U-Boot] [PATCH 1/5] SMDK5250: LPDDR2: Renaming the dmc_init.c file to dmc_init_lpddr2.c

2012-02-23 Thread Hatim Ali
dmc_init_lpddr2.c Signed-off-by: Hatim Ali diff --git a/board/samsung/smdk5250/Makefile b/board/samsung/smdk5250/Makefile index 226db1f..b18002a 100644 --- a/board/samsung/smdk5250/Makefile +++ b/board/samsung/smdk5250/Makefile @@ -27,7 +27,7 @@ LIB = $(obj)lib$(BOARD).o SOBJS := lowlevel_init.o COBJS

[U-Boot] [PATCH 2/5] SMDK5250: LPDDR2: Renaming the PHY_RESET_VAL macro and fixing a minor typo.

2012-02-23 Thread Hatim Ali
The patch renames the macro PHY_RESET_VAL to LPDDR3PHY_CTRL_PHY_RESET for clarity and also fixes a minor typo error to make the bit description similar to as described in the Exynos user manual. Signed-off-by: Hatim Ali diff --git a/board/samsung/smdk5250/dmc_init_lpddr2.c b/board/samsung

[U-Boot] [PATCH 3/5] SMDK5250: Creating a common file to be used by all variants of DDR

2012-02-23 Thread Hatim Ali
The patch creates a common file containing functions which will be used by all variants of DDR. Signed-off-by: Hatim Ali diff --git a/board/samsung/smdk5250/Makefile b/board/samsung/smdk5250/Makefile index b18002a..3b4aa06 100644 --- a/board/samsung/smdk5250/Makefile +++ b/board/samsung

[U-Boot] [PATCH 4/5] SMDK5250: DDR3: Add memory initialization code for DDR3.

2012-02-23 Thread Hatim Ali
The patch adds memory initialization sequence for DDR3 @667Mhz. Signed-off-by: Hatim Ali diff --git a/board/samsung/smdk5250/Makefile b/board/samsung/smdk5250/Makefile index 3b4aa06..291fcc6 100644 --- a/board/samsung/smdk5250/Makefile +++ b/board/samsung/smdk5250/Makefile @@ -28,7 +28,13

[U-Boot] [PATCH 5/5] SMDK5250: Selecting DDR3 memory by default.

2012-02-23 Thread Hatim Ali
The patch selects DDR3 memory for SMDK5250 by default. Signed-off-by: Hatim Ali diff --git a/include/configs/smdk5250.h b/include/configs/smdk5250.h index 9659f9e..cc24be6 100644 --- a/include/configs/smdk5250.h +++ b/include/configs/smdk5250.h @@ -37,6 +37,12 @@ #define CONFIG_DISPLAY_CPUINFO

[U-Boot] [PATCH 0/4] Add DT based ethernet driver for SMDK5250

2012-11-05 Thread Hatim Ali
This patch series enables the DT support on SMDK5250. Ethernet is the first driver whose discovery is based on DT node. More DT based drivers to be added subsequently. Hatim Ali (4): EXYNOS5: FDT: add initial dts file for EXYNOS5250, SMDK5250 fdt: exynos5: Add DT node definition for SROM and

[U-Boot] [PATCH 1/4] EXYNOS5: FDT: add initial dts file for EXYNOS5250, SMDK5250

2012-11-05 Thread Hatim Ali
This patch adds initial dts file for EXYNOS5250 SoC. This dts file currently include only ethernet devices and properties. More devices to be added in subsequent patches. Also add the dts file for SMDK5250 board which uses the EXYNOS5250 dts file. Signed-off-by: Hatim Ali diff --git a/arch/arm

[U-Boot] [PATCH 2/4] fdt: exynos5: Add DT node definition for SROM and SMSC9215

2012-11-05 Thread Hatim Ali
Add the compatibility string and constant for the ethernet driver so the device tree parsing code can recognize it. Signed-off-by: Hatim Ali diff --git a/include/fdtdec.h b/include/fdtdec.h index 0b14075..e310ab4 100644 --- a/include/fdtdec.h +++ b/include/fdtdec.h @@ -67,6 +67,9 @@ enum

[U-Boot] [PATCH 3/4] exynos5: Add DT based driver for SMSC92xx ethernet

2012-11-05 Thread Hatim Ali
Add device tree based ethernet driver for SMSC92xx controller on SMDK5250 boards. Signed-off-by: Hatim Ali diff --git a/arch/arm/include/asm/arch-exynos/sromc.h b/arch/arm/include/asm/arch-exynos/sromc.h index f616bcb..dc6aae2 100644 --- a/arch/arm/include/asm/arch-exynos/sromc.h +++ b/arch

[U-Boot] [PATCH 4/4] exynos5: fdt: Enable FDT for exynos5 based SMDK5250 board

2012-11-05 Thread Hatim Ali
Enable device tree for exynos5. Signed-off-by: Hatim Ali diff --git a/include/configs/smdk5250.h b/include/configs/smdk5250.h index e412da8..a04eb47 100644 --- a/include/configs/smdk5250.h +++ b/include/configs/smdk5250.h @@ -37,6 +37,12 @@ #define CONFIG_DISPLAY_CPUINFO #define

[U-Boot] [PATCH 0/5 v2] Add DT based ethernet driver for SMDK5250

2012-11-06 Thread Hatim Ali
can be used by all the boards based on exynos5250 using Device Tree. - Created a new smdk5250.h file specifying the dts file specific to SMDK5250 - Incorporated minor nit (removal of blank lines) Hatim Ali (5): EXYNOS5: FDT: add initial dts file for EXYNOS5250

[U-Boot] [PATCH 1/5 v2] EXYNOS5: FDT: add initial dts file for EXYNOS5250, SMDK5250

2012-11-06 Thread Hatim Ali
This patch adds initial dts file for EXYNOS5250 SoC. This dts file currently include only ethernet devices and properties. More devices to be added in subsequent patches. Also add the dts file for SMDK5250 board which uses the EXYNOS5250 dts file. Signed-off-by: Hatim Ali Acked-by: Simon Glass

[U-Boot] [PATCH 2/5 v2] fdt: exynos5: Add DT node definition for SROM and SMSC9215

2012-11-06 Thread Hatim Ali
Add the compatibility string and constant for the ethernet driver so the device tree parsing code can recognize it. Signed-off-by: Hatim Ali Acked-by: Simon Glass --- Changes since v1: - Removed extra blank line before COMPAT_SMSC_LAN9215 - Added Acked-by: Simon Glass diff

[U-Boot] [PATCH 3/5 v2] exynos5: Add DT based driver for SMC911X ethernet

2012-11-06 Thread Hatim Ali
Add device tree based ethernet driver for SMC911X controller on SMDK5250 boards. Signed-off-by: Hatim Ali Acked-by: Simon Glass --- Changes since v1: - Added Acked-by Simon Glass diff --git a/arch/arm/include/asm/arch-exynos/sromc.h b/arch/arm/include/asm/arch-exynos/sromc.h index

[U-Boot] [PATCH 4/5] exynos5: config: Rename the smdk5250.h to exynos5250-dt.h

2012-11-06 Thread Hatim Ali
files. Signed-off-by: Hatim Ali diff --git a/include/configs/exynos5250-dt.h b/include/configs/exynos5250-dt.h new file mode 100644 index 000..12f555c --- /dev/null +++ b/include/configs/exynos5250-dt.h @@ -0,0 +1,267 @@ +/* + * Copyright (C) 2012 Samsung Electronics + * + * Configuration

[U-Boot] [PATCH 5/5] SMDK5250: config: Add configuration file for SMDK5250 board

2012-11-06 Thread Hatim Ali
Add the configuration file for exynos5250 based SMDK5250 board. Signed-off-by: Hatim Ali diff --git a/include/configs/smdk5250.h b/include/configs/smdk5250.h new file mode 100644 index 000..81f83a8 --- /dev/null +++ b/include/configs/smdk5250.h @@ -0,0 +1,33 @@ +/* + * Copyright (C) 2012

[U-Boot] [PATCH 0/8] Add TMU support for Exynos5250 based SMDK5250

2012-11-06 Thread Hatim Ali
The patch series add support for TMU driver using device tree for Exynos5250 based SMDK5250 board. This patch series is dependent on the patch series "Add DT based ethernet driver for SMDK5250" by Hatim Ali Akshay Saraswat (5): EXYNOS5: FDT: Add TMU device node values EXYNOS5: TMU:

[U-Boot] [PATCH 1/8] EXYNOS5: FDT: Add TMU device node values

2012-11-06 Thread Hatim Ali
From: Akshay Saraswat Fdt entry for Exynos TMU driver specific pre-defined values used for calibration of current temperature and defining threshold values. Signed-off-by: Akshay Saraswat diff --git a/arch/arm/dts/exynos5250.dtsi b/arch/arm/dts/exynos5250.dtsi index fa4d498..db22db6 100644 ---

[U-Boot] [PATCH 2/8] EXYNOS5: TMU: Add driver for Thermal Management Unit

2012-11-06 Thread Hatim Ali
From: Akshay Saraswat Adding Exynos Thermal Management Unit driver to monitor SOC temperature and take actions corresponding to states of TMU. System will shutdown if tripping temperature is reached. Signed-off-by: Akshay Saraswat diff --git a/arch/arm/include/asm/arch-exynos/exynos-tmu.h b/a

[U-Boot] [PATCH 3/8] EXYNOS5: Power down API for Thermal Management Unit

2012-11-06 Thread Hatim Ali
From: Akshay Saraswat Adding API in power for system shutdown when tripping value is reached in Exynos Thermal Management Unit. Signed-off-by: Akshay Saraswat diff --git a/arch/arm/cpu/armv7/exynos/power.c b/arch/arm/cpu/armv7/exynos/power.c index d4bce6d..a6d8827 100644 --- a/arch/arm/cpu/ar

[U-Boot] [PATCH 4/8] GEN: Add a poll function to monitor events

2012-11-06 Thread Hatim Ali
From: Akshay Saraswat Add a generic polling function to continuously monitor events and trigger actions corresponding to them. Signed-off-by: Akshay Saraswat diff --git a/README b/README index 2572add..72b3b67 100644 --- a/README +++ b/README @@ -2814,6 +2814,13 @@ Configuration Settings:

[U-Boot] [PATCH 5/8] EXYNOS5: TMU: Add TMU status polling

2012-11-06 Thread Hatim Ali
From: Akshay Saraswat This adds call to tmu_init() and TMU status polling in board_poll_devices() funtion to monitor temperature change of the SOC. Signed-off-by: Akshay Saraswat diff --git a/board/samsung/smdk5250/smdk5250.c b/board/samsung/smdk5250/smdk5250.c index ac7346d..19eb2e0 100644 -

[U-Boot] [PATCH 6/8] EXYNOS5: Config: Enable support for Exynos TMU driver

2012-11-06 Thread Hatim Ali
Enables TMU driver support for exynos5250 Signed-off-by: Akshay Saraswat diff --git a/include/configs/exynos5250-dt.h b/include/configs/exynos5250-dt.h index 12f555c..2f4315a 100644 --- a/include/configs/exynos5250-dt.h +++ b/include/configs/exynos5250-dt.h @@ -106,6 +106,12 @@ #define CONFIG_B

[U-Boot] [PATCH 7/8] GEN: TMU: Add u-boot command to read current temp

2012-11-06 Thread Hatim Ali
From: Alim Akhtar Adds a new u-boot command to read current temprature from tmu driver. Signed-off-by: Alim Akhtar diff --git a/common/Makefile b/common/Makefile index dca2f53..b56ffa2 100644 --- a/common/Makefile +++ b/common/Makefile @@ -159,6 +159,7 @@ COBJS-$(CONFIG_CMD_STRINGS) += cmd_str

[U-Boot] [PATCH 8/8] EXYNOS5: Config: Enable tmu command

2012-11-06 Thread Hatim Ali
This enables the tmu command to read the current SOC temperature with the help of TMU Signed-off-by: Alim Akhtar diff --git a/include/configs/exynos5250-dt.h b/include/configs/exynos5250-dt.h index 2f4315a..2b9271c 100644 --- a/include/configs/exynos5250-dt.h +++ b/include/configs/exynos5250-dt.

[U-Boot] [PATCH 0/8 v2] Add TMU support for Exynos5250 based SMDK5250

2012-11-07 Thread Hatim Ali
This patch series adds support for TMU driver using device tree for Exynos5250 based SMDK5250 board. This patch series is dependent on the patch series "Add DT based ethernet driver for SMDK5250" by Hatim Ali Changes since v1: - Created new generic header file inc

[U-Boot] [PATCH 1/8 v2] EXYNOS5: FDT: Add TMU device node values

2012-11-07 Thread Hatim Ali
From: Akshay Saraswat Fdt entry for Exynos TMU driver specific pre-defined values used for calibration of current temperature and defining threshold values. Signed-off-by: Akshay Saraswat Acked-by: Simon Glass --- Changes since v1: - Added Acked-by: Simon Glass arch/arm/dts/exynos525

[U-Boot] [PATCH 2/8 v2] EXYNOS5: TMU: Add driver for Thermal Management Unit

2012-11-07 Thread Hatim Ali
From: Akshay Saraswat Adding Exynos Thermal Management Unit driver to monitor SOC temperature and take actions corresponding to states of TMU. System will shutdown if tripping temperature is reached. Signed-off-by: Akshay Saraswat Acked-by: Simon Glass --- Changes since v1: - Added new

[U-Boot] [PATCH 3/8 v2] EXYNOS5: Power down API for Thermal Management Unit

2012-11-07 Thread Hatim Ali
From: Akshay Saraswat Adding API in power for system shutdown when tripping value is reached in Exynos Thermal Management Unit. Signed-off-by: Akshay Saraswat Acked-by: Simon Glass --- Changes since v1: - Changed description comment for power_shutdown function - Added Acked-by:

[U-Boot] [PATCH 4/8 v2] Add a poll function to monitor events

2012-11-07 Thread Hatim Ali
From: Akshay Saraswat Adding a generic polling function to continuously monitor events and trigger actions corresponding to them. Signed-off-by: Akshay Saraswat Acked-by: Simon Glass --- Changes since v1: - Removed GEN tag from subject - Changed description comment for board_po

[U-Boot] [PATCH 5/8 v2] EXYNOS5: TMU: Add TMU status polling

2012-11-07 Thread Hatim Ali
From: Akshay Saraswat This adds call to tmu_init() and TMU status polling in board_poll_devices() funtion to monitor temperature change of the SOC. Signed-off-by: Akshay Saraswat Acked-by: Simon Glass --- Changes since v1: - Removed debug print under TMU_STATUS_NORMAL case - Ad

[U-Boot] [PATCH 6/8 v2] EXYNOS5: Config: Enable support for Exynos TMU driver

2012-11-07 Thread Hatim Ali
From: Akshay Saraswat Enables TMU driver support for exynos5250 Signed-off-by: Akshay Saraswat Acked-by: Simon Glass --- Changes since v1: - Added Acked-by: Simon Glass include/configs/exynos5250-dt.h |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/inclu

[U-Boot] [PATCH 7/8 v2] TMU: Add u-boot command to read current temp

2012-11-07 Thread Hatim Ali
From: Alim Akhtar Adds a new u-boot command to read current temprature from tmu driver. Signed-off-by: Alim Akhtar Acked-by: Simon Glass --- Changes since v1: - Include new generic tmu header file - Made printf()s consistent - Added Acked-by: Simon Glass common/Makefi

[U-Boot] [PATCH 8/8 v2] EXYNOS5: Config: Enable tmu command

2012-11-07 Thread Hatim Ali
From: Alim Akhtar This enables the tmu command to read the current SOC temperature with the help of TMU Signed-off-by: Alim Akhtar Acked-by: Simon Glass --- Changes since v1: - Added Acked-by: Simon Glass include/configs/exynos5250-dt.h |1 + 1 files changed, 1 insertions(+), 0 d

[U-Boot] [PATCH 0/8 v3] Add TMU support for Exynos5250 based SMDK5250

2012-11-08 Thread Hatim Ali
This patch series adds support for TMU driver using device tree for Exynos5250 based SMDK5250 board. This patch series is dependent on the patch series "Add DT based ethernet driver for SMDK5250" by Hatim Ali Changes since v2: - Replaced THERMAL with TMU in guards of tmu.h

[U-Boot] [PATCH 2/8 v3] EXYNOS5: TMU: Add driver for Thermal Management Unit

2012-11-08 Thread Hatim Ali
From: Akshay Saraswat Adding Exynos Thermal Management Unit driver to monitor SOC temperature and take actions corresponding to states of TMU. System will shutdown if tripping temperature is reached. Signed-off-by: Akshay Saraswat Acked-by: Simon Glass --- Changes since v2: - Replaced

[U-Boot] [PATCH 3/8 v3] EXYNOS5: Power down API for Thermal Management Unit

2012-11-08 Thread Hatim Ali
From: Akshay Saraswat Adding API in power for system shutdown when tripping value is reached in Exynos Thermal Management Unit. Signed-off-by: Akshay Saraswat Acked-by: Simon Glass --- Changes since v2: - None arch/arm/cpu/armv7/exynos/power.c| 15 +++ arch/arm/

[U-Boot] [PATCH 4/8 v3] Add a poll function to monitor events

2012-11-08 Thread Hatim Ali
From: Akshay Saraswat Adding a generic polling function to continuously monitor events and trigger actions corresponding to them. Signed-off-by: Akshay Saraswat Acked-by: Simon Glass --- Changes since v2: - None README |7 +++ common/console.c |5 + include/

[U-Boot] [PATCH 5/8 v3] EXYNOS5: TMU: Add TMU status polling

2012-11-08 Thread Hatim Ali
From: Akshay Saraswat This adds call to tmu_init() and TMU status polling in board_poll_devices() funtion to monitor temperature change of the SOC. Signed-off-by: Akshay Saraswat Acked-by: Simon Glass --- Changes since v2: - None board/samsung/smdk5250/smdk5250.c | 36 +

[U-Boot] [PATCH 6/8 v3] EXYNOS5: Config: Enable support for Exynos TMU driver

2012-11-08 Thread Hatim Ali
From: Akshay Saraswat Enables TMU driver support for exynos5250 Signed-off-by: Akshay Saraswat Acked-by: Simon Glass --- Changes since v2: - None include/configs/exynos5250-dt.h |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/include/configs/exynos5250-d

[U-Boot] [PATCH 7/8 v3] TMU: Add u-boot command to read current temp

2012-11-08 Thread Hatim Ali
From: Alim Akhtar Adds a new u-boot command to read current temprature from tmu driver. Signed-off-by: Alim Akhtar Acked-by: Simon Glass --- Changes since v2: - Updated Monitor Commands in README README |1 + common/Makefile |1 + common/cmd_tmu.c | 51 ++

[U-Boot] [PATCH 8/8 v3] EXYNOS5: Config: Enable tmu command

2012-11-08 Thread Hatim Ali
From: Alim Akhtar This enables the tmu command to read the current SOC temperature with the help of TMU Signed-off-by: Alim Akhtar Acked-by: Simon Glass --- Changes since v2: - None include/configs/exynos5250-dt.h |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git

[U-Boot] [PATCH 1/8 v3] EXYNOS5: FDT: Add TMU device node values

2012-11-08 Thread Hatim Ali
From: Akshay Saraswat Fdt entry for Exynos TMU driver specific pre-defined values used for calibration of current temperature and defining threshold values. Signed-off-by: Akshay Saraswat Acked-by: Simon Glass --- Changes since v2: - None arch/arm/dts/exynos5250.dtsi |

[U-Boot] [PATCH 0/5 v3] Add DT based ethernet driver for SMDK5250

2012-12-11 Thread Hatim Ali
n for SROM and SMSC9215" patch on u-boot-samsung.git Hatim Ali (5): EXYNOS5: FDT: add initial dts file for EXYNOS5250, SMDK5250 fdt: exynos5: Add DT node definition for SROM and SMSC9215 exynos5: Add DT based driver for SMC911X ethernet exynos5: config: Rename the smd

[U-Boot] [PATCH 2/5 v3] fdt: exynos5: Add DT node definition for SROM and SMSC9215

2012-12-11 Thread Hatim Ali
Add the compatibility string and constant for the ethernet driver so the device tree parsing code can recognize it. Signed-off-by: Hatim Ali Acked-by: Simon Glass --- Changes since v1: - Removed extra blank line before COMPAT_SMSC_LAN9215 - Added Acked-by: Simon Glass Changes

[U-Boot] [PATCH 1/5 v3] EXYNOS5: FDT: add initial dts file for EXYNOS5250, SMDK5250

2012-12-11 Thread Hatim Ali
This patch adds initial dts file for EXYNOS5250 SoC. This dts file currently include only ethernet devices and properties. More devices to be added in subsequent patches. Also add the dts file for SMDK5250 board which uses the EXYNOS5250 dts file. Signed-off-by: Hatim Ali Acked-by: Simon Glass

[U-Boot] [PATCH 3/5 v3] exynos5: Add DT based driver for SMC911X ethernet

2012-12-11 Thread Hatim Ali
Add device tree based ethernet driver for SMC911X controller on SMDK5250 boards. Signed-off-by: Hatim Ali Acked-by: Simon Glass --- Changes since v1: - Added Acked-by Simon Glass Changes since v2: - No Change arch/arm/include/asm/arch-exynos/sromc.h | 18 + board/samsung

[U-Boot] [PATCH 4/5 v3] exynos5: config: Rename the smdk5250.h to exynos5250-dt.h

2012-12-11 Thread Hatim Ali
files. Signed-off-by: Hatim Ali --- Changes since v2: - No Change include/configs/{smdk5250.h => exynos5250-dt.h} |9 +++-- 1 files changed, 7 insertions(+), 2 deletions(-) rename include/configs/{smdk5250.h => exynos5250-dt.h} (96%) diff --git a/include/configs/smdk52

[U-Boot] [PATCH 5/5 v3] SMDK5250: config: Add configuration file for SMDK5250 board

2012-12-11 Thread Hatim Ali
Add the configuration file for exynos5250 based SMDK5250 board. Signed-off-by: Hatim Ali --- Changes since v2: - No Change include/configs/smdk5250.h | 33 + 1 files changed, 33 insertions(+), 0 deletions(-) create mode 100644 include/configs/smdk5250

[U-Boot] [PATCH 0/8 v4] Add TMU support for Exynos5250 based SMDK5250

2012-12-11 Thread Hatim Ali
This patch series adds support for TMU driver using device tree for Exynos5250 based SMDK5250 board. This patch series is dependent on the patch series "Add DT based ethernet driver for SMDK5250" by Hatim Ali Changes since v3: - Rebased patch 1/8 Akshay Saraswat (6): EXYNOS5

[U-Boot] [PATCH 1/8] EXYNOS5: FDT: Add TMU device node values

2012-12-11 Thread Hatim Ali
From: Akshay Saraswat Fdt entry for Exynos TMU driver specific pre-defined values used for calibration of current temperature and defining threshold values. Signed-off-by: Akshay Saraswat Acked-by: Simon Glass diff --git a/arch/arm/dts/exynos5250.dtsi b/arch/arm/dts/exynos5250.dtsi index fa4d

[U-Boot] [PATCH 3/8] EXYNOS5: Power down API for Thermal Management Unit

2012-12-11 Thread Hatim Ali
From: Akshay Saraswat Adding API in power for system shutdown when tripping value is reached in Exynos Thermal Management Unit. Signed-off-by: Akshay Saraswat Acked-by: Simon Glass diff --git a/arch/arm/cpu/armv7/exynos/power.c b/arch/arm/cpu/armv7/exynos/power.c index d4bce6d..725c2d3 10064

[U-Boot] [PATCH 2/8] EXYNOS5: TMU: Add driver for Thermal Management Unit

2012-12-11 Thread Hatim Ali
From: Akshay Saraswat Adding Exynos Thermal Management Unit driver to monitor SOC temperature and take actions corresponding to states of TMU. System will shutdown if tripping temperature is reached. Signed-off-by: Akshay Saraswat Acked-by: Simon Glass diff --git a/arch/arm/include/asm/arch-e

[U-Boot] [PATCH 4/8] Add a poll function to monitor events

2012-12-11 Thread Hatim Ali
From: Akshay Saraswat Adding a generic polling function to continuously monitor events and trigger actions corresponding to them. Signed-off-by: Akshay Saraswat Acked-by: Simon Glass diff --git a/README b/README index 037513a..0e4083c 100644 --- a/README +++ b/README @@ -2841,6 +2841,13 @@ Co

[U-Boot] [PATCH 5/8] EXYNOS5: TMU: Add TMU status polling

2012-12-11 Thread Hatim Ali
From: Akshay Saraswat This adds call to tmu_init() and TMU status polling in board_poll_devices() funtion to monitor temperature change of the SOC. Signed-off-by: Akshay Saraswat Acked-by: Simon Glass diff --git a/board/samsung/smdk5250/smdk5250.c b/board/samsung/smdk5250/smdk5250.c index ac

[U-Boot] [PATCH 6/8] EXYNOS5: Config: Enable support for Exynos TMU driver

2012-12-11 Thread Hatim Ali
From: Akshay Saraswat Enables TMU driver support for exynos5250 Signed-off-by: Akshay Saraswat Acked-by: Simon Glass diff --git a/include/configs/exynos5250-dt.h b/include/configs/exynos5250-dt.h index 12f555c..2f4315a 100644 --- a/include/configs/exynos5250-dt.h +++ b/include/configs/exynos5

[U-Boot] [PATCH 7/8] TMU: Add u-boot command to read current temp

2012-12-11 Thread Hatim Ali
From: Alim Akhtar Adds a new u-boot command to read current temprature from tmu driver. Signed-off-by: Alim Akhtar Acked-by: Simon Glass diff --git a/README b/README index 0e4083c..d3e7ea3 100644 --- a/README +++ b/README @@ -3877,6 +3877,7 @@ icache- enable or disable instruction cache

[U-Boot] [PATCH 8/8] EXYNOS5: Config: Enable tmu command

2012-12-11 Thread Hatim Ali
From: Alim Akhtar This enables the tmu command to read the current SOC temperature with the help of TMU Signed-off-by: Alim Akhtar Acked-by: Simon Glass diff --git a/include/configs/exynos5250-dt.h b/include/configs/exynos5250-dt.h index 2f4315a..2b9271c 100644 --- a/include/configs/exynos525

[U-Boot] [PATCH 0/6 V5] EXYNOS5: Enable SPI support

2012-10-16 Thread Hatim Ali
This patch set adds SPI driver for EXYNOS5 and enables same. This patch set is based on latest Mainline u-boot.git tree. Changes in V2: - Correted the Commit message. Changes in V3: - Removed SPI_SLAVE Flag. - Corrected warning messages. Changes in V4: - Rebased on

[U-Boot] [PATCH 1/6 V5] EXYNOS5: Add pinmux support for SPI

2012-10-16 Thread Hatim Ali
From: Rajeshwari Shinde This patch adds pinmux support for SPI channels Signed-off-by: Rajeshwari Shinde Signed-off-by: Hatim Ali --- Changes since v4: Fixed minor nits suggested by Simon Glass arch/arm/cpu/armv7/exynos/pinmux.c| 51 + arch/arm

[U-Boot] [PATCH 2/6 V5] EXYNOS: Add clock for SPI.

2012-10-16 Thread Hatim Ali
From: Rajeshwari Shinde This patch adds api to calculate and set the clock for SPI channels Signed-off-by: James Miller Signed-off-by: Simon Glass Signed-off-by: Rajeshwari Shinde --- Changes since v4: Added Signed-off-by of James Miller arch/arm/cpu/armv7/exynos/clock.c | 12

[U-Boot] [PATCH 3/6 V5] EXYNOS5: Add base address for SPI.

2012-10-16 Thread Hatim Ali
From: Rajeshwari Shinde Signed-off-by: Rajeshwari Shinde Acked-by: Simon Glass --- Changes since v4: - Rebased on u-boot-samsung.git - Added Acked-by Simon Glass arch/arm/include/asm/arch-exynos/cpu.h |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git

[U-Boot] [PATCH 4/6 V5] SPI: Add SPI Driver for EXYNOS.

2012-10-16 Thread Hatim Ali
From: Rajeshwari Shinde This patch adds SPI driver for EXYNOS. Signed-off-by: Simon Glass Signed-off-by: Padmavathi Venna Signed-off-by: Gabe Black Signed-off-by: Rajeshwari Shinde Signed-off-by: Hatim Ali Acked-by: Mike Frysinger Tested-by: jy0922.s...@samsung.com --- Changes since V4

[U-Boot] [PATCH 5/6 V5] EXYNOS5: Enable SPI

2012-10-16 Thread Hatim Ali
From: Rajeshwari Shinde This patch enables SPI driver for EXYNOS5. Signed-off-by: Rajeshwari Shinde Signed-off-by: Hatim Ali --- Changes since v4: - Rebased on u-boot-samsung.git board/samsung/smdk5250/smdk5250.c |4 include/configs/smdk5250.h| 23

[U-Boot] [PATCH 6/6 V5] EXYNOS5: Enable SPI booting.

2012-10-16 Thread Hatim Ali
From: Rajeshwari Shinde This patch enables SPI Booting for EXYNOS5 Signed-off-by: Rajeshwari Shinde --- Changes since v4: No Change board/samsung/smdk5250/Makefile |2 +- board/samsung/smdk5250/mmc_boot.c | 58 - board/samsung/smdk5250/spl_boot.c | 8

[U-Boot] [PATCH 0/6 V6] EXYNOS5: Enable SPI support

2012-10-16 Thread Hatim Ali
This patch set adds SPI driver for EXYNOS5 and enables same. This patch set is based on latest Mainline u-boot.git tree. Changes in V2: - Correted the Commit message. Changes in V3: - Removed SPI_SLAVE Flag. - Corrected warning messages. Changes in V4: - Rebased on

[U-Boot] [PATCH 1/6 V6] EXYNOS5: Add pinmux support for SPI

2012-10-16 Thread Hatim Ali
From: Rajeshwari Shinde This patch adds pinmux support for SPI channels Signed-off-by: Rajeshwari Shinde Signed-off-by: Hatim Ali --- Changes since v4: Fixed minor nits suggested by Simon Glass Changes since v5: No change arch/arm/cpu/armv7/exynos/pinmux.c| 51

[U-Boot] [PATCH 2/6 V6] EXYNOS: Add clock for SPI.

2012-10-16 Thread Hatim Ali
From: Rajeshwari Shinde This patch adds api to calculate and set the clock for SPI channels Signed-off-by: James Miller Signed-off-by: Simon Glass Signed-off-by: Rajeshwari Shinde Signed-off-by: Hatim Ali --- Changes since v4: Added Signed-off-by of James Miller Changes since v5

[U-Boot] [PATCH 3/6 V6] EXYNOS5: Add base address for SPI.

2012-10-16 Thread Hatim Ali
From: Rajeshwari Shinde Signed-off-by: Rajeshwari Shinde Acked-by: Simon Glass --- Changes since v4: - Rebased on u-boot-samsung.git - Added Acked-by Simon Glass Changes since v5: No Change arch/arm/include/asm/arch-exynos/cpu.h |6 ++ 1 files changed, 6 insert

[U-Boot] [PATCH 4/6 V6] SPI: Add SPI Driver for EXYNOS.

2012-10-16 Thread Hatim Ali
From: Rajeshwari Shinde This patch adds SPI driver for EXYNOS. Signed-off-by: Simon Glass Signed-off-by: Padmavathi Venna Signed-off-by: Gabe Black Signed-off-by: Rajeshwari Shinde Signed-off-by: Hatim Ali Acked-by: Mike Frysinger Tested-by: jy0922.s...@samsung.com --- Changes since V4

[U-Boot] [PATCH 5/6 V6] EXYNOS5: Enable SPI

2012-10-16 Thread Hatim Ali
From: Rajeshwari Shinde This patch enables SPI driver for EXYNOS5. Signed-off-by: Rajeshwari Shinde Signed-off-by: Hatim Ali --- Changes since v4: - Rebased on u-boot-samsung.git Changes since v5: No change board/samsung/smdk5250/smdk5250.c |4 include/configs

[U-Boot] [PATCH 6/6 V6] EXYNOS5: Enable SPI booting.

2012-10-16 Thread Hatim Ali
From: Rajeshwari Shinde This patch enables SPI Booting for EXYNOS5 Signed-off-by: Rajeshwari Shinde --- Changes since v4: No Change Changes since v5: No Change board/samsung/smdk5250/Makefile |2 +- board/samsung/smdk5250/mmc_boot.c | 58 - boar

[U-Boot] [PATCH 0/6 V7] EXYNOS5: Enable SPI support

2012-10-22 Thread Hatim Ali
This patch set adds SPI driver for EXYNOS5 and enables same. This patch set is based on latest Mainline u-boot.git tree. Changes in V2: - Correted the Commit message. Changes in V3: - Removed SPI_SLAVE Flag. - Corrected warning messages. Changes in V4: - Rebased on

[U-Boot] [PATCH 1/6 V7] EXYNOS5: Add pinmux support for SPI

2012-10-22 Thread Hatim Ali
From: Rajeshwari Shinde This patch adds pinmux support for SPI channels Signed-off-by: Rajeshwari Shinde Signed-off-by: Hatim Ali --- Changes since v4: Fixed minor nits suggested by Simon Glass Changes since v5: No change Changes since v6: Incorporated review comments

[U-Boot] [PATCH 2/6 V7] EXYNOS: Add clock for SPI.

2012-10-22 Thread Hatim Ali
From: Rajeshwari Shinde This patch adds api to calculate and set the clock for SPI channels Signed-off-by: James Miller Signed-off-by: Simon Glass Signed-off-by: Rajeshwari Shinde Signed-off-by: Hatim Ali --- Changes since v4: Added Signed-off-by of James Miller Changes since v5

[U-Boot] [PATCH 3/6 V7] EXYNOS5: Add base address for SPI.

2012-10-22 Thread Hatim Ali
From: Rajeshwari Shinde Signed-off-by: Rajeshwari Shinde Acked-by: Simon Glass --- Changes since v4: - Rebased on u-boot-samsung.git - Added Acked-by Simon Glass Changes since v5: No Change Changes since v6: No Change diff --git a/arch/arm/include/asm/arch-exyn

[U-Boot] [PATCH 4/6 V7] SPI: Add SPI Driver for EXYNOS.

2012-10-22 Thread Hatim Ali
From: Rajeshwari Shinde This patch adds SPI driver for EXYNOS. Signed-off-by: Simon Glass Signed-off-by: Padmavathi Venna Signed-off-by: Gabe Black Signed-off-by: Rajeshwari Shinde Signed-off-by: Hatim Ali Acked-by: Mike Frysinger Tested-by: jy0922.s...@samsung.com --- Changes since V4

[U-Boot] [PATCH 5/6 V7] EXYNOS5: Enable SPI

2012-10-22 Thread Hatim Ali
From: Rajeshwari Shinde This patch enables SPI driver for EXYNOS5. Signed-off-by: Rajeshwari Shinde Signed-off-by: Hatim Ali --- Changes since v4: - Rebased on u-boot-samsung.git Changes since v5: No change Changes since v6: Removed unused define from the config file

[U-Boot] [PATCH 6/6 V7] EXYNOS5: Enable SPI booting.

2012-10-22 Thread Hatim Ali
From: Rajeshwari Shinde This patch enables SPI Booting for EXYNOS5 Signed-off-by: Rajeshwari Shinde --- Changes since v4: No Change Changes since v5: No Change Changes since v6: No Change diff --git a/board/samsung/smdk5250/Makefile b/board/samsung/smdk5250/Makefile in

[U-Boot] [PATCH 0/6 V8] EXYNOS5: Enable SPI support

2012-10-28 Thread Hatim Ali
comments by Minkyu Kang & Simon Glass Changes in V8: - Rebased on u-boot-samsung.git Hatim Ali (2): EXYNOS: Add clock for SPI EXYNOS5: Enable SPI Rajeshwari Shinde (4): EXYNOS5: Add pinmux support for SPI EXYNOS5: Add base address for SPI. SPI: Add SPI Driver for EXYNOS. EXY

[U-Boot] [PATCH 1/6 V8] EXYNOS5: Add pinmux support for SPI

2012-10-28 Thread Hatim Ali
From: Rajeshwari Shinde This patch adds pinmux support for SPI channels Signed-off-by: Rajeshwari Shinde Signed-off-by: Hatim Ali Acked-by: Simon Glass --- Changes since v4: Fixed minor nits suggested by Simon Glass Changes since v5: No change Changes since v6

[U-Boot] [PATCH 2/6 V8] EXYNOS: Add clock for SPI

2012-10-28 Thread Hatim Ali
Add api to calculate and set the clock for SPI channels Signed-off-by: James Miller Signed-off-by: Simon Glass Signed-off-by: Rajeshwari Shinde Signed-off-by: Hatim Ali Acked-by: Simon Glass --- Changes since v4: Added Signed-off-by of James Miller Changes since v5

[U-Boot] [PATCH 3/6 V8] EXYNOS5: Add base address for SPI.

2012-10-28 Thread Hatim Ali
From: Rajeshwari Shinde Add base address definition for SPI device on Exynos. Signed-off-by: Rajeshwari Shinde Acked-by: Simon Glass --- Changes since v4: - Rebased on u-boot-samsung.git - Added Acked-by Simon Glass Changes since v5: No Change Changes since v6:

[U-Boot] [PATCH 4/6 V8] SPI: Add SPI Driver for EXYNOS.

2012-10-28 Thread Hatim Ali
From: Rajeshwari Shinde This patch adds SPI driver for EXYNOS. Signed-off-by: Simon Glass Signed-off-by: Padmavathi Venna Signed-off-by: Gabe Black Signed-off-by: Rajeshwari Shinde Signed-off-by: Hatim Ali Acked-by: Mike Frysinger Acked-by: Simon Glass Tested-by: jy0922.s...@samsung.com

[U-Boot] [PATCH 5/6 V8] EXYNOS5: Enable SPI

2012-10-28 Thread Hatim Ali
This patch enables SPI driver for EXYNOS5. Signed-off-by: Rajeshwari Shinde Signed-off-by: Hatim Ali Acked-by: Simon Glass --- Changes since v4: - Rebased on u-boot-samsung.git Changes since v5: No change Changes since v6: Removed unused define from the config file

[U-Boot] [PATCH 6/6 V8] EXYNOS5: Enable SPI booting.

2012-10-28 Thread Hatim Ali
From: Rajeshwari Shinde This patch enables SPI Booting for EXYNOS5 Signed-off-by: Rajeshwari Shinde --- Changes since v4: No Change Changes since v5: No Change Changes since v6: No Change Changes since v7: No Change diff --git a/board/samsung/smdk5250/Makefile b

[U-Boot] [PATCH 0/5 V9] EXYNOS5: Enable SPI support

2012-11-02 Thread Hatim Ali
comments by Minkyu Kang & Simon Glass Changes in V8: - Rebased on u-boot-samsung.git Changes in V9: - Rebased on u-boot-samsung.git Hatim Ali (3): EXYNOS: Add clock for SPI EXYNOS5: Add base address for SPI EXYNOS5: Enable SPI Rajeshwari Shinde (2): SPI: Add SPI Driver

[U-Boot] [PATCH 1/5 V9] EXYNOS: Add clock for SPI

2012-11-02 Thread Hatim Ali
Add api to calculate and set the clock for SPI channels Signed-off-by: James Miller Signed-off-by: Simon Glass Signed-off-by: Rajeshwari Shinde Signed-off-by: Hatim Ali Acked-by: Simon Glass --- Changes since v4: Added Signed-off-by of James Miller Changes since v5

[U-Boot] [PATCH 5/5 V9] EXYNOS5: Enable SPI booting.

2012-11-02 Thread Hatim Ali
From: Rajeshwari Shinde This patch enables SPI Booting for EXYNOS5 Signed-off-by: Rajeshwari Shinde --- Changes since v4: No Change Changes since v5: No Change Changes since v6: No Change Changes since v7: No Change Changes since v8: No Change diff --git

[U-Boot] [PATCH 2/5 V9] EXYNOS5: Add base address for SPI

2012-11-02 Thread Hatim Ali
Add base address definition for SPI device on Exynos. Signed-off-by: Rajeshwari Shinde Signed-off-by: Hatim Ali Acked-by: Simon Glass --- Changes since v4: - Rebased on u-boot-samsung.git - Added Acked-by Simon Glass Changes since v5: No Change Changes since v6

[U-Boot] [PATCH 3/5 V9] SPI: Add SPI Driver for EXYNOS.

2012-11-02 Thread Hatim Ali
From: Rajeshwari Shinde This patch adds SPI driver for EXYNOS. Signed-off-by: Simon Glass Signed-off-by: Padmavathi Venna Signed-off-by: Gabe Black Signed-off-by: Rajeshwari Shinde Signed-off-by: Hatim Ali Acked-by: Mike Frysinger Acked-by: Simon Glass Tested-by: jy0922.s...@samsung.com

[U-Boot] [PATCH 4/5 V9] EXYNOS5: Enable SPI

2012-11-02 Thread Hatim Ali
This patch enables SPI driver for EXYNOS5. Signed-off-by: Rajeshwari Shinde Signed-off-by: Hatim Ali Acked-by: Simon Glass --- Changes since v4: - Rebased on u-boot-samsung.git Changes since v5: No change Changes since v6: Removed unused define from the config file

[U-Boot] Info on NAND-SPL

2011-02-26 Thread Hatim Ali
Hello,   I was trying to understand how NAND-SPL works. What I could understand after seeing the code is that 1) NAND-SPL is a standalone application which will load the U-boot in the main memory. 2) After doing the clock and DRAM initialization it will relocate itself in the DRAM. 3) Then i

  1   2   >