Re: [U-Boot] [PATCH 0/8] samsung: Use common config files with Samsung boards (help wanted)

2014-09-09 Thread Simon Glass
Hi Minkyu, On 25 July 2014 08:43, Simon Glass s...@chromium.org wrote: Hi Lucasz, On 24 July 2014 09:34, Lukasz Majewski l.majew...@samsung.com wrote: Hi Simon, This series tries to unify the Samsung board configs into a few header files for exynos5 and exynos5. The purpose is to

[U-Boot] [PATCH] mpc8xx: move common linker scripts into the CPU directory

2014-09-09 Thread Masahiro Yamada
Each CPU of PowerPC has its default linker script under the CPU directory, except mpc8xx. Every mpc8xx board has its own linker script under the board directory, resulting in lots of duplication of linker scripts. I notice eight mpc8xx boards have the same linker script. We can decrease the

Re: [U-Boot] [PATCH] mpc8xx: move common linker scripts into the CPU directory

2014-09-09 Thread Stefan Roese
On 09.09.2014 08:12, Masahiro Yamada wrote: Each CPU of PowerPC has its default linker script under the CPU directory, except mpc8xx. Every mpc8xx board has its own linker script under the board directory, resulting in lots of duplication of linker scripts. I notice eight mpc8xx boards have

Re: [U-Boot] relocation problem on powerpc

2014-09-09 Thread Wolfgang Denk
Dear Chris, In message CAFOYHZCtPSJRvL8asB9O6dUPtNHZSE_gUd=n8+6hyqsnyhd...@mail.gmail.com you wrote: Do you mean the address or the value? FYI the 77fb addresses are what I believe to be the correct relocated address. It's the f0d0 address for NetArpWaitTimerStart that I believe is

Re: [U-Boot] [PATCH 0/5] ARM: sheevaplug: refresh for 201410

2014-09-09 Thread Nobuhiro Iwamatsu
Hi, Albert. These patches are not taken for a long time. If possible and Prafulla is OK, can you apply to u-boot-arm directly? Best regards, Nobuhiro 2014-09-08 1:01 GMT+09:00 Gerald Kerma drea...@doukki.net: This serie of patches add some needed features to sheevaplug Gerald Kerma (5):

[U-Boot] [PATCH v2 4/4] imx: mx6solosabreauto: Add the i.MX6Solo SABREAUTO board support

2014-09-09 Thread Ye . Li
This patch is to add the i.MX6solo sabreauto support, The i.MX6solo sabreauto board configuration has the following difference with i.MX6dl sabreauto: - DDR bus width: 32bit - DDR capacity: 1024M Signed-off-by: Ye.Li b37...@freescale.com --- Changes since v1: - Rework the short log subject

[U-Boot] [PATCH v2 1/4] imx: mx6sabresd/sabreauto: Move MX6Q/DL DDR and FDT configs to defconfig

2014-09-09 Thread Ye . Li
To support more iMX6 variants, 1. Make the DDR size configurable based on the defconfig file 2. Make the FDT file configurable based on the defconfig file Signed-off-by: Ye.Li b37...@freescale.com --- Changes since v1: - Rework the short log subject board/freescale/mx6qsabreauto/mx6qsabreauto.c

[U-Boot] [PATCH v2 3/4] imx: mx6solosabresd: Add the i.MX6Solo SABRESD board support

2014-09-09 Thread Ye . Li
The i.MX6solo SABRE-SD board configuration has the following difference with i.MX6dl sabre-sd: - DDR bus width: 32bit - DDR capacity: 512M Signed-off-by: Ye.Li b37...@freescale.com --- Changes since v1: - Remove the nosmp kernel parameter, since kernel can detect cores number by SCU. - Rework

[U-Boot] [PATCH v2 2/4] imx: mx6qsabreauto: Rename the imximage.cfg to mx6q.cfg

2014-09-09 Thread Ye . Li
Rename the imximage.cfg to mx6q.cfg. No function change at all Signed-off-by: Ye.Li b37...@freescale.com --- Changes since v1: - Use format-patch -M to detect renames - Rework the short log subject .../mx6qsabreauto/{imximage.cfg = mx6q.cfg} |2 +- configs/mx6qsabreauto_defconfig

[U-Boot] [PATCH v2 2/2] imx: mx6slevk: Change to use generic board

2014-09-09 Thread Ye . Li
Enable CONFIG_SYS_GENERIC_BOARD for imx6slevk to use generic board. Signed-off-by: Ye.Li b37...@freescale.com --- Changes since v1: - Rework the short log subject include/configs/mx6slevk.h |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/include/configs/mx6slevk.h

[U-Boot] [PATCH v2 1/2] imx: mx6q/dlarm2: Change to use generic board

2014-09-09 Thread Ye . Li
Enable the CONFIG_SYS_GENERIC_BOARD for imx6q/dl arm2 board to use generic board. Signed-off-by: Ye.Li b37...@freescale.com --- Changes since v1: - Rework the short log subject include/configs/mx6qarm2.h |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git

[U-Boot] [PATCH 2/2] fsl_sec : Change accessor function to take care of endianness

2014-09-09 Thread Ruchika Gupta
SEC registers can be of type Little Endian or big Endian depending upon Freescale SoC. Here SoC defines the register type of SEC IP. So update acessor functions with common SEC acessor functions to take care both type of endianness. Signed-off-by: Ruchika Gupta ruchika.gu...@freescale.com CC:

[U-Boot] [PATCH 1/2] fsl_sec : Move SEC CCSR definition to common include

2014-09-09 Thread Ruchika Gupta
Freescale SEC controller has been used for mpc8xxx. It will be used for ARM-based SoC as well. This patch moves the CCSR defintion of SEC to common include Signed-off-by: Ruchika Gupta ruchika.gu...@freescale.com CC: York Sun york...@freescale.com --- arch/powerpc/include/asm/immap_85xx.h | 67

Re: [U-Boot] [PATCH 0/5] ARM: sheevaplug: refresh for 201410

2014-09-09 Thread Prafulla Wadaskar
Hi Everybody, Sorry for being inactive on the thread... I will pull these patches and provide a pull request to albert soon... Regards... Prafulla . . . -Original Message- From: Nobuhiro Iwamatsu [mailto:iwama...@nigauri.org] Sent: 09 September 2014 12:08 To: Albert ARIBAUD Cc:

Re: [U-Boot] [PATCH 0/7] ARM: sunxi: Add basic support for Allwinner A31 (sun6i)

2014-09-09 Thread Hans de Goede
Hi, On 09/08/2014 03:28 PM, Chen-Yu Tsai wrote: Hi everyone, This series add basic support for Allwinner's A31 SoC. The patches, excluding the first one, were cherry-picked from u-boot-sunxi. Due to the difference between u-boot mainline and u-boot-sunxi, some patches were rearranged or

[U-Boot] Spansion SPI flash read timeout with AM335x

2014-09-09 Thread Andy Pont
Hello, I am doing some work with the TI AM3358 Starter Kit and a Spansion S25FL164K SPI NOR flash. Trying both U-Boot 2013.10, which ships with the TI kit, and 2014.04 I have made the changes to board configuration file to enable SPI0 and disable I2C1 in the board pin mux, have included Spansion

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

2014-09-09 Thread Albert ARIBAUD
Hi Ian, On Fri, 05 Sep 2014 14:23:01 +0100, Ian Campbell i...@hellion.org.uk wrote: (resend since I managed to forget the list in the CC, sorry about that) The following changes since commit d6c1ffc7d23f4fe4ae8c91101861055b8e1501b6: Prepare v2014.10-rc2 (2014-09-02 16:58:29 -0400)

Re: [U-Boot] [PATCH RESEND] vf610twr: Tune DDR initialization settings

2014-09-09 Thread Albert ARIBAUD
Hi Stefan, On Sat, 6 Sep 2014 19:47:06 +0200, Stefan Agner ste...@agner.ch wrote: From: Anthony Felice tony.fel...@timesys.com Removed settings in unsupported register fields. They didn’t do anything, and in most cases, were not documented in the reference manual. Changed register

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

2014-09-09 Thread Ian Campbell
On Tue, 2014-09-09 at 09:58 +0200, Albert ARIBAUD wrote: Applied to u-boot-arm/master, thanks! Thank you. (still having 5 errors and 2 warnings, so there is no regression) MAKEALL -s sunxi is only showing a single generic error for me (on every target): In file included from

Re: [U-Boot] [PATCH] dfu, usb: set usb descriptor to values defined in dfu spec 1.1

2014-09-09 Thread Heiko Schocher
Hello Marek, Am 05.09.2014 00:42, schrieb Marek Vasut: On Thursday, September 04, 2014 at 12:21:40 PM, Heiko Schocher wrote: Hi Heiko, I'll just rant a bit, but please wait until Lukasz does a proper runthrough. set bDeviceClass, bDeviceSubClass and bcdUSB to the values defined in dfu spec

Re: [U-Boot] [PATCH] generic board for socfpga

2014-09-09 Thread Albert ARIBAUD
Hi Pavel, On Tue, 27 May 2014 14:50:30 +0200, Pavel Machek pa...@denx.de wrote: Socfpga u-boot works fine with CONFIG_SYS_GENERIC_BOARD, so enable that option as documentation suggests. Signed-off-by: Pavel Machek pa...@denx.de diff --git a/include/configs/socfpga_cyclone5.h

Re: [U-Boot] relocation problem on powerpc

2014-09-09 Thread Joakim Tjernlund
Chris Packham judge.pack...@gmail.com wrote on 2014/09/09 01:07:51: From: Chris Packham judge.pack...@gmail.com To: Joakim Tjernlund joakim.tjernl...@transmode.se, Cc: u-boot u-boot@lists.denx.de Date: 2014/09/09 01:08 Subject: Re: [U-Boot] relocation problem on powerpc Hi Jocke, On

Re: [U-Boot] [PATCH 7/8] samsung: Move s5p_goni to use exynos-common config

2014-09-09 Thread Przemyslaw Marczak
Hello Simon, On 07/23/2014 02:11 PM, Simon Glass wrote: Change this board to use the exynos common config and add a device tree. This also adds a pinmux header file - but it is just a copy of the exynos one so may be incorrect. Signed-off-by: Simon Glass s...@chromium.org ---

Re: [U-Boot] [PATCH 8/8] samsung: Move smdkc100 to use exynos-common config

2014-09-09 Thread Przemyslaw Marczak
Hello Simon, On 07/23/2014 02:11 PM, Simon Glass wrote: Change this board to use the exynos common config and add a device tree. Signed-off-by: Simon Glass s...@chromium.org --- arch/arm/dts/Makefile | 1 + arch/arm/dts/s5pc1xx-smdkc100.dts | 21 +++

Re: [U-Boot] [PATCH 0/8] samsung: Use common config files with Samsung boards (help wanted)

2014-09-09 Thread Przemyslaw Marczak
Hi, I will test this patch set on a trats2 board - today evening. On 09/09/2014 08:05 AM, Simon Glass wrote: Hi Minkyu, On 25 July 2014 08:43, Simon Glass s...@chromium.org wrote: Hi Lucasz, On 24 July 2014 09:34, Lukasz Majewski l.majew...@samsung.com wrote: Hi Simon, This series tries

[U-Boot] [PATCHv2] generic board for socfpga

2014-09-09 Thread Pavel Machek
Socfpga u-boot works fine with CONFIG_SYS_GENERIC_BOARD, so enable that option as documentation suggests. Signed-off-by: Pavel Machek pa...@denx.de --- Sorry, I let this last too long before I reviewed it and now it does not apply cleanly at all. Can you have a look? Here you go. diff

Re: [U-Boot] VxWorks Booting using U-boot as Bootloader

2014-09-09 Thread Ashish Khetan
Thanks Again, which u-boot version are you referring, because I am using 2013.04 version and in this there is no directory named board/BuR/KWB. can you please send the Boot Arguments which you used to boot the vxworks and which method are you using to boot vxworks? On Mon, Sep 8, 2014 at 10:16

Re: [U-Boot] [PATCH] arch/arm: Add individual TLB size support.

2014-09-09 Thread Albert ARIBAUD
Hi Xiubo, On Mon, 7 Jul 2014 13:19:11 +0800, Xiubo Li li.xi...@freescale.com wrote: This adds CONFIG_TLB_SIZE for individual board, whose TLB size maybe larger than PGTABLE_SIZE. Signed-off-by: Xiubo Li li.xi...@freescale.com --- arch/arm/lib/board.c | 4 1 file changed, 4

[U-Boot] [PATCH] watchdog disable for socfpga

2014-09-09 Thread Pavel Machek
This adds watchdog disable. It is neccessary for running Linux kernel. Signed-off-by: Pavel Machek pa...@denx.de diff --git a/arch/arm/cpu/armv7/socfpga/reset_manager.c b/arch/arm/cpu/armv7/socfpga/reset_manager.c index e320c01..5503059 100644 --- a/arch/arm/cpu/armv7/socfpga/reset_manager.c

[U-Boot] [PATCH] base addresses for more subsystems

2014-09-09 Thread Pavel Machek
Add base addresses for more subsystems. Signed-off-by: Pavel Machek pa...@denx.de diff --git a/arch/arm/include/asm/arch-socfpga/socfpga_base_addrs.h b/arch/arm/include/asm/arch-socfpga/socfpga_base_addrs.h index 2d3152d..39a7874 100644 ---

[U-Boot] [PATCH] fix compilation of socfpga_dw_mmc

2014-09-09 Thread Pavel Machek
Fix compilation of socfpga_dw_mmc. Signed-off-by: Pavel Machek pa...@denx.de diff --git a/drivers/mmc/socfpga_dw_mmc.c b/drivers/mmc/socfpga_dw_mmc.c index 1f96382..d8da7f5 100644 --- a/drivers/mmc/socfpga_dw_mmc.c +++ b/drivers/mmc/socfpga_dw_mmc.c @@ -16,6 +16,8 @@ static const struct

[U-Boot] [PATCH] cleanup drivers/net/phy/micrel.c

2014-09-09 Thread Pavel Machek
Old saying says that more than three exclamation marks in a row are sign of mental disease. Cleanup micrel.c. Signed-off-by: Pavel Machek pa...@denx.de diff --git a/drivers/net/phy/micrel.c b/drivers/net/phy/micrel.c index 5d7e3be..06a31b0 100644 --- a/drivers/net/phy/micrel.c +++

Re: [U-Boot] [PATCH] fix compilation of socfpga_dw_mmc

2014-09-09 Thread Marek Vasut
On Tuesday, September 09, 2014 at 02:08:13 PM, Pavel Machek wrote: Fix compilation of socfpga_dw_mmc. Signed-off-by: Pavel Machek pa...@denx.de diff --git a/drivers/mmc/socfpga_dw_mmc.c b/drivers/mmc/socfpga_dw_mmc.c index 1f96382..d8da7f5 100644 --- a/drivers/mmc/socfpga_dw_mmc.c +++

Re: [U-Boot] [PATCH] dfu, usb: set usb descriptor to values defined in dfu spec 1.1

2014-09-09 Thread Marek Vasut
On Tuesday, September 09, 2014 at 10:45:57 AM, Heiko Schocher wrote: Hello Marek, Am 05.09.2014 00:42, schrieb Marek Vasut: On Thursday, September 04, 2014 at 12:21:40 PM, Heiko Schocher wrote: Hi Heiko, I'll just rant a bit, but please wait until Lukasz does a proper runthrough.

Re: [U-Boot] [PATCH] watchdog disable for socfpga

2014-09-09 Thread Marek Vasut
On Tuesday, September 09, 2014 at 02:03:28 PM, Pavel Machek wrote: This adds watchdog disable. It is neccessary for running Linux kernel. Why do we not enable WDT in Linux instead ? Also, I recall there was a call to explicitly enable the L4 watchdog, so why do we not get rid of that instead ?

Re: [U-Boot] [PATCH] watchdog disable for socfpga

2014-09-09 Thread Pavel Machek
On Tue 2014-09-09 14:20:23, Marek Vasut wrote: On Tuesday, September 09, 2014 at 02:03:28 PM, Pavel Machek wrote: This adds watchdog disable. It is neccessary for running Linux kernel. Why do we not enable WDT in Linux instead ? Also, I recall there was a call to explicitly enable the L4

Re: [U-Boot] relocation problem on powerpc

2014-09-09 Thread Joakim Tjernlund
Here's some more info from a build without any of my modifications. $ git describe v2014.10-rc2-12-g0b703db $ powerpc-e500-linux-gnu-gcc --version powerpc-e500-linux-gnu-gcc (Gentoo 4.6.3-r1 p1.9, pie-0.5.2) 4.6.3 $ grep

Re: [U-Boot] [PATCH] watchdog disable for socfpga

2014-09-09 Thread Marek Vasut
On Tuesday, September 09, 2014 at 02:30:01 PM, Pavel Machek wrote: On Tue 2014-09-09 14:20:23, Marek Vasut wrote: On Tuesday, September 09, 2014 at 02:03:28 PM, Pavel Machek wrote: This adds watchdog disable. It is neccessary for running Linux kernel. Why do we not enable WDT in Linux

Re: [U-Boot] [PATCH] imx: nitrogen6x: Replace 'fatload' by 'load' command in env settings to be filesystem independent

2014-09-09 Thread Guillaume Gardet
Ping. Guillaume Le 01/09/2014 20:27, Eric Nelson a écrit : Hi all, On 08/31/2014 07:24 PM, Fabio Estevam wrote: On Tue, Aug 26, 2014 at 7:05 AM, Guillaume GARDET guillaume.gar...@free.fr wrote: nitrogen6x.h file defines CONFIG_CMD_FS_GENERIC, so we are able to use generic 'load' command

[U-Boot] [PATCH v1 0/2] usb: dfu: am335x: allow dfu in fullspeed mode only

2014-09-09 Thread Heiko Schocher
This patchserie adds the new config option CONFIG_DFU_FULLSPEED. If this is enabled DFU uses fullspeed only. This is used on the siemens boards. Cc: Tom Rini tr...@ti.com Cc: Lukasz Majewski l.majew...@samsung.com Cc: Marek Vasut ma...@denx.de Cc: Liu Bin b-...@ti.com Cc: Lukas Stockmann

[U-Boot] [PATCH v1 2/2] arm: am335x: siemens board use in DFU mode fullspeed only

2014-09-09 Thread Heiko Schocher
Siemens boards are now using DFU in fullspeed only. Signed-off-by: Heiko Schocher h...@denx.de Cc: Tom Rini tr...@ti.com Cc: Lukasz Majewski l.majew...@samsung.com Cc: Marek Vasut ma...@denx.de Cc: Liu Bin b-...@ti.com Cc: Lukas Stockmann lukas.stockm...@siemens.com ---

[U-Boot] [PATCH v1 1/2] usb: dfu: add config option to use in dfu mode fullspeed only

2014-09-09 Thread Heiko Schocher
add the new config option CONFIG_DFU_FULLSPEED. With this option enabled, DFU uses fullspeed only. Signed-off-by: Heiko Schocher h...@denx.de Cc: Tom Rini tr...@ti.com Cc: Lukasz Majewski l.majew...@samsung.com Cc: Marek Vasut ma...@denx.de Cc: Liu Bin b-...@ti.com Cc: Lukas Stockmann

Re: [U-Boot] [PATCH] imx: nitrogen6x: Replace 'fatload' by 'load' command in env settings to be filesystem independent

2014-09-09 Thread Stefano Babic
Hi Guillaume, On 09/09/2014 14:31, Guillaume Gardet wrote: Ping. Sorry, I was not in office in the last two weeks. I will go through all i.MX patches (it seems I have something to do..) and I will apply the ones are ready, as yours. Best regards, Stefano Babic --

Re: [U-Boot] [PATCH] watchdog disable for socfpga

2014-09-09 Thread Pavel Machek
On Tue 2014-09-09 14:31:46, Marek Vasut wrote: On Tuesday, September 09, 2014 at 02:30:01 PM, Pavel Machek wrote: On Tue 2014-09-09 14:20:23, Marek Vasut wrote: On Tuesday, September 09, 2014 at 02:03:28 PM, Pavel Machek wrote: This adds watchdog disable. It is neccessary for running

Re: [U-Boot] [PATCH v7 1/2] net: fec_mxc: Adjust RX DMA alignment for mx6solox

2014-09-09 Thread Stefano Babic
Hi Fabio, On 09/09/2014 01:52, Fabio Estevam wrote: Hi Tom, On Sat, Aug 30, 2014 at 4:21 PM, Tom Rini tr...@ti.com wrote: On Sat, Aug 30, 2014 at 02:22:22PM -0300, Fabio Estevam wrote: Tom, Joe or Stefano, On Mon, Aug 25, 2014 at 4:51 PM, Marek Vasut ma...@denx.de wrote: On Monday,

Re: [U-Boot] [PATCH v7 2/2] net: fec_mxc: Poll FEC_TBD_READY after polling TDAR

2014-09-09 Thread Stefano Babic
On 25/08/2014 18:34, Fabio Estevam wrote: When testing the FEC driver on a mx6solox we noticed that the TDAR bit gets always cleared prior then the READY bit is cleared in the last BD, which causes FEC packets reception to always fail. As explained by Ye Li: The TDAR bit is cleared when

Re: [U-Boot] [PATCH] imx: ventana: base SPL MMDC calibration on width and size not board

2014-09-09 Thread Stefano Babic
On 21/08/2014 08:31, Tim Harvey wrote: The IMX6 MMDC calibration registers depend on propagation delay and capacitive loading between the SoC's MMDC and the DDR3 chips. On the Ventana boards the board layout varies little in trace-lengths such that propagation delays are irrelevant thus we can

Re: [U-Boot] [PATCH] imx: ventana: add GW5520 support

2014-09-09 Thread Stefano Babic
On 21/08/2014 08:35, Tim Harvey wrote: The GW5520 has an IMX6Q SoC with 512MB of DDR3, 256MB of NAND flash as well as: * 2x MiniPCIe sockets * 2x USB host sockets * 2x i210 GigE * HDMI out * digital I/O expansion Signed-off-by: Tim Harvey thar...@gateworks.com --- Applied to

Re: [U-Boot] [PATCH] imx: ventana: updated notes regarding NAND boot errata

2014-09-09 Thread Stefano Babic
On 21/08/2014 08:30, Tim Harvey wrote: Signed-off-by: Tim Harvey thar...@gateworks.com --- Applied to u-boot-imx, thanks ! Best regards, Stefano Babic -- = DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev

[U-Boot] [PATCH] sort drivers/mmc/Makefile

2014-09-09 Thread Pavel Machek
Sort drivers/mmc makefile, as requested by wd. Signed-off-by: Pavel Machek pa...@denx.de diff --git a/drivers/mmc/Makefile b/drivers/mmc/Makefile index 464cee1..461d7d8 100644 --- a/drivers/mmc/Makefile +++ b/drivers/mmc/Makefile @@ -5,37 +5,39 @@ # SPDX-License-Identifier: GPL-2.0+ #

Re: [U-Boot] [PATCH 02/11] imx: ventana: added cputype env var

2014-09-09 Thread Stefano Babic
On 08/08/2014 07:35, Tim Harvey wrote: There are many similarities between the IMX6QUAD/IMX6DUAL and there are many similarities between the IMX6SOLO/IMX6DUALITE. Add a 'soctype' env variable that tells you which type you have. Signed-off-by: Tim Harvey thar...@gateworks.com --- Applied to

[U-Boot] [PATCH] cleanup disk/part.c whitespace

2014-09-09 Thread Pavel Machek
Cleanup disk/part.c Signed-off-by: Pavel Machek pa...@denx.de diff --git a/disk/part.c b/disk/part.c index ecc5e7e..cfd77b0 100644 --- a/disk/part.c +++ b/disk/part.c @@ -133,7 +133,7 @@ typedef lbaint_t lba512_t; * Overflowless variant of (block_count * mul_by / div_by) * when div_by

Re: [U-Boot] relocation problem on powerpc

2014-09-09 Thread Joakim Tjernlund
Joakim Tjernlund/Transmode wrote on 2014/09/09 14:30:13: From: Joakim Tjernlund/Transmode To: Cc: Chris Packham judge.pack...@gmail.com, u-boot u-boot@lists.denx.de Date: 2014/09/09 14:30 Subject: Re: [U-Boot] relocation problem on powerpc Here's some more info from a build without

Re: [U-Boot] [PATCH v7 1/2] net: fec_mxc: Adjust RX DMA alignment for mx6solox

2014-09-09 Thread Fabio Estevam
Hi Stefano, On Tue, Sep 9, 2014 at 10:09 AM, Stefano Babic sba...@denx.de wrote: Fabio, I will try to dig in all patches that queue in last two weeks. If you can, please take a look next week what is still missing and send me a remind - thanks ! Excellent, thanks!

Re: [U-Boot] [PATCH v1 0/2] usb: dfu: am335x: allow dfu in fullspeed mode only

2014-09-09 Thread Lukasz Majewski
Hi Heiko, This patchserie adds the new config option CONFIG_DFU_FULLSPEED. Is there any special reason to support Full Speed (12 Mbit/sec - USB 1.1) and not rely solely on the High Speed (USB 2.0) as we do now? If this is enabled DFU uses fullspeed only. This is used on the siemens boards.

Re: [U-Boot] [PATCH V4 00/19] Introduce cm-fx6 board

2014-09-09 Thread Stefano Babic
Hi Nikita, On 31/08/2014 10:09, Nikita Kiryanov wrote: Hi Tom, Stefano, We really want this series to make it into the next release (V1 was submitted only a day after the merge window closed). If there are no other comments, can we maybe start applying it? Patch 1/19, 4/19 and 5/19 were

Re: [U-Boot] [PATCH v1 0/2] usb: dfu: am335x: allow dfu in fullspeed mode only

2014-09-09 Thread Bin Liu
Lukasz, On 09/09/2014 08:43 AM, Lukasz Majewski wrote: Hi Heiko, This patchserie adds the new config option CONFIG_DFU_FULLSPEED. Is there any special reason to support Full Speed (12 Mbit/sec - USB 1.1) and not rely solely on the High Speed (USB 2.0) as we do now? The drivers must

Re: [U-Boot] [PATCH v1 1/2] usb: dfu: add config option to use in dfu mode fullspeed only

2014-09-09 Thread Bin Liu
Heiko, On 09/09/2014 07:37 AM, Heiko Schocher wrote: add the new config option CONFIG_DFU_FULLSPEED. With this option enabled, DFU uses fullspeed only. Can we not introduce the new config option but check the gadget driver speed in runtime as what the ether gadget driver does? I don't want

Re: [U-Boot] [PATCH] watchdog disable for socfpga

2014-09-09 Thread Marek Vasut
On Tuesday, September 09, 2014 at 03:09:48 PM, Pavel Machek wrote: On Tue 2014-09-09 14:31:46, Marek Vasut wrote: On Tuesday, September 09, 2014 at 02:30:01 PM, Pavel Machek wrote: On Tue 2014-09-09 14:20:23, Marek Vasut wrote: On Tuesday, September 09, 2014 at 02:03:28 PM, Pavel Machek

Re: [U-Boot] [PATCH 0/2] imx: ventana: Add pci fixup for PLX switch

2014-09-09 Thread Stefano Babic
On 21/08/2014 08:37, Tim Harvey wrote: On Thu, Aug 7, 2014 at 10:49 PM, Tim Harvey thar...@gateworks.com wrote: Many of the Gateworks Ventana boards have a PLX PCIe switch where GPIO on the switch is used as the PERST# of the downstream ports. In the Linux kernel there is a PCI fixup that

Re: [U-Boot] [PATCH 1/2] pci: add support for board_pci_fixup_dev function

2014-09-09 Thread Stefano Babic
Hi Tim, On 08/08/2014 07:49, Tim Harvey wrote: Some board-level drivers may wish to have per-device fixup functions for PCI devices. Signed-off-by: Tim Harvey thar...@gateworks.com --- Applied to u-boot-imx, thanks ! Best regards, Stefano Babic --

Re: [U-Boot] [PATCH 2/2] imx: ventana: add pci fixup for PLX PEX860x switch GPIO

2014-09-09 Thread Stefano Babic
Hi Tim, On 08/08/2014 07:49, Tim Harvey wrote: Most Gateworks Ventana boards use a PLX PEX860x PCIe switch for PCIe expansion. These boards use GPIO on the PLX device as PERST# for the downstream ports thus we assert this when the PLX is enumerated. Signed-off-by: Tim Harvey

[U-Boot] [PATCH] mtd: nand: am335x: Fix 'bit-flip' errors in SPL

2014-09-09 Thread Rostislav Lisovy
OMAP GPMC driver used with some NAND Flash devices (e.g. Spansion S34ML08G1) causes that U-boot shows hundreds of 'nand: bit-flip corrected' error messages. Possible cause was discussed in the mailinglist thread: http://lists.denx.de/pipermail/u-boot/2014-April/177508.html The issue was partially

Re: [U-Boot] [PATCH v1 0/2] usb: dfu: am335x: allow dfu in fullspeed mode only

2014-09-09 Thread Heiko Schocher
Hello Lukasz, Am 09.09.2014 15:43, schrieb Lukasz Majewski: Hi Heiko, This patchserie adds the new config option CONFIG_DFU_FULLSPEED. Is there any special reason to support Full Speed (12 Mbit/sec - USB 1.1) and not rely solely on the High Speed (USB 2.0) as we do now? If this is enabled

Re: [U-Boot] [PATCH] tools: imximage: Fix the maximum DCD size for mx53/mx6

2014-09-09 Thread Stefano Babic
On 01/09/2014 14:56, Fabio Estevam wrote: According to mx53 and mx6 reference manuals: The maximum size of the DCD limited to 1768 bytes. As each DCD entry consists of 8 bytes, we have a total of 1768 / 8 = 221, and excluding the first entry, which is the header leads to 220 as the maximum

Re: [U-Boot] [PATCH v1 0/2] usb: dfu: am335x: allow dfu in fullspeed mode only

2014-09-09 Thread Lukasz Majewski
Hi Bin, Lukasz, On 09/09/2014 08:43 AM, Lukasz Majewski wrote: Hi Heiko, This patchserie adds the new config option CONFIG_DFU_FULLSPEED. Is there any special reason to support Full Speed (12 Mbit/sec - USB 1.1) and not rely solely on the High Speed (USB 2.0) as we do now?

Re: [U-Boot] [PATCH v1 1/2] usb: dfu: add config option to use in dfu mode fullspeed only

2014-09-09 Thread Lukasz Majewski
Hi Bin, Heiko, On 09/09/2014 07:37 AM, Heiko Schocher wrote: add the new config option CONFIG_DFU_FULLSPEED. With this option enabled, DFU uses fullspeed only. Can we not introduce the new config option but check the gadget driver speed in runtime as what the ether gadget driver does?

Re: [U-Boot] [PATCH] imx: ventana: Avoid undefined behaviour

2014-09-09 Thread Stefano Babic
On 22/08/2014 09:46, Thierry Reding wrote: From: Thierry Reding tred...@nvidia.com The leds array within struct ventana has space for 3 elements, but the setup_board_gpio() function tries to set up 4 GPIOs for LEDs. Recent versions of GCC complain about that:

Re: [U-Boot] [PATCH] iMX6: Disable the L2 before chaning the PL310 latency

2014-09-09 Thread Stefano Babic
On 20/08/2014 11:18, Ye.Li wrote: From: Ye.Li ye...@freescale.com The Latency parameters of PL310 Tag RAM latency control register and Data RAM Latency control register are set in L2 cache enable. And setting these registers must have PL310 NOT enabled. But when using Plugin mode boot,

Re: [U-Boot] [PATCH v2 7/8] Makefile: default to cc for host compiler

2014-09-09 Thread Albert ARIBAUD
Hi Jeroen, Masahiro, On Thu, 31 Jul 2014 19:01:22 +0900, Masahiro Yamada yamad...@jp.panasonic.com wrote: HOSTCXX = g++ HOSTCFLAGS = -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer For consistency, HOSTCXX = c++ ? So, Jeroen, what is your pick ? Will you send a

Re: [U-Boot] [PATCH v2 1/2] usb: eth: add ASIX AX88179 DRIVER

2014-09-09 Thread Marek Vasut
On Wednesday, September 03, 2014 at 04:31:20 PM, Rene Griessl wrote: changes in v2: -added usb_ether.h to change list -added 2nd patch to enable driver for arndale board Signed-off-by: Rene Griessl rgrie...@cit-ec.uni-bielefeld.de I see that in Linux, there is asix_common.c

Re: [U-Boot] [PATCH v1 1/2] usb: dfu: add config option to use in dfu mode fullspeed only

2014-09-09 Thread Heiko Schocher
Hello Bin Liu, Am 09.09.2014 16:09, schrieb Bin Liu: Heiko, On 09/09/2014 07:37 AM, Heiko Schocher wrote: add the new config option CONFIG_DFU_FULLSPEED. With this option enabled, DFU uses fullspeed only. Can we not introduce the new config option but check the gadget driver speed in

Re: [U-Boot] [PATCH] imximage: Fix imximage IVT bug for EIM-NOR boot

2014-09-09 Thread Stefano Babic
Hi Ye, On 21/08/2014 09:04, Li Ye-B37916 wrote: There are two minor impacts if putting the check in the function parse_cfg_cmd: 1. The imximage_version must be got before parsing a CMD_BOOT_FROM command. This compels the CMD_IMAGE_VERSION preceding the CMD_BOOT_FROM in script.

Re: [U-Boot] [PATCH v1 1/2] usb: dfu: add config option to use in dfu mode fullspeed only

2014-09-09 Thread Bin Liu
Heiko, On 09/09/2014 09:37 AM, Heiko Schocher wrote: Hello Bin Liu, Am 09.09.2014 16:09, schrieb Bin Liu: Heiko, On 09/09/2014 07:37 AM, Heiko Schocher wrote: add the new config option CONFIG_DFU_FULLSPEED. With this option enabled, DFU uses fullspeed only. Can we not introduce the new

[U-Boot] [PATCH] imx6: add Bachmann OT1200 board

2014-09-09 Thread Christian Gmeiner
This patch adds support for the OT1200 series of devices. Following components are used in u-boot: + ethernet + i2c + emmc + gpio The main difference between the different models of the OT1200 series is how ethernet is connected (directly to a switch or to a normal phy). Signed-off-by:

Re: [U-Boot] [PATCH] mx6: Fix ECSPI typo in soc_boot_modes

2014-09-09 Thread Stefano Babic
On 10/08/2014 19:03, picmas...@mail.bg wrote: From: Nikolay Dimitrov picmas...@mail.bg Signed-off-by: Nikolay Dimitrov picmas...@mail.bg Cc: Stefano Babic sba...@denx.de --- Applied to u-boot-imx, thanks! Best regards, Stefano Babic --

Re: [U-Boot] [PATCH 1/2] arm: vf610: lpuart: fix status register handling

2014-09-09 Thread Stefano Babic
On 19/08/2014 17:54, Stefan Agner wrote: The status register 1 (S1) is not writeable, hence we should not write it. In order to clear the RDRF flag we only need to read the data register. Also, when stressing U-Boot a lot with serial input, an overflow can occur which asserts the S1_OR flag

Re: [U-Boot] [PATCH 2/2] arm: vf610: lpuart: disable FIFO on initializaton

2014-09-09 Thread Stefano Babic
On 19/08/2014 17:54, Stefan Agner wrote: UART does not use the UART FIFO, but we should also not rely that the UART FIFO is diabled by default. For instance, when loading U-Boot using the boot ROMs serial downloader protocol over UART, FIFO is enabled at U-Boot start time. This patch

Re: [U-Boot] [PATCH] mx6dlsabresd: Use its own DCD table

2014-09-09 Thread Stefano Babic
On 21/08/2014 15:02, Fabio Estevam wrote: Currently mx6dlsabresd shares the same DCD settings with the nitrogen board. Provide a DCD configuration file specific to mx6dlsabresd with the settings recommended by the Freescale hardware team. Signed-off-by: Fabio Estevam

Re: [U-Boot] [PATCH] imx: nitrogen6x: Replace 'fatload' by 'load' command in env settings to be filesystem independent

2014-09-09 Thread Stefano Babic
On 26/08/2014 12:05, Guillaume GARDET wrote: nitrogen6x.h file defines CONFIG_CMD_FS_GENERIC, so we are able to use generic 'load' command instead of 'fatload'. It allows to use ext filesystem and keep compatibilty with fat filesystem. Signed-off-by: Guillaume GARDET guillaume.gar...@free.fr

Re: [U-Boot] [PATCH V4 00/19] Introduce cm-fx6 board

2014-09-09 Thread Nikita Kiryanov
On 09/09/14 16:45, Stefano Babic wrote: Hi Nikita, On 31/08/2014 10:09, Nikita Kiryanov wrote: Hi Tom, Stefano, We really want this series to make it into the next release (V1 was submitted only a day after the merge window closed). If there are no other comments, can we maybe start

Re: [U-Boot] [PATCH V4 00/19] Introduce cm-fx6 board

2014-09-09 Thread Stefano Babic
Hi Nikita, On 09/09/2014 17:00, Nikita Kiryanov wrote: On 09/09/14 16:45, Stefano Babic wrote: Hi Nikita, On 31/08/2014 10:09, Nikita Kiryanov wrote: Hi Tom, Stefano, We really want this series to make it into the next release (V1 was submitted only a day after the merge window

Re: [U-Boot] [PATCH RESEND] vf610twr: Tune DDR initialization settings

2014-09-09 Thread Stefan Agner
Hi Albert, The RESEND version of the patch is actually an updated version (maybe I should have increased the version number?) For me, that patch applies cleanly on U-Boot master 0b703dbcee7103f07804d0a4328d1593355c4324 patman: Fix detection of git version Also I tested on U-Boot ARM master and

Re: [U-Boot] [PATCH] mx6qsabreauto: Remove imx6q-sabreauto.dts

2014-09-09 Thread Stefano Babic
Hi Masahiro, On 09/09/2014 07:11, Masahiro Yamada wrote: Hi Stefano, On Fri, 5 Sep 2014 16:26:48 -0300 Otavio Salvador ota...@ossystems.com.br wrote: On Fri, Sep 5, 2014 at 3:36 PM, Fabio Estevam feste...@gmail.com wrote: From: Fabio Estevam fabio.este...@freescale.com Commit

Re: [U-Boot] [PATCH v3 1/3] mx6: imx-regs: Provide a structure for GPC registers

2014-09-09 Thread Stefano Babic
On 25/08/2014 19:26, Fabio Estevam wrote: Introduce a structure for accessing the General Power Controller block (GPC) registers. Signed-off-by: Fabio Estevam fabio.este...@freescale.com --- Applied to u-boot-imx, thanks! Best regards, Stefano Babic --

Re: [U-Boot] [PATCH v3] env_mmc: correct fini partition to match init partition

2014-09-09 Thread Igor Grinberg
Hi Peter, On 09/03/14 20:22, Peter A. Bigot wrote: The code to set the MMC partition uses an weak function to obtain the correct partition number. Use that instead of the compile-time default when deciding whether it needs to switch back. Fixes: 6e7b7df4df43574 (env_mmc: support env

Re: [U-Boot] [PATCH RESEND] vf610twr: Tune DDR initialization settings

2014-09-09 Thread Stefano Babic
Hi Stefan, Albert, On 09/09/2014 17:14, Stefan Agner wrote: Hi Albert, The RESEND version of the patch is actually an updated version (maybe I should have increased the version number?) For me, that patch applies cleanly on U-Boot master 0b703dbcee7103f07804d0a4328d1593355c4324

Re: [U-Boot] [PATCH v3 2/3] pcie_imx: Add mx6solox support

2014-09-09 Thread Stefano Babic
On 25/08/2014 19:26, Fabio Estevam wrote: Let PCI on mx6solox also be supported. Signed-off-by: Fabio Estevam fabio.este...@freescale.com --- Applied to u-boot-imx, thanks! Best regards, Stefano Babic -- = DENX Software

Re: [U-Boot] [PATCH] README.imximage: Fix the maximum DCD size

2014-09-09 Thread Stefano Babic
Hi Fabio, On 09/09/2014 17:28, Fabio Estevam wrote: In commit 021e79c85371 (tools: imximage: Fix the maximum DCD size for mx53/mx6) we have fixed the maximum DCD size for mx53/mx53. Do the same on the README document for consistency. Reported-by: Jonas Karlsson jonas.d.karls...@gmail.com

Re: [U-Boot] [PATCH v3 3/3] mx6sxsabresd: Add PCI support

2014-09-09 Thread Stefano Babic
On 25/08/2014 19:26, Fabio Estevam wrote: Tested with an Intel Wireless PCI 7260HMW card: U-Boot 2014.10-rc1-16576-g4a8a8a8-dirty (Aug 23 2014 - 16:05:11) CPU: Freescale i.MX6SX rev1.0 at

[U-Boot] [PATCH] README.imximage: Fix the maximum DCD size

2014-09-09 Thread Fabio Estevam
In commit 021e79c85371 (tools: imximage: Fix the maximum DCD size for mx53/mx6) we have fixed the maximum DCD size for mx53/mx53. Do the same on the README document for consistency. Reported-by: Jonas Karlsson jonas.d.karls...@gmail.com Signed-off-by: Fabio Estevam fabio.este...@freescale.com

[U-Boot] [PATCH v2] README.imximage: Fix the maximum DCD size

2014-09-09 Thread Fabio Estevam
In commit 021e79c85371 (tools: imximage: Fix the maximum DCD size for mx53/mx6) we have fixed the maximum DCD size for mx53/mx6. Do the same on the README document for consistency. Reported-by: Jonas Karlsson jonas.d.karls...@gmail.com Signed-off-by: Fabio Estevam fabio.este...@freescale.com

[U-Boot] commit 83e359adf9f578a58f20daf2e4425a754defac7b breaks mmc

2014-09-09 Thread Felipe Balbi
Hi, commit 83e359a (am335x_evm: Enable CONFIG_SPL_ENV_SUPPORT on EMMC_BOOT) breaks MMC on some boards. I believe it only breaks if EMMC has no partition on it, so that would point out to a bug on spl env support itself and this has only exposed it. Here's a bisection log anyway: git bisect

Re: [U-Boot] commit 83e359adf9f578a58f20daf2e4425a754defac7b breaks mmc

2014-09-09 Thread Felipe Balbi
Hi, On Tue, Sep 09, 2014 at 12:09:02PM -0500, Felipe Balbi wrote: Hi, commit 83e359a (am335x_evm: Enable CONFIG_SPL_ENV_SUPPORT on EMMC_BOOT) breaks MMC on some boards. I believe it only breaks if EMMC has no partition on it, so that would point out to a bug on spl env support itself and

Re: [U-Boot] [PATCH v2 7/8] Makefile: default to cc for host compiler

2014-09-09 Thread Jeroen Hofstee
Hello Albert, On 09-09-14 16:31, Albert ARIBAUD wrote: On Thu, 31 Jul 2014 19:01:22 +0900, Masahiro Yamada yamad...@jp.panasonic.com wrote: HOSTCXX = g++ HOSTCFLAGS = -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer For consistency, HOSTCXX = c++ ? So, Jeroen, what is

Re: [U-Boot] [PATCH 7/8] samsung: Move s5p_goni to use exynos-common config

2014-09-09 Thread Simon Glass
Hi Przemyslaw, On 9 September 2014 04:26, Przemyslaw Marczak p.marc...@samsung.com wrote: Hello Simon, On 07/23/2014 02:11 PM, Simon Glass wrote: Change this board to use the exynos common config and add a device tree. This also adds a pinmux header file - but it is just a copy of the

Re: [U-Boot] [PATCH v7 05/13] tegra: Convert tegra GPIO driver to use driver model

2014-09-09 Thread Simon Glass
Hi, On 3 September 2014 17:37, Simon Glass s...@chromium.org wrote: This is an implementation of GPIOs for Tegra that uses driver model. It has been tested on trimslice and also using the new iotrace feature. The implementation uses a top-level GPIO device (which has no actual GPIOS).

Re: [U-Boot] [PATCH v5 14/14] dm: tegra: Enable driver model for serial

2014-09-09 Thread Simon Glass
Hi, On 4 September 2014 16:27, Simon Glass s...@chromium.org wrote: Use driver model for serial ports. Since Tegra now uses driver model for serial, adjust the definition of V_NS16550_CLK so that it is clear that this is only used for SPL. Signed-off-by: Simon Glass s...@chromium.org ---

Re: [U-Boot] [PATCH v2 7/8] Makefile: default to cc for host compiler

2014-09-09 Thread Albert ARIBAUD
Hi Jeroen, On Tue, 09 Sep 2014 19:34:44 +0200, Jeroen Hofstee jer...@myspectrum.nl wrote: Hello Albert, On 09-09-14 16:31, Albert ARIBAUD wrote: On Thu, 31 Jul 2014 19:01:22 +0900, Masahiro Yamada yamad...@jp.panasonic.com wrote: HOSTCXX = g++ HOSTCFLAGS = -Wall

Re: [U-Boot] [PATCH 1/2] arm: Make reset position-independent

2014-09-09 Thread Fabio Estevam
Hi Albert, On Fri, Sep 5, 2014 at 3:41 PM, Magnus Lilja lilja.mag...@gmail.com wrote: Hi On 3 September 2014 23:32, Benoît Thébaudeau benoit.thebaudeau@gmail.com wrote: Some boards, like mx31pdk and tx25, require the beginning of the SPL code to be position-independent. For these two

  1   2   >