[U-Boot] [PATCH] serial: CONSOLE macro is not used

2012-08-10 Thread Michal Simek
Signed-off-by: Michal Simek --- drivers/serial/serial.c |3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/drivers/serial/serial.c b/drivers/serial/serial.c index 0d6ad62..b10bab7 100644 --- a/drivers/serial/serial.c +++ b/drivers/serial/serial.c @@ -84,9 +84,6 @@ static N

[U-Boot] [PATCH v3] arm: rmobile: Add basic support for Renesas R-Mobile

2012-08-10 Thread Nobuhiro Iwamatsu
This patch adds minimum support for R-Mobile. Only minimal support with timer. This CPU can uses the peripheral of Renesas SuperH. Signed-off-by: Nobuhiro Iwamatsu Signed-off-by: Nobuhiro Iwamatsu --- v3: Remove white space. arch/arm/cpu/armv7/rmobile/Makefile | 48 + ar

[U-Boot] [PATCH v2] arm: rmobile: Add support Renesas R8A7740

2012-08-10 Thread Nobuhiro Iwamatsu
Renesas R8A7740 is CPU with Cortex-A9. This supports the basic register definition and GPIO. Signed-off-by: Hideyuki Sano Signed-off-by: Nobuhiro Iwamatsu --- v2: Set COBJS one object per line, and sort the list. arch/arm/cpu/armv7/rmobile/Makefile |2 + arch/arm/cpu/armv7/rmobi

[U-Boot] [PATCH v2] arm: rmobile: Add support Renesas SH73A0

2012-08-10 Thread Nobuhiro Iwamatsu
Renesas SH73A0 is CPU with Cortex-A9. This supports the basic register definition and GPIO. Signed-off-by: Nobuhiro Iwamatsu Signed-off-by: Nobuhiro Iwamatsu --- v2: Set COBJS one object per line, and sort the list. Remove ICCICR and ICCPMR. Remove white space. arch/arm/cpu/armv

[U-Boot] [PATCH 25/37] arm: rmobile: Add support TMU base timer function

2012-08-10 Thread Nobuhiro Iwamatsu
Some rmobile SoC has TMU base timer function. This supports TMU. Signed-off-by: Nobuhiro Iwamatsu --- V2: Set COBJS one object per line, and sort the list. arch/arm/cpu/armv7/rmobile/Makefile |4 +- arch/arm/cpu/armv7/rmobile/timer_tmu.c| 161 + a

[U-Boot] [PATCH v2] sh: Add support pin function control using GPIO

2012-08-10 Thread Nobuhiro Iwamatsu
Renesas SH and R-Mobile set up device using PFC. This provide the framework. Most codes were brought from linux kernel. Signed-off-by: Nobuhiro Iwamatsu Signed-off-by: Nobuhiro Iwamatsu --- v2: Remove remove dead code. Remove typedef. clean checkpatch. drivers/gpio/Makefile |1 + dri

[U-Boot] [PATCH] microblaze: Call spi_init function

2012-08-10 Thread Michal Simek
Initialization spi. Signed-off-by: Michal Simek --- arch/microblaze/lib/board.c |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/arch/microblaze/lib/board.c b/arch/microblaze/lib/board.c index 674b573..ef4bac4 100644 --- a/arch/microblaze/lib/board.c +++ b/arch/microb

Re: [U-Boot] [PATCH v2 1/7] microblaze: Add support for device tree driven board configuration

2012-08-10 Thread Michal Simek
On 08/07/2012 10:10 PM, Stephan Linz wrote: Am Montag, den 06.08.2012, 09:46 +0200 schrieb Michal Simek: This is minimum code required to be able to use device-tree for u-boot initialization. Currently only for device driver initialization. Linker script change ensures DTB to be aligned for bot

Re: [U-Boot] [PATCH 2/2] rmobile: Add README

2012-08-10 Thread Nobuhiro Iwamatsu
Hi, On Fri, Aug 10, 2012 at 2:03 AM, Tom Rini wrote: > On Thu, Aug 09, 2012 at 11:30:24PM +0900, Nobuhiro Iwamatsu wrote: >> This add README of Renesas RMOBILE. >> Based doc/README.omap3. >> >> Signed-off-by: Nobuhiro Iwamatsu >> --- >> doc/README.rmobile | 46

[U-Boot] [PATCH v3] arm: rmobile: Add support Renesas SH73A0

2012-08-10 Thread Nobuhiro Iwamatsu
Renesas SH73A0 is CPU with Cortex-A9. This supports the basic register definition and GPIO. Signed-off-by: Nobuhiro Iwamatsu Signed-off-by: Nobuhiro Iwamatsu --- V3: Revert ICCICR. arch/arm/cpu/armv7/rmobile/Makefile | 17 +- arch/arm/cpu/armv7/rmobile/board.c | 3

[U-Boot] [PATCH 1/6] davinci: ea20: reorganisation LCD startup

2012-08-10 Thread Bastian Ruppert
Signed-off-by: Bastian Ruppert CC: Tom Rini CC: Stefano Babic --- board/davinci/ea20/ea20.c | 23 +++ 1 files changed, 15 insertions(+), 8 deletions(-) diff --git a/board/davinci/ea20/ea20.c b/board/davinci/ea20/ea20.c index 7e00040..69307e4 100644 --- a/board/davinci/ea2

[U-Boot] [PATCH 2/6] davinci: ea20: the console is always set to the serial line

2012-08-10 Thread Bastian Ruppert
Do not allow to overwrite it when video is enabled. Signed-off-by: Bastian Ruppert CC: Tom Rini CC: Stefano Babic --- board/davinci/ea20/ea20.c | 11 +-- include/configs/ea20.h|2 ++ 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/board/davinci/ea20/ea20.c b/b

[U-Boot] [PATCH 3/6] video: cfb_console: logo can be positioned via the splashpos variable

2012-08-10 Thread Bastian Ruppert
Signed-off-by: Bastian Ruppert CC: Anatolij Gustschin CC: Tom Rini CC: Stefano Babic --- drivers/video/cfb_console.c | 61 --- 1 files changed, 40 insertions(+), 21 deletions(-) diff --git a/drivers/video/cfb_console.c b/drivers/video/cfb_console.c in

[U-Boot] [PATCH 5/6] da850/omap-l138: davinci_emac: Suppress auto negotiation if needed

2012-08-10 Thread Bastian Ruppert
>From this commit id: b78375a806ed04eb22b963255cfdef8df702de47 auto negotiation is enabled in RMII mode. Some boards based on da850 need to suppress this procedure. CC: Rajashekhara, Sudhakar CC: Lad, Prabhakar CC: Hadli, Manjunath CC: sba...@denx.de CC: Tom Rini Signed-off-by: Bastian Ruppert

[U-Boot] [PATCH 6/6] davinci: ea20: add some configs and default environmet variables

2012-08-10 Thread Bastian Ruppert
Signed-off-by: Bastian Ruppert CC: Tom Rini CC: Stefano Babic --- include/configs/ea20.h | 106 ++-- 1 files changed, 66 insertions(+), 40 deletions(-) diff --git a/include/configs/ea20.h b/include/configs/ea20.h index f9a1462..373db74 100644 --- a/

[U-Boot] [PATCH 4/6] video: cfb_console: add function to plot the logo area black

2012-08-10 Thread Bastian Ruppert
Signed-off-by: Bastian Ruppert CC: Anatolij Gustschin CC: Tom Rini CC: Stefano Babic --- drivers/video/cfb_console.c | 46 +++--- 1 files changed, 42 insertions(+), 4 deletions(-) diff --git a/drivers/video/cfb_console.c b/drivers/video/cfb_console.c inde

Re: [U-Boot] [PATCH v3 0/6] env: handle special variables and selective env default

2012-08-10 Thread Holger Brunck
Hi Wolfgang, On 08/10/2012 12:26 AM, Wolfgang Denk wrote: > In message <5024377a.8090...@keymile.com> you wrote: >> So please step forward if there's any suggestion. > > I don't have the time now for a real review, and I fear a bit we might > break somthing. I would suggest to proceed similar as

[U-Boot] [PATCH v2 1/1] USB: EHCI: Initialize multiple USB controllers at once

2012-08-10 Thread Jim Lin
Add support for command line "usb reset" or "usb start" to initialize , "usb stop" to stop multiple USB controllers at once. Other command like "usb tree" also supports multiple controllers. New added definitions in header file are: CONFIG_USB_MULTI CONFIG_USB_MAX_CONTROLLER_COUNT Signed-off-by:

[U-Boot] [PATCH 1/1] tegra20: Initialize multiple USB controllers at once

2012-08-10 Thread Jim Lin
Add support for command line "usb reset" or "usb start" to initialize , "usb stop" to stop multiple USB controllers at once. Other commands like "usb tree" also support multiple controllers. Example to add definitions in header file like include/configs/seaboard.h are: define CONFIG_USB_MULTI defi

[U-Boot] [PATCH 0/4] arm:samsung: Cleanup code for trats and universal boards

2012-08-10 Thread Piotr Wilczek
This patch fixes SDRAM configuration and size visibility for trats board. Common code is set for trats and universal boards. Low level initialisation in U-boot is eliminated for universal_c210 board. Piotr Wilczek (4): arm:exynos4:trats: Correct SDRAM configuration for trats arm:exynos4:trats:

[U-Boot] [PATCH 1/4] arm:exynos4:trats: Correct SDRAM configuration for trats

2012-08-10 Thread Piotr Wilczek
SDRAM setup alike to ORIGEN Dev board. Signed-off-by: Piotr Wilczek Signed-off-by: Kyungmin Park CC: Minkyu Kang --- include/configs/trats.h | 17 +++-- 1 files changed, 11 insertions(+), 6 deletions(-) diff --git a/include/configs/trats.h b/include/configs/trats.h index 185cb68

[U-Boot] [PATCH 2/4] arm:exynos4:trats: Fix SDRAM size

2012-08-10 Thread Piotr Wilczek
Now full 1GiB is visible Signed-off-by: Piotr Wilczek Signed-off-by: Kyungmin Park CC: Minkyu Kang --- board/samsung/trats/trats.c |8 +++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/board/samsung/trats/trats.c b/board/samsung/trats/trats.c index a8b2b11..f5df56c 10

[U-Boot] [PATCH 3/4] arm:exynos4: Set common code for trats and universal_c210 boards

2012-08-10 Thread Piotr Wilczek
Boards trats and universal are very similar resulting in some common code. That common code is moved to exynos4_common/exynos4_common.c Signed-off-by: Piotr Wilczek Signed-off-by: Kyungmin Park CC: Minkyu Kang --- board/samsung/exynos4_common/exynos4_common.c | 139 +

[U-Boot] [PATCH 4/4] arm:exynos4:universal_c210: Eliminate low level initialisation

2012-08-10 Thread Piotr Wilczek
The low level initialisation is not necessary in U-boot since it is done by another bootloader. Signed-off-by: Piotr Wilczek Signed-off-by: Kyungmin Park CC: Minkyu Kang --- board/samsung/universal_c210/Makefile|1 - board/samsung/universal_c210/lowlevel_init.S | 395 -

Re: [U-Boot] [PATCH 0/4] EXYNOS5: Add GPIO numbering feature

2012-08-10 Thread Minkyu Kang
Dear Rajeshwari Birje, On 10 August 2012 14:22, Rajeshwari Birje wrote: > Hi All, > > Do let me know if you have comments on these patch set. > > Regards, > Rajeshwari Shinde > > On Mon, Aug 6, 2012 at 6:35 PM, Rajeshwari Shinde > wrote: >> This patchset adds GPIO numbering feature where pinmux

Re: [U-Boot] [PATCH v5 1/1] zfs: Add ZFS filesystem support

2012-08-10 Thread Jorgen Lundman
Applied, thanks. Best regards, That is the best news ever, thanks! Also thanks to Graeme for all the help. Lund -- Jorgen Lundman | Unix Administrator | +81 (0)3 -5456-2687 ext 1017 (work) Shibuya-ku, Tokyo| +81 (0)90-5578-8500 (cell) Japan| +81 (0)3 -3

[U-Boot] [PATCH] sf: stmicro: Add support for N25Q128A

2012-08-10 Thread Michal Simek
Add support for Numonyx N25Q128A SPI flash. Signed-off-by: Michal Simek --- drivers/mtd/spi/stmicro.c |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/drivers/mtd/spi/stmicro.c b/drivers/mtd/spi/stmicro.c index 600e531..30b626a 100644 --- a/drivers/mtd/spi/stmicro.c

[U-Boot] [PATCH][v4] powerpc/CoreNet: add tool to support pbl image build.

2012-08-10 Thread Shaohui Xie
Provides a tool to build boot Image for PBL(Pre boot loader) which is used on Freescale CoreNet SoCs, PBL can be used to load some instructions and/or data for pre-initialization. The default output image is u-boot.pbl, for more details please refer to doc/README.pblimage. Signed-off-by: Shaohui X

[U-Boot] Change console output from DUART to APPUART

2012-08-10 Thread mad mad
Hi, I'm new to this list and don't know whether this is the right place to ask this question. I have a board nearly equal to the mx28evk, excepting that I need to use AUART3 instead of DUART for the console output. My idea was to simply to change CONFIG_PL01x_PORTS in the board configuration fro

Re: [U-Boot] [PATCH] part_mac: dcache: allocate cacheline-aligned buffers

2012-08-10 Thread Benoît Thébaudeau
On Sat, Aug 4, 2012 at 01:05:03 AM, Benoît Thébaudeau wrote: > On Fri, Jul 13, 2012 at 09:31:03 PM, Benoît Thébaudeau wrote: > > This patch forces the correct alignment for DMA operations of > > buffers > > used by > > part_mac.c. > > > > Signed-off-by: Benoît Thébaudeau > > Cc: Wolfgang Denk >

Re: [U-Boot] [PATCH] rtc: pcf8563: Make century compatible with Linux

2012-08-10 Thread Benoît Thébaudeau
On Sat, Aug 4, 2012 at 01:06:16 AM, Benoît Thébaudeau wrote: > On Fri, Jul 20, 2012 at 04:05:36 PM, Benoît Thébaudeau wrote: > > This driver uses the century bit of this RTC in the opposite way > > Linux does. > > From Linux's rtc-pcf8563.c: > > /* > > * The meaning of MO_C bit varies by t

Re: [U-Boot] [PATCH] md5: Export step-by-step API

2012-08-10 Thread Benoît Thébaudeau
On Sat, Aug 4, 2012 at 01:09:02 AM, Benoît Thébaudeau wrote: > Dear Wolfgang Denk, > > On Fri, Jul 20, 2012 at 04:44:03 PM, Mike Frysinger wrote: > > Acked-by: Mike Frysinger > > -mike > > Can you apply it now that the merge window is open? > > Thanks in advance. Can someone answer, please? B

Re: [U-Boot] [PATCH v2 1/9] FAT: cosmetic: Remove extra spaces

2012-08-10 Thread Benoît Thébaudeau
On Sat, Aug 4, 2012 at 01:11:16 AM, Benoît Thébaudeau wrote: > Dear Wolfgang Denk, > > On Fri, Jul 27, 2012 at 04:29:41 PM, Wolfgang Denk wrote: > > Dear =?utf-8?Q?Beno=C3=AEt_Th=C3=A9baudeau?=, > > > > In message > > <845266616.705298.1343398892482.javamail.r...@advansee.com> you > > wrote: > >

Re: [U-Boot] [PATCH 2/2] rmobile: Add README

2012-08-10 Thread Tom Rini
On 08/10/2012 12:19 AM, Nobuhiro Iwamatsu wrote: > Hi, > > On Fri, Aug 10, 2012 at 2:03 AM, Tom Rini wrote: >> On Thu, Aug 09, 2012 at 11:30:24PM +0900, Nobuhiro Iwamatsu wrote: >>> This add README of Renesas RMOBILE. >>> Based doc/README.omap3. >>> >>> Signed-off-by: Nobuhiro Iwamatsu >>> --- >

Re: [U-Boot] [PATCH] sf: stmicro: Add support for N25Q128A

2012-08-10 Thread Mike Frysinger
On Friday 10 August 2012 08:21:46 Michal Simek wrote: > Add support for Numonyx N25Q128A SPI flash. thanks, merged into my sf branch -mike signature.asc Description: This is a digitally signed message part. ___ U-Boot mailing list U-Boot@lists.denx.de

Re: [U-Boot] [PATCH v3] arm: rmobile: Add support Renesas SH73A0

2012-08-10 Thread Mike Frysinger
On Friday 10 August 2012 03:41:17 Nobuhiro Iwamatsu wrote: > --- a/arch/arm/cpu/armv7/rmobile/Makefile > +++ b/arch/arm/cpu/armv7/rmobile/Makefile > > +clean: > + rm -f $(SOBJS) $(OBJS) > + dead code -> delete -mike signature.asc Description: This is a digitally signed message part. ___

Re: [U-Boot] [PATCH] serial: CONSOLE macro is not used

2012-08-10 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] Why no cache flushing in do_go_exec()

2012-08-10 Thread Mike Frysinger
On Thursday 09 August 2012 22:38:09 Charles Manning wrote: > I'm helping to work through an issue where some code is loaded into RAM this is generally where cache is supposed to be flushed. you didn't describe how exactly the code is being loaded into RAM though. > and "go xxx" is issued to the

Re: [U-Boot] [PATCH 2/2] powerpc/mpc85xx/p1_p2_rdb: add all LAWs during SPL

2012-08-10 Thread Scott Wood
On 08/10/2012 01:54 AM, Huang Changming-R66093 wrote: > This maybe cause the overlap error: > > powerpc-linux-gnu-ld: section .resetvec loaded at > [ff800ffc,ff800fff] overlaps section .data loaded at > [ff800ec8,ff80102f] What tree and toolchain are you using? Did

Re: [U-Boot] [PATCH V4 1/4] README: fix references to config_cmd_default.h

2012-08-10 Thread Tom Rini
On Sun, Aug 05, 2012 at 08:07:19PM -0600, Stephen Warren wrote: > All usage of config_cmd_default.h uses <> for the include statement. > Update the README to do the same, rather than using "". > > Signed-off-by: Stephen Warren I've applied the whole series to u-boot-staging/tr...@ti.com, thanks

Re: [U-Boot] [PATCH v2 1/1] USB: EHCI: Initialize multiple USB controllers at once

2012-08-10 Thread Stephen Warren
On 08/10/2012 03:36 AM, Jim Lin wrote: > Add support for command line "usb reset" or "usb start" to initialize > , "usb stop" to stop multiple USB controllers at once. > Other command like "usb tree" also supports multiple controllers. I assume these were reposted because you rebased on the latest

Re: [U-Boot] [PATCH 07/11] u8500: Moving processor-specific functions to cpu area.

2012-08-10 Thread Tom Rini
On Tue, Jul 31, 2012 at 12:59:29PM -0600, mathieu.poir...@linaro.org wrote: > From: "Mathieu J. Poirier" > > Functions such as providing power to the MMC device and reading > the processor version register should be in the cpu area for > access by multiple u8500-based boards. > > Signed-off-by:

Re: [U-Boot] [PATCH 08/11] u8500: Enabling power to MMC device on AB8500 V2

2012-08-10 Thread Tom Rini
On Tue, Jul 31, 2012 at 12:59:30PM -0600, mathieu.poir...@linaro.org wrote: > From: "Mathieu J. Poirier" > > Register mapping has changed on power control chip between > the first and second revision. > > Signed-off-by: Mathieu Poirier > Signed-off-by: John Rigby I've added in the cpu_is_u85

Re: [U-Boot] [PATCH 09/11] u8500: Separating mmc config parameters from driver

2012-08-10 Thread Tom Rini
On Tue, Jul 31, 2012 at 12:59:31PM -0600, mathieu.poir...@linaro.org wrote: > From: John Rigby > > Configuration in vexpress and u8500.v1 is different from what > is needed in u8500.v2. As such, card configuration specifics need > to reside in the board file rather than the driver. > > Signed-

Re: [U-Boot] [PATCH 00/11] Support for ST-Ericsson snowball board

2012-08-10 Thread Tom Rini
On Tue, Jul 31, 2012 at 12:59:22PM -0600, mathieu.poir...@linaro.org wrote: > From: "Mathieu J. Poirier" > > This set adds support for the ST-Ericsson u8500 based > snowball board. Doing so it moves u8500-href code around > to allow for code reuse between boards. > > It was sent out during the

Re: [U-Boot] [PATCH 01/11 v2] snowball: Add support for ux500 based snowball board

2012-08-10 Thread Tom Rini
On Fri, Aug 03, 2012 at 03:05:12PM -0600, mathieu.poir...@linaro.org wrote: > From: "Mathieu J. Poirier" > > Signed-off-by: Mathieu Poirier > Signed-off-by: John Rigby [snip] > diff --git a/MAINTAINERS b/MAINTAINERS > index fd0c65c..8a16b12 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -

[U-Boot] Please pull u-boot-staging/tr...@ti.com

2012-08-10 Thread Tom Rini
Hello Albert and Wolfgang, To try and ease the backlog of ARM changes, I've taken the liberty of grabbing the Snowball and Raspberry Pi model B board support patches and putting them into the staging tree. Both of these series have been posted for some time and been reviewed. Wolfgang, if you wo

[U-Boot] [PATCH v4 0/7] ehci: Improve performance

2012-08-10 Thread Benoît Thébaudeau
Hi all, This series aims at improving EHCI performance. There is also some code cleanup BTW. Best regards, Benoît ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH] microblaze: Call spi_init function

2012-08-10 Thread Stephan Linz
Am Freitag, den 10.08.2012, 09:09 +0200 schrieb Michal Simek: > Initialization spi. > > Signed-off-by: Michal Simek Acked-by: Stephan Linz > --- > arch/microblaze/lib/board.c |5 + > 1 files changed, 5 insertions(+), 0 deletions(-) > > diff --git a/arch/microblaze/lib/board.c b/arch

[U-Boot] [PATCH v4 1/7] ehci: cosmetic: Define used constants

2012-08-10 Thread Benoît Thébaudeau
Make some light cosmetic code cleanup by the way. Signed-off-by: Benoît Thébaudeau Cc: Marek Vasut Cc: Ilya Yanok Cc: Stefan Herbrechtsmeier --- Changes for v2: N/A. Changes for v3: - New patch. Changes for v4: - Use accessor macros rather than offsets and masks. - More code cleanup. .../

[U-Boot] [PATCH v4 2/7] ehci-hcd: Boost transfer speed

2012-08-10 Thread Benoît Thébaudeau
This patch takes advantage of the hardware EHCI qTD queuing mechanism to avoid software and transfer splitting overhead so as to make transfers as fast as possible. The only drawback is a call to memalign. However, this is fast compared to the transfer timings, and the heap size to allocate is sma

Re: [U-Boot] [PATCH v4 0/7] ehci: Improve performance

2012-08-10 Thread Benoît Thébaudeau
Benoît Thébaudeau Application Engineer benoit.thebaud...@advansee.com +33 2 40 50 21 73 ADVANSEE SARL 9, rue Alfred Kastler CS 30750 44307 Nantes CEDEX 3 France - Original Message - > From: "Benoît Thébaudeau" > To: u-boot@lists.denx.de > Cc: "Marek Vasut" , "Ilya Yanok" > , "Stefan He

[U-Boot] [PATCH v4 4/7] usb_storage: Remove EHCI constraints

2012-08-10 Thread Benoît Thébaudeau
Now that the EHCI driver allocates its qTDs from the heap, the MSC driver is only limited by the SCSI commands it uses. Signed-off-by: Benoît Thébaudeau Cc: Marek Vasut Cc: Ilya Yanok Cc: Stefan Herbrechtsmeier --- Changes for v2: None. Changes for v3: - Patch swapped with the currently prece

[U-Boot] [PATCH v4 5/7] usb_storage: Adjust time-outs

2012-08-10 Thread Benoît Thébaudeau
Adjust time-out value for the new EHCI mechanism. Signed-off-by: Benoît Thébaudeau Cc: Marek Vasut Cc: Ilya Yanok Cc: Stefan Herbrechtsmeier --- Changes for v2: None. Changes for v3: None. Changes for v4: None. .../common/usb_storage.c |2 +- 1 file changed, 1 i

[U-Boot] [PATCH v4 3/7] usb_storage: Restore non-EHCI support

2012-08-10 Thread Benoît Thébaudeau
The commit 5dd95cf made the MSC driver EHCI-specific. This patch restores a basic support of non-EHCI HCDs, like before that commit. The fallback transfer size is certainly not optimal, but at least it should work like before. Signed-off-by: Benoît Thébaudeau Cc: Marek Vasut Cc: Ilya Yanok Cc:

[U-Boot] [PATCH v4 6/7] usb_stor_BBB_transport: Do not delay when not required

2012-08-10 Thread Benoît Thébaudeau
There is a 5-ms delay in usb_stor_BBB_transport, which occurs every 10 kiB of data for fragmented fatload usb, i.e. roughly 500 ms of delay per MiB. This adds up to quite a bit of delay if you're loading a large ramdisk. The purpose of this delay should be to debounce the 5-V/100-mA USB power up.

[U-Boot] [PATCH v4 7/7] ehci: Optimize qTD allocations

2012-08-10 Thread Benoît Thébaudeau
Relax the qTD transfer alignment constraints in order to need less qTDs for buffers that are aligned to 512 bytes but not to pages. Signed-off-by: Benoît Thébaudeau Cc: Marek Vasut Cc: Ilya Yanok Cc: Stefan Herbrechtsmeier --- Changes for v2: N/A. Changes for v3: - New patch. Changes for v4:

Re: [U-Boot] [PATCH v2] net: Improve the speed of netconsole

2012-08-10 Thread Stefano Babic
On 03/08/2012 22:59, Joe Hershberger wrote: > Previously u-boot would initialize the network interface for every > network operation and then shut it down again. This makes sense for > most operations where the network in not known to be needed soon after > the operation is complete. In the case

Re: [U-Boot] [PATCH 1/3] nds32: drop bi_enetaddr from global data

2012-08-10 Thread Macpaul Lin
Hi Mike, 2012/8/7 Mike Frysinger : > Nothing is using this, so punt it from the gd. Seems to just be a copy > & paste wart from the initial port. > > Signed-off-by: Mike Frysinger > --- > arch/nds32/include/asm/u-boot.h |1 - > 1 file changed, 1 deletion(-) Applied to u-boot-nds32.git/mast

Re: [U-Boot] [PATCH 2/3] nds32: delete unused local variable

2012-08-10 Thread Macpaul Lin
Hi Mike, 2012/8/7 Mike Frysinger : > Fixes the build-time warning: > board.c: In function 'board_init_r': > board.c:304: warning: unused variable 's' > > Signed-off-by: Mike Frysinger Applied to u-boot-nds32.git/master Thanks. -- Best regards, Macpaul Lin __

Re: [U-Boot] [PATCH 3/3] nds32: fix unused pmu_init warning

2012-08-10 Thread Macpaul Lin
Hi Mike, 2012/8/7 Mike Frysinger : > Fixes the build-time warning: > board.c: At top level: > board.c:106: warning: 'pmu_init' defined but not used > > This makes the ifdef logic at the call site match the logic at the > function definition. > > Signed-off-by: Mike Frysinger Appl

[U-Boot] Pull request: u-boot-nds32

2012-08-10 Thread Macpaul Lin
Dear Wolfgang, Please pull the following 3 patches from u-boot-nds32 into your tree. Thanks! Macpaul Lin. The following changes since commit 4d3c95f5ea7c737a21cd6b9c59435ee693b3f127: zfs: Add ZFS filesystem support (2012-08-09 23:42:20 +0200) are available in the git repository at: git://

[U-Boot] [PATCH 0/5] Cleanup and extend env vars

2012-08-10 Thread Benoît Thébaudeau
Hi all, This series does some cleanup regarding env vars, and it adds a new env var for the board revision. Best regards, Benoît ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH 1/5] fw_env: Add env vars describing U-Boot target board

2012-08-10 Thread Benoît Thébaudeau
Commit 5e724ca did the same thing for env_common and env_embedded, but forgot fw_env. Signed-off-by: Benoît Thébaudeau Cc: Wolfgang Denk --- .../tools/env/fw_env.c | 11 +++ 1 file changed, 11 insertions(+) diff --git u-boot-4d3c95f.orig/tools/env/fw_env.c

[U-Boot] [PATCH 2/5] env_common: Add missing ethprime

2012-08-10 Thread Benoît Thébaudeau
The ethprime env var was missing from env_common. Signed-off-by: Benoît Thébaudeau Cc: Wolfgang Denk --- .../common/env_common.c|3 +++ 1 file changed, 3 insertions(+) diff --git u-boot-4d3c95f.orig/common/env_common.c u-boot-4d3c95f/common/env_common.c index d

[U-Boot] [PATCH 3/5] env import/export: Remove from help if disabled

2012-08-10 Thread Benoît Thébaudeau
Signed-off-by: Benoît Thébaudeau Cc: Wolfgang Denk --- .../common/cmd_nvedit.c|4 1 file changed, 4 insertions(+) diff --git u-boot-4d3c95f.orig/common/cmd_nvedit.c u-boot-4d3c95f/common/cmd_nvedit.c index fd05e72..0f320cc 100644 --- u-boot-4d3c95f.orig/com

[U-Boot] [PATCH 4/5] README: The ver env var is not read-only

2012-08-10 Thread Benoît Thébaudeau
Signed-off-by: Benoît Thébaudeau Cc: Wolfgang Denk --- {u-boot-4d3c95f.orig => u-boot-4d3c95f}/README |1 - 1 file changed, 1 deletion(-) diff --git u-boot-4d3c95f.orig/README u-boot-4d3c95f/README index fb9d904..369ea9c 100644 --- u-boot-4d3c95f.orig/README +++ u-boot-4d3c95f/README @@ -90

[U-Boot] [PATCH 5/5] Add env var giving the board revision

2012-08-10 Thread Benoît Thébaudeau
The board revision can be a useful env var, like its serial number. Signed-off-by: Benoît Thébaudeau Cc: Wolfgang Denk --- {u-boot-4d3c95f.orig => u-boot-4d3c95f}/README | 21 ++-- .../common/cmd_nvedit.c|5 +++-- .../tools/env/fw_env.c

[U-Boot] [PATCH] eth_write_hwaddr: Return error for invalid MACs

2012-08-10 Thread Benoît Thébaudeau
If dev->enetaddr was supposed to be set with dev->write_hwaddr() but the MAC address was not valid, return an error. Signed-off-by: Benoît Thébaudeau Cc: Joe Hershberger --- {u-boot-4d3c95f.orig => u-boot-4d3c95f}/net/eth.c |7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff -

Re: [U-Boot] [RFC PATCH 0/5] Port of MUSB gadget driver from Linux

2012-08-10 Thread Ilya Yanok
Dear Marek, Wolfgang, On Thu, Aug 9, 2012 at 11:23 PM, Wolfgang Denk wrote: > > > I hate to say it ... but given that this will cause duplication of code, > I'm > > somehow inclined to push you to do a complete replacement of the old > musb code, > > remove it and add this. > > > Agreed, we shou

Re: [U-Boot] [PATCH v4 1/5] net/bootp: add VCI support for BOOTP also

2012-08-10 Thread Ilya Yanok
Hi Joe, On Mon, Aug 6, 2012 at 1:21 AM, Ilya Yanok wrote: > Vendor Class Identifier option is common to BOOTP and DHCP and > can be useful without PXE. So send VCI in both BOOTP and DHCP > requests if CONFIG_BOOTP_VCI_STRING is defined. > > Signed-off-by: Ilya Yanok > > --- > Changes in v4: > -

Re: [U-Boot] [PATCH v4 5/7] usb_storage: Adjust time-outs

2012-08-10 Thread Ilya Yanok
Hi Benoit, On Fri, Aug 10, 2012 at 8:23 PM, Benoît Thébaudeau < benoit.thebaud...@advansee.com> wrote: > Adjust time-out value for the new EHCI mechanism. > Could you please be a bit more specific? ;) How this timeout is related to the new mechanism? Is it really EHCI specific? If it is, that's

Re: [U-Boot] [PATCH v3 0/6] env: handle special variables and selective env default

2012-08-10 Thread Wolfgang Denk
Dear Holger, In message <5024cc15.8010...@keymile.com> you wrote: > > due to the fact that Gerlando is in his vacations and has therefore only > little > time to do updates here I propose the following. I could prepare a branch as > you > suggested based on current denx master with this changes

Re: [U-Boot] [PATCH v5 1/1] zfs: Add ZFS filesystem support

2012-08-10 Thread Wolfgang Denk
Dear Jorgen Lundman, In message <5024f981.2040...@lundman.net> you wrote: > > That is the best news ever, thanks! Also thanks to Graeme for all the help. Thanks for your hard work, it's highly appreciated (even though it sometimes doesn't look like that - it really is). Best regards, Wolfgang D

Re: [U-Boot] [PATCH v4 5/7] usb_storage: Adjust time-outs

2012-08-10 Thread Benoît Thébaudeau
Hi Ilya, On Fri, Aug 10, 2012 at 8:03:12 PM, Ilya Yanok wrote: > Hi Benoit, > On Fri, Aug 10, 2012 at 8:23 PM, Benoît Thébaudeau < > benoit.thebaud...@advansee.com > wrote: > > Adjust time-out value for the new EHCI mechanism. > > Could you please be a bit more specific? ;) > How this timeout

Re: [U-Boot] [PATCH v4 4/7] usb_storage: Remove EHCI constraints

2012-08-10 Thread Ilya Yanok
Hi Benoit, On Fri, Aug 10, 2012 at 8:23 PM, Benoît Thébaudeau < benoit.thebaud...@advansee.com> wrote: > diff --git u-boot-usb-4f8254e.orig/common/usb_storage.c > u-boot-usb-4f8254e/common/usb_storage.c > index 0cd6399..822bd64 100644 > --- u-boot-usb-4f8254e.orig/common/usb_storage.c > +++ u-boo

Re: [U-Boot] [PATCH v4 4/7] usb_storage: Remove EHCI constraints

2012-08-10 Thread Benoît Thébaudeau
Hi Ilya, On Fri, Aug 10, 2012 at 8:34:14 PM, Ilya Yanok wrote: > Hi Benoit, > On Fri, Aug 10, 2012 at 8:23 PM, Benoît Thébaudeau < > benoit.thebaud...@advansee.com > wrote: > > diff --git u-boot-usb-4f8254e.orig/common/usb_storage.c > > u-boot-usb-4f8254e/common/usb_storage.c > > > index 0cd639

[U-Boot] [PATCH] mxc_spi: Round up clock divider

2012-08-10 Thread Benoît Thébaudeau
Since the input frequency of the API is a maximum that should not be exceeded in order for the devices to operate properly, the SPI clock divider should be rounded up, not truncated. Signed-off-by: Benoît Thébaudeau Cc: Wolfgang Denk Cc: Stefano Babic --- .../drivers/spi/mxc_spi.c

[U-Boot] [PATCH] mmc_get_dev: Return error if mmc_init fails

2012-08-10 Thread Benoît Thébaudeau
Signed-off-by: Benoît Thébaudeau Cc: Andy Fleming --- .../drivers/mmc/mmc.c |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git u-boot-4d3c95f.orig/drivers/mmc/mmc.c u-boot-4d3c95f/drivers/mmc/mmc.c index c1c2862..c0b969c 100644 --- u-boot-4d3c95f

[U-Boot] Fail to compile a DEBUG version of u-boot.bin for Freescale MPC8536DS

2012-08-10 Thread Yuming Chen
Hi, I tried to build a u-boot.bin for Freescale MPC8526DS with original version 2010.12 source code, it succeeds if I do not define DEBUG in the MPC8536DS.h file. But after I added #define DEBUG in include/configs/MPC8536DS.h to turn on many printf, the build of the uboot fails as follows, /el

Re: [U-Boot] [RFC PATCH 0/5] Port of MUSB gadget driver from Linux

2012-08-10 Thread Ilya Yanok
Marek, Wolfgang, On Fri, Aug 10, 2012 at 9:56 PM, Ilya Yanok wrote: > Dear Marek, Wolfgang, > > On Thu, Aug 9, 2012 at 11:23 PM, Wolfgang Denk wrote: > >> >> > I hate to say it ... but given that this will cause duplication of >> code, I'm >> > somehow inclined to push you to do a complete repla

Re: [U-Boot] [RFC PATCH 0/5] Port of MUSB gadget driver from Linux

2012-08-10 Thread Ilya Yanok
Argh, sorry. could = could not. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH] mmcinfo: Fix help message

2012-08-10 Thread Benoît Thébaudeau
Signed-off-by: Benoît Thébaudeau Cc: Andy Fleming --- .../common/cmd_mmc.c |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git u-boot-4d3c95f.orig/common/cmd_mmc.c u-boot-4d3c95f/common/cmd_mmc.c index 750509d..79a1088 100644 --- u-boot-4d3c95f.or

Re: [U-Boot] [PATCH v2] net: Improve the speed of netconsole

2012-08-10 Thread Joe Hershberger
Hi Mike, On Fri, Aug 3, 2012 at 3:59 PM, Joe Hershberger wrote: > Previously u-boot would initialize the network interface for every > network operation and then shut it down again. This makes sense for > most operations where the network in not known to be needed soon after > the operation is c

[U-Boot] [PATCH] mtest: Disable dcache during test

2012-08-10 Thread Benoît Thébaudeau
mtest is supposed to test many types of memory accesses in many different conditions. If dcache is enabled, memory accesses are likely bursts, and some memory accesses are simply skipped. Hence, dcache should be disabled during mtest operation so that what mtest actually tests is not masked by dcac

Re: [U-Boot] [PATCH v4 4/7] usb_storage: Remove EHCI constraints

2012-08-10 Thread Marek Vasut
Dear Benoît Thébaudeau, > Hi Ilya, > > On Fri, Aug 10, 2012 at 8:34:14 PM, Ilya Yanok wrote: > > Hi Benoit, > > > > On Fri, Aug 10, 2012 at 8:23 PM, Benoît Thébaudeau < > > > > benoit.thebaud...@advansee.com > wrote: > > > diff --git u-boot-usb-4f8254e.orig/common/usb_storage.c > > > u-boot-usb

Re: [U-Boot] [PATCH] serial: CONSOLE macro is not used

2012-08-10 Thread Anatolij Gustschin
Hi, On Fri, 10 Aug 2012 09:04:28 +0200 Michal Simek wrote: > Signed-off-by: Michal Simek > --- > drivers/serial/serial.c |3 --- > 1 files changed, 0 insertions(+), 3 deletions(-) Applied to my staging branch, thanks! Anatolij ___ U-Boot mailin

[U-Boot] [PATCH] avr32: Remove redundant LDSCRIPT definition

2012-08-10 Thread Benoît Thébaudeau
AVR32's LD script uses a standard location that is now automatically detected by the main Makefile, so its definition in AVR32's config.mk is now obsolete and redundant. Signed-off-by: Benoît Thébaudeau Cc: Andreas Bießmann --- .../arch/avr32/config.mk |2 -- 1 fil

Re: [U-Boot] [PATCH v2] fdt: Include arch specific gpio.h instead of asm-generic/gpio.h

2012-08-10 Thread Anatolij Gustschin
Hi, On Wed, 11 Jul 2012 14:26:38 +0200 Michal Simek wrote: > Include arch specific gpio.h instead of asm-generic/gpio.h > because several architectures (Microblaze, Blackfin, Nios2, OpenRISC) > define gpio functions in header file. > asm-generic/gpio.h can be included in arch specific gpio.h > (

Re: [U-Boot] Please pull u-boot-staging/tr...@ti.com

2012-08-10 Thread Wolfgang Denk
Dear Tom, In message <20120810161021.GG3306@bill-the-cat> you wrote: > > To try and ease the backlog of ARM changes, I've taken the liberty of > grabbing the Snowball and Raspberry Pi model B board support patches and > putting them into the staging tree. Both of these series have been > posted

Re: [U-Boot] [PATCH v4 0/7] ehci: Improve performance

2012-08-10 Thread Marek Vasut
Dear Benoît Thébaudeau, > Hi all, > > This series aims at improving EHCI performance. There is also some code > cleanup BTW. > > Best regards, > Benoît Applied all but 5/7 and pushed. Since we all have vacations etc etc, this will appear in the mainline around start of september. Thanks a lot

Re: [U-Boot] [PATCH] tools: add kwboot binary to .gitignore file

2012-08-10 Thread Anatolij Gustschin
Hi, On Sun, 15 Jul 2012 18:29:38 +0200 Luka Perkov wrote: > > Signed-off-by: Luka Perkov > --- > > tools/.gitignore |1 + > 1 file changed, 1 insertion(+) applied to my staging branch, thanks! Anatolij ___ U-Boot mailing list U-Boot@lists.den

[U-Boot] arm: omap: Fix switching back to nandecc sw.

2012-08-10 Thread Jeroen Hofstee
Switching back to nandecc sw fails to write correctly. A fix for this is already mentioned in the thread below, lets fix it. mentioned in http://lists.denx.de/pipermail/u-boot/2012-February/119002.html Signed-off-by: Jeroen Hofstee --- drivers/mtd/nand/omap_gpmc.c |1 + 1 file changed, 1 i

Re: [U-Boot] Pull request: u-boot-nds32

2012-08-10 Thread Wolfgang Denk
Dear Macpaul Lin, In message you wrote: > Dear Wolfgang, > > Please pull the following 3 patches from u-boot-nds32 into your tree. > > Thanks! > Macpaul Lin. > > The following changes since commit 4d3c95f5ea7c737a21cd6b9c59435ee693b3f127: > > zfs: Add ZFS filesystem support (2012-08-09 23:

Re: [U-Boot] [PATCH 1/3] COMMON: Add __stringify() function

2012-08-10 Thread Anatolij Gustschin
Hi, On Wed, 8 Aug 2012 12:52:17 +0200 Marek Vasut wrote: > This function converts static number to string in preprocessor. > This is useful as it allows higher usage of puts() in favour of printf() > > Signed-off-by: Marek Vasut > Cc: Wolfgang Denk > --- > include/common.h |1 +

Re: [U-Boot] [PATCH 2/3] COMMON: Use __stringify() instead of xstr()

2012-08-10 Thread Anatolij Gustschin
Hi, On Wed, 8 Aug 2012 12:52:18 +0200 Marek Vasut wrote: > Kill multiple occurances and redeclaration of xstr in favor of __stringify(). > > Signed-off-by: Marek Vasut > Cc: Wolfgang Denk > --- > include/configs/MPC8308RDB.h|9 +++-- > include/configs/amcc-common.h |

Re: [U-Boot] [PATCH 3/3] COMMON: Use __stringify() instead of MK_STR()

2012-08-10 Thread Anatolij Gustschin
Hi, On Wed, 8 Aug 2012 12:52:19 +0200 Marek Vasut wrote: > Kill multiple occurances and redeclaration of MK_STR > in favor of __stringify(). > > Signed-off-by: Marek Vasut > Cc: Wolfgang Denk > --- > arch/blackfin/include/asm/config-pre.h |2 - > arch/blackfin/lib/board.c |

Re: [U-Boot] [PATCH v3] Consolidate bootcount code into drivers/bootcount

2012-08-10 Thread Wolfgang Denk
Dear Stefan Roese, In message <1338878275-1918-1-git-send-email...@denx.de> you wrote: > This patch moves all bootcount implementations into a common > directory: drivers/bootcount. The generic bootcount driver > is now usable not only by powerpc platforms, but others as well. > > Signed-off-by:

Re: [U-Boot] [PATCH 1/3] COMMON: Add __stringify() function

2012-08-10 Thread Wolfgang Denk
Dear Anatolij Gustschin, In message <20120810222104.1e6c4afc@wker> you wrote: > Hi, > > On Wed, 8 Aug 2012 12:52:17 +0200 > Marek Vasut wrote: > > > This function converts static number to string in preprocessor. > > This is useful as it allows higher usage of puts() in favour of printf() > >

Re: [U-Boot] [PATCH] config: Always use GNU ld

2012-08-10 Thread Anatolij Gustschin
Hi, On Thu, 2 Aug 2012 13:19:34 -0300 Otavio Salvador wrote: > From: Khem Raj > > This patch makes sure that we always use the GNU ld. U-Boot uses certain > construct e.g. OVERLAY which are not implemented in gold therefore it > always needs GNU ld for linking. > > It works well if default l

  1   2   >