Re: [U-Boot] [PATCH] tegra2: Fix out-of-tree build for Ventana.

2011-12-21 Thread Wolfgang Denk
Dear Thierry Reding, In message <1321523302-4761-1-git-send-email-thierry.red...@avionic-design.de> you wrote: > Since Ventana is derived from Seaboard and requires seaboard.c to build, > make sure board/nvidia/seaboard is created in the build tree. > > Signed-off-by: Thierry Reding > --- > bo

Re: [U-Boot] [PATCH] tegra2: Fix out-of-tree build for Ventana.

2011-12-21 Thread Wolfgang Denk
Dear Thierry Reding, In message <1321523302-4761-1-git-send-email-thierry.red...@avionic-design.de> you wrote: > Since Ventana is derived from Seaboard and requires seaboard.c to build, > make sure board/nvidia/seaboard is created in the build tree. > > Signed-off-by: Thierry Reding > --- > bo

Re: [U-Boot] [PATCH V2] arm: Tegra: Fix Harmony and Ventana builds in u-boot-tegra/master

2011-12-21 Thread Wolfgang Denk
Dear Tom Warren, In message <1324414465-7999-1-git-send-email-twar...@nvidia.com> you wrote: > Seaboard changes have removed the need for common/board.o in the > Makefile. Propagate this change to the other Tegra2 builds. > > Signed-off-by: Tom Warren > --- > V2: Add more info to commit msg abou

Re: [U-Boot] [PATCH V4 1/2] ehci-omap: driver for EHCI host on OMAP3

2011-12-21 Thread Govindraj
Hi IIya Yanok, Sorry for late comments. On Tue, Dec 13, 2011 at 4:45 AM, Ilya Yanok wrote: > Taken from Beagle code. Tested on mcx board (AM3517-based). > > Signed-off-by: Ilya Yanok > --- > Changes from V3: >  - None > Changes from V2: >  - None > Changes from V1: >  - CONFIG_OMAP_EHCI_PHYx_RE

Re: [U-Boot] Where I'm going with x86 board.c

2011-12-21 Thread Simon Glass
Hi Graeme, On Tue, Dec 20, 2011 at 4:06 AM, Graeme Russ wrote: > With Simon's work on generic relocation support, I thought I would throw in > what I am planning for arch/x86/lib/board.c > > Now this is not a patch, it is a work-in-progress complete version of the > file (compiles, will test soon

Re: [U-Boot] [PATCH v2 4/6] reboard: arm: Add processor function library

2011-12-21 Thread Simon Glass
Hi Albert, On Sun, Dec 11, 2011 at 9:24 PM, Simon Glass wrote: > Hi Albert, > > On Sun, Dec 11, 2011 at 6:16 AM, Albert ARIBAUD > wrote: >> Hi Simon, >> >> Le 10/12/2011 20:16, Simon Glass a écrit : >> >>> Add a library to hold ARM assembler code which is generic across all >>> ARM CPUs. At firs

Re: [U-Boot] [PATCH] arm: Tidy up of PRAM init to use getenv_f()

2011-12-21 Thread Simon Glass
Hi Albert, On Mon, Dec 19, 2011 at 2:09 AM, Albert ARIBAUD wrote: > Hi Simon, > > Le 10/10/2011 22:24, Simon Glass a écrit : > >> It seems that few people use CONFIG_PRAM on ARM. The getenv_r() function >> has >> been renamed to getenv_f(). > > > Please correct the commit message: it does not ren

[U-Boot] FW: FW: [PATCH v3] AT91: pio: Add PIO3 features

2011-12-21 Thread Xu, Hong
Hi Wolfgang, Any suggestion or feedback? BR, Eric -Original Message- From: u-boot-boun...@lists.denx.de [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Xu, Hong Sent: Wednesday, December 14, 2011 2:24 PM To: w...@denx.de; albert.u.b...@aribaud.net Cc: u-boot@lists.denx.de; Lin, JM; Vi

Re: [U-Boot] [PATCH] USB: add CONFIG_USB_INIT to autoinitialize USB before main_loop

2011-12-21 Thread Marek Vasut
> This allows systems to pause autoboot with USB keyboard. Tested on > tegra2 seaboard. > > Signed-off-by: Allen Martin Can't you just add "usb reset" to preboot env? M > --- > README |5 + > arch/arm/lib/board.c |9 + > 2 files changed, 14 insertions(+), 0 d

Re: [U-Boot] Building uImage with multiple load addresses

2011-12-21 Thread Marek Vasut
> On 12/21/2011 03:20 PM, Fabio Estevam wrote: > > On Wed, Dec 21, 2011 at 7:24 PM, Fabio Estevam wrote: > >> Hi, > >> > >> When trying to build imx_v4_v5_defconfig, or mx3_defconfig, or > >> mx5_defconfig on a 3.2-rc6 kernel I get: > >> ... > >> multiple load addresses: 0x80008000 0x80008000 0x1

[U-Boot] [PATCH] USB: add CONFIG_USB_INIT to autoinitialize USB before main_loop

2011-12-21 Thread Allen Martin
This allows systems to pause autoboot with USB keyboard. Tested on tegra2 seaboard. Signed-off-by: Allen Martin --- README |5 + arch/arm/lib/board.c |9 + 2 files changed, 14 insertions(+), 0 deletions(-) diff --git a/README b/README index 882483b..40e8481 10

Re: [U-Boot] Building uImage with multiple load addresses

2011-12-21 Thread Stephen Warren
On 12/21/2011 03:20 PM, Fabio Estevam wrote: > On Wed, Dec 21, 2011 at 7:24 PM, Fabio Estevam wrote: >> Hi, >> >> When trying to build imx_v4_v5_defconfig, or mx3_defconfig, or >> mx5_defconfig on a 3.2-rc6 kernel I get: >> ... >> multiple load addresses: 0x80008000 0x80008000 0x10008000 >> This i

[U-Boot] [PATCH] kirkwood_spi: small fixes

2011-12-21 Thread Michael Walle
- use proper defines for the control register - deactivate CS properly - instead of polling the IRQ status bit use SPI status bit directly - add comments Signed-off-by: Michael Walle Cc: Prafulla Wadaskar --- drivers/spi/kirkwood_spi.c | 14 +++--- 1 files changed, 7 insertions(+), 7

Re: [U-Boot] Building uImage with multiple load addresses

2011-12-21 Thread Fabio Estevam
On Wed, Dec 21, 2011 at 7:24 PM, Fabio Estevam wrote: > Hi, > > When trying to build imx_v4_v5_defconfig, or mx3_defconfig, or > mx5_defconfig on a 3.2-rc6 kernel I get: > >  Kernel: arch/arm/boot/Image is ready >  Kernel: arch/arm/boot/zImage is ready > multiple load addresses: 0x80008000 0x80008

Re: [U-Boot] [PATCHv2 02/10] mkenvimage: correct and clarify comments and error messages

2011-12-21 Thread David Wagner
Le 21/12/2011 08:41, Thomas Petazzoni a écrit : Seems like your forgot to resolve some conflicts. A compile test would have detected those issues. Regards, Thomas Ow. right... However, I will first wait for Horst's patch 3/4 (print program basename instead of whole path in usage()) to be ap

[U-Boot] [PATCH, v3] Print program basename instead of whole path in usage()

2011-12-21 Thread Horst Kronstorfer
Signed-off-by: Horst Kronstorfer --- Changes for v2: - Use the GNU version of basename(). - Rebase against branch 'next.' Changes for v3: - Rebase against branch 'master.' tools/mkenvimage.c | 12 +--- 1 files changed, 9 insertions(+), 3 deletions(-) diff --git a/tools/mkenvi

[U-Boot] Building uImage with multiple load addresses

2011-12-21 Thread Fabio Estevam
Hi, When trying to build imx_v4_v5_defconfig, or mx3_defconfig, or mx5_defconfig on a 3.2-rc6 kernel I get: Kernel: arch/arm/boot/Image is ready Kernel: arch/arm/boot/zImage is ready multiple load addresses: 0x80008000 0x80008000 0x10008000 This is incompatible with uImages Specify LOADADDR o

Re: [U-Boot] [PATCH] tegra: mmc: Support operation with dcache enabled

2011-12-21 Thread Stephen Warren
Simon Glass wrote at Wednesday, December 21, 2011 1:03 PM: > When the data cache is enabled we must flush on write and invalidate > on read. We also check that buffers are aligned to data cache lines > boundaries. With recent work in U-Boot this should generally be the case > but the warnings will

Re: [U-Boot] AES128 in U-Boot

2011-12-21 Thread Simon Glass
Hi Mike, Matthias, On Thu, Dec 15, 2011 at 11:29 AM, Mike Frysinger wrote: > On Thursday 15 December 2011 02:30:40 Simon Glass wrote: >> I am wanting to add an AES encryption library to U-Boot. I suppose it >> should be written in C, with small compiled code/data size (rather >> than high perform

[U-Boot] [PATCH] tegra: mmc: Support operation with dcache enabled

2011-12-21 Thread Simon Glass
When the data cache is enabled we must flush on write and invalidate on read. We also check that buffers are aligned to data cache lines boundaries. With recent work in U-Boot this should generally be the case but the warnings will catch problems. Signed-off-by: Simon Glass --- drivers/mmc/tegra

[U-Boot] [PATCH] ext2: Cache line align indirection buffers

2011-12-21 Thread Simon Glass
Make ext2 use cache line aligned buffers for reading from the filesystem. This is needed when caches are enabled because unaligned cache invalidates are not safe. Signed-off-by: Simon Glass --- fs/ext2/ext2fs.c | 18 -- 1 files changed, 12 insertions(+), 6 deletions(-) diff --

[U-Boot] Starting point of uboot learning from scratch..pls help

2011-12-21 Thread Anand Anand
___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [STATUS] -rc3 is out

2011-12-21 Thread Wolfgang Denk
Hello everybody, I have just pushed out -rc3, so we have two more days for testing before the release of v2011.12 Please check that everythink looks as expected, and that all your important bug fixes have been merged. Thanks. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH,

Re: [U-Boot] [PATCH] arm: Tegra: fix undefined instruction hang immediately after reset

2011-12-21 Thread Wolfgang Denk
Dear Tom Warren, In message <1323212419-21023-1-git-send-email-twar...@nvidia.com> you wrote: > commit 0d479b53 (Aneesh V) added code for OMAP4 that doesn't > execute on Tegra, due to the AVP (ARM7TDI) not having a CP15. > Result was an undefined instruction hang just after reset. > > Signed-off-

Re: [U-Boot] [PATCH v2] Print program basename instead of whole path in usage()

2011-12-21 Thread Wolfgang Denk
Dear Horst Kronstorfer, In message <1324469157-18032-1-git-send-email-hkron...@frequentis.com> you wrote: > Signed-off-by: Horst Kronstorfer > --- > Changes for v2: >- Use the GNU version of basename(). >- Rebased against branch 'next.' > > tools/mkenvimage.c | 14 ++ > 1

[U-Boot] [PATCH 3/3] microblaze: Wire up LL_TEMAC driver initialization

2011-12-21 Thread Stephan Linz
From: Michal Simek Initialize ll_temac driver. Signed-off-by: Michal Simek Signed-off-by: Stephan Linz --- .../xilinx/microblaze-generic/microblaze-generic.c | 16 1 files changed, 16 insertions(+), 0 deletions(-) diff --git a/board/xilinx/microblaze-generic/microblaze-gen

[U-Boot] [PATCH 2/3] microblaze: Enable phylib and mii support

2011-12-21 Thread Stephan Linz
From: Michal Simek Signed-off-by: Michal Simek Signed-off-by: Stephan Linz --- include/configs/microblaze-generic.h | 21 + 1 files changed, 21 insertions(+), 0 deletions(-) diff --git a/include/configs/microblaze-generic.h b/include/configs/microblaze-generic.h index 5

[U-Boot] [PATCH 1/3] microblaze: Enable several ethernet driver compilation

2011-12-21 Thread Stephan Linz
From: Michal Simek NET_MULTI enables to use several ethernet drivers but microblaze-generic platform config file select only one driver. Signed-off-by: Michal Simek Signed-off-by: Stephan Linz --- include/configs/microblaze-generic.h |9 + 1 files changed, 5 insertions(+), 4 delet

Re: [U-Boot] [PATCH] doc/mkimage.1: Fix some typos

2011-12-21 Thread Wolfgang Denk
Dear Horst Kronstorfer, In message <1324477883-26678-1-git-send-email-hkron...@frequentis.com> you wrote: > Signed-off-by: Horst Kronstorfer > --- > doc/mkimage.1 | 12 ++-- > 1 files changed, 6 insertions(+), 6 deletions(-) Applied, thanks. Best regards, Wolfgang Denk -- DENX So

Re: [U-Boot] [PATCH v7] net: ll_temac: Add LL TEMAC driver to u-boot

2011-12-21 Thread Stephan Linz
Am Dienstag, den 20.12.2011, 23:56 +0100 schrieb Wolfgang Denk: > Dear Stephan Linz, Hello Wolfgang, > > In message <1322771978-22008-2-git-send-email-l...@li-pro.net> you wrote: > > Xilinx LocalLink Tri-Mode Ether MAC driver can be > > used by Xilinx Microblaze or Xilinx ppc405/440 in > > SDMA

[U-Boot] Uboot build system question

2011-12-21 Thread Bharath H S
Hi all, I had a question regarding uboot build system. One starts a build for platform1 and without cleaning tree builds for platform2, what is the expected result? make _config make _config Is the final product build of platform2 or goes to inconsistent state or implementation dependent? In linux

[U-Boot] [PATCH v2 3/3] usb_storage: Fix EHCI "out of buffer pointers" with CD-ROM

2011-12-21 Thread Kyle Moffett
When performing large bulk reads from a CD or DVD using the U-Boot usb_storage driver, it generates requests of up to 20 blocks at a time. With a standard 512-byte block size, that is 10240 bytes and within the limit of U-Boot's EHCI driver (maximum 5 pages at 4k per page). Unfortunately CD-ROM m

[U-Boot] [PATCH v2 2/3] fs/fat: Improve error handling

2011-12-21 Thread Kyle Moffett
The FAT filesystem fails silently in inexplicable ways when given a filesystem with a block-size that does not match the device sector size. In theory this is not an unsupportable combination but requires a major rewrite of a lot of the filesystem. Until that occurs, the filesystem should detect t

[U-Boot] [PATCH v2 1/3] fs/fat: Fix FAT detection to support non-DOS partition tables

2011-12-21 Thread Kyle Moffett
The FAT filesystem code currently ends up requiring that the partition table be a DOS MBR, as it checks for the DOS 0x55 0xAA signature on the partition table (which may be Mac, EFI, ISO9660, etc) before actually computing the partition offset. This fixes support for accessing a FAT filesystem in

[U-Boot] [PATCH v2 0/3] Enable access to FAT filesystem in an ISO9660 El-Torito volume

2011-12-21 Thread Kyle Moffett
This series fixes several bugs in the FAT code and the USB storage stack to make it possible to read from a FAT filesystem image embedded as an "El-Torito boot image" in an ISO9660 volume (IE: a CD or DVD). This has been tested on the eXMeritus HWW-1U-1A I've addressed the review commentary on th

Re: [U-Boot] [PATCH] doc/mkimage.1: Fix some typos

2011-12-21 Thread Mike Frysinger
Acked-by: Mike Frysinger -mike signature.asc Description: This is a digitally signed message part. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH] arm: Tegra: fix undefined instruction hang immediately after reset

2011-12-21 Thread Tom Warren
Thanks, Aneesh. On Wed, Dec 21, 2011 at 1:02 AM, Aneesh V wrote: > Hi Tom, > > > On Wednesday 07 December 2011 04:30 AM, Tom Warren wrote: >> >> commit 0d479b53 (Aneesh V) added code for OMAP4 that doesn't >> execute on Tegra, due to the AVP (ARM7TDI) not having a CP15. >> Result was an undefined

Re: [U-Boot] [PATCH 3/3] ARM:AM33XX: Add SPL support for AM335X EVM

2011-12-21 Thread Tom Rini
On Wed, Dec 21, 2011 at 8:55 AM, Aneesh V wrote: > On Wednesday 21 December 2011 09:16 PM, Tom Rini wrote: >> >> On Wed, Dec 21, 2011 at 6:03 AM, Chandan Nath  wrote: >>> >>> This patch is added to support SPL feature on AM335X >>> platform. In this patch, MMC1 is configured as boot >>> device for

Re: [U-Boot] [PATCH 3/3] ARM:AM33XX: Add SPL support for AM335X EVM

2011-12-21 Thread Aneesh V
On Wednesday 21 December 2011 09:16 PM, Tom Rini wrote: On Wed, Dec 21, 2011 at 6:03 AM, Chandan Nath wrote: This patch is added to support SPL feature on AM335X platform. In this patch, MMC1 is configured as boot device for SPL and support for other devices will be added in the next patch seri

Re: [U-Boot] [PATCH 0/3] Added SPL support

2011-12-21 Thread Tom Rini
On Wed, Dec 21, 2011 at 6:03 AM, Chandan Nath wrote: > This patch series is submitted to add support for MMC/SD along > with SPL support. Also, fixed incorrect register offset of > ddr and timer registers. > > The patches have been compile tested and run on AM335X EVM. > > The patches depends on p

Re: [U-Boot] [PATCH 3/3] ARM:AM33XX: Add SPL support for AM335X EVM

2011-12-21 Thread Tom Rini
On Wed, Dec 21, 2011 at 6:03 AM, Chandan Nath wrote: > This patch is added to support SPL feature on AM335X > platform. In this patch, MMC1 is configured as boot > device for SPL and support for other devices will be > added in the next patch series. [snip] > +#ifdef CONFIG_SPL_BUILD > +u32 am33xx

Re: [U-Boot] u-boot jumps to some location

2011-12-21 Thread Aneesh V
On Wednesday 21 December 2011 05:14 PM, Stefano Babic wrote: On 21/12/2011 12:36, siddharth baisane wrote: Hi, I have generated u-boot-spl.bin but when I am trying to load it using code composer studio it is giving me error saying "could not determine target type of file". Please try loading u

Re: [U-Boot] [PATCH 1/3] ARM:AM33XX: Fix ddr and timer register offset

2011-12-21 Thread Tom Rini
On Wed, Dec 21, 2011 at 6:03 AM, Chandan Nath wrote: > This patch is added to update incorrect ddr, pll and timer > register offset along with some additional cleanup like > removing unused code. Also, generic CONFIG_AM33XX symbol > is added for AM33XX platform. [snip] > diff --git a/include/confi

Re: [U-Boot] [PATCH 2/3] ARM:AM33XX: Add mmc/sd support

2011-12-21 Thread Tom Rini
On Wed, Dec 21, 2011 at 6:03 AM, Chandan Nath wrote: > This patch add supports for mmc/sd driver on AM335X platform. > PLL and pinmux configurations for mmc/sd are configured in this > patch. > > Signed-off-by: Chandan Nath > Signed-off-by: Tom Rini > --- >  arch/arm/cpu/armv7/am33xx/board.c    

[U-Boot] [PATCH] arm, davinci: Change byte order of RTC kick register values

2011-12-21 Thread Christian Riesch
Now the values in the defines agree with those in the manuals. Signed-off-by: Christian Riesch Cc: Tom Rini Cc: Heiko Schocher --- arch/arm/include/asm/arch-davinci/hardware.h |4 ++-- board/enbw/enbw_cmc/enbw_cmc.c |4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-

[U-Boot] [PATCH] doc/mkimage.1: Fix some typos

2011-12-21 Thread Horst Kronstorfer
Signed-off-by: Horst Kronstorfer --- doc/mkimage.1 | 12 ++-- 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/mkimage.1 b/doc/mkimage.1 index f27da6b..800aed4 100644 --- a/doc/mkimage.1 +++ b/doc/mkimage.1 @@ -9,13 +9,13 @@ mkimage \- Generate image for U-Boot The .

Re: [U-Boot] [PATCH v4 1/5] arm, davinci: move davinci_rtc struct to hardware.h

2011-12-21 Thread Christian Riesch
Hello Heiko, On Tue, Nov 29, 2011 at 1:33 PM, Heiko Schocher wrote: > move struct davinci_rtc to arch/arm/include/asm/arch-davinci/hardware.h > and add RTC_KICK0R_WE, RTC_KICK1R_WE defines, > so they are global useable. > > Signed-off-by: Heiko Schocher > Cc: Sandeep Paulraj [...] > diff --gi

[U-Boot] [PATCH 3/3] ARM:AM33XX: Add SPL support for AM335X EVM

2011-12-21 Thread Chandan Nath
This patch is added to support SPL feature on AM335X platform. In this patch, MMC1 is configured as boot device for SPL and support for other devices will be added in the next patch series. Signed-off-by: Chandan Nath Signed-off-by: Tom Rini --- arch/arm/cpu/armv7/am33xx/board.c |

[U-Boot] [PATCH 2/3] ARM:AM33XX: Add mmc/sd support

2011-12-21 Thread Chandan Nath
This patch add supports for mmc/sd driver on AM335X platform. PLL and pinmux configurations for mmc/sd are configured in this patch. Signed-off-by: Chandan Nath Signed-off-by: Tom Rini --- arch/arm/cpu/armv7/am33xx/board.c |7 + arch/arm/cpu/armv7/am33xx/clock.c

[U-Boot] [PATCH 0/3] Added SPL support

2011-12-21 Thread Chandan Nath
This patch series is submitted to add support for MMC/SD along with SPL support. Also, fixed incorrect register offset of ddr and timer registers. The patches have been compile tested and run on AM335X EVM. The patches depends on previous patch series which was submitted for supporting AM33xx pla

[U-Boot] [PATCH 1/3] ARM:AM33XX: Fix ddr and timer register offset

2011-12-21 Thread Chandan Nath
This patch is added to update incorrect ddr, pll and timer register offset along with some additional cleanup like removing unused code. Also, generic CONFIG_AM33XX symbol is added for AM33XX platform. Signed-off-by: Chandan Nath Signed-off-by: Tom Rini --- arch/arm/cpu/armv7/am33xx/board.c

[U-Boot] [PATCH v2] Print program basename instead of whole path in usage()

2011-12-21 Thread Horst Kronstorfer
Signed-off-by: Horst Kronstorfer --- Changes for v2: - Use the GNU version of basename(). - Rebased against branch 'next.' tools/mkenvimage.c | 14 ++ 1 files changed, 10 insertions(+), 4 deletions(-) diff --git a/tools/mkenvimage.c b/tools/mkenvimage.c index 753d9e6..6a6a39

Re: [U-Boot] u-boot jumps to some location

2011-12-21 Thread Stefano Babic
On 21/12/2011 12:36, siddharth baisane wrote: > Hi, > I have generated u-boot-spl.bin but when I am trying to load it using > code composer studio it is giving me error saying "could not determine > target type of file". Please send your answer always to the ML. Sorry, I cannot help - I do not kn

Re: [U-Boot] Boot Count Support for MPC8377E

2011-12-21 Thread Wolfgang Denk
Dear Sridhar Addagada, In message <1324466163.95750.yahoomail...@web120204.mail.ne1.yahoo.com> you wrote: > > Freescale folks! no suggestions:( Please try and contact your local Freescale FAE. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zund

Re: [U-Boot] Boot Count Support for MPC8377E

2011-12-21 Thread Sridhar Addagada
Freescale folks! no suggestions:( From: Sridhar Addagada To: "u-boot@lists.denx.de" Sent: Tuesday, December 20, 2011 8:59 AM Subject: Boot Count Support for MPC8377E It's been almost a month and have not heard any suggestions from anyone.. Can Freescale fo

Re: [U-Boot] [PATCH 3/4] mkenvimage: Print program basename instead of whole path in usage()

2011-12-21 Thread Wolfgang Denk
Dear KRONSTORFER Horst, In message <024fe3275ef7814d9b07390f28c0832c63a24...@vie196nt.frequentis.frq> you wrote: > > > > + /* Parse program basename */ > > > + prg = strrchr(argv[0], '/'); > > > + prg = (prg) ? prg + 1 : argv[0]; > > > > Any reason for not using basename() here? > > i'm just us

[U-Boot] [PATCH] USB: relax usbcore reset timings

2011-12-21 Thread Wolfgang Grandegger
From: Wolfgang Grandegger Following the corresponding Linux code, this patch relaxes reset timings waiting at least 100ms after power to the ports. There are some reports that it helps make enumeration work better on some high speed devices. Furthermore, the wait is only done once after power has

[U-Boot] [PATCH] avoid flash writes for new keys, with no values with fw_setenv

2011-12-21 Thread Sridhar Addagada
This will avoid flash writes for fw_setenv command where the key is not present the environment and no value has been provided. Signed-off-by: Sridhar Addagada --- tools/env/fw_env.c | 11 ++- 1 files changed, 6 insertions(+), 5 deletions(-) diff --git a/tools/env/fw_env.c b/tools/env/

Re: [U-Boot] [PATCH 0/9] mkenvimage: v10/v11 diff split into several patches

2011-12-21 Thread Stefano Babic
On 21/12/2011 02:04, David Wagner wrote: > Hi, > > I re-sent 2 patches that didn't apply anymore on top of next (v2 2/10 > and v2 3/10) ; the others should be fine. > > I also sent one more patch ([PATCH 09/10] Correctly handle input files > beginning with several newlines) > > Could you please

Re: [U-Boot] [PATCH] arm: Tegra: fix undefined instruction hang immediately after reset

2011-12-21 Thread Aneesh V
Hi Tom, On Wednesday 07 December 2011 04:30 AM, Tom Warren wrote: commit 0d479b53 (Aneesh V) added code for OMAP4 that doesn't execute on Tegra, due to the AVP (ARM7TDI) not having a CP15. Result was an undefined instruction hang just after reset. Signed-off-by: Tom Warren Cc: Albert Aribaud Cc