Re: [U-Boot] [PATCH 1/7] USB: Some cleanup prior to USB 3.0 interface addition

2013-04-02 Thread Marek Vasut
Dear Vivek Gautam, Hi Marek, On Thu, Mar 28, 2013 at 7:56 PM, Marek Vasut ma...@denx.de wrote: Dear Vivek Gautam, Some cleanup in usb framework, nothing much on feature side. Signed-off-by: Vikas C Sajjan vikas.saj...@samsung.com Signed-off-by: Vivek Gautam

[U-Boot] Warning messages in latest u-boot-samsung

2013-04-02 Thread Rajeshwari Birje
Hi Minkyu Kang, I am getting the following warning messages in the latest u-boot-samsung tree. /usr/local/arm/arm-2011.09/bin/arm-none-eabi-ld: warning: /usr/local/arm/arm-2011.09/bin/../lib/gcc/arm-none-eabi/4.6.1/libgcc.a(bpabi.o) uses variable-size enums yet the output is to use 32-bit

Re: [U-Boot] [PATCH 1/7] USB: Some cleanup prior to USB 3.0 interface addition

2013-04-02 Thread Vivek Gautam
On Tue, Apr 2, 2013 at 11:56 AM, Marek Vasut ma...@denx.de wrote: Dear Vivek Gautam, Hi Marek, On Thu, Mar 28, 2013 at 7:56 PM, Marek Vasut ma...@denx.de wrote: Dear Vivek Gautam, Some cleanup in usb framework, nothing much on feature side. Signed-off-by: Vikas C Sajjan

[U-Boot] [PATCH 0/4 V4] SMDK5250: FDT: Add device tree support for console

2013-04-02 Thread Rajeshwari Shinde
Enabled fdt support for default console on SMDK5250. Changes in V2: - Changed the compatible string to samsung,exynos4210-uart Changes in V3: - Rebased the patchset on latest u-boot-samsung branch. - Added a alias console as we will support one at any point of time.

[U-Boot] [PATCH 1/4 V4] EXYNOS5: FDT: Add compatible strings for Serial

2013-04-02 Thread Rajeshwari Shinde
Add required compatible information for s5p serial driver Signed-off-by: Abhilash Kesavan a.kesa...@samsung.com Signed-off-by: Rajeshwari Shinde rajeshwar...@samsung.com Acked-by: Simon Glass s...@chromium.org --- Changes in V2: - Changed the compatible string to samsung,exynos4210-uart

[U-Boot] [PATCH 2/4 V4] EXYNOS5: FDT: Add serial device node values

2013-04-02 Thread Rajeshwari Shinde
This patch adds the device node required for serial driver Signed-off-by: Abhilash Kesavan a.kesa...@samsung.com Signed-off-by: Rajeshwari Shinde rajeshwar...@samsung.com --- Changes in V2: - Changed the compatible string to samsung,exynos4210-uart Changes in V3: - Added a alias

[U-Boot] [PATCH 3/4 V4] S5P: Serial: Add fdt support to driver

2013-04-02 Thread Rajeshwari Shinde
This patch adds FDT support to the serial s5p driver. At present disabling the serial console (from the device tree) crashes U-Boot. Add checks for this case, so that execution can continue without a serial console. It also enables the serial_s5p driver recognize the silent_console option.

[U-Boot] [PATCH 4/4 V4] CONFIG: EXYNOS5: Enable silent console

2013-04-02 Thread Rajeshwari Shinde
This patch enables CONFIG_SILENT_CONSOLE for EXYNOS5. Signed-off-by: Rajeshwari Shinde rajeshwar...@samsung.com Acked-by: Simon Glass s...@chromium.org --- Changes in V2: - None Changes in V3: - None Changes in V4: - None include/configs/exynos5250-dt.h |2 ++ 1 files

Re: [U-Boot] [PATCH 4/7] usb: hub: Fix enumration timeout

2013-04-02 Thread Marek Vasut
Dear Vivek Gautam, On Tue, Apr 2, 2013 at 11:04 AM, Vivek Gautam gautamvivek1...@gmail.com wrote: Hi Marek, On Tue, Apr 2, 2013 at 10:42 AM, Marek Vasut ma...@denx.de wrote: Dear Vivek Gautam, Hi, On Tue, Apr 2, 2013 at 1:43 AM, Tom Rini tr...@ti.com wrote: On Wed, Mar 27,

Re: [U-Boot] [PATCH 1/7] USB: Some cleanup prior to USB 3.0 interface addition

2013-04-02 Thread Marek Vasut
Dear Vivek Gautam, On Tue, Apr 2, 2013 at 11:56 AM, Marek Vasut ma...@denx.de wrote: Dear Vivek Gautam, Hi Marek, On Thu, Mar 28, 2013 at 7:56 PM, Marek Vasut ma...@denx.de wrote: Dear Vivek Gautam, Some cleanup in usb framework, nothing much on feature side.

Re: [U-Boot] [PATCH 1/7] USB: Some cleanup prior to USB 3.0 interface addition

2013-04-02 Thread Vivek Gautam
Hi, On Tue, Apr 2, 2013 at 12:16 PM, Marek Vasut ma...@denx.de wrote: Dear Vivek Gautam, On Tue, Apr 2, 2013 at 11:56 AM, Marek Vasut ma...@denx.de wrote: Dear Vivek Gautam, Hi Marek, On Thu, Mar 28, 2013 at 7:56 PM, Marek Vasut ma...@denx.de wrote: Dear Vivek Gautam, Some

Re: [U-Boot] AM3517_EVM, MLO not booting

2013-04-02 Thread Andreas Bießmann
Dear James Chandler, On 02.04.13 00:24, James Chandler wrote: Hello, I was able to snag a BDI3000 and debug the issue. It turns out that the NS16550 driver contains a while loop that waits for register or some other value to be set during the SPL's serial_init() function. This condition

Re: [U-Boot] AM3517_EVM, MLO not booting

2013-04-02 Thread Manfred Huber
Hello James, you found the same bug in the ROM code of some OMAP3 devices as I did. Look at the Patch 'Flush UART3 xmit on enable if TEMT is broken'. Try the Patch and let us know if it works. Best regards, Manfred On 2013-04-02 00:24, James Chandler wrote: Hello, I was able to snag a

Re: [U-Boot] [PATCH v2 10/11] amcc-common.h: minor white space cleanup

2013-04-02 Thread Stefan Roese
On 24.03.2013 10:50, Wolfgang Denk wrote: Align some comments. Signed-off-by: Wolfgang Denk w...@denx.de Acked-by: Stefan Roese s...@denx.de Thanks, Stefan ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH v2 11/11] amcc-common.h: enable support for env grep, setexpr, and regex.

2013-04-02 Thread Stefan Roese
On 24.03.2013 10:50, Wolfgang Denk wrote: Signed-off-by: Wolfgang Denk w...@denx.de Acked-by: Stefan Roese s...@denx.de Thanks, Stefan ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH 1/1 v5] omap3_beagle: Flush UART3 xmit on enable if TEMT is broken

2013-04-02 Thread Javier Martinez Canillas
On Fri, Mar 29, 2013 at 1:52 PM, Manfred Huber man.hu...@arcor.de wrote: From: Manfred Huber man.hu...@arcor.de Flush UART3 xmit on enable if TEMT is broken On some OMAP3 devices when UART3 is configured for boot mode before SPL starts only THRE bit is set. We have to empty the transmitter

Re: [U-Boot] Warning messages in latest u-boot-samsung

2013-04-02 Thread Albert ARIBAUD
Hi Rajeshwari, On Tue, 2 Apr 2013 11:58:42 +0530, Rajeshwari Birje rajeshwari.bi...@gmail.com wrote: Hi Minkyu Kang, I am getting the following warning messages in the latest u-boot-samsung tree. /usr/local/arm/arm-2011.09/bin/arm-none-eabi-ld: warning:

Re: [U-Boot] Support required for loading U-boot on SDRAM

2013-04-02 Thread Stefan Roese
Hi Sadashiv, On 28.03.2013 16:11, Sadashiva Reddy wrote: I am using AMCC PPC440Gx processor for our project presently the board is working fine with vxWorks(BSP + OS + Application). But our customer new requirement is same board should be ported with linux. 1. We are using BDI2000 JTAG

[U-Boot] [PATCH] biosemu: include asm/io.h header

2013-04-02 Thread Linus Walleij
This makes sure we have inline functions such as inb/outb that are used in these two files by including the arch-specific asm/io.h header. However the ARM version does not provide the accessors unless the config symbol __io is also defined so add that in front of the include. After this the bios

Re: [U-Boot] [PATCH 1/3] ppc4xx: Add SPL support

2013-04-02 Thread Stefan Roese
Hi Rommel, On 30.03.2013 03:04, Rommel G Custodio wrote: diff --git a/arch/powerpc/cpu/ppc4xx/Makefile b/arch/powerpc/cpu/ppc4xx/Makefile index 8da2f86..e301dc6 100644 --- a/arch/powerpc/cpu/ppc4xx/Makefile +++ b/arch/powerpc/cpu/ppc4xx/Makefile @@ -68,6 +68,10 @@ COBJS += miiphy.o

[U-Boot] [PATCH 1/3 v2] ppc4xx: Add SPL support

2013-04-02 Thread Stefan Roese
This patch adds SPL booting support (NOR flash) for the PPC4xx platforms. This SPL booting (Falcon mode) will be used by the upcoming lcd4_lwmon5 board port (lwmon5 variant). Signed-off-by: Stefan Roese s...@denx.de --- v2: - Add missing spl_boot.c file arch/powerpc/cpu/ppc4xx/Makefile |

Re: [U-Boot] [RFC/PATCH 0/4] BCH8 support for OMAP3

2013-04-02 Thread Andreas Bießmann
Dear Tom Rini, On 03/28/2013 03:21 PM, Tom Rini wrote: On Thu, Mar 28, 2013 at 11:49:54AM +0100, Andreas Bie??mann wrote: On 11/23/2012 04:14 PM, Andreas Bie??mann wrote: This RFC series implements BCH8 for OMAP3 as provided by linux kernel in commit

Re: [U-Boot] [PATCH 2/2] samsung: trats2: add support for new board Trats2

2013-04-02 Thread Piotr Wilczek
Dear Minkyu Kang, Thank you for your comments. Please see my answers below. -Original Message- From: Minkyu Kang [mailto:mk7.k...@samsung.com] Sent: Tuesday, April 02, 2013 7:00 AM To: Piotr Wilczek Cc: u-boot@lists.denx.de; Kyungmin Park; Lukasz Majewski Subject: Re: [PATCH 2/2]

Re: [U-Boot] [PATCH] biosemu: include asm/io.h header

2013-04-02 Thread Albert ARIBAUD
Hi Linus, On Tue, 2 Apr 2013 10:14:14 +0200, Linus Walleij linus.wall...@linaro.org wrote: This makes sure we have inline functions such as inb/outb that are used in these two files by including the arch-specific asm/io.h header. However the ARM version does not provide the accessors unless

Re: [U-Boot] [PATCH 1/1 v5] omap3_beagle: Flush UART3 xmit on enable if TEMT is broken

2013-04-02 Thread Andreas Bießmann
Dear Manfred Huber, On 03/29/2013 01:52 PM, Manfred Huber wrote: From: Manfred Huber man.hu...@arcor.de Flush UART3 xmit on enable if TEMT is broken On some OMAP3 devices when UART3 is configured for boot mode before SPL starts only THRE bit is set. We have to empty the transmitter

Re: [U-Boot] Warning messages in latest u-boot-samsung

2013-04-02 Thread Rajeshwari Birje
Hi Albert, I am building for Samsung SMDK5250 and toolchain I use is arm-2011.09. Is it the issue with my toolchain. Regards, Rajeshwari Shinde On Tue, Apr 2, 2013 at 1:30 PM, Albert ARIBAUD albert.u.b...@aribaud.net wrote: Hi Rajeshwari, On Tue, 2 Apr 2013 11:58:42 +0530, Rajeshwari Birje

Re: [U-Boot] [PATCH 3/7] usb: Update device class in usb device's descriptor

2013-04-02 Thread Vivek Gautam
CC: Amarendra On Thu, Mar 28, 2013 at 7:58 PM, Marek Vasut ma...@denx.de wrote: Dear Vivek Gautam, Fetch the device class into usb device's dwcriptors, so that the host controller's driver can use this info to differentiate between HUB and DEVICE. Signed-off-by: Amar

Re: [U-Boot] Potential issue with recent OMAP PRCM struct unification

2013-04-02 Thread Sricharan R
Hi Mike Cashwell, On Monday 01 April 2013 09:12 PM, Michael Cashwell wrote: Greetings, I think http://patchwork.ozlabs.org/patch/218063/ or something related to it has confused OMAP4 clock init. I haven't entirely unraveled the onion but wanted to ping the list to see if this is known or

Re: [U-Boot] [PATCH 5/7] usb: hub: Increase device enumeration timeout for broken drives

2013-04-02 Thread Vivek Gautam
CC: Amarendra On Thu, Mar 28, 2013 at 8:02 PM, Marek Vasut ma...@denx.de wrote: Dear Vivek Gautam, Few broken usb mass storage devices can take some time to set Current Connect Status (CCS) and Connect Status Change (CSC) in Port status register after an attach. So increasing some timeout

Re: [U-Boot] [PATCH 2/7] usb: hub: Conditionally power on usb's root-hub ports

2013-04-02 Thread Vivek Gautam
Hi Marek, Adding CC: Amarendra On Thu, Mar 28, 2013 at 7:58 PM, Marek Vasut ma...@denx.de wrote: Dear Vivek Gautam, Power on root hubs' ports only when they are not yet powered on. Its seen with USB 3.0 ports that they are powered on after a H/W reset, as also reflected in XHCI spec (sec

Re: [U-Boot] Warning messages in latest u-boot-samsung

2013-04-02 Thread Albert ARIBAUD
Hi Rajeshwari, (pleale avoid top-posting, and quote only what is necessary to understand your answer) On Tue, 2 Apr 2013 15:00:55 +0530, Rajeshwari Birje rajeshwari.bi...@gmail.com wrote: Hi Albert, I am building for Samsung SMDK5250 and toolchain I use is arm-2011.09. Is it the issue with

Re: [U-Boot] [PATCH 6/7] USB: SS: Add support for Super Speed USB interface

2013-04-02 Thread Vivek Gautam
Hi Marek, On Thu, Mar 28, 2013 at 8:05 PM, Marek Vasut ma...@denx.de wrote: Dear Vivek Gautam, This adds usb framework support for super-speed usb, which will further facilitate to add stack support for xHCI. Signed-off-by: Vikas C Sajjan vikas.saj...@samsung.com Signed-off-by: Vivek

Re: [U-Boot] Warning messages in latest u-boot-samsung

2013-04-02 Thread Minkyu Kang
On 02/04/13 18:50, Albert ARIBAUD wrote: Hi Rajeshwari, (pleale avoid top-posting, and quote only what is necessary to understand your answer) On Tue, 2 Apr 2013 15:00:55 +0530, Rajeshwari Birje rajeshwari.bi...@gmail.com wrote: Hi Albert, I am building for Samsung SMDK5250 and

[U-Boot] [PATCH v4 0/7] Add cros-ec protocol driver and enable it in smdk5250

2013-04-02 Thread Hung-ying Tyan
This patch series adds the drivers for the cros-ec protocol that is used to communicate with the ChromeOS Embedded Controller (EC). The series also enables its use in Google Snow based on smdk5250. The series depends on the following patches: 1) http://patchwork.ozlabs.org/patch/217347 add dts

[U-Boot] [PATCH v4 4/7] cros: add LPC support for cros_ec

2013-04-02 Thread Hung-ying Tyan
This patch adds LPC support for carrying out the cros_ec protocol. Signed-off-by: Randall Spangler rspang...@chromium.org Signed-off-by: Simon Glass s...@chromium.org Signed-off-by: Hung-ying Tyan ty...@chromium.org --- Changes in v4: None Changes in v3: None Changes in v2: - Fixed warnings of

[U-Boot] [PATCH v4 6/7] cros: exynos: add cros-ec device nodes to exynos5250-snow.dts

2013-04-02 Thread Hung-ying Tyan
This patch adds cros-ec related device nodes to exynos5250-snow.dts. It also adds a gpio node to exynos5250.dtsi. Signed-off-by: Hung-ying Tyan ty...@chromium.org --- Changes in v4: - Added commit message. Changes in v3: None Changes in v2: - Added gpio node to exynos5250.dtsi. - Dropped the

[U-Boot] [PATCH v4 5/7] cros: adds cros_ec keyboard driver

2013-04-02 Thread Hung-ying Tyan
This patch adds the driver for keyboard that's controlled by ChromeOS EC. Signed-off-by: Randall Spangler rspang...@chromium.org Signed-off-by: Simon Glass s...@chromium.org Signed-off-by: Vincent Palatin vpala...@chromium.org Signed-off-by: Hung-ying Tyan ty...@chromium.org --- Changes in v4: -

[U-Boot] [PATCH v4 3/7] cros: add SPI support for cros_ec

2013-04-02 Thread Hung-ying Tyan
This patch adds SPI support for carrying out the cros_ec protocol. Signed-off-by: Hung-ying Tyan ty...@chromium.org Signed-off-by: Randall Spangler rspang...@chromium.org Signed-off-by: Simon Glass s...@chromium.org --- Changes in v4: - Removed old code and comment. Changes in v3: None Changes

[U-Boot] [PATCH v4 7/7] cros: enable cros-ec for smdk5250

2013-04-02 Thread Hung-ying Tyan
This patch initiates cros-ec in board_init() to enable it for smdk5250. Signed-off-by: Simon Glass s...@chromium.org Signed-off-by: Vincent Palatin vpala...@chromium.org Signed-off-by: Hung-ying Tyan ty...@chromium.org --- Changes in v4: None Changes in v3: None Changes in v2: - Moved code from

[U-Boot] [PATCH v4 2/7] cros: add I2C support for cros_ec

2013-04-02 Thread Hung-ying Tyan
This patch adds I2C support for carrying out the cros_ec protocol. Signed-off-by: Randall Spangler rspang...@chromium.org Signed-off-by: Simon Glass s...@chromium.org Signed-off-by: Hung-ying Tyan ty...@chromium.org --- Changes in v4: None Changes in v3: None Changes in v2: - Fixed warnings of

Re: [U-Boot] [PATCH] biosemu: include asm/io.h header

2013-04-02 Thread Linus Walleij
On Tue, Apr 2, 2013 at 10:56 AM, Albert ARIBAUD albert.u.b...@aribaud.net wrote: NAK -- no ARM target needs bios emulation, so basing the #define on ARM requirements is incorrect. Actually, ARM targets build drivers/bios_emulator/libatibiosemu.o as the result of an overlook in ./Makefile

Re: [U-Boot] [PATCH 2/7] usb: hub: Conditionally power on usb's root-hub ports

2013-04-02 Thread Marek Vasut
Dear Vivek Gautam, Hi Marek, Adding CC: Amarendra On Thu, Mar 28, 2013 at 7:58 PM, Marek Vasut ma...@denx.de wrote: Dear Vivek Gautam, Power on root hubs' ports only when they are not yet powered on. Its seen with USB 3.0 ports that they are powered on after a H/W reset, as also

Re: [U-Boot] [PATCH 3/7] usb: Update device class in usb device's descriptor

2013-04-02 Thread Marek Vasut
Dear Vivek Gautam, CC: Amarendra On Thu, Mar 28, 2013 at 7:58 PM, Marek Vasut ma...@denx.de wrote: Dear Vivek Gautam, Fetch the device class into usb device's dwcriptors, so that the host controller's driver can use this info to differentiate between HUB and DEVICE.

Re: [U-Boot] [PATCH 2/7] usb: hub: Conditionally power on usb's root-hub ports

2013-04-02 Thread Vivek Gautam
Hi, On Tue, Apr 2, 2013 at 3:39 PM, Marek Vasut ma...@denx.de wrote: Dear Vivek Gautam, Hi Marek, Adding CC: Amarendra On Thu, Mar 28, 2013 at 7:58 PM, Marek Vasut ma...@denx.de wrote: Dear Vivek Gautam, Power on root hubs' ports only when they are not yet powered on. Its seen

Re: [U-Boot] [PATCH 3/7] usb: Update device class in usb device's descriptor

2013-04-02 Thread Vivek Gautam
Hi, On Tue, Apr 2, 2013 at 3:39 PM, Marek Vasut ma...@denx.de wrote: Dear Vivek Gautam, CC: Amarendra On Thu, Mar 28, 2013 at 7:58 PM, Marek Vasut ma...@denx.de wrote: Dear Vivek Gautam, Fetch the device class into usb device's dwcriptors, so that the host controller's driver can

Re: [U-Boot] [PATCH] biosemu: include asm/io.h header

2013-04-02 Thread Albert ARIBAUD
Hi Linus, On Tue, 2 Apr 2013 12:09:21 +0200, Linus Walleij linus.wall...@linaro.org wrote: On Tue, Apr 2, 2013 at 10:56 AM, Albert ARIBAUD albert.u.b...@aribaud.net wrote: NAK -- no ARM target needs bios emulation, so basing the #define on ARM requirements is incorrect. Actually, ARM

Re: [U-Boot] [PATCH 2/7] usb: hub: Conditionally power on usb's root-hub ports

2013-04-02 Thread Marek Vasut
Dear Vivek Gautam, Hi, On Tue, Apr 2, 2013 at 3:39 PM, Marek Vasut ma...@denx.de wrote: Dear Vivek Gautam, Hi Marek, Adding CC: Amarendra On Thu, Mar 28, 2013 at 7:58 PM, Marek Vasut ma...@denx.de wrote: Dear Vivek Gautam, Power on root hubs' ports only when they

Re: [U-Boot] [PATCH v2 3/6] ubi: ubifs: Turn off verbose prints

2013-04-02 Thread Stefan Roese
Hi Joe, On 26.03.2013 22:53, Joe Hershberger wrote: The prints are out of control. SILENCE! Signed-off-by: Joe Hershberger joe.hershber...@ni.com --- Changes in v2: - Cleaned up the msg print silencing Thanks. But could you please make these printf's configurable? Either silence them

Re: [U-Boot] Warning messages in latest u-boot-samsung

2013-04-02 Thread Rajeshwari Birje
Hi Albert and Minkyu Thank you for your inputs Will recheck my compiler. Thanks and Regards, Rajeshwari Shinde. On Tue, Apr 2, 2013 at 3:24 PM, Minkyu Kang mk7.k...@samsung.com wrote: On 02/04/13 18:50, Albert ARIBAUD wrote: Hi Rajeshwari, (pleale avoid top-posting, and quote only what

Re: [U-Boot] [PATCH 1/3] wandboard: Remove duplicate 'mmc dev'

2013-04-02 Thread Otavio Salvador
On Mon, Apr 1, 2013 at 11:03 PM, Fabio Estevam feste...@gmail.com wrote: From: Fabio Estevam fabio.este...@freescale.com No need to call 'mmc dev' twice. Signed-off-by: Fabio Estevam fabio.este...@freescale.com Acked-by: Otavio Salvador ota...@ossystems.com.br -- Otavio Salvador

Re: [U-Boot] [PATCH 2/3] mx6qsabrelite: Remove duplicate 'mmc dev'

2013-04-02 Thread Otavio Salvador
On Mon, Apr 1, 2013 at 11:03 PM, Fabio Estevam feste...@gmail.com wrote: From: Fabio Estevam fabio.este...@freescale.com No need to call 'mmc dev' twice. Signed-off-by: Fabio Estevam fabio.este...@freescale.com Acked-by: Otavio Salvador ota...@ossystems.com.br -- Otavio Salvador

Re: [U-Boot] [PATCH 3/3] wandboard: Remove CONFIG_SYS_FSL_USDHC_NUM

2013-04-02 Thread Otavio Salvador
On Mon, Apr 1, 2013 at 11:03 PM, Fabio Estevam feste...@gmail.com wrote: From: Fabio Estevam fabio.este...@freescale.com CONFIG_SYS_FSL_USDHC_NUM is not used for wandboard. Signed-off-by: Fabio Estevam fabio.este...@freescale.com Acked-by: Otavio Salvador ota...@ossystems.com.br -- Otavio

Re: [U-Boot] [Patch v2] PHY: micrel.c: add support for KSZ9031

2013-04-02 Thread Stefan Roese
Hi David, On 25.03.2013 21:39, David Andrey wrote: Why don't you just change the mask to support both PHY's with one struct here? Something like this: static struct phy_driver ksz9021_driver = { -.name = Micrel ksz9021, +.name = Micrel ksz90x1, .uid = 0x221610, -.mask =

Re: [U-Boot] Potential issue with recent OMAP PRCM struct unification

2013-04-02 Thread Michael Cashwell
On Apr 2, 2013, at 5:32 AM, Sricharan R r.sricha...@ti.com wrote: On first blush, it looks like having both cm_l3instr_intrconn_wp1_clkct and cm_l3instr_intrconn_wp1_clkctrl is a mistake. First, on which board are you testing ?. I tested the mainline on my 4460 ES1.1 PANDA and it booted.

[U-Boot] [PATCH] mx6: fsl_esdhc: Fix waiting for DMA operation completion

2013-04-02 Thread Andrew Gabbasov
On iMX6 sometimes the Transfer Complete interrupt occurs earlier than the DMA part completes its operation. If immediately after that the read data is used for some data verification, those obtained data may be incomplete, which causes intermittent verification failures. For example, when the

Re: [U-Boot] [PATCH v7] mtd: cfi_flash: Fix CFI flash driver for 8-bit bus support

2013-04-02 Thread Stefan Roese
On 27.03.2013 11:22, Jagannadha Sutradharudu Teki wrote: Hi, Any update on this. I'll apply this patch shortly. Sorry for the delay. Thanks, Stefan ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH, v1] arm:trats: change auto-booting to boot kernel with separate device tree blob

2013-04-02 Thread a . wlodarczyk
From: Arkadiusz Wlodarczyk arek@AMDC384.(none) Signed-off-by: Arkadiusz Wlodarczyk a.wlodarc...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com Tested-by: Arkadiusz Wlodarczyk a.wlodarc...@samsung.com Cc: Minkyu Kang mk7.k...@samsung.com --- Changes: Modify autoboot scripts

Re: [U-Boot] [RFC] Bootcount improvements

2013-04-02 Thread Alexandre Dilly
Hi, Dear Alexandre, In fact I would like to keep the bootcount value after a shutdown to handle update failures. Some embedded systems have only network access for administration and if you install an updated system with a misconfiguration of the network interface, you can't access

Re: [U-Boot] [PATCH 5/7] usb: hub: Increase device enumeration timeout for broken drives

2013-04-02 Thread Vivek Gautam
Hi Marek, On Thu, Mar 28, 2013 at 8:02 PM, Marek Vasut ma...@denx.de wrote: Dear Vivek Gautam, Few broken usb mass storage devices can take some time to set Current Connect Status (CCS) and Connect Status Change (CSC) in Port status register after an attach. So increasing some timeout when

Re: [U-Boot] [PATCH 1/3] arm:goni: Adjustment of configuration for goni target

2013-04-02 Thread Arkadiusz Wlodarczyk
Dear Minkyu Kang, As I understood, you marked that adding of the void board_usb_init(void) function implementation to the board/samsung/goni/goni.c file is unrelated to the subject of the patch. I would like to explain, that I added the board_usb_init implementation because the function is used

Re: [U-Boot] [PATCH V3 00/10] OMAP3-5: TWL[46]03[05]: cleanup register access and misc minimal cleanups

2013-04-02 Thread Nishanth Menon
On 09:47-20130327, Sricharan R wrote: On Tuesday 26 March 2013 08:50 PM, Nishanth Menon wrote: This series helps standardize register parameters for TWL4030, 6030 and 6035 used in various OMAP3,4,5 based platforms. [..] Acked-by: R Sricharan r.sricha...@ti.com for the series Gentle ping

[U-Boot] [PATCH v11 2/2] Enable btrfs support in mx53loco config

2013-04-02 Thread Adnan Ali
Enable btrfs support in mx53loco config Signed-off-by: Adnan Ali adnan@codethink.co.uk --- include/configs/mx53loco.h |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/configs/mx53loco.h b/include/configs/mx53loco.h index a4b610f..62e9a76 100644 ---

[U-Boot] [PATCH v11 1/2] Introduced btrfs file-system with btrload command

2013-04-02 Thread Adnan Ali
Introduces btrfs file-system to read file from volume/sub-volumes with btrload command. This implementation has read-only support. This btrfs implementation is based on syslinux btrfs code, commit 269ebc845ebc8b46ef4b0be7fa0005c7fdb95b8d. v11: Mirro super block check. v10: patch problem

Re: [U-Boot] [PATCH] mtd: cfi_flash: Write buffer size adjustment for M29EW Numonyx devices

2013-04-02 Thread Stefan Roese
On 01.03.2013 12:24, Jagannadha Sutradharudu Teki wrote: This patch addjusted the write buffer size for M29EW devices those are operated in 8-bit mode. The M29EW devices seem to report the CFI information wrong when it's in 8 bit mode. There's an app note from Numonyx on this issue and

Re: [U-Boot] [PATCH v7] mtd: cfi_flash: Fix CFI flash driver for 8-bit bus support

2013-04-02 Thread Stefan Roese
On 03.03.2013 12:15, Jagannadha Sutradharudu Teki wrote: From: aaron.willi...@caviumnetworks.com This commit is based on that patch from aaron.willi...@caviumnetworks.com with same commit title. pulled the same code changes into current u-boot tree.

[U-Boot] Please pull u-boot-cfi-flash/master

2013-04-02 Thread Stefan Roese
Hi Tom, please pull the following patches which have been queued for some time (sorry for the delay): The following changes since commit 5644369450635fa5c2967bee55b1ac41f6e988d0: Merge branch 'ag...@denx.de' of git://git.denx.de/u-boot-staging (2013-03-31 08:43:12 -0400) are available in

Re: [U-Boot] Potential issue with recent OMAP PRCM struct unification

2013-04-02 Thread Sricharan R
On Tuesday 02 April 2013 05:59 PM, Michael Cashwell wrote: On Apr 2, 2013, at 5:32 AM, Sricharan R r.sricha...@ti.com wrote: On first blush, it looks like having both cm_l3instr_intrconn_wp1_clkct and cm_l3instr_intrconn_wp1_clkctrl is a mistake. First, on which board are you testing ?. I

Re: [U-Boot] Potential issue with recent OMAP PRCM struct unification

2013-04-02 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 04/02/2013 11:06 AM, Sricharan R wrote: On Tuesday 02 April 2013 05:59 PM, Michael Cashwell wrote: On Apr 2, 2013, at 5:32 AM, Sricharan R r.sricha...@ti.com wrote: [snip] Also why are you enabling the non-essential clocks ? Because I must

Re: [U-Boot] [PATCH V4 4/5] ARM: OMAP4/5: Change the default boot command to work with device tree

2013-04-02 Thread Sricharan R
Hi Tom, On Tuesday 02 April 2013 12:50 AM, Tom Rini wrote: On Mon, Apr 01, 2013 at 09:22:41PM +0530, Sricharan R wrote: Now with kernel moving to all device tree, the default boot command is changed to pass the device tree blob. Also, adding the findfdt command to get the dt-blob based on

Re: [U-Boot] [PATCH v11 2/2] Enable btrfs support in mx53loco config

2013-04-02 Thread Adnan Ali
On 02/04/13 16:19, Robert Nelson wrote: On Tue, Apr 2, 2013 at 9:17 AM, Adnan Ali adnan@codethink.co.uk wrote: Enable btrfs support in mx53loco config Signed-off-by: Adnan Ali adnan@codethink.co.uk --- include/configs/mx53loco.h |4 +++- 1 file changed, 3 insertions(+), 1

Re: [U-Boot] [PATCH v11 2/2] Enable btrfs support in mx53loco config

2013-04-02 Thread Robert Nelson
On Tue, Apr 2, 2013 at 9:17 AM, Adnan Ali adnan@codethink.co.uk wrote: Enable btrfs support in mx53loco config Signed-off-by: Adnan Ali adnan@codethink.co.uk --- include/configs/mx53loco.h |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git

Re: [U-Boot] [PATCH] mx6: fsl_esdhc: Fix waiting for DMA operation completion

2013-04-02 Thread Eric Nelson
Thanks Andrew, On 04/02/2013 03:04 AM, Andrew Gabbasov wrote: On iMX6 sometimes the Transfer Complete interrupt occurs earlier than the DMA part completes its operation. If immediately after that the read data is used for some data verification, those obtained data may be incomplete, which

Re: [U-Boot] [PATCH v11 2/2] Enable btrfs support in mx53loco config

2013-04-02 Thread Robert Nelson
On Tue, Apr 2, 2013 at 10:38 AM, Adnan Ali adnan@codethink.co.uk wrote: On 02/04/13 16:19, Robert Nelson wrote: On Tue, Apr 2, 2013 at 9:17 AM, Adnan Ali adnan@codethink.co.uk wrote: Enable btrfs support in mx53loco config Signed-off-by: Adnan Ali adnan@codethink.co.uk ---

Re: [U-Boot] Potential issue with recent OMAP PRCM struct unification

2013-04-02 Thread Sricharan R
On Tuesday 02 April 2013 08:47 PM, Tom Rini wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 04/02/2013 11:06 AM, Sricharan R wrote: On Tuesday 02 April 2013 05:59 PM, Michael Cashwell wrote: On Apr 2, 2013, at 5:32 AM, Sricharan R r.sricha...@ti.com wrote: [snip] Also why are

[U-Boot] [PATCH v2 1/6] omap3/cpu.h: add BCH support

2013-04-02 Thread Andreas Bießmann
This patch adds the BCH result registers to register mapping for OMAP3 gpmc. Signed-off-by: Andreas Bießmann andreas.de...@googlemail.com Cc: Tom Rini tr...@ti.com Cc: Ilya Yanok ilya.ya...@cogentembedded.com Cc: Scott Wood scottw...@freescale.com --- since v1: unchanged

[U-Boot] [PATCH v2 2/6] asm/omap_gpmc.h: consolidate common defines

2013-04-02 Thread Andreas Bießmann
arch/arm/include/asm/arch-am33xx/omap_gpmc.h and arch/arm/include/asm/arch-omap3/omap_gpmc.h are almost the same, consolidate the common parts into a new header. Introduce a new asm/omap_gpmc.h which defines the command part and pulls in the architecture specific one. Signed-off-by: Andreas

[U-Boot] [PATCH v2 3/6] omap3/omap_gpmc.h: add ooblayout for BCH8 as in kernel

2013-04-02 Thread Andreas Bießmann
This patch adds BCH8 ooblayout for NAND as provided by 0e618ef0a6a33cf7ef96c2c824402088dd8ef48c in linux kernel. This Layout is currently only provided for 64 byte OOB. Signed-off-by: Andreas Bießmann andreas.de...@googlemail.com Cc: Tom Rini tr...@ti.com Cc: Ilya Yanok

[U-Boot] [PATCH v2 4/6] omap_gpmc: change nandecc command

2013-04-02 Thread Andreas Bießmann
With uppcoming BCH support on OMAP devices we need to decide between differnt algorithms when switching the ECC engine. Currently we support 1-bit hammign and 8-bit BCH on HW backend. In order to switch between differnet ECC algorithms we need to change the interface of omap_nand_switch_ecc()

[U-Boot] [PATCH v2 5/6] omap_gpmc: add support for hw assisted BCH8

2013-04-02 Thread Andreas Bießmann
The BCH for OMAP3 is implemented as the linux kernel in 0e618ef0a6a33cf7ef96c2c824402088dd8ef48c does. The kernel states: ---8--- The OMAP3 GPMC hardware BCH engine computes remainder polynomials, it does not provide automatic error location and correction: this step is implemented using the BCH

[U-Boot] [PATCH v2 6/6] tricorder: enable hw assisted BCH8 in SPL and u-boot

2013-04-02 Thread Andreas Bießmann
Signed-off-by: Andreas Bießmann andreas.de...@googlemail.com Cc: Tom Rini tr...@ti.com Cc: Thomas Weber we...@corscience.de Cc: Ilya Yanok ilya.ya...@cogentembedded.com Cc: Scott Wood scottw...@freescale.com --- since v1: * reduce SPL stack size (increase code segment)

Re: [U-Boot] [PATCH V4 4/5] ARM: OMAP4/5: Change the default boot command to work with device tree

2013-04-02 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 04/02/2013 11:33 AM, Sricharan R wrote: Hi Tom, On Tuesday 02 April 2013 12:50 AM, Tom Rini wrote: On Mon, Apr 01, 2013 at 09:22:41PM +0530, Sricharan R wrote: Now with kernel moving to all device tree, the default boot command is changed

Re: [U-Boot] [RFC/PATCH 0/4] BCH8 support for OMAP3

2013-04-02 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 04/02/2013 04:49 AM, Andreas Bießmann wrote: Dear Tom Rini, On 03/28/2013 03:21 PM, Tom Rini wrote: On Thu, Mar 28, 2013 at 11:49:54AM +0100, Andreas Bie??mann wrote: On 11/23/2012 04:14 PM, Andreas Bie??mann wrote: This RFC series

[U-Boot] [PATCH] ARMv7: start.S: stay in HYP mode if u-boot is entered in it

2013-04-02 Thread Andre Przywara
The KVM and Xen hypervisors for the Cortex-A15 virtualization implementation need to be entered in HYP mode. Should the primary board firmware already enter HYP mode (Calxeda firmware does that), we should not deliberately drop back to SVC mode. Since U-boot does not use the MMU, running in HYP

Re: [U-Boot] [PATCH v11 2/2] Enable btrfs support in mx53loco config

2013-04-02 Thread Otavio Salvador
On Tue, Apr 2, 2013 at 11:17 AM, Adnan Ali adnan@codethink.co.uk wrote: Enable btrfs support in mx53loco config Signed-off-by: Adnan Ali adnan@codethink.co.uk NACK! This break current uses. -- Otavio Salvador O.S. Systems E-mail: ota...@ossystems.com.br

Re: [U-Boot] [PATCH v11 2/2] Enable btrfs support in mx53loco config

2013-04-02 Thread Otavio Salvador
On Tue, Apr 2, 2013 at 12:38 PM, Adnan Ali adnan@codethink.co.uk wrote: On 02/04/13 16:19, Robert Nelson wrote: On Tue, Apr 2, 2013 at 9:17 AM, Adnan Ali adnan@codethink.co.uk wrote: Enable btrfs support in mx53loco config Signed-off-by: Adnan Ali adnan@codethink.co.uk ---

Re: [U-Boot] Potential issue with recent OMAP PRCM struct unification

2013-04-02 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 04/02/2013 11:55 AM, Sricharan R wrote: On Tuesday 02 April 2013 08:47 PM, Tom Rini wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 04/02/2013 11:06 AM, Sricharan R wrote: On Tuesday 02 April 2013 05:59 PM, Michael Cashwell wrote: On

Re: [U-Boot] [PATCH v11 2/2] Enable btrfs support in mx53loco config

2013-04-02 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 04/02/2013 11:52 AM, Robert Nelson wrote: On Tue, Apr 2, 2013 at 10:38 AM, Adnan Ali adnan@codethink.co.uk wrote: On 02/04/13 16:19, Robert Nelson wrote: On Tue, Apr 2, 2013 at 9:17 AM, Adnan Ali adnan@codethink.co.uk wrote:

Re: [U-Boot] [PATCH V4 4/5] ARM: OMAP4/5: Change the default boot command to work with device tree

2013-04-02 Thread Sricharan R
On Tuesday 02 April 2013 09:43 PM, Tom Rini wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 04/02/2013 11:33 AM, Sricharan R wrote: Hi Tom, On Tuesday 02 April 2013 12:50 AM, Tom Rini wrote: On Mon, Apr 01, 2013 at 09:22:41PM +0530, Sricharan R wrote: Now with kernel moving to

Re: [U-Boot] AM3517_EVM, MLO not booting

2013-04-02 Thread James Chandler
Manfred Albert, The patch did work. Thanks, James P.S. Unfortunately my MUA is OWA, and I cannot change the line length myself. From: Manfred Huber [man.hu...@arcor.de] Sent: Tuesday, April 02, 2013 1:25 AM To: James Chandler Cc: u-boot@lists.denx.de;

Re: [U-Boot] [PATCH v11 2/2] Enable btrfs support in mx53loco config

2013-04-02 Thread Adnan Ali
On 02/04/13 17:41, Otavio Salvador wrote: On Tue, Apr 2, 2013 at 12:38 PM, Adnan Ali adnan@codethink.co.uk wrote: On 02/04/13 16:19, Robert Nelson wrote: On Tue, Apr 2, 2013 at 9:17 AM, Adnan Ali adnan@codethink.co.uk wrote: Enable btrfs support in mx53loco config Signed-off-by:

Re: [U-Boot] [PATCH v11 2/2] Enable btrfs support in mx53loco config

2013-04-02 Thread Adnan Ali
On 02/04/13 18:03, Tom Rini wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 04/02/2013 11:52 AM, Robert Nelson wrote: On Tue, Apr 2, 2013 at 10:38 AM, Adnan Ali adnan@codethink.co.uk wrote: On 02/04/13 16:19, Robert Nelson wrote: On Tue, Apr 2, 2013 at 9:17 AM, Adnan Ali

Re: [U-Boot] Potential issue with recent OMAP PRCM struct unification

2013-04-02 Thread Sricharan R
On Tuesday 02 April 2013 10:12 PM, Tom Rini wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 04/02/2013 11:55 AM, Sricharan R wrote: On Tuesday 02 April 2013 08:47 PM, Tom Rini wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 04/02/2013 11:06 AM, Sricharan R wrote: On

[U-Boot] [PATCH] doc/feature-removal-schedule.txt: Add CONFIG_SYS_(CLOCKS|PADS)_ENABLE_ALL

2013-04-02 Thread Tom Rini
We shall remove these OMAP4/5-specific options in v2013.07, barring insufficient progress on the kernel side. Cc: Sricharan R r.sricha...@ti.com Signed-off-by: Tom Rini tr...@ti.com --- doc/feature-removal-schedule.txt | 16 1 file changed, 16 insertions(+) diff --git

Re: [U-Boot] [PATCH] mx6: fsl_esdhc: Fix waiting for DMA operation completion

2013-04-02 Thread Dirk Behme
Am 02.04.2013 17:49, schrieb Eric Nelson: Thanks Andrew, On 04/02/2013 03:04 AM, Andrew Gabbasov wrote: On iMX6 sometimes the Transfer Complete interrupt occurs earlier than the DMA part completes its operation. If immediately after that the read data is used for some data verification, those

Re: [U-Boot] Please pull u-boot-cfi-flash/master

2013-04-02 Thread Tom Rini
On Tue, Apr 02, 2013 at 04:41:24PM +0200, Stefan Roese wrote: Hi Tom, please pull the following patches which have been queued for some time (sorry for the delay): The following changes since commit 5644369450635fa5c2967bee55b1ac41f6e988d0: Merge branch 'ag...@denx.de' of

Re: [U-Boot] [PATCH] mx6: fsl_esdhc: Fix waiting for DMA operation completion

2013-04-02 Thread Gabbasov, Andrew
From: Eric Nelson [eric.nel...@boundarydevices.com] Sent: Tuesday, April 02, 2013 19:49 To: Gabbasov, Andrew Cc: u-boot@lists.denx.de Subject: Re: [U-Boot] [PATCH] mx6: fsl_esdhc: Fix waiting for DMA operation completion Thanks Andrew, On 04/02/2013 03:04 AM, Andrew Gabbasov wrote:

Re: [U-Boot] [PATCH v2 3/6] ubi: ubifs: Turn off verbose prints

2013-04-02 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 04/02/2013 06:46 AM, Stefan Roese wrote: Hi Joe, On 26.03.2013 22:53, Joe Hershberger wrote: The prints are out of control. SILENCE! Signed-off-by: Joe Hershberger joe.hershber...@ni.com --- Changes in v2: - Cleaned up the msg print

Re: [U-Boot] [PATCH] doc/feature-removal-schedule.txt: Add CONFIG_SYS_(CLOCKS|PADS)_ENABLE_ALL

2013-04-02 Thread Michael Cashwell
On Apr 2, 2013, at 1:39 PM, Tom Rini tr...@ti.com wrote: We shall remove these OMAP4/5-specific options in v2013.07, barring insufficient progress on the kernel side. ... +Our expectation is that by v2013.07 a suitable kernel shall exist that does not need these options set for a

Re: [U-Boot] [PATCH] doc/feature-removal-schedule.txt: Add CONFIG_SYS_(CLOCKS|PADS)_ENABLE_ALL

2013-04-02 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 04/02/2013 02:41 PM, Michael Cashwell wrote: On Apr 2, 2013, at 1:39 PM, Tom Rini tr...@ti.com wrote: We shall remove these OMAP4/5-specific options in v2013.07, barring insufficient progress on the kernel side. ... +Our expectation is that

Re: [U-Boot] [Patch v8] Consolidate bool type

2013-04-02 Thread Tom Rini
On Mon, Apr 01, 2013 at 11:29:11AM -0700, York Sun wrote: 'bool' is defined in random places. This patch consolidates them into a single header file include/linux/types.h, using stdbool.h introduced in C99. All other #define, typedef and enum are removed. They are all consistent with true =

  1   2   >