Re: [U-Boot] Please pull u-boot-sunxi.git/next

2014-07-09 Thread Ian Campbell
On Tue, 2014-07-08 at 23:30 +0200, Jeroen Hofstee wrote: > On 08-07-14 21:20, Ian Campbell wrote: > > Hi Tom > > > > Sending to you for #next in Albert's absence. > > > > The following changes since commit 23f23f23d509e8e873797884456070c8a47d72b2: > > > >socfpga: Relocate arch common functions

Re: [U-Boot] [Question] Any plan to refactor Generic Board Framework?

2014-07-09 Thread Masahiro Yamada
Hi Simon, On Mon, 7 Jul 2014 20:51:00 +1000 Simon Glass wrote: > > > > Is there any plan to fix them? When? By whom? > > > > (They include some old platform macros such as CONFIG_8xx. > > Is it worth refactoring? If so, who will do it? ) > > > > > > > > Besides, there are many 'TODO' marks. > >

[U-Boot] [PATCH 2/2] i2c: ST33ZP24 I2C TPM driver

2014-07-09 Thread Jean-Luc BLANC
This driver add support for STMicroelectronics ST33ZP24 I2C TPM. --- README |6 + drivers/tpm/Makefile |1 + drivers/tpm/tpm_i2c_stm_st33.c | 633 3 files changed, 640 insertions(+) create mode 100644 drivers/tpm/

Re: [U-Boot] CONFIG_SYS_GENERIC_BOARD status

2014-07-09 Thread Masahiro Yamada
Hi. On Tue, 8 Jul 2014 21:38:17 +1000 Simon Glass wrote: > Hi, > > According to my calculations, as of commit 80a7cac we now have more > than 238 boards converted to generic board, out of 1171. That is a > little over 20%, which is a big improvement from last release. I am > unable to include M

Re: [U-Boot] [PATCH v3 00/10] sunxi: Bug fixes, sun4i and sun5i support and network improvements

2014-07-09 Thread Ian Campbell
On Tue, 2014-07-08 at 09:47 +0200, Hans de Goede wrote: > Have you looked at extending the SPL buildsys bits, which in essence do > 2 builds, to do 3 builds for sunxi, so that we simply always build > both SPL flavors? I hadn't thought of it. Is it only the SPL binary which differs between FEL and

Re: [U-Boot] SPL broken on i.mx31 platforms, FIX?

2014-07-09 Thread Helmut Raiger
Hi, finally I have the SPL running again, with this fix: diff --git a/arch/arm/cpu/arm1136/start.S b/arch/arm/cpu/arm1136/start.S index 1cfcca9..53bde12 100644 --- a/arch/arm/cpu/arm1136/start.S +++ b/arch/arm/cpu/arm1136/start.S @@ -91,4 +91,9 @@ cpu_init_crit: bl lowlevel_init

Re: [U-Boot] [PATCH v3 00/10] sunxi: Bug fixes, sun4i and sun5i support and network improvements

2014-07-09 Thread Hans de Goede
Hi, On 07/09/2014 10:00 AM, Ian Campbell wrote: > On Tue, 2014-07-08 at 09:47 +0200, Hans de Goede wrote: >> Have you looked at extending the SPL buildsys bits, which in essence do >> 2 builds, to do 3 builds for sunxi, so that we simply always build >> both SPL flavors? > > I hadn't thought of i

[U-Boot] [U-boot] question about nand_scan_bbt()

2014-07-09 Thread TigerLiu
Hi, Scott: I have a question about nand_scan_bbt() function in drivers/mtd/nand/nand_bbt.c . .. len = (1 << this->bbt_erase_shift); // bbt_erase_shift = 18 (256KB) len += (len >> this->page_shift) * mtd->oobsize; buf = vmalloc(len); ..

[U-Boot] [PATCH] ARM: OMAP4/5: Change omap4_sdp/panda and omap5_uevm maintainer

2014-07-09 Thread Lokesh Vutla
Updating omap4_sdp/panda and omap5_uevm maintainer. Signed-off-by: Lokesh Vutla --- boards.cfg |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/boards.cfg b/boards.cfg index f16a0e6..1c426e6 100644 --- a/boards.cfg +++ b/boards.cfg @@ -363,13 +363,13 @@ Active arm

Re: [U-Boot] [PATCH] ARM: OMAP4/5: Change omap4_sdp/panda and omap5_uevm maintainer

2014-07-09 Thread Sricharan R
On Wednesday 09 July 2014 05:32 PM, Lokesh Vutla wrote: > Updating omap4_sdp/panda and omap5_uevm maintainer. > > Signed-off-by: Lokesh Vutla > --- > boards.cfg |6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/boards.cfg b/boards.cfg > index f16a0e6..1c426e6 100

Re: [U-Boot] [PATCH 1/6] ARM: m28evk: add needed commands and options

2014-07-09 Thread Marek Vasut
On Thursday, June 26, 2014 at 11:01:27 AM, Marek Vasut wrote: > - "env ask", "env grep" and "setexpr" are needed for commissioning > - add support for ext4 file systems > - adjust default environment to use ext4 commands > - add write support for (V)FAT and EXT4 > - add bitmap and splashscreen supp

Re: [U-Boot] [PATCH v2 2/2] usb: phy: omap_usb_phy: implement usb_phy_power() for AM437x

2014-07-09 Thread Tom Rini
On Mon, Jul 07, 2014 at 08:08:29PM +0200, Marek Vasut wrote: > On Monday, July 07, 2014 at 06:14:23 PM, Felipe Balbi wrote: > > hi, > > > > On Mon, Jun 23, 2014 at 05:18:24PM -0500, Felipe Balbi wrote: > > > Newer AM437x silicon requires us to explicitly power up > > > the USB2 PHY. By implementin

Re: [U-Boot] [PATCH 1/6] ARM: m28evk: add needed commands and options

2014-07-09 Thread Tom Rini
On Wed, Jul 09, 2014 at 02:09:05PM +0200, Marek Vasut wrote: > On Thursday, June 26, 2014 at 11:01:27 AM, Marek Vasut wrote: > > - "env ask", "env grep" and "setexpr" are needed for commissioning > > - add support for ext4 file systems > > - adjust default environment to use ext4 commands > > - ad

Re: [U-Boot] [PATCH v2 2/2] usb: phy: omap_usb_phy: implement usb_phy_power() for AM437x

2014-07-09 Thread Michael Trimarchi
Hi Tom On Wed, Jul 9, 2014 at 2:41 PM, Tom Rini wrote: > On Mon, Jul 07, 2014 at 08:08:29PM +0200, Marek Vasut wrote: >> On Monday, July 07, 2014 at 06:14:23 PM, Felipe Balbi wrote: >> > hi, >> > >> > On Mon, Jun 23, 2014 at 05:18:24PM -0500, Felipe Balbi wrote: >> > > Newer AM437x silicon requir

Re: [U-Boot] [PATCH 1/6] ARM: m28evk: add needed commands and options

2014-07-09 Thread Stefano Babic
On 09/07/2014 14:42, Tom Rini wrote: > On Wed, Jul 09, 2014 at 02:09:05PM +0200, Marek Vasut wrote: > >> On Thursday, June 26, 2014 at 11:01:27 AM, Marek Vasut wrote: >>> - "env ask", "env grep" and "setexpr" are needed for >>> commissioning - add support for ext4 file systems - adjust >>> default

Re: [U-Boot] [PATCH] MX6: Correct calculation of PLL_SYS

2014-07-09 Thread Stefano Babic
On 09/06/2014 22:47, Andre Renaud wrote: > DIV_SELECT is used as Fout = Fin * div_select / 2.0, so we should do > the shift after the multiply to avoid rounding errors > > Signed-off-by: Andre Renaud > --- > arch/arm/cpu/armv7/mx6/clock.c |2 +- > 1 file changed, 1 insertion(+), 1 deletion(-

Re: [U-Boot] [PATCH] mx6: soc: Update the comments of set_ldo_voltage()

2014-07-09 Thread Stefano Babic
Hi Fabio, On 13/06/2014 06:42, Fabio Estevam wrote: > From: Fabio Estevam > > Commit 3d622b78 (mx6: soc: Introduce set_ldo_voltage()) introduces > set_ldo_voltage() function that can be used to set the voltages > of any of the three LDO regulators controlled by the PMU_REG_CORE register. > > P

Re: [U-Boot] [PATCH] boards.cfg: keep it sorted filling the board field

2014-07-09 Thread Tom Rini
On Wed, Jul 09, 2014 at 05:34:28PM +0900, Masahiro Yamada wrote: > The boards.cfg file has allowed to use "-" for the board (= 6th) field > if the board name is the same as the 7th field. > > But I notice one problem. > Because tools/reformat.py sorts the lines in the simple alphabetical > order (

Re: [U-Boot] [PATCH v3 00/10] sunxi: Bug fixes, sun4i and sun5i support and network improvements

2014-07-09 Thread Henrik Nordström
ons 2014-07-09 klockan 09:00 +0100 skrev Ian Campbell: > I hadn't thought of it. Is it only the SPL binary which differs between > FEL and non-FEL then? There is also a small difference in the default environment to enable boot-from-RAM in the FEL version of main u-boot. This is not enabled in th

[U-Boot] [PULL]: small fixes from u-boot-imx

2014-07-09 Thread Stefano Babic
Hi Tom, please pull from u-boot-imx - hopefully last fixes for the release. Thanks ! The following changes since commit 3f4c01d9f9d38e383f004dcd06c0d5661f2a57e0: mx25pdk: Remove CONFIG_SYS_GENERIC_BOARD (2014-06-26 10:17:19 +0200) are available in the git repository at: git://www.denx.de/g

Re: [U-Boot] ARM: OMAP4/5: Change omap4_sdp/panda and omap5_uevm maintainer

2014-07-09 Thread Tom Rini
On Wed, Jul 09, 2014 at 05:32:26PM +0530, Lokesh Vutla wrote: > Updating omap4_sdp/panda and omap5_uevm maintainer. > > Signed-off-by: Lokesh Vutla > Acked-by: R Sricharan Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature

Re: [U-Boot] [PULL]: small fixes from u-boot-imx

2014-07-09 Thread Tom Rini
On Wed, Jul 09, 2014 at 03:19:19PM +0200, Stefano Babic wrote: > Hi Tom, > > please pull from u-boot-imx - hopefully last fixes for the release. Thanks ! > > The following changes since commit 3f4c01d9f9d38e383f004dcd06c0d5661f2a57e0: > > mx25pdk: Remove CONFIG_SYS_GENERIC_BOARD (2014-06-26 1

Re: [U-Boot] [PATCH v2 17/29] dm: Introduce device sequence numbering

2014-07-09 Thread Jon Loeliger
HI Simon, On Tue, Jul 8, 2014 at 10:38 PM, Simon Glass wrote: > In U-Boot it is pretty common to number devices from 0 and access them > on the command line using this numbering. While it may come to pass that > we will move away from this numbering, the possibility seems remote at > present. > >

Re: [U-Boot] [PATCH v3 00/10] sunxi: Bug fixes, sun4i and sun5i support and network improvements

2014-07-09 Thread Hans de Goede
Hi, On 07/09/2014 03:03 PM, Henrik Nordström wrote: > ons 2014-07-09 klockan 09:00 +0100 skrev Ian Campbell: > >> I hadn't thought of it. Is it only the SPL binary which differs between >> FEL and non-FEL then? > > There is also a small difference in the default environment to enable > boot-from

[U-Boot] [PATCH] doc: Add zynq fragment to git-mailrc file

2014-07-09 Thread Michal Simek
Signed-off-by: Michal Simek --- doc/git-mailrc | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/git-mailrc b/doc/git-mailrc index 3d97d306144d..ae7e7bfb5bba 100644 --- a/doc/git-mailrc +++ b/doc/git-mailrc @@ -62,6 +62,7 @@ alias sunxi uboot, ijc, jwrdegoede alias tegra

Re: [U-Boot] [PATCH] doc: Add zynq fragment to git-mailrc file

2014-07-09 Thread Tom Rini
On Wed, Jul 09, 2014 at 04:10:49PM +0200, Michal Simek wrote: > Signed-off-by: Michal Simek Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mail

Re: [U-Boot] [PATCH 2/5] sunxi: add USB EHCI driver

2014-07-09 Thread Ian Campbell
On Tue, 2014-07-08 at 22:21 +0200, Roman Byshko wrote: > diff --git a/drivers/usb/host/ehci-sunxi.c b/drivers/usb/host/ehci-sunxi.c > new file mode 100644 > index 000..5817fc7 > --- /dev/null > +++ b/drivers/usb/host/ehci-sunxi.c > @@ -0,0 +1,236 @@ > +/* > + * Copyright (C) 2014 arokux > + * >

[U-Boot] [PATCH] tricorder: convert to generic board

2014-07-09 Thread Andreas Bießmann
Signed-off-by: Andreas Bießmann Cc: Thomas Weber --- include/configs/tricorder.h |2 ++ 1 file changed, 2 insertions(+) diff --git a/include/configs/tricorder.h b/include/configs/tricorder.h index 80985a2..847e099 100644 --- a/include/configs/tricorder.h +++ b/include/configs/tricorder.h @

[U-Boot] [PATCH 2/3] ARM: omap: Remove unused arch/arm/cpu/armv7/omap3/mem.c

2014-07-09 Thread Stefan Roese
These functions have been merged into the common GPMC init code with this commit a0a37183 (ARM: omap: merge GPMC initialization code for all platform). The file is not compiled any more. So remove it as well. Signed-off-by: Stefan Roese Cc: Pekon Gupta Cc: Tom Rini --- arch/arm/cpu/armv7/omap3

[U-Boot] [PATCH 3/3] ARM: omap: tao3530: Convert to generic board

2014-07-09 Thread Stefan Roese
Use generic board setup functions by defining CONFIG_SYS_GENERIC_BOARD. Signed-off-by: Stefan Roese Cc: Tom Rini --- include/configs/tao3530.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/tao3530.h b/include/configs/tao3530.h index 1b0fee9..62613e1 100644 --- a/include/co

[U-Boot] [PATCH 1/3] ARM: omap: Fix GPMC init for OMAP3 platforms

2014-07-09 Thread Stefan Roese
Commit a0a37183 (ARM: omap: merge GPMC initialization code for all platform) broke NAND on OMAP3 based platforms. I noticed this while testing the latest 2014.07-rc version on the TAO3530 board. NAND detection did not work with this error message: NAND: nand: error: Unable to find NAND settings i

Re: [U-Boot] [PATCH] ARM: OMAP4/5: Change omap4_sdp/panda and omap5_uevm maintainer

2014-07-09 Thread Nishanth Menon
On 07/09/2014 07:02 AM, Lokesh Vutla wrote: Updating omap4_sdp/panda and omap5_uevm maintainer. Signed-off-by: Lokesh Vutla --- boards.cfg |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/boards.cfg b/boards.cfg index f16a0e6..1c426e6 100644 --- a/boards.cfg +++ b

[U-Boot] [[U-boot] [Patch 1/6] ARM: keystone2: psc: use common PSC base

2014-07-09 Thread Ivan Khoronzhuk
Use common keystone2 Power Sleep controller base address instead of directly deciding which keystone2 SoC is used in psc module. Acked-by: Murali Karicheri Signed-off-by: Ivan Khoronzhuk --- arch/arm/cpu/armv7/keystone/psc.c | 42 ++ arch/arm/include/asm/arc

[U-Boot] [[U-boot] [Patch 2/6] keystone: ddr3: add ddr3.h to hold ddr3 API

2014-07-09 Thread Ivan Khoronzhuk
It's convinient to hold ddr3 function definitions in separate file such as ddr3.h. So move this from hardware.h to ddr3.h. Acked-by: Murali Karicheri Signed-off-by: Ivan Khoronzhuk --- arch/arm/cpu/armv7/keystone/ddr3.c| 6 +-- arch/arm/include/asm/arch-keystone/ddr3.h | 55 +++

[U-Boot] [[U-boot] [Patch 3/6] keystone2: ddr: add DDR3 PHY configs updated for PG 2.0

2014-07-09 Thread Ivan Khoronzhuk
From: Hao Zhang Add DDR3 PHY configs updated for PG 2.0 Also add DDR3A PHY reset before init for PG2.0 SoCs. Acked-by: Murali Karicheri Signed-off-by: Hao Zhang Signed-off-by: Ivan Khoronzhuk --- arch/arm/cpu/armv7/keystone/ddr3.c| 19 +++ arch/arm/include/asm/arch-keystone/d

[U-Boot] [[U-boot] [Patch 0/6] Optimize Keystone2 code for other SoC types

2014-07-09 Thread Ivan Khoronzhuk
Optimize Keystone2 code. The Keystone2 code is going to be updated to support several SoC types. Before adding new SoC type it's good to add some general optimizations in order to avoid re patching after. So this series holds the optimizations. Based on "[U-boot] [Patch v2 0/3] Add support for NAN

[U-Boot] [[U-boot] [Patch 4/6] ARM: keystone2: keystone_nav: make it dependent on keystone driver

2014-07-09 Thread Ivan Khoronzhuk
This driver is needed in case if keystone driver is used. Currently only keystone_net driver uses it. So to avoid redundant code compilation make the keystone_nav dependent on keystone net driver. It also leads to compilation errors for boards that does't use it. Acked-by: Murali Karicheri Signed

[U-Boot] [[U-boot] [Patch 6/6] keystone2: add possibility to turn off all dsps

2014-07-09 Thread Ivan Khoronzhuk
From: Hao Zhang By default all DSPs are turned off, for another case option to turn off them is added in this commit. Also add command to turn off itself. Acked-by: Murali Karicheri Signed-off-by: Hao Zhang Signed-off-by: Ivan Khoronzhuk --- arch/arm/cpu/armv7/keystone/keystone.c

[U-Boot] [[U-boot] [Patch 5/6] keystone2: move cpu_to_bus() to keystone.c

2014-07-09 Thread Ivan Khoronzhuk
From: Hao Zhang The SoC related common functions in board.c should be placed to a common keystone.c arch file. Acked-by: Murali Karicheri Signed-off-by: Hao Zhang Signed-off-by: Ivan Khoronzhuk --- arch/arm/cpu/armv7/keystone/Makefile | 1 + arch/arm/cpu/armv7/keystone/keystone.c | 28 +++

[U-Boot] [U-boot] [Patch v2 0/6] Optimize Keystone2 code for other SoC types

2014-07-09 Thread Ivan Khoronzhuk
Optimize Keystone2 code. The Keystone2 code is going to be updated to support several SoC types. Before adding new SoC type it's good to add some general optimizations in order to avoid re patching after. So this series holds the optimizations. Based on "[U-boot] [Patch v2 0/3] Add support for NAN

[U-Boot] [U-boot] [Patch v2 3/6] keystone2: ddr: add DDR3 PHY configs updated for PG 2.0

2014-07-09 Thread Ivan Khoronzhuk
From: Hao Zhang Add DDR3 PHY configs updated for PG 2.0 Also add DDR3A PHY reset before init for PG2.0 SoCs. Acked-by: Murali Karicheri Signed-off-by: Hao Zhang Signed-off-by: Ivan Khoronzhuk --- arch/arm/cpu/armv7/keystone/ddr3.c| 19 +++ arch/arm/include/asm/arch-keystone/d

[U-Boot] [U-boot] [Patch v2 1/6] ARM: keystone2: psc: use common PSC base

2014-07-09 Thread Ivan Khoronzhuk
Use common keystone2 Power Sleep controller base address instead of directly deciding which keystone2 SoC is used in psc module. Acked-by: Murali Karicheri Signed-off-by: Ivan Khoronzhuk --- arch/arm/cpu/armv7/keystone/psc.c | 42 ++ arch/arm/include/asm/arc

[U-Boot] [U-boot] [Patch v2 6/6] keystone2: add possibility to turn off all dsps

2014-07-09 Thread Ivan Khoronzhuk
From: Hao Zhang By default all DSPs are turned off, for another case option to turn off them is added in this commit. Also add command to turn off itself. Acked-by: Murali Karicheri Signed-off-by: Hao Zhang Signed-off-by: Ivan Khoronzhuk --- arch/arm/cpu/armv7/keystone/keystone.c

[U-Boot] [U-boot] [Patch v2 5/6] keystone2: move cpu_to_bus() to keystone.c

2014-07-09 Thread Ivan Khoronzhuk
From: Hao Zhang The SoC related common functions in board.c should be placed to a common keystone.c arch file. Acked-by: Murali Karicheri Signed-off-by: Hao Zhang Signed-off-by: Ivan Khoronzhuk --- arch/arm/cpu/armv7/keystone/Makefile | 1 + arch/arm/cpu/armv7/keystone/keystone.c | 28 +++

[U-Boot] [U-boot] [Patch v2 4/6] ARM: keystone2: keystone_nav: make it dependent on keystone driver

2014-07-09 Thread Ivan Khoronzhuk
This driver is needed in case if keystone driver is used. Currently only keystone_net driver uses it. So to avoid redundant code compilation make the keystone_nav dependent on keystone net driver. It also leads to compilation errors for boards that does't use it. Acked-by: Murali Karicheri Signed

[U-Boot] [U-boot] [Patch v2 2/6] keystone: ddr3: add ddr3.h to hold ddr3 API

2014-07-09 Thread Ivan Khoronzhuk
It's convinient to hold ddr3 function definitions in separate file such as ddr3.h. So move this from hardware.h to ddr3.h. Acked-by: Murali Karicheri Signed-off-by: Ivan Khoronzhuk --- arch/arm/cpu/armv7/keystone/ddr3.c| 6 +-- arch/arm/include/asm/arch-keystone/ddr3.h | 55 +++

Re: [U-Boot] [PATCH 2/3] ARM: omap: Remove unused arch/arm/cpu/armv7/omap3/mem.c

2014-07-09 Thread Gupta, Pekon
>From: Stefan Roese [mailto:s...@denx.de] >These functions have been merged into the common GPMC init code >with this commit a0a37183 (ARM: omap: merge GPMC initialization code >for all platform). The file is not compiled any more. So remove it >as well. > >Signed-off-by: Stefan Roese >Cc: Pekon G

Re: [U-Boot] [U-Boot, v1, 3/3] ARM: omap: merge GPMC initialization code for all platform

2014-07-09 Thread Gupta, Pekon
>From: ashchar...@gmail.com >>On Mon, Jul 7, 2014 at 11:19 PM, Gupta, Pekon wrote: >> Sorry seeing this bit late. Were you able to root cause the issue ? >Did you see http://patchwork.ozlabs.org/patch/356984/ ? >This resolves the issue for me but I'd welcome any feedback you have >on this fix. T

Re: [U-Boot] [PATCH 1/3] ARM: omap: Fix GPMC init for OMAP3 platforms

2014-07-09 Thread Gupta, Pekon
Hi Stefan, >From: Stefan Roese [mailto:s...@denx.de] > >Commit a0a37183 (ARM: omap: merge GPMC initialization code for all >platform) broke NAND on OMAP3 based platforms. I noticed this while >testing the latest 2014.07-rc version on the TAO3530 board. NAND >detection did not work with this error

[U-Boot] [PATCH 2/2] mx6sxsabresd: Add PFUZE100 PMIC support

2014-07-09 Thread Fabio Estevam
From: Fabio Estevam Signed-off-by: Fabio Estevam --- board/freescale/mx6sxsabresd/mx6sxsabresd.c | 84 + include/configs/mx6sxsabresd.h | 13 + 2 files changed, 97 insertions(+) diff --git a/board/freescale/mx6sxsabresd/mx6sxsabresd.c b/board/frees

[U-Boot] [PATCH 1/2] mx6: soc: Do not apply the PFD erratum for mx6solox

2014-07-09 Thread Fabio Estevam
From: Fabio Estevam The PFD issue is not present on mx6solox, so skip it in this case. Signed-off-by: Fabio Estevam --- arch/arm/cpu/armv7/mx6/soc.c | 4 1 file changed, 4 insertions(+) diff --git a/arch/arm/cpu/armv7/mx6/soc.c b/arch/arm/cpu/armv7/mx6/soc.c index e394e3f..5d96332 100644

Re: [U-Boot] [PATCH v2 2/2] usb: phy: omap_usb_phy: implement usb_phy_power() for AM437x

2014-07-09 Thread Marek Vasut
On Wednesday, July 09, 2014 at 02:48:55 PM, Michael Trimarchi wrote: > Hi Tom > > On Wed, Jul 9, 2014 at 2:41 PM, Tom Rini wrote: > > On Mon, Jul 07, 2014 at 08:08:29PM +0200, Marek Vasut wrote: > >> On Monday, July 07, 2014 at 06:14:23 PM, Felipe Balbi wrote: > >> > hi, > >> > > >> > On Mon, Ju

[U-Boot] [PATCH] i.MX6DL/S: add drive-strength back to pads DISP0_DAT2/DAT10

2014-07-09 Thread Eric Nelson
The pad settings for DISP0_DATA02 and DISP0_DAT10 were not set in the same way as DISP0_DAT00-23, causing much flicker in parallel RGB displays on Dual-Lite and Solo processors. These settings now match the i.MX6 Dual and Quad core versions. Note that this fixes a regression in commit b47abc3 and

Re: [U-Boot] [PATCH] i.MX6DL/S: add drive-strength back to pads DISP0_DAT2/DAT10

2014-07-09 Thread Otavio Salvador
On Wed, Jul 9, 2014 at 4:27 PM, Eric Nelson wrote: > The pad settings for DISP0_DATA02 and DISP0_DAT10 were not > set in the same way as DISP0_DAT00-23, causing much flicker > in parallel RGB displays on Dual-Lite and Solo processors. > > These settings now match the i.MX6 Dual and Quad core versi

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

2014-07-09 Thread Marek Vasut
Please apply for 2014.07: The following changes since commit bc9a78acd40cf9bc7017639e8d4aec889b66e7ee: doc: Add zynq fragment to git-mailrc file (2014-07-09 10:45:15 -0400) are available in the git repository at: git://git.denx.de/u-boot-usb.git HEAD for you to fetch changes up to 5ba95541

[U-Boot] [PATCH] Fix help text of ext2load and fatload.

2014-07-09 Thread Pavel Machek
Fix help text of ext2load and fatload to match code in fs/fs.c Signed-off-by: Pavel Machek diff --git a/common/cmd_ext2.c b/common/cmd_ext2.c index 5a4bcc1..2675ae8 100644 --- a/common/cmd_ext2.c +++ b/common/cmd_ext2.c @@ -45,7 +45,7 @@ U_BOOT_CMD( U_BOOT_CMD( ext2load, 6,

[U-Boot] [PATCH] catch wrong load address passed to fatload / ext2load

2014-07-09 Thread Pavel Machek
If filename is passed instead of address to ext2load or fatload, u-boot silently accepts that, and uses 0 for load address and default filename from environment. That is confusing, display help instead. Signed-off-by: Pavel Machek diff --git a/fs/fs.c b/fs/fs.c index 79d432d..ea15c5f 100644

[U-Boot] [U-boot] [Patch 0/6] Generalize Keystone2 code for other SoC types

2014-07-09 Thread Ivan Khoronzhuk
In order to be able to correctly add another Keysotne2 SoC type we need to make some preparation changes to the sources. So generalize Keystone2 code for other SoC types, in particular for Keystone 2 Edison (k2e) SoC. It's needed to add support for Keystone2 k2e_evm evaluation board, so add some pr

[U-Boot] [U-boot] [Patch 2/6] keystone2: add env option to do unitrd dt fixup

2014-07-09 Thread Ivan Khoronzhuk
From: Murali Karicheri With latest v3.13 kernel, unitrd dt fixup is not needed. However for older kernel versions such as v3.8/v3.10, it is needed. So to work with both, add a u-boot env variable that can be set to do dt fixup for older kernels. Signed-off-by: Murali Karicheri Signed-off-by: Iv

[U-Boot] [U-boot] [Patch 5/6] configs: k2hk_evm: config: add common EVM configuration header

2014-07-09 Thread Ivan Khoronzhuk
From: Hao Zhang This patch adds a common config header file for all the Keystone II EVM platforms. It combines a lot of general definitions in one file. The common header included in the EVM should be specific configuration header. Acked-by: Murali Karicheri Signed-off-by: Hao Zhang Signed-off

[U-Boot] [U-boot] [Patch 1/6] k2hk: use common KS2_ prefix for all hardware definitions

2014-07-09 Thread Ivan Khoronzhuk
Use KS2_ prefix in all definitions, for that replace K2HK_ prefix and add KS2_ prefix where it's needed. It requires to change names also in places where they're used. Align lines and remove redundant definitions in kardware-k2hk.h at the same time. Using common KS2_ prefix helps resolve redundant

[U-Boot] [U-boot] [Patch 3/6] ARM: keystone2: move K2HK board files to common KS2 board directory

2014-07-09 Thread Ivan Khoronzhuk
From: Hao Zhang This patch moves K2HK board directory to a common Keystone II board directory. The Board related common functions are moved to a common keystone board file. Acked-by: Murali Karicheri Signed-off-by: Hao Zhang Signed-off-by: Ivan Khoronzhuk --- board/ti/{k2hk_evm => ks2_evm}/M

[U-Boot] [U-boot] [Patch 6/6] keystone: ddr3: move K2HK DDR3 configuration to a common file

2014-07-09 Thread Ivan Khoronzhuk
From: Hao Zhang It's convenient to hold configurations for DDR3 PHY and EMIF in separate common place. This patch moves K2HK DDR3 PHY and EMIF configuration data with different rates and memory size to a common ddr3_cfg.c file. Acked-by: Murali Karicheri Signed-off-by: Hao Zhang Signed-off-by:

Re: [U-Boot] [PATCH] catch wrong load address passed to fatload / ext2load

2014-07-09 Thread Pavel Machek
Hi! > If filename is passed instead of address to ext2load or fatload, > u-boot silently accepts that, and uses 0 for load address and default > filename from environment. That is confusing, display help instead. > > Signed-off-by: Pavel Machek Oops and actually I should warn... this patch

[U-Boot] [U-boot] [Patch 4/6] ARM: keystone: clock: move K2HK SoC dependent code in separate file

2014-07-09 Thread Ivan Khoronzhuk
This patch in general spit SoC type clock dependent code and general clock code. Before adding keystone II Edison k2e SoC which has slightly different dpll set, move k2hk dependent clock code to separate clock-k2hk.c file. Acked-by: Murali Karicheri Signed-off-by: Ivan Khoronzhuk --- arch/arm/c

[U-Boot] [PATCH 2/2] mx6: Adjust the GPR offset for mx6solox

2014-07-09 Thread Fabio Estevam
From: Fabio Estevam On mx6solox there is an additional 0x4000 offset for the GPR registers. Signed-off-by: Fabio Estevam --- This applies against 'next' branch. arch/arm/include/asm/arch-mx6/imx-regs.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/arm/include/asm/arch-mx6/imx-re

[U-Boot] [PATCH 1/2] mx6: Remove duplication of iomuxc structure

2014-07-09 Thread Fabio Estevam
From: Fabio Estevam There is no need to keep iomuxc_base_regs structure as it serves the exact same purpose of the iomuxc structure, which is to provide access to the GPR registers. The additional fields of iomuxc_base_regs are not used. Other advantage of 'iomuxc' is that it has a shorter name

Re: [U-Boot] [PATCH] Fix help text of ext2load and fatload.

2014-07-09 Thread Marek Vasut
On Wednesday, July 09, 2014 at 10:40:07 PM, Pavel Machek wrote: > Fix help text of ext2load and fatload to match code in fs/fs.c Which code in fs/fs.c do you mean? Are you referring to do_load() ? Reviewed-by: Marek Vasut Best regards, Marek Vasut ___

Re: [U-Boot] [PATCH] catch wrong load address passed to fatload / ext2load

2014-07-09 Thread Marek Vasut
On Wednesday, July 09, 2014 at 10:42:57 PM, Pavel Machek wrote: > If filename is passed instead of address to ext2load or fatload, > u-boot silently accepts that, and uses 0 for load address and default > filename from environment. That is confusing, display help instead. > > Signed-off-by: Pavel

Re: [U-Boot] [PATCH v2 2/2] usb: phy: omap_usb_phy: implement usb_phy_power() for AM437x

2014-07-09 Thread Marek Vasut
On Tuesday, June 24, 2014 at 12:18:24 AM, Felipe Balbi wrote: > Newer AM437x silicon requires us to explicitly power up > the USB2 PHY. By implementing usb_phy_power() we can > achieve that. > > Signed-off-by: Felipe Balbi Applied 1/2 and 2/2 v2 , thanks. Best regards, Marek Vasut _

Re: [U-Boot] [PATCH] catch wrong load address passed to fatload / ext2load

2014-07-09 Thread Pavel Machek
On Wed 2014-07-09 23:07:56, Marek Vasut wrote: > On Wednesday, July 09, 2014 at 10:42:57 PM, Pavel Machek wrote: > > If filename is passed instead of address to ext2load or fatload, > > u-boot silently accepts that, and uses 0 for load address and default > > filename from environment. That is conf

Re: [U-Boot] [PATCH] Fix help text of ext2load and fatload.

2014-07-09 Thread Pavel Machek
On Wed 2014-07-09 23:05:25, Marek Vasut wrote: > On Wednesday, July 09, 2014 at 10:40:07 PM, Pavel Machek wrote: > > Fix help text of ext2load and fatload to match code in fs/fs.c > > Which code in fs/fs.c do you mean? Are you referring to do_load() ? Yes, do_load. > Reviewed-by: Marek Vasut T

Re: [U-Boot] [PATCH] catch wrong load address passed to fatload / ext2load

2014-07-09 Thread Wolfgang Denk
Dear Pavel Machek, In message <20140709204257.ga28...@amd.pavel.ucw.cz> you wrote: > > If filename is passed instead of address to ext2load or fatload, > u-boot silently accepts that, and uses 0 for load address and default > filename from environment. That is confusing, display help instead. >

Re: [U-Boot] [PATCH] catch wrong load address passed to fatload / ext2load

2014-07-09 Thread Pavel Machek
On Thu 2014-07-10 01:08:28, Wolfgang Denk wrote: > Dear Pavel Machek, > > In message <20140709204257.ga28...@amd.pavel.ucw.cz> you wrote: > > > > If filename is passed instead of address to ext2load or fatload, > > u-boot silently accepts that, and uses 0 for load address and default > > filename

Re: [U-Boot] [PATCH] boards.cfg: keep it sorted filling the board field

2014-07-09 Thread Masahiro Yamada
Hi Tom, On Wed, 9 Jul 2014 09:12:48 -0400 Tom Rini wrote: > On Wed, Jul 09, 2014 at 05:34:28PM +0900, Masahiro Yamada wrote: > > The boards.cfg file has allowed to use "-" for the board (= 6th) field > > if the board name is the same as the 7th field. > > > > But I notice one problem. > > Bec

[U-Boot] [PATCH 2/2] usb: phy: omap_usb_phy: implement usb_phy_power() for AM437x

2014-07-09 Thread Felipe Balbi
Newer AM437x silicon requires us to explicitly power up the USB2 PHY. By implementing usb_phy_power() we can achieve that. Signed-off-by: Felipe Balbi --- arch/arm/include/asm/arch-am33xx/hardware_am43xx.h | 5 + drivers/usb/phy/omap_usb_phy.c | 11 ++- 2 files c

[U-Boot] [PATCH 1/2] usb: host: xhci: make sure to power up PHY

2014-07-09 Thread Felipe Balbi
some boards won't work if the PHY isn't explicitly powered up. Signed-off-by: Felipe Balbi --- drivers/usb/host/xhci-omap.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/usb/host/xhci-omap.c b/drivers/usb/host/xhci-omap.c index e667810..912b2bd 100644 --- a/drivers/usb/host/xhci-om

Re: [U-Boot] [PATCH 2/2] usb: phy: omap_usb_phy: implement usb_phy_power() for AM437x

2014-07-09 Thread Felipe Balbi
On Wed, Jul 09, 2014 at 11:02:43PM -0500, Felipe Balbi wrote: > Newer AM437x silicon requires us to explicitly power up > the USB2 PHY. By implementing usb_phy_power() we can > achieve that. > > Signed-off-by: Felipe Balbi > --- the only change here is the use of {set,clr}bits_le32() > arch/ar

Re: [U-Boot] [PATCH 1/3] ARM: omap: Fix GPMC init for OMAP3 platforms

2014-07-09 Thread Stefan Roese
Hi Pekon, On 09.07.2014 20:22, Gupta, Pekon wrote: Commit a0a37183 (ARM: omap: merge GPMC initialization code for all platform) broke NAND on OMAP3 based platforms. I noticed this while testing the latest 2014.07-rc version on the TAO3530 board. NAND detection did not work with this error messag

Re: [U-Boot] U-Boot: Enhancement request to get flash device specific information

2014-07-09 Thread HEERA NAND BHAGTANI
Hi Simon, This tool is basically using u-boot technology to communicating to remote board. This tool is developed such a way that it can load u-boot elf on remote processor (available on remote board). This tool communicates with processor using u-boot commands. It can send the u-boot command, and