Re: [U-Boot] [PATCH v2 14/15] i2c: zynq: Add support for Xilinx Zynq

2013-04-29 Thread Michal Simek
On 04/29/2013 05:39 AM, Heiko Schocher wrote: Hello Michal, AOn 23.04.2013 12:46, Michal Simek wrote: Support Xilinx Zynq i2c controller. Signed-off-by: Joe Hershberger joe.hershber...@ni.com Signed-off-by: Michal Simek michal.si...@xilinx.com CC: Heiko Schocher h...@denx.de --- Changes

Re: [U-Boot] [PATCH v4] i2c: s3c24xx: add hsi2c controller support

2013-04-29 Thread Minkyu Kang
On 26/04/13 12:08, Naveen Krishna Ch wrote: On 14 April 2013 22:48, Heiko Schocher h...@denx.de wrote: Hello Naveen Krishna, On 13.04.2013 06:42, Naveen Krishna Ch wrote: On 6 April 2013 07:07, Naveen Krishna Chatradhi naveenkrishna...@gmail.com wrote: Add support for hsi2c controller

Re: [U-Boot] [RFC PATCH 0/1] GPIO support for Microblaze

2013-04-29 Thread Michal Simek
On 04/27/2013 05:35 PM, Simon Glass wrote: Hi Michal, On Wed, Apr 24, 2013 at 1:30 AM, Michal Simek mon...@monstr.eu wrote: Hi Simon, here is also one small problem if you want to use patman just for one patch then cover letter contains 0/1 but patch itself doesn't contain 1/1. I think

Re: [U-Boot] [RFC PATCH] gpio: Add support for microblaze xilinx GPIO

2013-04-29 Thread Michal Simek
On 04/27/2013 05:45 PM, Simon Glass wrote: Hi Michal, On Wed, Apr 24, 2013 at 1:27 AM, Michal Simek michal.si...@xilinx.com wrote: Microblaze uses gpio which is connected to the system reset. Currently gpio subsystem wasn't used for it. Add gpio driver and change Microblaze reset logic to

[U-Boot] u-boot was skipped: because UBOOT_MACHINE is not set

2013-04-29 Thread Zafrullah Syed
Hi all, I am trying to buildhttp://gumstix.org/software-development/yocto-project.html a bitbake target for my RobOvero board.I get this following error: *ERROR: u-boot was skipped: because UBOOT_MACHINE is not set* How do I set values and build uboot for Overo Series RobOvero board(PCB

Re: [U-Boot] u-boot UBI support

2013-04-29 Thread Sascha Silbe
Paul B. Henson hen...@acm.org writes: I'm trying to get u-boot to read from a ubifs volume on an mx28evk board, and failing :(. [...] MX28EVK U-Boot ubifsmount recovery UBIFS error (pid 0): ubifs_get_sb: cannot open recovery, error -22 UBIFS error (pid 0): ubifs_mount: Error reading

[U-Boot] [PATCH 0/3] Tegra: USB: EHCI: add Tegra30 compatible support

2013-04-29 Thread Jim Lin
Tegra114 USB EHCI is compatible with Tegra30 USB EHCI except: 1. Port Reset - Tegra30 takes 55ms, Tegra114 takes 50 ms to finish. 2. PLL parameters. Jim Lin (3): ARM: Tegra: FDT: Add USB support for T20/T30/T114 ARM: Tegra: USB: Add driver support for Tegra30/Tegra114 Tegra: Config: Enable

[U-Boot] [PATCH 1/3] ARM: Tegra: FDT: Add USB support for T20/T30/T114

2013-04-29 Thread Jim Lin
Add DT node for USB function. Signed-off-by: Jim Lin ji...@nvidia.com --- arch/arm/dts/tegra114.dtsi| 105 arch/arm/dts/tegra20.dtsi | 81 arch/arm/dts/tegra30.dtsi | 108

[U-Boot] [PATCH 3/3] Tegra: Config: Enable Tegra30/Tegra114 USB function

2013-04-29 Thread Jim Lin
Add USB EHCI, storage and network support. Tested on Tegra30 Cardhu, and Tegra114 Dalmore platforms. All works well. Signed-off-by: Jim Lin ji...@nvidia.com --- include/configs/cardhu.h | 14 ++ include/configs/dalmore.h | 14 ++

[U-Boot] [PATCH 2/3] ARM: Tegra: USB: Add driver support for Tegra30/Tegra114

2013-04-29 Thread Jim Lin
Tegra30 and Tegra114 are compatible except 1. T30 takes 55 ms to finish Port Reset. T114 takes 50 ms. 2. PLL parameters Tested on Tegra20 Harmony/Seaboard, Tegra30 Cardhu, and Tegra114 Dalmore platforms. All works well. Signed-off-by: Jim Lin ji...@nvidia.com ---

[U-Boot] [PATCH] ARM: cfi_flash: Fix unaligned accesses to cfi_qry structure

2013-04-29 Thread Andrew Gabbasov
Packed structure cfi_qry contains unaligned 16- and 32-bits members, accessing which causes problems when cfi_flash driver is compiled with -munaligned-access option: flash initialization hangs, probably due to data error. This fix converts 16- and 32-bit members to byte arrays and uses special

Re: [U-Boot] [PATCH] ARM: cfi_flash: Avoid generation of unaligned accesses

2013-04-29 Thread Gabbasov, Andrew
From: Marek Vasut [marek.va...@gmail.com] Sent: Sunday, April 28, 2013 22:58 To: u-boot@lists.denx.de Cc: Gabbasov, Andrew; Albert ARIBAUD; Tom Rini Subject: Re: [U-Boot] [PATCH] ARM: cfi_flash: Avoid generation of unaligned accesses Dear Andrew Gabbasov, Packed structure cfi_qry

Re: [U-Boot] [PATCH] ARM: cfi_flash: Fix unaligned accesses to cfi_qry structure

2013-04-29 Thread Gabbasov, Andrew
From: Gabbasov, Andrew Sent: Monday, April 29, 2013 13:34 To: u-boot@lists.denx.de Subject: [U-Boot][PATCH] ARM: cfi_flash: Fix unaligned accesses to cfi_qry structure Packed structure cfi_qry contains unaligned 16- and 32-bits members, accessing which causes problems when cfi_flash

Re: [U-Boot] [PATCH] arm: mx23: Fix VDDMEM misconfiguration

2013-04-29 Thread Otavio Salvador
Hello Marek, (adding Kiril in Cc as he been quite friendly in testing U-Boot in OlinuXino) On Sun, Apr 28, 2013 at 9:17 PM, Marek Vasut ma...@denx.de wrote: The VDDMEM ramped up in very weird way as it was horribly misconfigured. Instead of setting up VDDMEM in one swipe, let it rise slowly

Re: [U-Boot] [PATCH] arm: mx23: Fix VDDMEM misconfiguration

2013-04-29 Thread Kiril Zyapkov
Hello everyone, On 29/04/13 15:30, Otavio Salvador wrote: Hello Marek, (adding Kiril in Cc as he been quite friendly in testing U-Boot in OlinuXino) Per Otavio's instructions: * checked out git://git.denx.de/u-boot-imx.git, branch master * applied http://pastebin.com/qub5fP1P (skips

Re: [U-Boot] [PATCH 01/16] i2c, ppc4xx_i2c: switch to new multibus/multiadapter support

2013-04-29 Thread Heiko Schocher
Hello Dirk, On 25.04.2013 14:40, Dirk Eibach wrote: Signed-off-by: Dirk Eibach dirk.eib...@gdsys.cc Cc: Heiko Schocher h...@denx.de Cc: Stefan Roese s...@denx.de --- This patch is based on http://git.denx.de/?p=u-boot/u-boot-i2c.git;a=shortlog;h=refs/heads/20130416_multibus_v2. Heiko

[U-Boot] [PULL] : Please pull u-boot-i2c

2013-04-29 Thread Heiko Schocher
Hello Tom, please pull from u-boot-i2c: The following changes since commit 500bccf84408ad71674b714cd9db3480736ad8e1: Merge branch 'master' of git://www.denx.de/git/u-boot-cfi-flash (2013-04-22 09:12:16 -0400) are available in the git repository at: git://git.denx.de/u-boot-i2c.git

Re: [U-Boot] [PATCH] arm: mx23: Fix VDDMEM misconfiguration

2013-04-29 Thread Marek Vasut
Dear Kiril Zyapkov, Hello everyone, On 29/04/13 15:30, Otavio Salvador wrote: Hello Marek, (adding Kiril in Cc as he been quite friendly in testing U-Boot in OlinuXino) Per Otavio's instructions: * checked out git://git.denx.de/u-boot-imx.git, branch master * applied

Re: [U-Boot] [PATCH] arm: mx23: Fix VDDMEM misconfiguration

2013-04-29 Thread Fabio Estevam
Hi Marek, On Mon, Apr 29, 2013 at 12:40 PM, Marek Vasut ma...@denx.de wrote: Without the patch skipping registers, the console output gets scrambled. Ok, so we have issue in spl_mem_init.c for MX23. This is my thought as well. I sent the skipping registers to Kiril after comparing U-boot

Re: [U-Boot] [PULL] : Please pull u-boot-i2c

2013-04-29 Thread Tom Rini
On Mon, Apr 29, 2013 at 04:18:08PM +0200, Heiko Schocher wrote: Hello Tom, please pull from u-boot-i2c: The following changes since commit 500bccf84408ad71674b714cd9db3480736ad8e1: Merge branch 'master' of git://www.denx.de/git/u-boot-cfi-flash (2013-04-22 09:12:16 -0400) are

Re: [U-Boot] [PATCH] arm: mx23: Fix VDDMEM misconfiguration

2013-04-29 Thread Marek Vasut
Dear Fabio Estevam, Hi Marek, On Mon, Apr 29, 2013 at 12:40 PM, Marek Vasut ma...@denx.de wrote: Without the patch skipping registers, the console output gets scrambled. Ok, so we have issue in spl_mem_init.c for MX23. This is my thought as well. I sent the skipping registers to

Re: [U-Boot] [PATCH] arm: mx23: Fix VDDMEM misconfiguration

2013-04-29 Thread Fabio Estevam
Hi Marek, On Mon, Apr 29, 2013 at 2:19 PM, Marek Vasut ma...@denx.de wrote: This should be done in board//mx23evk/spl_boot.c alongside iomux, no? Yes, but the end result of DDR IOMUX settings are not correct in this file. Let's take HW_PINCTRL_DRIVE9 register for example: = md.l

Re: [U-Boot] [PATCH] am33xx: Fix warning with CONFIG_DISPLAY_CPUINFO

2013-04-29 Thread Tom Rini
On Fri, Apr 26, 2013 at 11:42:12PM +0200, Peter Korsgaard wrote: Tom == Tom Rini tr...@ti.com writes: Tom The arm_freq and ddr_freq variables are unused, so remove. Fixup Tom whitespace slightly while in here. Tom Signed-off-by: Tom Rini tr...@ti.com Reviewed-by: Peter Korsgaard

Re: [U-Boot] beagleboard: Update comment in get_board_rev()

2013-04-29 Thread Tom Rini
On Tue, Apr 16, 2013 at 10:32:12AM -, Tom Rini wrote: We are able to tell the difference between xM Rev Ax/Bx and xM Rev Cx, and have been for some time. The comment above the function however did not list this, so update. Signed-off-by: Tom Rini tr...@ti.com Applied to

Re: [U-Boot] [U-Boot, V2] arm: omap: emif: Fix DDR3 init after warm reset

2013-04-29 Thread Tom Rini
On Wed, Mar 27, 2013 at 08:24:42PM -, Lokesh Vutla wrote: EMIF supports a global warm reset mode, during which the EMIF keeps the SDRAM content. But if leveling is enabled at the time of warm reset for DDR3, the following steps needs to be done after warm reset: 1) Keep EMIF in self

Re: [U-Boot] [U-Boot, PATCHv2, 1/2] Add DDR3 support for IGEP COM AQUILA/CYGNUS.

2013-04-29 Thread Tom Rini
On Thu, Apr 04, 2013 at 10:27:57PM -, Enric Balletbo i Serra wrote: These boards uses Samsung K4B2G1646E-BIH9 a 2Gb E-die DDR3 SDRAM. Signed-off-by: Enric Balletbo i Serra eballe...@iseebcn.com Along with 2/2, applied to u-boot-ti/master, thanks! -- Tom signature.asc Description:

Re: [U-Boot] [U-Boot, v3] OMAP5: USB: hsusbtll_clkctrl has to be in hw_auto for USB to work

2013-04-29 Thread Tom Rini
On Thu, Apr 11, 2013 at 12:08:51AM -, Lubomir Popov wrote: USB TLL clocks do not support 'explicit_en', only 'hw_auto' control (R. Sricharan). cm_l3init_hsusbtll_clkctrl has to be moved to the clk_modules_hw_auto_essential[] array in order to make the clock work. This fix is needed

Re: [U-Boot] omap5_common: Add optargs variable for kernel command line args

2013-04-29 Thread Tom Rini
On Thu, Apr 11, 2013 at 05:22:10AM -, Tom Rini wrote: Add 'optargs' variable to be set to additional kernel arguments, similar to omap3*/am3* usage. Cc: Sricharan R r.sricha...@ti.com Signed-off-by: Tom Rini tr...@ti.com Applied to u-boot-ti/master, thanks! -- Tom signature.asc

Re: [U-Boot] Remove duplicate / unused #defines on AM335x boards

2013-04-29 Thread Tom Rini
On Wed, Apr 17, 2013 at 08:22:47AM -, Mark Jackson wrote: As part of a review of a recent patch to add a new AM335x board, Tom found several duplicate and/or unused #defines. This patch simply removes them. The two affected configs have been recompiled to check nothing was broken

Re: [U-Boot] ARM: OMAP5: Fix warm reset with USB cable connected

2013-04-29 Thread Tom Rini
On Wed, Apr 17, 2013 at 08:49:40PM -, Lokesh Vutla wrote: Warm reset on OMAP5 freezes when USB cable is connected. Fix requires PRM_RSTTIME.RSTTIME1 to be programmed with the time for which reset should be held low for the voltages and the oscillator to reach stable state. There are 3

Re: [U-Boot] [U-Boot, 1/2] ARM:Panda:Fix device tree loading for the panda-es

2013-04-29 Thread Tom Rini
On Thu, Apr 18, 2013 at 06:29:53AM -, Dan Murphy wrote: Fix the device tree loading for panda(4430) and panda-es(4460) Modify the board name if a 4460 panda or panda-es is detected at run time. In the findfdt add a check for the panda-es board name and load the panda-es device tree

Re: [U-Boot] [PATCH 1/2] da850: provide davinci_enable_uart0

2013-04-29 Thread Tom Rini
On Mon, Apr 22, 2013 at 05:54:59PM +0200, Eric B??nard wrote: this is needed to bring UART0 out of reset but this function currently only exists for dm644x/355/365/646x when da850 (at least am1808 also need it). Signed-off-by: Eric B??nard e...@eukrea.com Along with 2/2, applied to

Re: [U-Boot] [U-Boot, 1/3] cm-t35: move cm-t35 to live in compulab directory

2013-04-29 Thread Tom Rini
On Mon, Apr 22, 2013 at 01:06:53AM -, Igor Grinberg wrote: Currently the cm-t35 support code lives under board/cm_t35 directory. Some of the code can be shared with other/future CompuLab boards, so move the cm-t35 to live under board/compulab/cm_t35 directory. Signed-off-by: Igor

Re: [U-Boot] u-boot UBI support

2013-04-29 Thread Paul B. Henson
On 4/29/2013 1:57 AM, Sascha Silbe wrote: UBIFS error (pid 0): ubifs_get_sb: cannot open recovery, error -22 UBIFS error (pid 0): ubifs_mount: Error reading superblock on volume 'recovery' errno=-22! Try increasing CONFIG_SYS_MALLOC_LEN, e.g. to 4MiB. That fixed it for me on a different board.

[U-Boot] [PATCH 3/6] imx: mx35pdk: Fix WDOG_RST iomux function

2013-04-29 Thread Benoît Thébaudeau
The signal connected from this pin to the PMIC is WDOG_B, i.e. ALT0 mode, not ALT1 (which even corresponds to nothing). Signed-off-by: Benoît Thébaudeau benoit.thebaud...@advansee.com --- board/freescale/mx35pdk/mx35pdk.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[U-Boot] [PATCH 6/6] imx: mx35: Remove legacy iomux support

2013-04-29 Thread Benoît Thébaudeau
Legacy iomux support is no longer needed now that all boards have been converted to iomux-v3. Signed-off-by: Benoît Thébaudeau benoit.thebaud...@advansee.com --- arch/arm/cpu/arm1136/mx35/Makefile |1 - arch/arm/cpu/arm1136/mx35/iomux.c | 114 -

[U-Boot] [PATCH 2/6] imx: flea3: Convert to iomux-v3

2013-04-29 Thread Benoît Thébaudeau
There is no change of behavior. Signed-off-by: Benoît Thébaudeau benoit.thebaud...@advansee.com --- board/CarMediaLab/flea3/flea3.c | 91 +-- 1 file changed, 48 insertions(+), 43 deletions(-) diff --git a/board/CarMediaLab/flea3/flea3.c

[U-Boot] [PATCH 4/6] imx: mx35pdk: Convert to iomux-v3

2013-04-29 Thread Benoît Thébaudeau
There is no change of behavior. Signed-off-by: Benoît Thébaudeau benoit.thebaud...@advansee.com --- board/freescale/mx35pdk/mx35pdk.c | 173 - 1 file changed, 74 insertions(+), 99 deletions(-) diff --git a/board/freescale/mx35pdk/mx35pdk.c

[U-Boot] [PATCH 5/6] imx: woodburn: Convert to iomux-v3

2013-04-29 Thread Benoît Thébaudeau
There is no change of behavior. Signed-off-by: Benoît Thébaudeau benoit.thebaud...@advansee.com --- board/woodburn/woodburn.c | 69 - 1 file changed, 37 insertions(+), 32 deletions(-) diff --git a/board/woodburn/woodburn.c

Re: [U-Boot] [PATCH 4/6] imx: mx35pdk: Convert to iomux-v3

2013-04-29 Thread Benoît Thébaudeau
Hi Stefano, On Monday, April 29, 2013 10:41:18 PM, Benoît Thébaudeau wrote: There is no change of behavior. Signed-off-by: Benoît Thébaudeau benoit.thebaud...@advansee.com --- [...] diff --git a/board/freescale/mx35pdk/mx35pdk.c b/board/freescale/mx35pdk/mx35pdk.c index 9993d7b..12e84d7

Re: [U-Boot] [PATCH v3 07/11] mtd: nand: add Faraday FTNANDC021 NAND controller support

2013-04-29 Thread Scott Wood
On 04/28/2013 10:28:14 PM, Kuo-Jung Su wrote: 2013/4/27 Scott Wood scottw...@freescale.com: Shouldn't .eccpos depend on HWECC? Actually it means nothing here, the ECC function is designed to be some kind of a blackbox to users (i.e softwares), the actual position of ECC codes are not

Re: [U-Boot] freescale i.MX28 mxsboot NAND booting on mx28evk bad blocks

2013-04-29 Thread Paul B. Henson
On 4/25/2013 6:13 PM, Marek Vasut wrote: I didn't really track the thread and I'm plenty busy, besides I had quite a clash with Trent in another thread, sorry about me being plenty unpleasant. Anyway, can you please sum what is going on and what you came up with? Most of the analysis came

Re: [U-Boot] freescale i.MX28 mxsboot NAND booting on mx28evk bad blocks

2013-04-29 Thread Marek Vasut
Dear Paul B. Henson, On 4/25/2013 6:13 PM, Marek Vasut wrote: I didn't really track the thread and I'm plenty busy, besides I had quite a clash with Trent in another thread, sorry about me being plenty unpleasant. Anyway, can you please sum what is going on and what you came up with?

Re: [U-Boot] [PATCH] git-mailrc: Add trini shortcut

2013-04-29 Thread Tom Rini
On Wed, Apr 24, 2013 at 09:31:40AM +0200, Michal Simek wrote: Easier for using with patman. Signed-off-by: Michal Simek michal.si...@xilinx.com Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature ___ U-Boot

Re: [U-Boot] [PATCH v3 08/11] usb: ehci: add Faraday USB 2.0 EHCI support

2013-04-29 Thread Marek Vasut
Dear Kuo-Jung Su, 2013/4/26 Marek Vasut ma...@denx.de: Dear Kuo-Jung Su, From: Kuo-Jung Su dant...@faraday-tech.com This patch add supports to both Faraday FUSBH200 and FOTG210, these controllers slightly differ from standard EHCI specification. How do they differ? 1. The

[U-Boot] [PATCH] fdtdec: Add compatible string for High speed i2c

2013-04-29 Thread Naveen Krishna Chatradhi
Adds a new COMPAT string exynos5-hsi2c for high speed i2c controller available on exynos5 SoCs from Samsung. Signed-off-by: Naveen Krishna Chatradhi ch.nav...@samsung.com --- This patch is required for the following change http://lists.denx.de/pipermail/u-boot/2013-April/151886.html and fixes the

Re: [U-Boot] [PATCH 2/3] ARM: Tegra: USB: Add driver support for Tegra30/Tegra114

2013-04-29 Thread Marek Vasut
Dear Jim Lin, Tegra30 and Tegra114 are compatible except 1. T30 takes 55 ms to finish Port Reset. T114 takes 50 ms. 2. PLL parameters Tested on Tegra20 Harmony/Seaboard, Tegra30 Cardhu, and Tegra114 Dalmore platforms. All works well. Signed-off-by: Jim Lin ji...@nvidia.com ---

Re: [U-Boot] [PATCH v3 08/11] usb: ehci: add Faraday USB 2.0 EHCI support

2013-04-29 Thread Kuo-Jung Su
2013/4/30 Marek Vasut ma...@denx.de: Dear Kuo-Jung Su, 2013/4/26 Marek Vasut ma...@denx.de: Dear Kuo-Jung Su, From: Kuo-Jung Su dant...@faraday-tech.com This patch add supports to both Faraday FUSBH200 and FOTG210, these controllers slightly differ from standard EHCI specification.

Re: [U-Boot] [PATCH v3 07/11] mtd: nand: add Faraday FTNANDC021 NAND controller support

2013-04-29 Thread Kuo-Jung Su
2013/4/30 Scott Wood scottw...@freescale.com: On 04/28/2013 10:28:14 PM, Kuo-Jung Su wrote: 2013/4/27 Scott Wood scottw...@freescale.com: Shouldn't .eccpos depend on HWECC? Actually it means nothing here, the ECC function is designed to be some kind of a blackbox to users (i.e

Re: [U-Boot] [PULL] : Please pull u-boot-i2c

2013-04-29 Thread Heiko Schocher
Hello Tom, On 29.04.2013 18:25, Tom Rini wrote: On Mon, Apr 29, 2013 at 04:18:08PM +0200, Heiko Schocher wrote: Hello Tom, please pull from u-boot-i2c: The following changes since commit 500bccf84408ad71674b714cd9db3480736ad8e1: Merge branch 'master' of

Re: [U-Boot] [PATCH v4] i2c: s3c24xx: add hsi2c controller support

2013-04-29 Thread Heiko Schocher
Hello Naveen, On 26.04.2013 05:08, Naveen Krishna Ch wrote: On 14 April 2013 22:48, Heiko Schocher h...@denx.de wrote: Hello Naveen Krishna, On 13.04.2013 06:42, Naveen Krishna Ch wrote: On 6 April 2013 07:07, Naveen Krishna Chatradhi naveenkrishna...@gmail.com wrote: Add support for