Re: [U-Boot] [PATCH 2/4] EXYNOS4: Add pinmux support for I2C

2012-12-12 Thread Heiko Schocher
Hello Jeong, On 12.12.2012 08:54, Jeong Hyeon Kim wrote: From: Jeong-Hyeon Kimjh...@insignal.co.kr This patch adds pinmux support for I2C channels Signed-off-by: Jeong-Hyeon Kimjh...@insignal.co.kr --- arch/arm/cpu/armv7/exynos/pinmux.c | 51 1 file

Re: [U-Boot] [PATCH] [DFU] Implement NAND dfu support

2012-12-12 Thread Lukasz Majewski
Hi Scott, On 12/11/2012 01:56:25 AM, Lukasz Majewski wrote: Hi Scott, On 12/10/2012 09:24:32 AM, Pantelis Antoniou wrote: + sprintf(cmd_buf, nand %s %p %llx %llx, + op == DFU_OP_READ ? read : write, +buf, start, count); + +

[U-Boot] One basic U-boot question

2012-12-12 Thread Martin Peevski
Hello, I have the following question. It is about the adresses where the U-boot and Linux Kernel are copyed in the SDRAM from NAND. In my board config file I have: #define CONFIG_SYS_LOAD_ADDR0x2200/* load address */ Is that the load address of the U-boot?

[U-Boot] [PATCH v3 1/4] Exynos5: Add clock support for SATA

2012-12-12 Thread Vasanth Ananthan
This patch adds clock support for SATA Signed-off-by: Vasanth Ananthan vasant...@samsung.com --- arch/arm/cpu/armv7/exynos/clock.c | 64 arch/arm/include/asm/arch-exynos/clk.h |3 +- 2 files changed, 66 insertions(+), 1 deletion(-) diff --git

[U-Boot] [PATCH v3 2/4] Exynos5: Add base addresses for SATA

2012-12-12 Thread Vasanth Ananthan
This patch adds the macro definition of SATA controller and PHY controller base addresses. Signed-off-by: Vasanth Ananthan vasant...@samsung.com --- arch/arm/include/asm/arch-exynos/cpu.h|3 +++ arch/arm/include/asm/arch-exynos/periph.h |1 + 2 files changed, 4 insertions(+) diff

[U-Boot] [PATCH v3 3/4] Drivers: block: Support for SATA in Exynos5

2012-12-12 Thread Vasanth Ananthan
This patch provides support for SATA in Exynos5250 Signed-off-by: Vasanth Ananthan vasant...@samsung.com --- drivers/block/dwc_ahsata.c | 397 ++-- 1 file changed, 387 insertions(+), 10 deletions(-) diff --git a/drivers/block/dwc_ahsata.c

[U-Boot] [PATCH v3 4/4] SMDK55250: Enable SATA

2012-12-12 Thread Vasanth Ananthan
This patch adds required macros for enabling SATA. Signed-off-by: Vasanth Ananthan vasant...@samsung.com --- include/configs/smdk5250.h | 15 --- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/include/configs/smdk5250.h b/include/configs/smdk5250.h index

[U-Boot] [PATCH v2] imls: Add support to list images in NAND device

2012-12-12 Thread Vipin Kumar
imls does not list the images in NAND devices. This patch implements this support for legacy type images. Signed-off-by: Vipin Kumar vipin.ku...@st.com --- Hello Scott, There has been sometime since you reviewed the first version of this patch.

Re: [U-Boot] [PATCH v2] usbh/ehci: Increase timeout for enumeration

2012-12-12 Thread Vipin Kumar
+ ulong start = get_timer(0); + + do { + ret = usb_get_port_status(dev, i + 1, portsts); + if (ret 0) { + USB_HUB_PRINTF(get_port_status failed\n); + break; +

Re: [U-Boot] [PATCH resend] sdhci: Add sdhci support for spear devices

2012-12-12 Thread Vipin Kumar
Stefan, Wolfgang, Can you please add relevant people if not present already in this mail Regards Vipin On 12/6/2012 12:14 PM, Vipin KUMAR wrote: Signed-off-by: Vipin Kumarvipin.ku...@st.com --- drivers/mmc/Makefile | 1 + drivers/mmc/spear_sdhci.c | 44

Re: [U-Boot] [PATCH resend] spi/arm-pl022: Add support for ARM PL022 spi controller

2012-12-12 Thread Vipin Kumar
Ping. Can I get a few Reviewed-by's :) On 12/6/2012 1:35 PM, Stefan Roese wrote: (Added Mike to Cc) On 12/06/2012 07:56 AM, Vipin Kumar wrote: From: Armando Viscontiarmando.visco...@st.com This patch adds the support for the ARM PL022 SPI controller for the standard variant (0x00041022),

Re: [U-Boot] [PATCH resend 1/2] net/designware: Do not select MIIPORT for RGMII interface

2012-12-12 Thread Vipin Kumar
ping On 12/6/2012 12:40 PM, Vipin KUMAR wrote: Do not select MIIPORT for RGMII interface Signed-off-by: Vipin Kumarvipin.ku...@st.com --- drivers/net/designware.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/drivers/net/designware.c b/drivers/net/designware.c index

Re: [U-Boot] [PATCH resend] armv7/ltimer: Add support for local timer on armv7 cpus

2012-12-12 Thread Vipin Kumar
ping On 12/6/2012 2:52 PM, Vipin KUMAR wrote: Certain ARMV7 cpus eg. CortexA9 contains a local and a global timer within the CPU core itself. This patch adds generic support for local timer. Signed-off-by: Vipin Kumarvipin.ku...@st.com --- arch/arm/cpu/armv7/Makefile | 11 ++-

Re: [U-Boot] [PATCH resend] sdhci: Add sdhci support for spear devices

2012-12-12 Thread Stefan Roese
On 12/06/2012 07:44 AM, Vipin Kumar wrote: Signed-off-by: Vipin Kumar vipin.ku...@st.com Looks good, so: Acked-by: Stefan Roese s...@denx.de Thanks, Stefan ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH resend 1/2] net/designware: Do not select MIIPORT for RGMII interface

2012-12-12 Thread Stefan Roese
On 12/06/2012 08:10 AM, Vipin Kumar wrote: Do not select MIIPORT for RGMII interface Signed-off-by: Vipin Kumar vipin.ku...@st.com Acked-by: Stefan Roese s...@denx.de Thanks, Stefan ___ U-Boot mailing list U-Boot@lists.denx.de

Re: [U-Boot] [PATCH resend] sdhci: Add sdhci support for spear devices

2012-12-12 Thread Jaehoon Chung
I didn't test..but it looks fine. Acked-by: Jaehoon Chung jh80.ch...@samsung.com On 12/06/2012 03:44 PM, Vipin Kumar wrote: Signed-off-by: Vipin Kumar vipin.ku...@st.com --- drivers/mmc/Makefile | 1 + drivers/mmc/spear_sdhci.c | 44 2

Re: [U-Boot] [PATCH resend] spi/arm-pl022: Add support for ARM PL022 spi controller

2012-12-12 Thread Stefan Roese
On 12/06/2012 07:56 AM, Vipin Kumar wrote: From: Armando Visconti armando.visco...@st.com This patch adds the support for the ARM PL022 SPI controller for the standard variant (0x00041022), which has a 16bit wide and 8 locations deep TX/RX FIFO. Signed-off-by: Armando Visconti

Re: [U-Boot] [PATCH resend] spi/arm-pl022: Add support for ARM PL022 spi controller

2012-12-12 Thread Vipin Kumar
On 12/12/2012 3:48 PM, Stefan Roese wrote: On 12/06/2012 07:56 AM, Vipin Kumar wrote: From: Armando Viscontiarmando.visco...@st.com This patch adds the support for the ARM PL022 SPI controller for the standard variant (0x00041022), which has a 16bit wide and 8 locations deep TX/RX FIFO.

Re: [U-Boot] [PATCH resend 2/2] net/macb: Add arch specific routine to get mdio control

2012-12-12 Thread Vipin Kumar
ping. one more :) On 12/6/2012 12:40 PM, Vipin KUMAR wrote: From: Shiraz Hashimshiraz.has...@st.com SPEAr310 and SPEAr320 Ethernet interfaces share same MDIO lines to control their respective phys. Currently their is a fixed configuration in which only a particular MAC can use the MDIO lines.

Re: [U-Boot] [PATCH resend 2/2] net/macb: Add arch specific routine to get mdio control

2012-12-12 Thread Stefan Roese
On 12/06/2012 08:10 AM, Vipin Kumar wrote: From: Shiraz Hashim shiraz.has...@st.com SPEAr310 and SPEAr320 Ethernet interfaces share same MDIO lines to control their respective phys. Currently their is a fixed configuration in which only a particular MAC can use the MDIO lines. there is

Re: [U-Boot] [PATCH resend] spi/arm-pl022: Add support for ARM PL022 spi controller

2012-12-12 Thread Armando Visconti
+ +/* SSP registers mapping */ +#define SSP_CR00x000 +#define SSP_CR10x004 +#define SSP_DR 0x008 +#define SSP_SR 0x00C +#define SSP_CPSR 0x010 +#define SSP_IMSC 0x014 +#define SSP_RIS0x018 +#define SSP_MIS

Re: [U-Boot] [PATCH resend 2/2] net/macb: Add arch specific routine to get mdio control

2012-12-12 Thread Vipin Kumar
On 12/12/2012 4:37 PM, Stefan Roese wrote: On 12/06/2012 08:10 AM, Vipin Kumar wrote: From: Shiraz Hashimshiraz.has...@st.com SPEAr310 and SPEAr320 Ethernet interfaces share same MDIO lines to control their respective phys. Currently their is a fixed configuration in which only a particular

Re: [U-Boot] [PATCH resend] spi/arm-pl022: Add support for ARM PL022 spi controller

2012-12-12 Thread Vipin Kumar
On 12/12/2012 4:40 PM, Armando VISCONTI wrote: + +/* SSP registers mapping */ +#define SSP_CR0 0x000 +#define SSP_CR1 0x004 +#define SSP_DR 0x008 +#define SSP_SR 0x00C +#define SSP_CPSR 0x010 +#define SSP_IMSC 0x014 +#define SSP_RIS 0x018 +#define SSP_MIS 0x01C +#define SSP_ICR 0x020 +#define

[U-Boot] [PATCH 0/2] EXYNOS5: Add GPIO numbering feature

2012-12-12 Thread Rajeshwari Shinde
This patchset adds GPIO numbering feature where pinmux setting can be done just by seding the pin munber and we do not have to remember which bank it belongs to. Rajeshwari Shinde (2): S5P: GPIO: Add generic pin mumbering API's EXYNOS5: Add gpio pin numbering feature

[U-Boot] [PATCH 1/2] S5P: GPIO: Add generic pin mumbering API's

2012-12-12 Thread Rajeshwari Shinde
This patch adds API's to set config,drive and pull factor in gpio pin mumbering feature. Signed-off-by: Rajeshawari Shinde rajeshwar...@samsung.com --- drivers/gpio/s5p_gpio.c | 18 ++ 1 files changed, 18 insertions(+), 0 deletions(-) diff --git a/drivers/gpio/s5p_gpio.c

Re: [U-Boot] [PATCH resend] spi/arm-pl022: Add support for ARM PL022 spi controller

2012-12-12 Thread Stefan Roese
On 12/12/2012 12:10 PM, Armando Visconti wrote: + +/* SSP registers mapping */ +#define SSP_CR0 0x000 +#define SSP_CR1 0x004 +#define SSP_DR0x008 +#define SSP_SR0x00C +#define SSP_CPSR 0x010 +#define SSP_IMSC 0x014 +#define SSP_RIS

[U-Boot] [PATCH 2/2] EXYNOS5: Add gpio pin numbering feature

2012-12-12 Thread Rajeshwari Shinde
This patch adds support for gpio pin numbering support on EXYNOS5 pinmux. Signed-off-by: Leela Krishna Amudala l.kris...@samsung.com Signed-off-by: Rajeshwari Shinde rajeshwar...@samsung.com --- arch/arm/cpu/armv7/exynos/pinmux.c | 148 + arch/arm/include/asm/arch-exynos/gpio.h

Re: [U-Boot] [PATCH v2] usbh/ehci: Increase timeout for enumeration

2012-12-12 Thread Igor Grinberg
On 12/12/12 11:54, Vipin Kumar wrote: +ulong start = get_timer(0); + +do { +ret = usb_get_port_status(dev, i + 1, portsts); +if (ret 0) { +USB_HUB_PRINTF(get_port_status failed\n); +break; +} + +

Re: [U-Boot] [PATCH 2/4] EXYNOS4: Add pinmux support for I2C

2012-12-12 Thread 김정현
Dear Heiko, Thanks for your concern. I didn't know the patch. It can be replaced my patch. Thank you, JHKIM 2012년 12월 12일 17:16, Heiko Schocher 쓴 글: Hello Jeong, On 12.12.2012 08:54, Jeong Hyeon Kim wrote: From: Jeong-Hyeon Kimjh...@insignal.co.kr This patch adds pinmux support for I2C

Re: [U-Boot] [PATCH v2] usbh/ehci: Increase timeout for enumeration

2012-12-12 Thread Vipin Kumar
On 12/12/2012 5:10 PM, Igor Grinberg wrote: On 12/12/12 11:54, Vipin Kumar wrote: +ulong start = get_timer(0); + +do { +ret = usb_get_port_status(dev, i + 1, portsts); +if (ret 0) { +USB_HUB_PRINTF(get_port_status failed\n); +

[U-Boot] [PATCH v2] spi/arm-pl022: Add support for ARM PL022 spi controller

2012-12-12 Thread Vipin Kumar
From: Armando Visconti armando.visco...@st.com This patch adds the support for the ARM PL022 SPI controller for the standard variant (0x00041022), which has a 16bit wide and 8 locations deep TX/RX FIFO. Signed-off-by: Armando Visconti armando.visco...@st.com Signed-off-by: Vipin Kumar

Re: [U-Boot] [PATCH v2] spi/arm-pl022: Add support for ARM PL022 spi controller

2012-12-12 Thread Stefan Roese
On 12/12/2012 01:04 PM, Vipin Kumar wrote: From: Armando Visconti armando.visco...@st.com This patch adds the support for the ARM PL022 SPI controller for the standard variant (0x00041022), which has a 16bit wide and 8 locations deep TX/RX FIFO. Signed-off-by: Armando Visconti

Re: [U-Boot] [BUGFIX PATCH] mips: serial: Fix busted manual relocation

2012-12-12 Thread Daniel Schwierzeck
Hi Joe, 2012/12/12 Joe Hershberger joe.hershber...@ni.com: serial_initialize() must be called after relocation to adjust the pointers to putc(), getc(), etc. This is busted ever since the serial driver-model-ification series. Signed-off-by: Joe Hershberger joe.hershber...@ni.com ---

[U-Boot] [PATCH] MIPS: constify mips_io_port_base

2012-12-12 Thread Daniel Schwierzeck
mips_io_port_base is exported as 'extern const unsigned long mips_io_port_base;' in arch/mips/include/asm/io.h. Thus make the variable const too. Signed-off-by: Daniel Schwierzeck daniel.schwierz...@gmail.com --- arch/mips/lib/board.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

[U-Boot] [PATCH v2] mips: serial: Fix busted manual relocation

2012-12-12 Thread Daniel Schwierzeck
From: Joe Hershberger joe.hershber...@ni.com serial_initialize() must be called after relocation to adjust the pointers to putc(), getc(), etc. This is busted ever since the serial driver-model-ification series. Signed-off-by: Joe Hershberger joe.hershber...@ni.com Signed-off-by: Daniel

[U-Boot] [GIT PULL] u-boot-mips/master

2012-12-12 Thread Daniel Schwierzeck
Hi Tom, please pull two bugfixes for MIPS. The following changes since commit ea40a05422bdc87a7af5dc349e8adce59f982e72: MIPS: constify address pointer in test_bit() (2012-12-08 21:48:19 +0100) are available in the git repository at: git://git.denx.de/u-boot-mips.git master for you to

Re: [U-Boot] [PATCH v3 15/20] Add console command to access io space registers

2012-12-12 Thread Tom Rini
On Sat, Dec 08, 2012 at 11:54:13AM -0800, Simon Glass wrote: Hi Fabio, On Wed, Dec 5, 2012 at 5:30 PM, Fabio Estevam feste...@gmail.com wrote: On Wed, Dec 5, 2012 at 11:25 PM, Vadim Bendebury vben...@chromium.org wrote: No - md/mw access memory, the new commands access the IO space

Re: [U-Boot] [PATCH v3 0/20] Various patches in common/

2012-12-12 Thread Tom Rini
On Wed, Dec 05, 2012 at 04:46:27PM -0800, Simon Glass wrote: This collection of patches to common/ adds the following: - EDID support for LCD displays - TPM stress test - gettime command to find out the time since boot - Adds coreboot information to the 'version' command - Fixes LMB on

Re: [U-Boot] [PATCH] cmd:spl:fix: Prevent from a build error on boards, which don't support FDT

2012-12-12 Thread Tom Rini
On Thu, Dec 06, 2012 at 04:33:33PM +0100, Stefano Babic wrote: On 06/12/2012 16:23, Lukasz Majewski wrote: Do not compile in FDT related code, when it is not supported. Signed-off-by: Lukasz Majewski l.majew...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com ---

Re: [U-Boot] [GIT PULL] u-boot-i2c/master

2012-12-12 Thread Tom Rini
On Tue, Dec 11, 2012 at 07:42:19AM +0100, Heiko Schocher wrote: Hello Tom, The following changes since commit fd4d564b3c80b111f18c93adb14233a6a7ddb0e9: Merge branch 'master' of git://git.denx.de/u-boot-x86 (2012-12-07 08:47:59 -0700) are available in the git repository at:

Re: [U-Boot] Pull request: u-boot-net.git master

2012-12-12 Thread Tom Rini
On Tue, Dec 11, 2012 at 09:42:21PM -0600, Joe Hershberger wrote: Hi Thomas, On Tue, Dec 11, 2012 at 5:47 PM, Langer Thomas (LQDE RD ST PON SW) thomas.lan...@lantiq.com wrote: Hello Joe, These patches for static initialization of the struct eth_ops will break the drivers on any

Re: [U-Boot] [PATCH 2/2] EXYNOS5: Add gpio pin numbering feature

2012-12-12 Thread Kyungmin Park
Hi, On Wed, Dec 12, 2012 at 8:33 PM, Rajeshwari Shinde rajeshwar...@samsung.com wrote: This patch adds support for gpio pin numbering support on EXYNOS5 pinmux. We already know that each exynos5 SoCs has different GPIO name and offsets. So it's good time to use proper soc prefix. e.g.,

Re: [U-Boot] [PATCH v3 0/20] Various patches in common/

2012-12-12 Thread Simon Glass
Hi Tom, On Wed, Dec 12, 2012 at 5:13 AM, Tom Rini tr...@ti.com wrote: On Wed, Dec 05, 2012 at 04:46:27PM -0800, Simon Glass wrote: This collection of patches to common/ adds the following: - EDID support for LCD displays - TPM stress test - gettime command to find out the time since boot

Re: [U-Boot] [GIT PULL] u-boot-mips/master

2012-12-12 Thread Tom Rini
On Wed, Dec 12, 2012 at 02:00:33PM +0100, Daniel Schwierzeck wrote: Hi Tom, please pull two bugfixes for MIPS. The following changes since commit ea40a05422bdc87a7af5dc349e8adce59f982e72: MIPS: constify address pointer in test_bit() (2012-12-08 21:48:19 +0100) are available in

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

2012-12-12 Thread Simon Glass
Hi, On Tue, Dec 11, 2012 at 4:30 AM, Wolfgang Denk w...@denx.de wrote: Dear Hatim Ali, In message 1355223289-15685-8-git-send-email-hatim...@samsung.com you wrote: From: Alim Akhtar alim.akh...@samsung.com Adds a new u-boot command to read current temprature from tmu driver.

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

2012-12-12 Thread Simon Glass
Hi Hatim, On Tue, Dec 11, 2012 at 4:43 AM, Wolfgang Denk w...@denx.de wrote: Dear Hatim Ali, In message 1355223289-15685-4-git-send-email-hatim...@samsung.com you wrote: From: Akshay Saraswat aksha...@samsung.com Adding API in power for system shutdown when tripping value is reached in

Re: [U-Boot] [PATCH 2/5] EXYNOS5: Add pinmux for LCD

2012-12-12 Thread Kyungmin Park
Hi, On Tue, Dec 11, 2012 at 8:01 PM, Ajay Kumar ajaykumar...@samsung.com wrote: This patch adds pinmux configuration for backlight, LCD reset and HPD for DP panel on Exynos5 SMDK. Signed-off-by: Ajay Kumar ajaykumar...@samsung.com --- arch/arm/cpu/armv7/exynos/pinmux.c| 20

Re: [U-Boot] [PATCH v2] spi/arm-pl022: Add support for ARM PL022 spi controller

2012-12-12 Thread Armando Visconti
Ciao Vipin, On 12/12/2012 01:04 PM, Vipin KUMAR wrote: From: Armando Viscontiarmando.visco...@st.com This patch adds the support for the ARM PL022 SPI controller for the standard variant (0x00041022), which has a 16bit wide and 8 locations deep TX/RX FIFO. Have you tested this patch on the

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

2012-12-12 Thread Simon Glass
Hi Wolfgang, On Tue, Dec 11, 2012 at 4:39 AM, Wolfgang Denk w...@denx.de wrote: Dear Hatim Ali, In message 1355223289-15685-5-git-send-email-hatim...@samsung.com you wrote: From: Akshay Saraswat aksha...@samsung.com Adding a generic polling function to continuously monitor events and

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

2012-12-12 Thread Simon Glass
Hi Hatim, On Tue, Dec 11, 2012 at 2:52 AM, Hatim Ali hatim...@samsung.com wrote: Create a common configuration file for all exynos5250 based boards. Going forward we will be using DT based driver discovery for all the boards based on Exynos5. The different boards added will have there own

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

2012-12-12 Thread Simon Glass
On Tue, Dec 11, 2012 at 2:52 AM, Hatim Ali hatim...@samsung.com wrote: Add the configuration file for exynos5250 based SMDK5250 board. Signed-off-by: Hatim Ali hatim...@samsung.com Acked-by: Simon Glass s...@chromium.org --- Changes since v2: - No Change

Re: [U-Boot] [PATCH 1/2] POWER: MAX77686: Modified as per the latest Implementation

2012-12-12 Thread Simon Glass
Hi Rajeshwari, On Mon, Dec 10, 2012 at 3:55 AM, Rajeshwari Shinde rajeshwar...@samsung.com wrote: Moved the pmic_max77686.c max77686_pmic.h to drivers/power and made required changes accordingly Signed-off-by: Rajeshwari Shinde rajeshwar...@samsung.com Acked-by: Simon Glass s...@chomium.org

Re: [U-Boot] [PATCH 2/2] SMDK5250: Enable pmic MAX77686

2012-12-12 Thread Simon Glass
Hi Rajeshwari, On Mon, Dec 10, 2012 at 3:55 AM, Rajeshwari Shinde rajeshwar...@samsung.com wrote: Enabled pmic MAX77686 for SMDK5250. Signed-off-by: Rajeshwari Shinde rajeshwar...@samsung.com With nit below fixed: Acked-by: Simon Glass s...@chromium.org ---

Re: [U-Boot] [PATCH 1/5] EXYNOS5: Change parent clock of FIMD to MPLL

2012-12-12 Thread Simon Glass
Hi Ajay, On Tue, Dec 11, 2012 at 3:01 AM, Ajay Kumar ajaykumar...@samsung.com wrote: With VPLL as source clock to FIMD, Exynos DP Initializaton was failing sometimes with unstable clock. Changing FIMD source to resolves this issue. Signed-off-by: Ajay Kumar ajaykumar...@samsung.com

Re: [U-Boot] [PATCH 3/5] video: Fix compilation dependency of exynos_dp and exynos_mipi on exynos_fb

2012-12-12 Thread Simon Glass
On Tue, Dec 11, 2012 at 3:01 AM, Ajay Kumar ajaykumar...@samsung.com wrote: When only DP is used, we need not enable CONFIG_EXYNOS_MIPI_DSIM. Similarly, when only MIPI is used, we need not enable CONFIG_EXYNOS_DP. But the current structuring of code forces us to enable both

Re: [U-Boot] [PATCH 2/3] EXYNOS5: Add device node for USB.

2012-12-12 Thread Simon Glass
Hi Rajeshwari, On Mon, Dec 3, 2012 at 5:30 AM, Rajeshwari Shinde rajeshwar...@samsung.com wrote: This patch adds the device node required for USB Signed-off-by: Vivek Gautam gautam.vi...@samsung.com --- arch/arm/dts/exynos5250.dtsi |6 ++ 1 files changed, 6 insertions(+), 0

Re: [U-Boot] [PATCH 4/5] EXYNOS5: Add support for FIMD and DP

2012-12-12 Thread Simon Glass
Hi Ajay, On Tue, Dec 11, 2012 at 3:01 AM, Ajay Kumar ajaykumar...@samsung.com wrote: Add panel_info structure required by LCD driver and DP panel platdata for SMDK5250. Enable FIMD and DP support on SMDK5250. DP Panel size: 2560x1600. We use 16BPP resolution to get LCD console.

Re: [U-Boot] [PATCH 1/4] sf: Enable prints on erase and write functions

2012-12-12 Thread Jagan Teki
Hi Simon, On Wed, Dec 12, 2012 at 12:01 PM, Simon Glass s...@chromium.org wrote: Hi Jagan, On Mon, Dec 10, 2012 at 10:37 PM, Jagan Teki jagannadh.t...@gmail.com wrote: Hi Simon, I understand your concern. But currently there is no prints a/f reading/writing/erasing the SPI flash. User's

Re: [U-Boot] [PATCH 2/4] sf: Add print message on flash read function

2012-12-12 Thread Jagan Teki
Hi Simon, On Wed, Dec 12, 2012 at 12:03 PM, Simon Glass s...@chromium.org wrote: Hi, On Mon, Dec 10, 2012 at 6:41 AM, Jagannadha Sutradharudu Teki jagannadh.t...@gmail.com wrote: This patch adds a print message on spi_flash_cmd_read_fast() to make sure that how many bytes read from flash

Re: [U-Boot] [PATCH 5/5] video: Modify exynos_fimd driver to support LCD console.

2012-12-12 Thread Simon Glass
On Tue, Dec 11, 2012 at 3:01 AM, Ajay Kumar ajaykumar...@samsung.com wrote: Currently, exynos FIMD driver is being used to support only TIZEN LOGOs. In order to get LCD console, we need to enable half word swap feature of FIMD and use 16 BPP. Signed-off-by: Ajay Kumar ajaykumar...@samsung.com

[U-Boot] [PATCH] sf: stmicro: add support for N25Q064

2012-12-12 Thread Jagannadha Sutradharudu Teki
Add support for Numonyx N25Q064 SPI flash. Signed-off-by: Jagannadha Sutradharudu Teki jagannadh.t...@gmail.com --- drivers/mtd/spi/stmicro.c |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/drivers/mtd/spi/stmicro.c b/drivers/mtd/spi/stmicro.c index 30b626a..9ec938a

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

2012-12-12 Thread Simon Glass
Hi Hatim, On Tue, Dec 11, 2012 at 2:54 AM, Hatim Ali hatim...@samsung.com wrote: From: Akshay Saraswat aksha...@samsung.com 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

Re: [U-Boot] [PATCH V3 1/7] Tegra30: Add arch-tegra30 include files

2012-12-12 Thread Simon Glass
On Tue, Dec 11, 2012 at 3:34 PM, Tom Warren twarren.nvi...@gmail.com wrote: Common Tegra files are in arch-tegra, shared between T20 and T30. Tegra30-specific headers are in arch-tegra30. Note that some of these will be filled in as more T30 support is added (drivers, WB/LP0 support, etc.). A

Re: [U-Boot] [PATCH V3 2/7] Tegra30: Add AVP (arm720t) files

2012-12-12 Thread Simon Glass
On Tue, Dec 11, 2012 at 3:34 PM, Tom Warren twarren.nvi...@gmail.com wrote: This provides SPL support for T30 boards - AVP early init, plus CPU (A9) init/jump to main U-Boot. Some changes were made to Tegra20 cpu.c to move common routines into tegra-common/cpu.c and reduce code duplication.

Re: [U-Boot] [PATCH 1/4] sf: Enable prints on erase and write functions

2012-12-12 Thread Simon Glass
Hi Jagan, On Wed, Dec 12, 2012 at 6:43 AM, Jagan Teki jagannadh.t...@gmail.com wrote: Hi Simon, On Wed, Dec 12, 2012 at 12:01 PM, Simon Glass s...@chromium.org wrote: Hi Jagan, On Mon, Dec 10, 2012 at 10:37 PM, Jagan Teki jagannadh.t...@gmail.com wrote: Hi Simon, I understand your

Re: [U-Boot] [PATCH 2/2] EXYNOS5: Add gpio pin numbering feature

2012-12-12 Thread Simon Glass
Hi, On Wed, Dec 12, 2012 at 5:17 AM, Kyungmin Park kmp...@infradead.org wrote: Hi, On Wed, Dec 12, 2012 at 8:33 PM, Rajeshwari Shinde rajeshwar...@samsung.com wrote: This patch adds support for gpio pin numbering support on EXYNOS5 pinmux. We already know that each exynos5 SoCs has

Re: [U-Boot] [PATCH 1/4] sf: Enable prints on erase and write functions

2012-12-12 Thread Jagan Teki
Hi Simon, On Wed, Dec 12, 2012 at 8:31 PM, Simon Glass s...@chromium.org wrote: Hi Jagan, On Wed, Dec 12, 2012 at 6:43 AM, Jagan Teki jagannadh.t...@gmail.com wrote: Hi Simon, On Wed, Dec 12, 2012 at 12:01 PM, Simon Glass s...@chromium.org wrote: Hi Jagan, On Mon, Dec 10, 2012 at 10:37

Re: [U-Boot] [PATCH 3/4] sf: Add configuration register writing

2012-12-12 Thread Jagan Teki
Hi Simon, On Wed, Dec 12, 2012 at 12:05 PM, Simon Glass s...@chromium.org wrote: Hi, On Mon, Dec 10, 2012 at 6:42 AM, Jagannadha Sutradharudu Teki jagannadh.t...@gmail.com wrote: This patch provides support to program a flash config register. Configuration register contains the control

Re: [U-Boot] [PATCH 1/4] sf: Enable prints on erase and write functions

2012-12-12 Thread Simon Glass
+Mike who is the maintainer On Wed, Dec 12, 2012 at 7:16 AM, Jagan Teki jagannadh.t...@gmail.com wrote: Hi Simon, On Wed, Dec 12, 2012 at 8:31 PM, Simon Glass s...@chromium.org wrote: Hi Jagan, On Wed, Dec 12, 2012 at 6:43 AM, Jagan Teki jagannadh.t...@gmail.com wrote: Hi Simon, On Wed,

Re: [U-Boot] [PATCH 3/4] sf: Add configuration register writing

2012-12-12 Thread Simon Glass
Hi Jagan, On Wed, Dec 12, 2012 at 7:20 AM, Jagan Teki jagannadh.t...@gmail.com wrote: Hi Simon, On Wed, Dec 12, 2012 at 12:05 PM, Simon Glass s...@chromium.org wrote: Hi, On Mon, Dec 10, 2012 at 6:42 AM, Jagannadha Sutradharudu Teki jagannadh.t...@gmail.com wrote: This patch provides

Re: [U-Boot] [PATCH V3 4/7] Tegra30: Add common CPU (shared) files

2012-12-12 Thread Tom Warren
Allen, On Tue, Dec 11, 2012 at 5:45 PM, Allen Martin amar...@nvidia.com wrote: On Tue, Dec 11, 2012 at 03:34:15PM -0800, Tom Warren wrote: These files are used by both SPL and main U-Boot. Also made minor changes to shared Tegra code to support T30 differences. Signed-off-by: Tom Warren

Re: [U-Boot] [PATCH 3/4] sf: Add configuration register writing

2012-12-12 Thread Jagan Teki
Hi Simon, On Wed, Dec 12, 2012 at 8:53 PM, Simon Glass s...@chromium.org wrote: Hi Jagan, On Wed, Dec 12, 2012 at 7:20 AM, Jagan Teki jagannadh.t...@gmail.com wrote: Hi Simon, On Wed, Dec 12, 2012 at 12:05 PM, Simon Glass s...@chromium.org wrote: Hi, On Mon, Dec 10, 2012 at 6:42 AM,

Re: [U-Boot] [PATCH V3 1/7] Tegra30: Add arch-tegra30 include files

2012-12-12 Thread Tom Warren
Stephen, On Tue, Dec 11, 2012 at 5:36 PM, Stephen Warren swar...@wwwdotorg.org wrote: On 12/11/2012 04:34 PM, Tom Warren wrote: Common Tegra files are in arch-tegra, shared between T20 and T30. Tegra30-specific headers are in arch-tegra30. Note that some of these will be filled in as more T30

Re: [U-Boot] [PATCH V3 2/7] Tegra30: Add AVP (arm720t) files

2012-12-12 Thread Tom Warren
Stephen, On Tue, Dec 11, 2012 at 5:40 PM, Stephen Warren swar...@wwwdotorg.org wrote: On 12/11/2012 04:34 PM, Tom Warren wrote: This provides SPL support for T30 boards - AVP early init, plus CPU (A9) init/jump to main U-Boot. Some changes were made to Tegra20 cpu.c to move common routines

Re: [U-Boot] [PATCH v2] usbh/ehci: Increase timeout for enumeration

2012-12-12 Thread Marek Vasut
Dear Vipin Kumar, + ulong start = get_timer(0); + + do { + ret = usb_get_port_status(dev, i + 1, portsts); + if (ret 0) { + USB_HUB_PRINTF(get_port_status failed\n); + break; +

Re: [U-Boot] [PATCH 4/4] sf: Add Quad-input Page Program(32h) instruction support

2012-12-12 Thread Jagan Teki
Hi Simon, On Wed, Dec 12, 2012 at 12:11 PM, Simon Glass s...@chromium.org wrote: Hi, On Mon, Dec 10, 2012 at 6:42 AM, Jagannadha Sutradharudu Teki jagannadh.t...@gmail.com wrote: This patch provides support to program a flash using Quad-input Page Program(32h) instruction. This will

Re: [U-Boot] [PATCH v3 6/9] dfu: Send correct DFU response from composite_setup

2012-12-12 Thread Marek Vasut
Dear Tom Rini, On 12/10/12 19:47, Marek Vasut wrote: Dear Lukasz Majewski, Pantelis, [...] Hm hm ... I suspect it'd be nice to have a separate DFU custodian. That'd leverage some burden from me. I like that idea. I wonder if it'd be nice to start building such bigger net of

Re: [U-Boot] [PATCH v3 6/9] dfu: Send correct DFU response from composite_setup

2012-12-12 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 12/12/12 12:55, Marek Vasut wrote: Dear Tom Rini, On 12/10/12 19:47, Marek Vasut wrote: Dear Lukasz Majewski, Pantelis, [...] Hm hm ... I suspect it'd be nice to have a separate DFU custodian. That'd leverage some burden from me. I

Re: [U-Boot] [PATCH v2] imls: Add support to list images in NAND device

2012-12-12 Thread Wolfgang Denk
Dear Vipin Kumar, In message dba14c4ffef38a108f75342968bcd9ce2b75c4c7.1355303894.git.vipin.ku...@st.com you wrote: imls does not list the images in NAND devices. This patch implements this support for legacy type images. ... -static int do_imls(cmd_tbl_t *cmdtp, int flag, int argc, char *

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

2012-12-12 Thread Wolfgang Denk
Dear Simon Glass, In message CAPnjgZ18daUnwQtAxtPOU43EGLA7=tn0efutbbzkntdy8da...@mail.gmail.com you wrote: Do we really need a new command here? We already have dtt, which basicly does the same. It makes no sense to add new commands for each new device, all doing basicly trhe same,

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

2012-12-12 Thread Wolfgang Denk
Dear Simon Glass, In message capnjgz0biqyy-k0rbrlomkqfk6pc1rjvgtmbluvp3wr9uss...@mail.gmail.com you wrote: If we add something like this, it should be general enough to be used by other systems as well, i. e. please chose a generic API like plain poweroff() or similar. Maybe rename

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

2012-12-12 Thread Wolfgang Denk
Dear Simon Glass, In message CAPnjgZ3VedAoM9tkzHoHWPi9cAJ=6wq4cdob0zqmgi7xwgw...@mail.gmail.com you wrote: If anything like this gets implemented, it has to be done in a way that will be general enough to be useful to others as well. Yes. It isn't really clear how this sort of

[U-Boot] [PATCH] powerpc/t4qds: move VSC3316 config data from t4qds.h to t4qds.c

2012-12-12 Thread Timur Tabi
Static variables should be defined in C files, not header files, because otherwise every C file that #includes the header file will generate a duplicate of the variables. Since the vsc3316_xxx[] arrays are only used by t4qds.c anyway, just put the variables there. Signed-off-by: Timur Tabi

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

2012-12-12 Thread Simon Glass
Hi Wolfgang, On Wed, Dec 12, 2012 at 12:44 PM, Wolfgang Denk w...@denx.de wrote: Dear Simon Glass, In message CAPnjgZ3VedAoM9tkzHoHWPi9cAJ=6wq4cdob0zqmgi7xwgw...@mail.gmail.com you wrote: If anything like this gets implemented, it has to be done in a way that will be general

Re: [U-Boot] One basic U-boot question

2012-12-12 Thread Scott Wood
On 12/12/2012 02:11:46 AM, Martin Peevski wrote: Hello, I have the following question. It is about the adresses where the U-boot and Linux Kernel are copyed in the SDRAM from NAND. In my board config file I have: #define CONFIG_SYS_LOAD_ADDR0x2200/* load address

Re: [U-Boot] [PATCH v3 6/9] dfu: Send correct DFU response from composite_setup

2012-12-12 Thread Marek Vasut
Dear Lukasz Majewski, Hi Pantelis, Tomorrow I will prepare output of USB Ellisys analizer on my side, so we could get clue what is going on. Please find attached output from USB ellisys analizer. (It is possible to download WinXP based program to view logs without USB analizer box).

Re: [U-Boot] [PATCH v3 6/9] dfu: Send correct DFU response from composite_setup

2012-12-12 Thread Marek Vasut
Dear Robert P. J. Day, On Tue, 11 Dec 2012, Lukasz Majewski wrote: Hi Pantelis, Tomorrow I will prepare output of USB Ellisys analizer on my side, so we could get clue what is going on. Please find attached output from USB ellisys analizer. is it really appropriate to post

Re: [U-Boot] [PATCH V3 1/7] Tegra30: Add arch-tegra30 include files

2012-12-12 Thread Stephen Warren
On 12/12/2012 09:23 AM, Tom Warren wrote: Stephen, On Tue, Dec 11, 2012 at 5:36 PM, Stephen Warren swar...@wwwdotorg.org wrote: On 12/11/2012 04:34 PM, Tom Warren wrote: Common Tegra files are in arch-tegra, shared between T20 and T30. Tegra30-specific headers are in arch-tegra30. Note that

Re: [U-Boot] [PATCH V3 4/7] Tegra30: Add common CPU (shared) files

2012-12-12 Thread Stephen Warren
On 12/12/2012 09:14 AM, Tom Warren wrote: Allen, On Tue, Dec 11, 2012 at 5:45 PM, Allen Martin amar...@nvidia.com wrote: On Tue, Dec 11, 2012 at 03:34:15PM -0800, Tom Warren wrote: These files are used by both SPL and main U-Boot. Also made minor changes to shared Tegra code to support T30

Re: [U-Boot] [PATCH V3 4/7] Tegra30: Add common CPU (shared) files

2012-12-12 Thread Stephen Warren
On 12/11/2012 04:34 PM, Tom Warren wrote: These files are used by both SPL and main U-Boot. Also made minor changes to shared Tegra code to support T30 differences. Reviewed-by: Stephen Warren swar...@nvidia.com (briefly!) ___ U-Boot mailing list

Re: [U-Boot] [PATCH V3 5/7] Tegra30: Cardhu: Add DT files

2012-12-12 Thread Stephen Warren
On 12/11/2012 04:34 PM, Tom Warren wrote: These are stripped down for bringup, They'll be filled out later to match-up with the kernel DT contents, and/or as devices are brought up (mmc, usb, spi, etc.). diff --git a/board/nvidia/dts/tegra30-cardhu.dts b/board/nvidia/dts/tegra30-cardhu.dts

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

2012-12-12 Thread Wolfgang Denk
Dear Simon Glass, In message CAPnjgZ0bmsJAx4MAk-+GLo+QLC-6zbgp24N=BNqO=2fsuik...@mail.gmail.com you wrote: Also, this should not be considered as somethin board specific as the name board polling function might suggest. What is being discussed here is not more and not less than support

Re: [U-Boot] [PATCH V3 6/7] Tegra30: Add generic Tegra30 build support

2012-12-12 Thread Stephen Warren
On 12/11/2012 04:34 PM, Tom Warren wrote: This patch adds basic Tegra30 (T30) build support - no specific board is targeted. Reviewed-by: Stephen Warren swar...@nvidia.com ___ U-Boot mailing list U-Boot@lists.denx.de

Re: [U-Boot] [PATCH V3 7/7] Tegra30: Add/enable Cardhu build (T30 reference board)

2012-12-12 Thread Stephen Warren
On 12/11/2012 04:34 PM, Tom Warren wrote: This build is stripped down. It boots to the command prompt. GPIO is the only peripheral supported. Others TBD. include/configs/tegra-common.h now holds common config options for Tegra SoCs. Reviewed-by: Stephen Warren swar...@nvidia.com

Re: [U-Boot] [PATCH 2/4] sf: Add print message on flash read function

2012-12-12 Thread Simon Glass
On Wed, Dec 12, 2012 at 6:46 AM, Jagan Teki jagannadh.t...@gmail.com wrote: Hi Simon, On Wed, Dec 12, 2012 at 12:03 PM, Simon Glass s...@chromium.org wrote: Hi, On Mon, Dec 10, 2012 at 6:41 AM, Jagannadha Sutradharudu Teki jagannadh.t...@gmail.com wrote: This patch adds a print message on

Re: [U-Boot] [PATCH 3/4] sf: Add configuration register writing

2012-12-12 Thread Simon Glass
Hi Jagan, On Wed, Dec 12, 2012 at 8:21 AM, Jagan Teki jagannadh.t...@gmail.com wrote: Hi Simon, On Wed, Dec 12, 2012 at 8:53 PM, Simon Glass s...@chromium.org wrote: Hi Jagan, On Wed, Dec 12, 2012 at 7:20 AM, Jagan Teki jagannadh.t...@gmail.com wrote: Hi Simon, On Wed, Dec 12, 2012 at

Re: [U-Boot] [PATCH 4/4] sf: Add Quad-input Page Program(32h) instruction support

2012-12-12 Thread Simon Glass
Hi Jagan, On Wed, Dec 12, 2012 at 8:52 AM, Jagan Teki jagannadh.t...@gmail.com wrote: Hi Simon, On Wed, Dec 12, 2012 at 12:11 PM, Simon Glass s...@chromium.org wrote: Hi, On Mon, Dec 10, 2012 at 6:42 AM, Jagannadha Sutradharudu Teki jagannadh.t...@gmail.com wrote: This patch provides

Re: [U-Boot] [PATCH V3 0/7] Add support for NVIDIA Tegra30 SoC

2012-12-12 Thread Simon Glass
Hi Tom, On Tue, Dec 11, 2012 at 7:05 PM, Allen Martin amar...@nvidia.com wrote: On Tue, Dec 11, 2012 at 03:34:11PM -0800, Tom Warren wrote: This patch series adds basic (boot to cmd prompt) support for Tegra30. This is based on the Tegra20 SPL, which initializes the AVP (ARM7TDMI) boot proc)

Re: [U-Boot] [PATCH v2] imls: Add support to list images in NAND device

2012-12-12 Thread Scott Wood
On 12/12/2012 03:20:24 AM, Vipin Kumar wrote: imls does not list the images in NAND devices. This patch implements this support for legacy type images. Signed-off-by: Vipin Kumar vipin.ku...@st.com --- Hello Scott, There has been sometime since you reviewed the first version of this patch.

Re: [U-Boot] [PATCH V3 1/7] Tegra30: Add arch-tegra30 include files

2012-12-12 Thread Tom Warren
Stephen, On Wed, Dec 12, 2012 at 3:02 PM, Stephen Warren swar...@wwwdotorg.org wrote: On 12/12/2012 09:23 AM, Tom Warren wrote: Stephen, On Tue, Dec 11, 2012 at 5:36 PM, Stephen Warren swar...@wwwdotorg.org wrote: On 12/11/2012 04:34 PM, Tom Warren wrote: Common Tegra files are in

  1   2   >