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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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 |
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
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 ++
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
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 +
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/
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/
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
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
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
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
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
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
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
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:
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
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
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
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.
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
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
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
-
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:
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
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
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
---
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:
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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:
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
* 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
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
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
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
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
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
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
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
100 matches
Mail list logo