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 condi

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 BDI3

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 Acked-by: Stefan Roese 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 Acked-by: Stefan Roese 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 wrote: > From: Manfred Huber > > 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 before initialization > starts.

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 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: > /usr/local/arm/arm-2011.09/bin/../lib/gcc/arm-none-

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 JT

[U-Boot] [PATCH] biosemu: include 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 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 emulator

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

[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 --- v2: - Add missing spl_boot.c file arch/powerpc/cpu/ppc4xx/Makefile | 4 ++ arch/

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

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

Re: [U-Boot] [PATCH] biosemu: include header

2013-04-02 Thread Albert ARIBAUD
Hi Linus, On Tue, 2 Apr 2013 10:14:14 +0200, Linus Walleij wrote: > This makes sure we have inline functions such as inb/outb that > are used in these two files by including the arch-specific > header. However the ARM version does not provide the > accessors unless the config symbol __io is al

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

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 wrote: > Hi Rajeshwari, > > On Tue, 2 Apr 2013 11:58:42 +0530, Rajeshwari Birje > wrote: > >> Hi Minkyu

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 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 > > Is this a full nam

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

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 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 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 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 4.3): >>

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 wrote: > Hi Albert, > > I am building for Samsung SMDK5250 and toolchain I use is arm-2011.09. > Is it the issue with my toolchain. Apparen

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 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 >> Signed-off-by: Vivek Gautam > > [...] > >> --- a/i

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 > wrote: > >> Hi Albert, >> >> I am building for Samsung SMDK5250 and toolchain I use is

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

[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 Signed-off-by: Simon Glass Signed-off-by: Hung-ying Tyan --- Changes in v4: None Changes in v3: None Changes in v2: - Fixed warnings of exceeding 80 chars in a line. - Added commit message. - Dro

[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 --- Changes in v4: - Added commit message. Changes in v3: None Changes in v2: - Added gpio node to exynos5250.dtsi. - Dropped the period from commit su

[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 Signed-off-by: Simon Glass Signed-off-by: Vincent Palatin Signed-off-by: Hung-ying Tyan --- Changes in v4: - Added cros-ec-keyb.txt. Changes in v3: - Rearranged #include directives in al

[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 Signed-off-by: Randall Spangler Signed-off-by: Simon Glass --- Changes in v4: - Removed old code and comment. Changes in v3: None Changes in v2: - Fixed warnings of exceeding 80 chars in a line. -

[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 Signed-off-by: Vincent Palatin Signed-off-by: Hung-ying Tyan --- Changes in v4: None Changes in v3: None Changes in v2: - Moved code from smdk5250.c (non-FDT) to exynos5-dt.c (FDT). - Moved code f

[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 Signed-off-by: Simon Glass Signed-off-by: Hung-ying Tyan --- Changes in v4: None Changes in v3: None Changes in v2: - Fixed warnings of exceeding 80 chars in a line. - Added Commit message. - Dro

Re: [U-Boot] [PATCH] biosemu: include header

2013-04-02 Thread Linus Walleij
On Tue, Apr 2, 2013 at 10:56 AM, Albert ARIBAUD 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 where this object is com

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

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

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 wrote: > Dear Vivek Gautam, > >> Hi Marek, >> >> Adding CC: Amarendra >> >> On Thu, Mar 28, 2013 at 7:58 PM, Marek Vasut wrote: >> > Dear Vivek Gautam, >> > >> >> Power on root hubs' ports only when they are not yet powered on. >> >> Its seen with

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 wrote: > Dear Vivek Gautam, > >> CC: Amarendra >> >> On Thu, Mar 28, 2013 at 7:58 PM, Marek Vasut wrote: >> > Dear Vivek Gautam, >> > >> >> Fetch the device class into usb device's dwcriptors, >> >> so that the host controller's driver can use thi

Re: [U-Boot] [PATCH] biosemu: include header

2013-04-02 Thread Albert ARIBAUD
Hi Linus, On Tue, 2 Apr 2013 12:09:21 +0200, Linus Walleij wrote: > On Tue, Apr 2, 2013 at 10:56 AM, Albert ARIBAUD > wrote: > > > NAK -- no ARM target needs bios emulation, so basing the #define on ARM > > requirements is incorrect. > > > > Actually, ARM targets build drivers/bios_emulator/li

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 wrote: > > Dear Vivek Gautam, > > > >> Hi Marek, > >> > >> Adding CC: Amarendra > >> > >> On Thu, Mar 28, 2013 at 7:58 PM, Marek Vasut wrote: > >> > Dear Vivek Gautam, > >> > > >> >> Power on root hubs' ports only when

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 > --- > Changes in v2: > - Cleaned up the msg print silencing Thanks. But could you please make these printf's configurable? Either silence them with an config optio

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 wrote: > > On 02/04/13 18:50, Albert ARIBAUD wrote: > > Hi Rajeshwari, > > > > (pleale avoid top-posting, and quote only what is necessary

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 wrote: > From: Fabio Estevam > > No need to call 'mmc dev' twice. > > Signed-off-by: Fabio Estevam Acked-by: Otavio Salvador -- Otavio Salvador O.S. Systems E-mail: ota...@ossystems.com.br http://www.ossystems.com.br

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 wrote: > From: Fabio Estevam > > No need to call 'mmc dev' twice. > > Signed-off-by: Fabio Estevam Acked-by: Otavio Salvador -- Otavio Salvador O.S. Systems E-mail: ota...@ossystems.com.br http://www.ossystems.com.br

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 wrote: > From: Fabio Estevam > > CONFIG_SYS_FSL_USDHC_NUM is not used for wandboard. > > Signed-off-by: Fabio Estevam Acked-by: Otavio Salvador -- Otavio Salvador O.S. Systems E-mail: ota...@ossystems.com.br http://ww

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

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 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. One custom

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

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 Signed-off-by: Arkadiusz Wlodarczyk Signed-off-by: Kyungmin Park Tested-by: Arkadiusz Wlodarczyk Cc: Minkyu Kang --- Changes: Modify autoboot scripts that are included in environment variables of default environment in order to load device tree to memory prior to bo

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

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

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 by

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 for the series Gentle ping on this serie

[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 --- 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 --- a/include/configs/mx53loco.h +++ b/i

[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

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

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. > > http://patchwork.ozlabs.org/patch/1

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

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

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 >> wrote: [snip] >>> Also why are you enabling the non-essential clocks ? >> >> Because I must be able

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

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 wrote: Enable btrfs support in mx53loco config Signed-off-by: Adnan Ali --- include/configs/mx53loco.h |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/configs/mx53loco.h b/in

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 wrote: > Enable btrfs support in mx53loco config > > Signed-off-by: Adnan Ali > --- > include/configs/mx53loco.h |4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/include/configs/mx53loco.h b/include/configs/mx53loco.h > inde

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 cause

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 wrote: > On 02/04/13 16:19, Robert Nelson wrote: >> >> On Tue, Apr 2, 2013 at 9:17 AM, Adnan Ali >> wrote: >>> >>> Enable btrfs support in mx53loco config >>> >>> Signed-off-by: Adnan Ali >>> --- >>> include/configs/mx53loco.h |4 +++- >>> 1 file

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 >>> wrote: > [snip] Also why are you

[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 Cc: Tom Rini Cc: Ilya Yanok Cc: Scott Wood --- since v1: unchanged arch/arm/include/asm/arch-omap3/cpu.h |6 ++ 1 file changed, 6 insertions(+) diff --git a/arch/arm/include/

[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 Bießm

[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 Cc: Tom Rini Cc: Ilya Yanok Cc: Scott Wood --- since v1: * minor comment changes arch/arm/

[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() als

[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 Cc: Tom Rini Cc: Thomas Weber Cc: Ilya Yanok Cc: Scott Wood --- since v1: * reduce SPL stack size (increase code segment) include/configs/tricorder.h | 13 + 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/include/configs/tricorder

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

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 RF

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

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 wrote: > Enable btrfs support in mx53loco config > > Signed-off-by: Adnan Ali NACK! This break current uses. -- Otavio Salvador O.S. Systems E-mail: ota...@ossystems.com.br http://www.ossystems.com.br Mobile: +55 53 9981-7

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 wrote: > On 02/04/13 16:19, Robert Nelson wrote: >> >> On Tue, Apr 2, 2013 at 9:17 AM, Adnan Ali >> wrote: >>> >>> Enable btrfs support in mx53loco config >>> >>> Signed-off-by: Adnan Ali >>> --- >>> include/configs/mx53loco.h |4 +++- >>> 1 file

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 w

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 > wrote: >> On 02/04/13 16:19, Robert Nelson wrote: >>> >>> On Tue, Apr 2, 2013 at 9:17 AM, Adnan Ali >>> wrote: Enable btrfs support in mx53loco co

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

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

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 wrote: On 02/04/13 16:19, Robert Nelson wrote: On Tue, Apr 2, 2013 at 9:17 AM, Adnan Ali wrote: Enable btrfs support in mx53loco config Signed-off-by: Adnan Ali --- include/configs/mx53loco.h |4 +++

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 wrote: On 02/04/13 16:19, Robert Nelson wrote: On Tue, Apr 2, 2013 at 9:17 AM, Adnan Ali wrote: Enable btrfs support in m

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 wr

[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 Signed-off-by: Tom Rini --- doc/feature-removal-schedule.txt | 16 1 file changed, 16 insertions(+) diff --git a/doc/feature-removal-schedule.txt b/d

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 o

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 g

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

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 --- >> Changes in v2: - Cleaned up the msg print silencing > > T

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

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 wrote: > >> We shall remove these OMAP4/5-specific options in v2013.07, >> barring insufficient progress on the kernel side. ... +Our >> expectation is that by v20

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

Re: [U-Boot] [PATCH 2/2] OMAP4/5: I2C: New I2C driver files added

2013-04-02 Thread Tom Rini
On Fri, Mar 29, 2013 at 06:36:40PM +0200, Lubomir Popov wrote: > New I2C driver that fixes read-related issues with some types > of I2C chips. The i2c_read function now performs bulk read of > the requested number of bytes in a single transaction and > completes much faster. Whether to use Stop-St

[U-Boot] [PATCH] Tegra: Split tegra_get_chip_type() into _soc and _sku functions

2013-04-02 Thread Tom Warren
As suggested by Stephen Warren, use tegra_get_soc_type() to return the pure CHIPID for a Tegra SoC (i.e. 0x20 for Tegra20, 0x30 for Tegra30, etc.) and rename tegra_get_chip_type() to reflect its true function, i.e. tegra_get_soc_sku(), which returns an ID like TEGRA_SOC_T25, TEGRA_SOC_T33, etc. Si

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

2013-04-02 Thread Tom Rini
On Tue, Apr 02, 2013 at 06:05:53PM +0200, Andreas Bie??mann wrote: > This patch adds the BCH result registers to register mapping for OMAP3 gpmc. > > Signed-off-by: Andreas Bie??mann > Cc: Tom Rini > Cc: Ilya Yanok > Cc: Scott Wood Reviewed-by: Tom Rini -- Tom signature.asc Description:

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

2013-04-02 Thread Tom Rini
On Tue, Apr 02, 2013 at 06:05:54PM +0200, Andreas Bie??mann wrote: > 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

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

2013-04-02 Thread Tom Rini
On Tue, Apr 02, 2013 at 06:05:55PM +0200, Andreas Bie??mann wrote: > 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 > Cc: Tom Rini >

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

2013-04-02 Thread Tom Rini
On Tue, Apr 02, 2013 at 06:05:56PM +0200, Andreas Bie??mann wrote: > 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 differne

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

2013-04-02 Thread Tom Rini
On Tue, Apr 02, 2013 at 06:05:57PM +0200, Andreas Bie??mann wrote: > 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 > pro

Re: [U-Boot] [PATCH] Tegra: Split tegra_get_chip_type() into _soc and _sku functions

2013-04-02 Thread Stephen Warren
On 04/02/2013 02:55 PM, Tom Warren wrote: > As suggested by Stephen Warren, use tegra_get_soc_type() to return > the pure CHIPID for a Tegra SoC (i.e. 0x20 for Tegra20, 0x30 for > Tegra30, etc.) and rename tegra_get_chip_type() to reflect its true > function, i.e. tegra_get_soc_sku(), which returns

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 11:21 AM, Gabbasov, Andrew wrote: 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 And

[U-Boot] PPC4XX Custom Board - Failing to read I2C

2013-04-02 Thread txcotrader
Hello, I'm looking for some direction. I'm trying to update my version of u-boot for a custom board based off of the PPC460SX. I'm struggling to understand why I cannot get past reading the I2C on the DIMM. I'm receiving this error: CPU: AMCC PowerPC 460SX Rev. A at 231.291 MHz (PLB=33 OPB=16 E

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

2013-04-02 Thread Eric Nelson
Thanks Dirk, On 04/02/2013 11:10 AM, Dirk Behme wrote: 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

  1   2   >