Re: [U-Boot] [PATCH 3/6] USB: Fix complaints about strict aliasing in OHCI-HCD

2011-09-25 Thread Mike Frysinger
Acked-by: Mike Frysinger -mike ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH 0/4] Buffer overruns in printf

2011-09-25 Thread Albert ARIBAUD
Le 24/09/2011 16:00, Simon Glass a écrit : >> So basically the choice is between: >> >> - adding code to the printf() family to try and fix an issue that it is >> fundamentally unable to properly fix, and for which a solution exists, or >> >> - grepping and fixing calls to *sprintf() in U-Boot tha

Re: [U-Boot] [PATCH 4/4] efikamx: Place machine ID into board config

2011-09-25 Thread stefano babic
Am 25/09/2011 01:26, schrieb Marek Vasut: > On Friday, September 23, 2011 04:17:28 PM Stefano Babic wrote: >> On 09/23/2011 03:36 PM, Marek Vasut wrote: >>> On Friday, September 23, 2011 02:50:52 PM Fabio Estevam wrote: Let common code set the machine ID. >>> >>> This will need rework ... stef

Re: [U-Boot] [PATCH 4/4] efikamx: Place machine ID into board config

2011-09-25 Thread Marek Vasut
On Sunday, September 25, 2011 11:43:26 AM stefano babic wrote: > Am 25/09/2011 01:26, schrieb Marek Vasut: > > On Friday, September 23, 2011 04:17:28 PM Stefano Babic wrote: > >> On 09/23/2011 03:36 PM, Marek Vasut wrote: > >>> On Friday, September 23, 2011 02:50:52 PM Fabio Estevam wrote: > L

[U-Boot] confirmar la recepción

2011-09-25 Thread Western Union Money Transfer
Usted tiene una transferencia de dinero de 85.000 USD. Confirmar la recepción con su nombre y país ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] Application of patch submitted during the previous Merge Window

2011-09-25 Thread stefano babic
Am 23/09/2011 12:23, schrieb Wolfgang Denk: > Dear Stefano Babic, > Hi Wolfgang, > In message <4e7c59b4.50...@denx.de> you wrote: >> > > I have asked before if we could get patchwork to acto on X- mail > headers - then it would be sufficient to add a line > > X-PATCHWORK-STATUS: Changes

[U-Boot] [PATCH v4 1/5] EHCI: add callback ehci_fixup

2011-09-25 Thread Jana Rapava
EHCI: add callback ehci_fixup to solve VBUS reset issue for Efika. Signed-off-by: Jana Rapava Cc: Marek Vasut Cc: Remy Bohmer Cc: Stefano Babic --- Changes for v2: - changed to proper patch Changes for v3: - merged other USB patches from u-boot-pxa/efikasb - offset-based a

[U-Boot] [PATCH v4 2/5] Add USB support for Efika

2011-09-25 Thread Jana Rapava
This commit adds USB support for EfikaMX and EfikaSB. Signed-off-by: Jana Rapava Signed-off-by: Marek Vasut Cc: Remy Bohmer Cc: Stefano Babic --- Changes for v2: - changed to proper patch Changes for v3: - merged other USB patches from u-boot-pxa/efikasb - offset-based acc

[U-Boot] [PATCH v4 3/5] /drivers/usb/host/ehci-mxc.c: naming cleanup

2011-09-25 Thread Jana Rapava
This commit changes MX31 prefix in common USB_CTRL bits to MXC. Signed-off-by: Jana Rapava Cc: Marek Vasut Cc: Stefano Babic Cc: Remy Bohmer --- Changes for v2: - changed to proper patch Changes for v3: - merged other USB patches from u-boot-pxa/efikasb - offset-based acce

[U-Boot] [PATCH v4 4/5] USB: Add usb_event_poll() to get keyboards working with EHCI

2011-09-25 Thread Jana Rapava
From: Marek Vasut USB: Add usb_event_poll() to get keyboards working with EHCI Signed-off-by: Marek Vasut Cc: Remy Bohmer Cc: Stefano Babic --- Changes for v2: - changed to proper patch Changes for v3: - merged other USB patches from u-boot-pxa/efikasb - offset-based acc

[U-Boot] [PATCH v4 5/5] USB: move ehci.h and ehci-core.h into /include/usb/

2011-09-25 Thread Jana Rapava
USB: move ehci.h and ehci-core.h into /include/usb/ Signed-off-by: Jana Rapava Cc: Remy Bohmer --- Changes for v2: - changed to proper patch Changes for v3: - merged other USB patches from u-boot-pxa/efikasb - offset-based access changed to struct-based access - use {

Re: [U-Boot] [PATCH v4 4/5] USB: Add usb_event_poll() to get keyboards working with EHCI

2011-09-25 Thread Marek Vasut
On Sunday, September 25, 2011 01:55:57 PM Jana Rapava wrote: > From: Marek Vasut > > USB: Add usb_event_poll() to get keyboards working with > EHCI > > Signed-off-by: Marek Vasut > Cc: Remy Bohmer > Cc: Stefano Babic This patch is not part of this patchset. _

Re: [U-Boot] [PATCH v4 1/5] EHCI: add callback ehci_fixup

2011-09-25 Thread Marek Vasut
On Sunday, September 25, 2011 01:55:54 PM Jana Rapava wrote: > EHCI: add callback ehci_fixup to solve VBUS reset > issue for Efika. > > Signed-off-by: Jana Rapava > Cc: Marek Vasut > Cc: Remy Bohmer > Cc: Stefano Babic 5/5 is missing ... ok, I'm not reviewing this until correctly submitted. _

Re: [U-Boot] [PATCH 0/4] Buffer overruns in printf

2011-09-25 Thread Simon Glass
Hi Albert, On Sun, Sep 25, 2011 at 1:40 AM, Albert ARIBAUD wrote: > Le 24/09/2011 16:00, Simon Glass a écrit : > >>> So basically the choice is between: >>> >>> - adding code to the printf() family to try and fix an issue that it is >>> fundamentally unable to properly fix, and for which a soluti

Re: [U-Boot] [PATCH 1/4] zmx25: Remove dram_init_banksize()

2011-09-25 Thread Stefano Babic
On 09/23/2011 02:50 PM, Fabio Estevam wrote: > As only one RAM bank is used we can rely on the code from arch/arm/lib/board.c > > Cc: Matthias Weisser > Signed-off-by: Fabio Estevam > --- > board/syteco/zmx25/zmx25.c |6 -- > 1 files changed, 0 insertions(+), 6 deletions(-) > > diff --

Re: [U-Boot] [PATCH V3] ATA: Squash warnings in mxc_ata.

2011-09-25 Thread Stefano Babic
On 09/23/2011 12:04 PM, Marek Vasut wrote: > mxc_ata.c: In function ‘set_ata_bus_timing’: > mxc_ata.c:118: warning: dereferencing type-punned pointer will break > strict-aliasing rules > mxc_ata.c:125: warning: dereferencing type-punned pointer will break > strict-aliasing rules > mxc_ata.c:129: wa

[U-Boot] [PATCH v4 1/4] USB: move ehci.h and ehci-core.h into /include/usb/

2011-09-25 Thread Jana Rapava
Signed-off-by: Jana Rapava Cc: Marek Vasut Cc: Remy Bohmer Cc: Fabio Estevam --- Changes for v2: - changed to proper patch Changes for v3: - merged other USB patches from u-boot-pxa/efikasb - offset-based access changed to struct-based access - use {clrset,clr,set}bits_l

[U-Boot] [PATCH v4 2/4] EHCI: add callback ehci_fixup

2011-09-25 Thread Jana Rapava
Add callback to ehci_fixup to prepare for solving the problem with VBUS reset on Efika. Signed-off-by: Jana Rapava Cc: Marek Vasut Cc: Remy Bohmer Cc: Stefano Babic --- Changes for v2: - changed to proper patch Changes for v3: - merged other USB patches from u-boot-pxa/efikasb

[U-Boot] [PATCH v4 3/4] EHCI: adjust for mx5

2011-09-25 Thread Jana Rapava
Add into ./include/usb/ehci-fsl.h macros and structures needed by following patch; change prefix of common MX31 USB_CTRL bits to MXC. Signed-off-by: Jana Rapava Cc: Marek Vasut Cc: Remy Bohmer Cc: Stefano Babic --- Changes for v2: - changed to proper patch Changes for v3: - merged

[U-Boot] [PATCH v4 4/4] Add USB support for Efika

2011-09-25 Thread Jana Rapava
This commit adds USB support for EfikaMX and EfikaSB. Signed-off-by: Jana Rapava Signed-off-by: Marek Vasut Cc: Remy Bohmer Cc: Stefano Babic --- Changes for v2: - changed to proper patch Changes for v3: - merged other USB patches from u-boot-pxa/efikasb - offset-based access

Re: [U-Boot] [PATCH v4 4/4] Add USB support for Efika

2011-09-25 Thread Marek Vasut
On Sunday, September 25, 2011 07:25:10 PM Jana Rapava wrote: > This commit adds USB support for EfikaMX and EfikaSB. > > Signed-off-by: Jana Rapava > Signed-off-by: Marek Vasut > Cc: Remy Bohmer > Cc: Stefano Babic > --- > Changes for v2: > - changed to proper patch > Changes for v3: >

Re: [U-Boot] [PATCH v4 3/4] EHCI: adjust for mx5

2011-09-25 Thread Marek Vasut
On Sunday, September 25, 2011 07:25:09 PM Jana Rapava wrote: Dear Jana Rapava, > Add into ./include/usb/ehci-fsl.h macros and structures > needed by following patch; change prefix of common MX31 USB_CTRL bits > to MXC. The commit message doesn't make too much sense. The intention is to move def

Re: [U-Boot] [PATCH v4 2/4] EHCI: add callback ehci_fixup

2011-09-25 Thread Marek Vasut
On Sunday, September 25, 2011 07:25:08 PM Jana Rapava wrote: > Add callback to ehci_fixup to prepare > for solving the problem with VBUS reset on Efika. > > Signed-off-by: Jana Rapava > Cc: Marek Vasut > Cc: Remy Bohmer > Cc: Stefano Babic > --- > Changes for v2: > - changed to proper pa

[U-Boot] [PATCH] USB: Add functionality to poll the USB keyboard via control EP

2011-09-25 Thread Marek Vasut
This allows the keyboard to avoid requests via Interrupt Endpoint altogether and run all requests via Control Endpoint. This uses the Get_Report request. Signed-off-by: Marek Vasut Cc: Remy Bohmer --- common/usb_kbd.c | 63 ++ 1 files change

[U-Boot] [PATCH V2] USB: Add functionality to poll the USB keyboard via control EP

2011-09-25 Thread Marek Vasut
This allows the keyboard to avoid requests via Interrupt Endpoint altogether and run all requests via Control Endpoint. This uses the Get_Report request. Signed-off-by: Marek Vasut Cc: Remy Bohmer --- common/usb_kbd.c | 64 ++--- 1 files changed

Re: [U-Boot] [PATCH v4 1/4] USB: move ehci.h and ehci-core.h into /include/usb/

2011-09-25 Thread Fabio Estevam
Jana, On Sun, Sep 25, 2011 at 2:25 PM, Jana Rapava wrote: ... >  drivers/usb/host/ehci-core.h     |   29 -- >  drivers/usb/host/ehci-fsl.c      |    4 +- >  drivers/usb/host/ehci-hcd.c      |    2 +- >  drivers/usb/host/ehci-kirkwood.c |    4 +- >  drivers/usb/host/ehci-mpc512x.c  |    4 +- >

[U-Boot] [PATCH V2] USB: Add usb_event_poll() to get keyboards working with EHCI

2011-09-25 Thread Marek Vasut
Signed-off-by: Marek Vasut Cc: Remy Bohmer --- drivers/usb/host/ehci-hcd.c | 33 - 1 files changed, 32 insertions(+), 1 deletions(-) V2: Drop redundant bogus header. diff --git a/drivers/usb/host/ehci-hcd.c b/drivers/usb/host/ehci-hcd.c index 83ac8b1..41928a2

Re: [U-Boot] AT91SAM9260 and AT91SAMG20 dataflash saveenv problem

2011-09-25 Thread David Pristovnik
Hi again, after a bit more debugging I came to the conclusion that there was no problem with the saving of environment variables to dataflash, but the problem is with reading them when the board 'env_init' is called and dataflash isn't initialized jet. After a bit of research I stumbled upon a p

Re: [U-Boot] [RFC PATCH 04/20] sandbox: Add cpu files

2011-09-25 Thread Wolfgang Denk
Dear Simon Glass, In message you wrote: > > > do_reset() is not supposed to return > > I have adjusted the function meaning (which luckily for me was not > defined) so that it can return -1 on failure. This makes my code > correct :-) > > I think it is reasonable to provide a reset function w

[U-Boot] [PATCH 1/2 V2] EfikaMX: Add imximage config for Efika SB

2011-09-25 Thread Marek Vasut
Signed-off-by: Marek Vasut Cc: Stefano Babic --- MAINTAINERS |1 + board/efikamx/imximage.cfg| 122 - board/efikamx/imximage_mx.cfg | 122 + board/efikamx/imximage_sb.cfg | 122 ++

Re: [U-Boot] [RFC PATCH 06/20] sandbox: Allow board_init_f() and board_init_r() to return

2011-09-25 Thread Wolfgang Denk
Dear Simon Glass, In message you wrote: > > On Sat, Sep 17, 2011 at 5:05 PM, Mike Frysinger wrote: ... > > NAK; i dont see how sandbox is special. just do what i do in Blackfin's ... > I have done as you say for now, but this isn't great. It means that > the only way back to the top level (sa

Re: [U-Boot] Application of patch submitted during the previous Merge Window

2011-09-25 Thread Wolfgang Denk
Dear Graeme Russ, In message <4e7c63a0.5050...@gmail.com> you wrote: > > > Just add them to my ToDo list by assigning them to me... > > Done - They are still 'New' (didn't know if you wanted that changed) Thanks. "New" is ok - it's what I expect for patche that have not been applied anywhere y

[U-Boot] [PATCH 2/2 V2] EfikaSB: Add preliminary EfikaSB support

2011-09-25 Thread Marek Vasut
Signed-off-by: Marek Vasut Cc: Stefano Babic --- board/efikamx/efikamx.c | 124 - include/configs/efikamx.h |4 ++ 2 files changed, 103 insertions(+), 25 deletions(-) V2: Introduce machine_is_efika{mx,sb}() and use where appropriate. The curren

[U-Boot] Faster boot time

2011-09-25 Thread dtran11
I am trying to make uboot boot as fast as possible for my omap3 Overo board. I add the below to my config header file. Does anyone see anything I can add to it to make the build smaller and faster? Thank you. #define CONFIG_FAST_BOOT #define CONFIG_FAST_BOOT_MMC //#define CONFIG_FAST_BOOT_NAND

Re: [U-Boot] [PATCH 0/4] Buffer overruns in printf

2011-09-25 Thread Wolfgang Denk
Dear Simon Glass, In message <1316799532-20761-1-git-send-email-...@chromium.org> you wrote: > The printf family of functions in U-Boot cannot deal with a situation where > the caller provides a buffer which turns out to be too small for the format > string. This can result in buffer overflows, st

Re: [U-Boot] [PATCH] powerpc/85xx: corenet_ds: increase console buffer size to 1024

2011-09-25 Thread Wolfgang Denk
Dear Kim Phillips, In message <20110923140020.1eac241b.kim.phill...@freescale.com> you wrote: > > > Can you explain this in a bit more detail. > > if, for whatever reason, the nfsboot env var has been > modified/deleted, one can't restore it via the command line > because it doesn't fit in the bu

Re: [U-Boot] [PATCH] usb: Move ehci.h and ehci-core.h to include/usb directory

2011-09-25 Thread Fabio Estevam
Marek 2011/9/24 Marek Vasut : > On Saturday, September 24, 2011 09:10:02 PM Fabio Estevam wrote: >> Move ehci.h and ehci-core.h to include/usb directory. >> >> Cc: Remy Bohmer >> Signed-off-by: Fabio Estevam > > Like we discussed earlier, something similar should soon go in as a part of a > bigg

Re: [U-Boot] [PATCH 3/4] Make printf and vprintf safe from buffer overruns

2011-09-25 Thread Wolfgang Denk
Dear Simon Glass, In message you wrote: > > Yes, indeed. Could we go as far as removing CONFIG_SYS_PBSIZE, and > just use a standard value? If you can find one that fits for all boards? Keep in mind that printf() gets used before relocation, when available stack space may be _very_ limited.

Re: [U-Boot] [PATCH 3/4] Make printf and vprintf safe from buffer overruns

2011-09-25 Thread Wolfgang Denk
Dear Simon Glass, In message you wrote: > > > in the context of I/O funcs, CONFIG_SYS_PBSIZE is the current standard > > OK - is there a reason why boards can redefine this? Many many boards > do. It seems like something that should just be given a sensible > value. Indeed - that's exactly wh

Re: [U-Boot] [RFC PATCH 04/20] sandbox: Add cpu files

2011-09-25 Thread Simon Glass
Hi Wolfgang, On Sun, Sep 25, 2011 at 12:25 PM, Wolfgang Denk wrote: > Dear Simon Glass, > > In message > you > wrote: >> >> > do_reset() is not supposed to return >> >> I have adjusted the function meaning (which luckily for me was not >> defined) so that it can return -1 on failure. This make

Re: [U-Boot] [RFC PATCH 06/20] sandbox: Allow board_init_f() and board_init_r() to return

2011-09-25 Thread Simon Glass
Hi Wolfgang, On Sun, Sep 25, 2011 at 12:55 PM, Wolfgang Denk wrote: > Dear Simon Glass, > > In message > you > wrote: >> >> On Sat, Sep 17, 2011 at 5:05 PM, Mike Frysinger wrote: > ... >> > NAK; i dont see how sandbox is special.  just do what i do in Blackfin's > ... >> I have done as you sa

Re: [U-Boot] [PATCH] usb: Move ehci.h and ehci-core.h to include/usb directory

2011-09-25 Thread Marek Vasut
On Sunday, September 25, 2011 10:11:52 PM Fabio Estevam wrote: > Marek > > 2011/9/24 Marek Vasut : > > On Saturday, September 24, 2011 09:10:02 PM Fabio Estevam wrote: > >> Move ehci.h and ehci-core.h to include/usb directory. > >> > >> Cc: Remy Bohmer > >> Signed-off-by: Fabio Estevam > > > >

Re: [U-Boot] Application of patch submitted during the previous Merge Window

2011-09-25 Thread Graeme Russ
Hi Wolfgang, On Monday, September 26, 2011, Wolfgang Denk wrote: > Dear Graeme Russ, > > In message <4e7c63a0.5050...@gmail.com> you wrote: >> >> > That would be easy to do... >> >> Maybe that's what we do - Once a patch reaches maturity (a revision with an >> Ack and maybe a Tested-by) any maint

Re: [U-Boot] Faster boot time

2011-09-25 Thread Premi, Sanjeev
> -Original Message- > From: u-boot-boun...@lists.denx.de > [mailto:u-boot-boun...@lists.denx.de] On Behalf Of dtran11 > Sent: Monday, September 26, 2011 1:33 AM > To: u-boot@lists.denx.de > Subject: [U-Boot] Faster boot time > > > I am trying to make uboot boot as fast as possible for m

[U-Boot] [PATCH 1/7 V2] GCC4.6: Convert various empty macros to inline functions

2011-09-25 Thread Marek Vasut
Fixes problems similar to the following ones: cmd_date.c: In function ‘do_date’: cmd_date.c:50:6: warning: variable ‘old_bus’ set but not used [-Wunused-but-set-variable] Signed-off-by: Marek Vasut --- common/usb.c |4 ++-- common/usb_storage.c |2 +- include/common.h |4

[U-Boot] [PATCH 2/7 RESEND] GCC4.6: Remove unused "port" variable in cmd_usb.c

2011-09-25 Thread Marek Vasut
Signed-off-by: Marek Vasut Acked-by: Remy Bohmer --- common/cmd_usb.c |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/common/cmd_usb.c b/common/cmd_usb.c index cd4d417..8c87265 100644 --- a/common/cmd_usb.c +++ b/common/cmd_usb.c @@ -281,7 +281,7 @@ static inline char

[U-Boot] [PATCH 5/7] GCC4.6: Squash warnings in lcd.c

2011-09-25 Thread Marek Vasut
lcd.c: In function ‘lcd_drawchars’: lcd.c:214:9: warning: variable ‘off’ set but not used [-Wunused-but-set-variable] lcd.c: In function ‘lcd_display_bitmap’: lcd.c:617:16: warning: variable ‘compression’ set but not used [-Wunused-but-set-variable] Signed-off-by: Marek Vasut --- common/lcd.c |

[U-Boot] [PATCH 3/7] GCC4.6: Squash warning in cmd_flash.c

2011-09-25 Thread Marek Vasut
cmd_flash.c: In function ‘do_protect’: cmd_flash.c:474:6: warning: variable ‘p’ set but not used [-Wunused-but-set-variable] Signed-off-by: Marek Vasut --- common/cmd_flash.c | 10 ++ 1 files changed, 6 insertions(+), 4 deletions(-) diff --git a/common/cmd_flash.c b/common/cmd_flash.c

[U-Boot] [PATCH 4/7] GCC4.6: Squash warning in cmd_nvedit.c

2011-09-25 Thread Marek Vasut
cmd_nvedit.c: In function ‘do_env_edit’: cmd_nvedit.c:463:6: warning: variable ‘len’ set but not used [-Wunused-but-set-variable] Signed-off-by: Marek Vasut --- common/cmd_nvedit.c |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/common/cmd_nvedit.c b/common/cmd_nvedit.

[U-Boot] [PATCH 7/7] GCC4.6: Squash warning in cmd_mem.c

2011-09-25 Thread Marek Vasut
cmd_mem.c: In function ‘do_mem_loop’: cmd_mem.c:474:25: warning: variable ‘junk’ set but not used [-Wunused-but-set-variable] The assigned variable can be removed because the pointers are volatile so accesses to their addresses are always generated. Signed-off-by: Marek Vasut --- common/cmd_mem

[U-Boot] [PATCH 6/7] GCC4.6: Squash warnings in ipu_disp.c

2011-09-25 Thread Marek Vasut
ipu_disp.c: In function ‘ipu_disp_set_global_alpha’: ipu_disp.c:1237:11: warning: variable ‘flow’ set but not used [-Wunused-but-set-variable] ipu_disp.c: In function ‘ipu_disp_set_color_key’: ipu_disp.c:1302:16: warning: variable ‘flow’ set but not used [-Wunused-but-set-variable] Signed-off-by:

[U-Boot] [PATCH] GCC4.4: Squash multiple warnings due to strict aliasing

2011-09-25 Thread Marek Vasut
Signed-off-by: Marek Vasut --- arch/arm/include/asm/io.h | 30 ++ 1 files changed, 18 insertions(+), 12 deletions(-) diff --git a/arch/arm/include/asm/io.h b/arch/arm/include/asm/io.h index 1fbc531..61f4987 100644 --- a/arch/arm/include/asm/io.h +++ b/arch/arm/inclu

Re: [U-Boot] [PATCH 1/7 V2] GCC4.6: Convert various empty macros to inline functions

2011-09-25 Thread Fabio Estevam
On Sun, Sep 25, 2011 at 9:26 PM, Marek Vasut wrote: > Fixes problems similar to the following ones: > > cmd_date.c: In function ‘do_date’: > cmd_date.c:50:6: warning: variable ‘old_bus’ set but not used > [-Wunused-but-set-variable] Your commit log does not match your patch.

Re: [U-Boot] [PATCH 4/7] GCC4.6: Squash warning in cmd_nvedit.c

2011-09-25 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 2/7 RESEND] GCC4.6: Remove unused "port" variable in cmd_usb.c

2011-09-25 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 4/7] GCC4.6: Squash warning in cmd_nvedit.c

2011-09-25 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 7/7] GCC4.6: Squash warning in cmd_mem.c

2011-09-25 Thread Mike Frysinger
On Sunday, September 25, 2011 20:26:06 Marek Vasut wrote: > cmd_mem.c: In function ‘do_mem_loop’: > cmd_mem.c:474:25: warning: variable ‘junk’ set but not used > [-Wunused-but-set-variable] > > The assigned variable can be removed because the pointers are volatile so > accesses to their addresses

Re: [U-Boot] [PATCH 1/7 V2] GCC4.6: Convert various empty macros to inline functions

2011-09-25 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] [RFC PATCH 06/20] sandbox: Allow board_init_f() and board_init_r() to return

2011-09-25 Thread Mike Frysinger
On Friday, September 23, 2011 11:55:11 Simon Glass wrote: > On Sat, Sep 17, 2011 at 5:05 PM, Mike Frysinger wrote: > > On Saturday, September 17, 2011 12:48:45 Simon Glass wrote: > >> Since the sandbox architecture doesn't do relocation, we prefer to call > >> board_init_r() explicitly when board_i

Re: [U-Boot] [RFC PATCH 04/20] sandbox: Add cpu files

2011-09-25 Thread Mike Frysinger
On Sunday, September 25, 2011 16:18:32 Simon Glass wrote: > On Sun, Sep 25, 2011 at 12:25 PM, Wolfgang Denk wrote: > > Simon Glass wrote: > >> > do_reset() is not supposed to return > >> > >> I have adjusted the function meaning (which luckily for me was not > >> defined) so that it can return -1

Re: [U-Boot] [RFC PATCH 18/20] sandbox: Remove unused variable warnings

2011-09-25 Thread Mike Frysinger
On Friday, September 23, 2011 12:01:46 Simon Glass wrote: > On Sat, Sep 17, 2011 at 5:25 PM, Mike Frysinger wrote: > > On Saturday, September 17, 2011 12:48:57 Simon Glass wrote: > >> There are a few variables set but not used - this marks these as unused > >> for the compiler. > > > > summary say

Re: [U-Boot] [RFC PATCH 17/20] sandbox: Add basic config file

2011-09-25 Thread Mike Frysinger
On Friday, September 23, 2011 12:00:15 Simon Glass wrote: > On Sat, Sep 17, 2011 at 5:22 PM, Mike Frysinger wrote: > > On Saturday, September 17, 2011 12:48:56 Simon Glass wrote: > >> +#define CONFIG_DRAM_SIZE (128 << 20) > > > > do you need any of this ? > > I want to have simulated DRAM, so

[U-Boot] Hi: O Z K

2011-09-25 Thread ilana briskman
Dear friend f q hi a good news for you,< Web Portal> are mainly sale electronic products, now our company is holding sale promotion, all products is sale in lowest price. if you satisfied to our products and have any questions, you can freely contact us. (iphone,Laptop,Television, Phon

Re: [U-Boot] [RFC PATCH v2 0/20] New 'sandbox' test architecture for U-Boot

2011-09-25 Thread Mike Frysinger
On Friday, September 23, 2011 12:22:02 Simon Glass wrote: > This patch set points towards a possible way to improve the test > infrastructure in U-Boot. The goal is to have a test suite that can run in > a minute or two on a Linux PC and test all non-platform code. do you have this in a public git

Re: [U-Boot] [RFC PATCH v2 02/20] Fix use of int as pointer in image.c

2011-09-25 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] [RFC PATCH v2 03/20] sandbox: Add architecture image support

2011-09-25 Thread Mike Frysinger
On Friday, September 23, 2011 12:22:05 Simon Glass wrote: > #elif defined(__sparc__) > if (!image_check_arch (hdr, IH_ARCH_SPARC)) > +#elif defined(CONFIG_SANDBOX_ARCH) > + if (0) > #else > # error Unknown CPU type > #endif i wonder if this could be useful ... wouldn't it allow some

Re: [U-Boot] [RFC PATCH v2 13/20] sandbox: Add OS dependent layer

2011-09-25 Thread Mike Frysinger
On Friday, September 23, 2011 12:22:15 Simon Glass wrote: > arch/sandbox/cpu/sandbox/Makefile |7 - > arch/sandbox/cpu/sandbox/os.c | 49 you don't need to follow the "SoC" convention. arch/sandbox/cpu/*.c should work fine ... > --- a/arch/sandbox/cpu/sandbox/Makefile > +++ b/arch

[U-Boot] [PATCH] MAKEALL: rename coldfire list to m68k to match arch

2011-09-25 Thread Mike Frysinger
The m68k tree is the only one where `./MAKEALL ` does not work. So rename the existing coldfire list in the MAKEALL script to m68k, and add an alias from coldfire to m68k. This makes scripting around MAKEALL easier. Signed-off-by: Mike Frysinger --- MAKEALL |3 ++- 1 files changed, 2 insert

Re: [U-Boot] [PATCH] MAKEALL: rename coldfire list to m68k to match arch

2011-09-25 Thread Mike Frysinger
[ +cc coldfire maintainer ] On Monday, September 26, 2011 01:27:19 Mike Frysinger wrote: > The m68k tree is the only one where `./MAKEALL ` does not work. > So rename the existing coldfire list in the MAKEALL script to m68k, and > add an alias from coldfire to m68k. This makes scripting around MA

Re: [U-Boot] [PATCH v2 8/8] arm, davinci: add support for am1808 based enbw_cmc board

2011-09-25 Thread Heiko Schocher
Hello Paulraj, Paulraj, Sandeep wrote: > >> - booting from NOR Flash with direct boot method >> - POST support >> - LOGBUF support >> >> Signed-off-by: Heiko Schocher >> Cc: Paulraj Sandeep >> Cc: Albert ARIBAUD >> Cc: Igor Grinberg >> --- >> - changes for v2 >> - use CONFIG_MACH_TYPE inste

Re: [U-Boot] [PATCH v2 8/8] arm, davinci: add support for am1808 based enbw_cmc board

2011-09-25 Thread Paulraj, Sandeep
>Did you apllied all patches, as stated here?: > >http://permalink.gmane.org/gmane.comp.boot-loaders.u-boot/108514 > >How looks your compile error? ah, i did not see the entire list of dependencies. I did not apply all the patches as some of them should not be applied by me. i have sent Alber

[U-Boot] [PATCH] image: push default arch values to arch headers

2011-09-25 Thread Mike Frysinger
This pushes the ugly duplicated arch ifdef lists we maintain in various image related files out to the arch headers themselves. Signed-off-by: Mike Frysinger --- arch/arm/include/asm/u-boot.h|3 ++ arch/avr32/include/asm/u-boot.h |3 ++ arch/blackfin/include/asm/u-boot.h |

Re: [U-Boot] [PATCH v2 8/8] arm, davinci: add support for am1808 based enbw_cmc board

2011-09-25 Thread Heiko Schocher
Hello Paulraj, Paulraj, Sandeep wrote: >> Did you apllied all patches, as stated here?: >> >> http://permalink.gmane.org/gmane.comp.boot-loaders.u-boot/108514 >> >> How looks your compile error? > > ah, i did not see the entire list of dependencies. > I did not apply all the patches as some of th

Re: [U-Boot] [PATCH] image: push default arch values to arch headers

2011-09-25 Thread Wolfgang Denk
Dear Mike Frysinger, In message <1317016410-608-1-git-send-email-vap...@gentoo.org> you wrote: > This pushes the ugly duplicated arch ifdef lists we maintain in various > image related files out to the arch headers themselves. I appreciate this change in general, but ... ... > -#else > -# error

Re: [U-Boot] [PATCH 4/4 V5] I2C: mxc_i2c rework

2011-09-25 Thread Heiko Schocher
Hello Stefano, Stefano Babic wrote: > On 09/23/2011 05:32 AM, Jason Hui wrote: >> Hi, Marek, >> >> On Fri, Sep 23, 2011 at 3:22 AM, Marek Vasut wrote: >>> Rewrite the mxc_i2c driver. >>> * This version is much closer to Linux implementation. >>> * Fixes IPG_PERCLK being incorrectly used as cloc