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

2014-09-09 Thread Heiko Schocher
This patchserie allows fullspeed for DFU, and configures the siemens boards to use fullspeed only. - changes for v2: - get rid of config option CONFIG_DFU_FULLSPEED as Bin Liu suggested. Cc: Tom Rini Cc: Lukasz Majewski Cc: Marek Vasut Cc: Liu Bin Cc: Lukas Stockmann Heiko Schocher (2

[U-Boot] [PATCH v2 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. For this CONFIG_USB_GADGET_DUALSPEED is undefined. Signed-off-by: Heiko Schocher Cc: Tom Rini Cc: Lukasz Majewski Cc: Marek Vasut Cc: Liu Bin Cc: Lukas Stockmann --- On the siemens board this is needed because of a protection circuit. Th

[U-Boot] [PATCH v2 1/2] usb: dfu: add fullspeed support for DFU

2014-09-09 Thread Heiko Schocher
DFU now can use also fullspeed. Signed-off-by: Heiko Schocher Cc: Tom Rini Cc: Lukasz Majewski Cc: Marek Vasut Cc: Liu Bin Cc: Lukas Stockmann --- - changes for v2: - get rid of config option CONFIG_DFU_FULLSPEED as Bin Liu suggested. --- drivers/usb/gadget/f_dfu.c | 3 +++ 1 file 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:42, schrieb 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

[U-Boot] Policy for porting drivers from Linux

2014-09-09 Thread Chris Packham
Hi List, This has probably come up before but I did a quick search and couldn't find anything. If it exists please point me at it. So at $dayjob we're looking at adding support for the BCM5718 Ethernet chipset to u-boot. We've actually got things working and I'm looking at preparing the code for

[U-Boot] [PATCH] imx: imx6q/dlsabreauto: Add PMIC Pfuze100 support

2014-09-09 Thread Ye . Li
Initialize the Pfuze100 at board late init. Signed-off-by: Ye.Li --- board/freescale/mx6qsabreauto/mx6qsabreauto.c | 52 - include/configs/mx6qsabreauto.h |6 +++ 2 files changed, 57 insertions(+), 1 deletions(-) diff --git a/board/freescale/mx6qsabre

[U-Boot] [RFC PATCH v1] powerpc: add --bss-plt to LDFLAGS

2014-09-09 Thread Chris Packham
With some versions of gcc (that we know of 4.6.3 and 4.8.2 are affected) it is necessary to specify --bss-plt to get the final blrl in the _GOT2_TABLE_. Without this the last symbol does not get it's address relocated. For the P2041RDB board this ended up being NetArpWaitTimerStart which caused th

Re: [U-Boot] [RFC PATCH v1] powerpc: Fix off-by-one error in relocation

2014-09-09 Thread Chris Packham
Hi All, On Tue, Sep 9, 2014 at 12:22 PM, Chris Packham wrote: > When the got2 pointers were adjusted after relocation the last entry was > missed. For most builds was something innocuous and there was no > observable problem but at least for the P2041RDB board this ended up > being NetArpWaitTime

Re: [U-Boot] relocation problem on powerpc

2014-09-09 Thread Chris Packham
Hi Jocke On Wed, Sep 10, 2014 at 1:20 AM, Joakim Tjernlund wrote: > Joakim Tjernlund/Transmode wrote on 2014/09/09 14:30:13: > >> From: Joakim Tjernlund/Transmode >> To: >> Cc: Chris Packham , u-boot > >> Date: 2014/09/09 14:30 >> Subject: Re: [U-Boot] relocation problem on powerpc >> >> >> > >

[U-Boot] Please pull u-boot-x86.git branch 'buildman'

2014-09-09 Thread Simon Glass
Hi Tom, Here are all the pending changes for patman/buildman. Mostly these add tests but there are also several fixes, some found by the tests. I believe it is worth applying these now, to make it easier to find other issues that might come up. Branch is 'buildman'. The following changes since c

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

2014-09-09 Thread Jeroen Hofstee
Hi, On 09-09-14 21:59, Albert ARIBAUD wrote: Hi Jeroen, On Tue, 09 Sep 2014 19:34:44 +0200, Jeroen Hofstee wrote: Hello Albert, On 09-09-14 16:31, Albert ARIBAUD wrote: On Thu, 31 Jul 2014 19:01:22 +0900, Masahiro Yamada wrote: HOSTCXX = g++ HOSTCFLAGS = -Wall -Wstrict-prot

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 wrote: > Hi > > On 3 September 2014 23:32, Benoît Thébaudeau > wrote: >> Some boards, like mx31pdk and tx25, require the beginning of the SPL >> code to be position-independent. For these two boards, this is because >> they use the i.MX ext

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 wrote: > Hello Albert, > > On 09-09-14 16:31, Albert ARIBAUD wrote: > > On Thu, 31 Jul 2014 19:01:22 +0900, Masahiro Yamada > > wrote: > > > >>> HOSTCXX = g++ > >>> HOSTCFLAGS = -Wall -Wstrict-prototypes -O2 -fomit-frame-

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 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 > --- > > I've tested this series

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 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). > Under this all t

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 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 exynos >> one

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 wrote: HOSTCXX = g++ HOSTCFLAGS = -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer For consistency, HOSTCXX = c++ ? So, Jeroen, what is your pick ? Will you send

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

[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 start

[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 Signed-off-by: Fabio Estevam --- Changes since v1: - Fixed a typo in the commit log

[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 Signed-off-by: Fabio Estevam --- doc/README.imximage | 2 +- 1 file changed, 1 in

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.

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 > Signed-off-by: F

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 > --- Applied to u-boot-imx, thanks! Best regards, Stefano Babic -- = DENX Software Engineering GmbH, M

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] 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 p

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 > --- Applied to u-boot-imx, thanks! Best regards, Stefano Babic -- =

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 wrote: > >> On Fri, Sep 5, 2014 at 3:36 PM, Fabio Estevam wrote: >>> From: Fabio Estevam >>> >>> Commit fa9c021632473 ("mx6: add example DTB for mx6qsabreauto")

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 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

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 applying

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 > Cc: Stefano Babic

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 > --- Applied t

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 d

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

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 > > Signed-off-by: Nikolay Dimitrov > Cc: Stefano Babic > --- Applied to u-boot-imx, thanks! Best regards, Stefano Babic -- = DENX Software Engineerin

[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: Christian

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 con

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. i

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 runtim

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 I see that in Linux, there is asix_common.c stuff. Can this driver share any

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 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 v3 7/8, or are you

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" > > 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, the PL310 is

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 > > 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: > > board/gateworks/gw_ventana/gw_venta

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 dri

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

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

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

[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 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 > ---

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 > --- Applied to u-boot-imx, thanks ! Best regards, Stefano Babic -- ===

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 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 asserts these prope

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, Pave

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 suppor

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

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 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 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] 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 , u-boot > Date: 2014/09/09 14:30 > Subject: Re: [U-Boot] relocation problem on powerpc > > > > > Here's some more info from a build without any of my modifications. > > > >

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

2014-09-09 Thread Pavel Machek
Cleanup disk/part.c Signed-off-by: Pavel Machek 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 > mul_by */ -s

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 > --- Applied to u-boot-imx, tha

[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 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+ # +obj-$(CONF

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 > --- Applied to u-boot-imx, thanks ! Best regards, Stefano Babic -- = DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munic

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 > --- Applied to u-boot-imx, than

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

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 clea

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 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 wrote: On Monday, August 25, 20

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 ru

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 -- ==

[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 Cc: Tom Rini Cc: Lukasz Majewski Cc: Marek Vasut Cc: Liu Bin Cc: Lukas Stockmann --- README | 3 +++ drivers/usb/gadget/f_dfu.c | 3 +++ drive

[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 Cc: Lukasz Majewski Cc: Marek Vasut Cc: Liu Bin Cc: Lukas Stockmann Heiko Schocher (2): usb: dfu: add config option to use in dfu mo

[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 Cc: Tom Rini Cc: Lukasz Majewski Cc: Marek Vasut Cc: Liu Bin Cc: Lukas Stockmann --- include/configs/siemens-am33x-common.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/configs

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 wrote: nitrogen6x.h file defines CONFIG_CMD_FS_GENERIC, so we are able to use generic 'load' command instead of 'fatload'. It al

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 i

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 '_GOT2_TABLE_\|_GLOBAL_OFFSET

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

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] 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 >

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 > > 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/driver

[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 diff --git a/drivers/net/phy/micrel.c b/drivers/net/phy/micrel.c index 5d7e3be..06a31b0 100644 --- a/drivers/net/phy/micrel.c +++ b/drivers/net/phy/micrel.c @

[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 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 socfpga_clock_manage

[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 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 --- a/arch/arm/include/asm/arch-socfpga/socfpga_base_addrs.h +++ b/arch

[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 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 +++ b/arch/arm/

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 wrote: > This adds CONFIG_TLB_SIZE for individual board, whose TLB size maybe > larger than PGTABLE_SIZE. > > Signed-off-by: Xiubo Li > --- > arch/arm/lib/board.c | 4 > 1 file changed, 4 insertions(+) > > diff --git a/arch/arm/lib/b

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 PM

[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 --- > 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 --git a/include/

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 wrote: Hi Lucasz, On 24 July 2014 09:34, Lukasz Majewski wrote: Hi Simon, This series tries to unify the Samsung board configs into

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 --- arch/arm/dts/Makefile | 1 + arch/arm/dts/s5pc1xx-smdkc100.dts | 21 +++ include/configs/smdkc100.h

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 --- arch/arm/dts/Makefile

Re: [U-Boot] relocation problem on powerpc

2014-09-09 Thread Joakim Tjernlund
Chris Packham wrote on 2014/09/09 01:07:51: > From: Chris Packham > To: Joakim Tjernlund , > Cc: u-boot > Date: 2014/09/09 01:08 > Subject: Re: [U-Boot] relocation problem on powerpc > > Hi Jocke, > > On Tue, Sep 9, 2014 at 12:22 AM, Joakim Tjernlund > wrote: > >> > >> > > >> > There are so

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 wrote: > > Socfpga u-boot works fine with CONFIG_SYS_GENERIC_BOARD, so enable > that option as documentation suggests. > > Signed-off-by: Pavel Machek > > diff --git a/include/configs/socfpga_cyclone5.h > b/include/configs/socfpga_c

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 1

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 scripts

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 wrote: > From: Anthony Felice > > Removed settings in unsupported register fields. They didn’t > do anything, and in most cases, were not documented in the > reference manual. > > Changed register settings to comply with JEDEC requir

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 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) > > are available i

[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] [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

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: