Re: [U-Boot] [PATCH v4 05/13] Move memcpy(), memset() into new lib/membasic.c

2012-03-10 Thread Mike Frysinger
On Wednesday 07 March 2012 00:50:15 Graeme Russ wrote: > On Wed, Mar 7, 2012 at 3:20 AM, Mike Frysinger wrote: > > On Tuesday 06 March 2012 01:34:24 Simon Glass wrote: > >> On Mon, Mar 5, 2012 at 9:05 PM, Mike Frysinger wrote: > >> > On Monday 20 February 2012 20:32:47 Simon Glass wrote: > >> >> Th

Re: [U-Boot] Does U-boot supports Spansion S29GL01GS NOR Flash?

2012-03-10 Thread Dirk Behme
Dear Balaji, On 11.03.2012 06:47, Balaji Sivakumar, ERS, HCLTech wrote: Hi Dirk, Thanks for your resonse. I have just added into this thread beacuse both are spansion flash. my responses to your query: 1.am using u-boot_2099-08 U-boot. it came with imx6q saberlite board. This is the 'old' U

Re: [U-Boot] [PATCH v8] usb: align buffers at cacheline

2012-03-10 Thread Mike Frysinger
On Wednesday 07 March 2012 02:12:22 puneets wrote: > On Tuesday 06 March 2012 08:37 AM, Mike Frysinger wrote: > >> --- a/drivers/usb/host/ehci-hcd.c > >> +++ b/drivers/usb/host/ehci-hcd.c > >> > >> static void flush_invalidate(u32 addr, int size, int flush) > >> { > >> + /* > >> + * Size is

Re: [U-Boot] [PATCH v2 1/4] ns16550: Add function to drain serial output

2012-03-10 Thread Mike Frysinger
On Friday 09 March 2012 15:32:55 Simon Glass wrote: > Sometimes we want to be sure that the output FIFO has fully drained (e.g. > because we are about to reset or the port or reset the board). imo, we shouldn't be draining fifos before a reset in hardware that doesn't matter -- it's just a waste

Re: [U-Boot] [PATCH v4 3/6] ARM: enable Thumb build

2012-03-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] [PATCH v4 2/6] armv7: add appropriate headers for assembly functions

2012-03-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] [PATCH v4 1/6] arm: adapt asm/linkage.h from Linux

2012-03-10 Thread Mike Frysinger
On Thursday 08 March 2012 12:20:17 Aneesh V wrote: > This will add ARM specific over-rides for the defines > from linux/linkage.h Tested-by: Mike Frysinger -mike signature.asc Description: This is a digitally signed message part. ___ U-Boot mailing li

Re: [U-Boot] [PATCH v3 11/28] arm: Use sections header to obtain link symbols

2012-03-10 Thread Mike Frysinger
On Thursday 08 March 2012 01:39:53 Simon Glass wrote: > On Tue, Mar 6, 2012 at 8:17 AM, Mike Frysinger wrote: > > On Tuesday 06 March 2012 01:24:21 Simon Glass wrote: > >> On Mon, Mar 5, 2012 at 9:03 PM, Mike Frysinger wrote: > >> > On Thursday 16 February 2012 09:48:58 Simon Glass wrote: > >> >> -

Re: [U-Boot] [PATCH v2 1/4] ns16550: Add function to drain serial output

2012-03-10 Thread Simon Glass
Hi Wolfgang, On Sat, Mar 10, 2012 at 12:24 PM, Wolfgang Denk wrote: > Dear Simon Glass, > > In message > you > wrote: >> >> > Also I do not understand why it would be needed at all. =A0We did not >> > have such a requirement for any system before, so I feel you must be >> > doing something wro

Re: [U-Boot] [PATCH v2 3/4] tegra: Implement pre-console putc() for fdt warning

2012-03-10 Thread Simon Glass
Hi Wolfgang, On Sat, Mar 10, 2012 at 2:49 PM, Wolfgang Denk wrote: > Dear Simon, > > In message > you > wrote: >> >> > I think outputting data to all "potential" console ports is a really >> > bad thing, as you cannot know how your users are using the hardware. >> > They may have attached hard

Re: [U-Boot] [PATCH v2 3/4] tegra: Implement pre-console putc() for fdt warning

2012-03-10 Thread Wolfgang Denk
Dear Simon, In message you wrote: > > > I think outputting data to all "potential" console ports is a really > > bad thing, as you cannot know how your users are using the hardware. > > They may have attached hardware to the UARTs, and the data you send to > > the port causes a mis-function of

Re: [U-Boot] [PATCH v2 3/4] tegra: Implement pre-console putc() for fdt warning

2012-03-10 Thread Simon Glass
+Graeme Hi Wolfgang, On Sat, Mar 10, 2012 at 12:08 PM, Wolfgang Denk wrote: > Dear Simon Glass, > > In message > you > wrote: >> >> >> +void board_pre_console_putc(int ch) >> >> +{ >> > ... >> >> +     for (uart_addr = uart_reg_addr; *uart_addr; uart_addr++) { >> >> +             NS16550_t re

[U-Boot] confusion about running raw binary files

2012-03-10 Thread apple pie
Hi, All along, I have been thinking is: to run an u-boot binary on a board, two steps are required: (1) configure u-boot (2) cross-compile the source. I was a bit confused when I was told the followings: To run binary code, you do not need to create any specific images. Just load the raw bina

Re: [U-Boot] [PATCH v2 1/4] ns16550: Add function to drain serial output

2012-03-10 Thread Wolfgang Denk
Dear Simon Glass, In message you wrote: > > > Also I do not understand why it would be needed at all. =A0We did not > > have such a requirement for any system before, so I feel you must be > > doing something wrong, or at least very exotic. > > I put a fully explanation in the previous patch. L

Re: [U-Boot] [PATCH v2 3/4] tegra: Implement pre-console putc() for fdt warning

2012-03-10 Thread Wolfgang Denk
Dear Simon Glass, In message you wrote: > > >> +void board_pre_console_putc(int ch) > >> +{ > > ... > >> + for (uart_addr = uart_reg_addr; *uart_addr; uart_addr++) { > >> + NS16550_t regs = (NS16550_t)*uart_addr; > >> + > >> + NS16550_init(regs, divisor); > >> +

Re: [U-Boot] AVR32 status

2012-03-10 Thread Wolfgang Denk
Dear Andreas, In message <4f5b5370.4090...@gmail.com> you wrote: > > No I can not change anything for e.g. > http://patchwork.ozlabs.org/patch/120993/ (the complete 'Patch > Properties' box is missing), I guess due to delegation to Reinhard. So > can you please delegate these two patches to me?

Re: [U-Boot] pull request for u-boot-tegra/master

2012-03-10 Thread Simon Glass
Hi, On Sat, Mar 10, 2012 at 12:25 AM, Wolfgang Denk wrote: > Dear Albert, > > In message <5fbf8e85ca34454794f0f7ecba79798f37971bc...@hqmail04.nvidia.com> > Tom Warren wrote: >> >> Please pull u-boot-tegra/master into arm master. Thanks! > > > Please do NOT pull this. > >>       ns16550: Add func

Re: [U-Boot] [PATCH v2 1/4] ns16550: Add function to drain serial output

2012-03-10 Thread Simon Glass
Hi Wolfgang, On Sat, Mar 10, 2012 at 12:19 AM, Wolfgang Denk wrote: > Dear Simon Glass, > > In message <1331325178-14634-1-git-send-email-...@chromium.org> you wrote: >> Sometimes we want to be sure that the output FIFO has fully drained (e.g. >> because we are about to reset or the port or reset

Re: [U-Boot] [PATCH v2 3/4] tegra: Implement pre-console putc() for fdt warning

2012-03-10 Thread Simon Glass
Hi Wolfgang, On Sat, Mar 10, 2012 at 12:16 AM, Wolfgang Denk wrote: > Dear Simon Glass, > > In message <1331325178-14634-3-git-send-email-...@chromium.org> you wrote: >> When there is not device tree file available to U-Boot, we panic. >> Implement board_pre_console_putc() so that this panic will

Re: [U-Boot] Does U-boot supports Spansion S29GL512P NOR Flash?

2012-03-10 Thread Wolfgang Denk
Dear Balaji Sivakumar, In message you wrote: > > I am Balaji. am using IMX6 base custom board. In my board am using S29GL01G > NOR Flash to srore u-boot and kernel. I understand from the data sheet this > NOR Flash is CFI based on. So i have added Configurations for CFI Flash > driver. Thi

Re: [U-Boot] Does U-boot supports Spansion S29GL512P NOR Flash?

2012-03-10 Thread Dirk Behme
Dear Balaji, On 10.03.2012 11:47, Balaji Sivakumar wrote: Stefan Roese denx.de> writes: Hi Prakash, On Friday 09 April 2010 07:26:37 prakash bedge wrote: In U-boot I am not seeing the support for Spansion S29GL512P NOR flash. This chip is CFI compliant so I believe the common CFI driver

Re: [U-Boot] [PATCH 00/14] Nokia RX-51 support

2012-03-10 Thread Pali Rohár
On Sunday 04 March 2012 21:57:23 Marek Vasut wrote: > > 1) Video; check if you have the following defined in your board config: > > #define CONFIG_VIDEO > #define CONFIG_VIDEO_SW_CURSOR > #define CONFIG_CFB_CONSOLE Above options was already enabled. > #define CONFIG_VGA_AS_SINGLE_DEVICE When I ena

Re: [U-Boot] AVR32 status

2012-03-10 Thread Andreas Bießmann
Dear Wolfgang, On 09.03.2012 14:47, Wolfgang Denk wrote: > Dear Andreas, > > In message <4f59ba55.9050...@googlemail.com> you wrote: >> >> There are two patches pending from Sven Schnelle since October last year: >> http://patchwork.ozlabs.org/patch/120993/ >> http://patchwork.ozlabs.org/patch/12

Re: [U-Boot] Bug in cfb_console driver

2012-03-10 Thread Pali Rohár
On Tuesday 06 March 2012 10:25:57 Anatolij Gustschin wrote: > Hi, > > On Mon, 05 Mar 2012 11:42:13 +0100 > Pali Rohár wrote: > ... > > > Hi, thanks. If you need some more info write me. > > Can you please test with attached patch? Does it help to solve > your problem on N900? > > Thanks, > Anatoli

Re: [U-Boot] DEVELOPER's MEETING

2012-03-10 Thread Graeme Russ
Hi Wolfgang, On 03/10/2012 07:31 PM, Wolfgang Denk wrote: > Dear Fabio, > > In message > you > wrote: >> >>> I was just thinking if this year's Libre Software Meeting (LSM - from >>> 7th to 12th July in Geneva, Switzerland) would be a suitable event to >>> arrange a meeting of some U-Boot deve

[U-Boot] [PATCH] doc/git-mailrc: add to avr32 alias

2012-03-10 Thread Andreas Bießmann
Signed-off-by: Andreas Bießmann --- doc/git-mailrc |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/doc/git-mailrc b/doc/git-mailrc index 96f1d86..bc5a814 100644 --- a/doc/git-mailrc +++ b/doc/git-mailrc @@ -51,7 +51,7 @@ alias tegra uboot, Simon Glass , Tom War

[U-Boot] [PATCH v3] ATMEL: use generic mmc framework

2012-03-10 Thread Andreas Bießmann
From: Sven Schnelle gen_atmel_mci works on AVR32 as well, so no need to use the legacy mmc driver. This also has the nice side effect of being able to use SDHC cards an those boards. Signed-off-by: Sven Schnelle Signed-off-by: Andreas Bießmann --- changes since v2: * remove board_mmc_init in

Re: [U-Boot] [PATCH 1/2] ATMEL: use generic mmc framework

2012-03-10 Thread Andreas Bießmann
Dear Sven, On 21.10.2011 14:49, Sven Schnelle wrote: > gen_atmel_mci works on AVR32 as well, so no need to use the legacy > mmc driver. This also has the nice side effect of being able to use > SDHC cards an those boards. > > Signed-off-by: Sven Schnelle > --- > arch/avr32/lib/board.c

Re: [U-Boot] Does U-boot supports Spansion S29GL512P NOR Flash?

2012-03-10 Thread Balaji Sivakumar
Stefan Roese denx.de> writes: > > Hi Prakash, > > On Friday 09 April 2010 07:26:37 prakash bedge wrote: > > In U-boot I am not seeing the support for Spansion S29GL512P NOR flash. > > > > This chip is CFI compliant so I believe the common CFI driver should work > > with this chip. > > > > Doe

Re: [U-Boot] [PATCH] arm: Don't use printf() in SPL builds

2012-03-10 Thread Sughosh Ganu
hi Simon, On Sat Mar 03, 2012 at 12:33:15PM -0800, Simon Glass wrote: > raise() likes to call printf() if it is available, but in SPL builds it > either is not available, or adds a large chunk to the resulting image > size. > > So don't call it even if it is available. > > This change reduces SP

Re: [U-Boot] DEVELOPER's MEETING

2012-03-10 Thread Wolfgang Denk
Dear Fabio, In message you wrote: > > > I was just thinking if this year's Libre Software Meeting (LSM - from > > 7th to 12th July in Geneva, Switzerland) would be a suitable event to > > arrange a meeting of some U-Boot developers? There were a number of reasons that made me looking at this:

Re: [U-Boot] pull request for u-boot-tegra/master

2012-03-10 Thread Wolfgang Denk
Dear Albert, In message <5fbf8e85ca34454794f0f7ecba79798f37971bc...@hqmail04.nvidia.com> Tom Warren wrote: > > Please pull u-boot-tegra/master into arm master. Thanks! Please do NOT pull this. > ns16550: Add function to drain serial output > Enable printf() console if pre-console p

Re: [U-Boot] [PATCH v2 1/4] ns16550: Add function to drain serial output

2012-03-10 Thread Wolfgang Denk
Dear Tom Warren, In message <5fbf8e85ca34454794f0f7ecba79798f37971bc...@hqmail04.nvidia.com> you wrote: > > If no one objects, I'll apply this series, and Stephen's 'Makefile: fdt: Make > the final build result be u-boot.bin' patch (which also works OK, BTW) to my > previous pull request and r

Re: [U-Boot] [PATCH v2 1/4] ns16550: Add function to drain serial output

2012-03-10 Thread Wolfgang Denk
Dear Simon Glass, In message <1331325178-14634-1-git-send-email-...@chromium.org> you wrote: > Sometimes we want to be sure that the output FIFO has fully drained (e.g. > because we are about to reset or the port or reset the board). Add a Seems there is one unintentional "or". > function for th

Re: [U-Boot] [PATCH v2 3/4] tegra: Implement pre-console putc() for fdt warning

2012-03-10 Thread Wolfgang Denk
Dear Simon Glass, In message <1331325178-14634-3-git-send-email-...@chromium.org> you wrote: > When there is not device tree file available to U-Boot, we panic. > Implement board_pre_console_putc() so that this panic will be displayed > on the serial console. ... > +void board_pre_console_putc(in