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 vap...@gentoo.org -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 that do not

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 ... stefano, can we get

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: Let common code

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

[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 ferma...@gmail.com Cc: Marek Vasut marek.va...@gmail.com Cc: Remy Bohmer li...@bohmer.net Cc: Stefano Babic sba...@denx.de --- Changes for v2: - changed to proper patch Changes for v3: -

[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 ferma...@gmail.com Signed-off-by: Marek Vasut marek.va...@gmail.com Cc: Remy Bohmer li...@bohmer.net Cc: Stefano Babic sba...@denx.de --- Changes for v2: - changed to proper patch Changes for v3: -

[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 ferma...@gmail.com Cc: Marek Vasut marek.va...@gmail.com Cc: Stefano Babic sba...@denx.de Cc: Remy Bohmer li...@bohmer.net --- Changes for v2: - changed to proper patch Changes for v3: -

[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 marek.va...@gmail.com USB: Add usb_event_poll() to get keyboards working with EHCI Signed-off-by: Marek Vasut marek.va...@gmail.com Cc: Remy Bohmer li...@bohmer.net Cc: Stefano Babic sba...@denx.de --- Changes for v2: - changed to proper patch Changes for v3: -

[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 ferma...@gmail.com Cc: Remy Bohmer li...@bohmer.net --- Changes for v2: - changed to proper patch Changes for v3: - merged other USB patches from u-boot-pxa/efikasb - offset-based access changed to

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 marek.va...@gmail.com USB: Add usb_event_poll() to get keyboards working with EHCI Signed-off-by: Marek Vasut marek.va...@gmail.com Cc: Remy Bohmer li...@bohmer.net Cc: Stefano Babic sba...@denx.de This

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 ferma...@gmail.com Cc: Marek Vasut marek.va...@gmail.com Cc: Remy Bohmer li...@bohmer.net Cc: Stefano Babic sba...@denx.de 5/5 is

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 albert.u.b...@aribaud.net 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

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 weiss...@arcor.de Signed-off-by: Fabio Estevam fabio.este...@freescale.com --- board/syteco/zmx25/zmx25.c |6 -- 1 files changed, 0

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:

[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 ferma...@gmail.com Cc: Marek Vasut marek.va...@gmail.com Cc: Remy Bohmer li...@bohmer.net Cc: Fabio Estevam feste...@gmail.com --- Changes for v2: - changed to proper patch Changes for v3: - merged other USB patches from u-boot-pxa/efikasb -

[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 ferma...@gmail.com Cc: Marek Vasut marek.va...@gmail.com Cc: Remy Bohmer li...@bohmer.net Cc: Stefano Babic sba...@denx.de --- Changes for v2: - changed to proper patch Changes

[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 ferma...@gmail.com Cc: Marek Vasut marek.va...@gmail.com Cc: Remy Bohmer li...@bohmer.net Cc: Stefano Babic sba...@denx.de --- Changes

[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 ferma...@gmail.com Signed-off-by: Marek Vasut marek.va...@gmail.com Cc: Remy Bohmer li...@bohmer.net Cc: Stefano Babic sba...@denx.de --- Changes for v2: - changed to proper patch Changes for v3: - merged

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 ferma...@gmail.com Signed-off-by: Marek Vasut marek.va...@gmail.com Cc: Remy Bohmer li...@bohmer.net Cc: Stefano Babic sba...@denx.de --- Changes

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

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 ferma...@gmail.com Cc: Marek Vasut marek.va...@gmail.com Cc: Remy Bohmer li...@bohmer.net Cc: Stefano Babic

[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 marek.va...@gmail.com Cc: Remy Bohmer li...@bohmer.net --- common/usb_kbd.c | 63

[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 marek.va...@gmail.com Cc: Remy Bohmer li...@bohmer.net --- common/usb_kbd.c | 64

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 ferma...@gmail.com 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 +-  

[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 marek.va...@gmail.com Cc: Remy Bohmer li...@bohmer.net --- 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

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

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

2011-09-25 Thread Wolfgang Denk
Dear Simon Glass, In message capnjgz1ffrpbu9gtxp9qvm24ln2r-bwu1ojmrl3e+hijjlw...@mail.gmail.com 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 :-)

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 CAPnjgZ1DfWHum=wuzrh75eu7raf_qbcworc6ypkhhubzop1...@mail.gmail.com you wrote: On Sat, Sep 17, 2011 at 5:05 PM, Mike Frysinger vap...@gentoo.org wrote: ... NAK; i dont see how sandbox is special. just do what i do in Blackfin's ... I have done as you say for

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

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

2011-09-25 Thread Marek Vasut
Signed-off-by: Marek Vasut marek.va...@gmail.com Cc: Stefano Babic sba...@denx.de --- board/efikamx/efikamx.c | 124 - include/configs/efikamx.h |4 ++ 2 files changed, 103 insertions(+), 25 deletions(-) V2: Introduce machine_is_efika{mx,sb}()

[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

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

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

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 marek.va...@gmail.com: 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 li...@bohmer.net Signed-off-by: Fabio Estevam fabio.estevam@fr,eescale.com Like we discussed earlier,

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 capnjgz0-8wu4hj3pdmfnmwnj4epumq69u_uarart5cbqqv0...@mail.gmail.com 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

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 capnjgz2d8mys7whmfunzvhxk_tcmv7gayjyeormkpdna78p...@mail.gmail.com 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

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 w...@denx.de wrote: Dear Simon Glass, In message capnjgz1ffrpbu9gtxp9qvm24ln2r-bwu1ojmrl3e+hijjlw...@mail.gmail.com you wrote: do_reset() is not supposed to return I have adjusted the function meaning (which luckily for me

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 w...@denx.de wrote: Dear Simon Glass, In message CAPnjgZ1DfWHum=wuzrh75eu7raf_qbcworc6ypkhhubzop1...@mail.gmail.com you wrote: On Sat, Sep 17, 2011 at 5:05 PM, Mike Frysinger vap...@gentoo.org wrote: ... NAK; i dont see how

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 marek.va...@gmail.com: 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 li...@bohmer.net Signed-off-by:

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 w...@denx.de 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

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 my

[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 marek.va...@gmail.com --- common/usb.c |4 ++-- common/usb_storage.c |2 +-

[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 marek.va...@gmail.com Acked-by: Remy Bohmer li...@bohmer.net --- 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

[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

[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 marek.va...@gmail.com --- common/cmd_flash.c | 10 ++ 1 files changed, 6 insertions(+), 4 deletions(-) diff --git

[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 marek.va...@gmail.com --- common/cmd_nvedit.c |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git

[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

[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 marek.va...@gmail.com --- 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 ---

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 marek.va...@gmail.com 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 vap...@gentoo.org -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 vap...@gentoo.org -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 vap...@gentoo.org -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 are

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 vap...@gentoo.org -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_init_f()

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 on failure.

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 says sandbox:

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 yes. But I

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

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 vap...@gentoo.org -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 +++

[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 arch` 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 vap...@gentoo.org --- MAKEALL |3 ++- 1

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

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 h...@denx.de Cc: Paulraj Sandeep s-paul...@ti.com Cc: Albert ARIBAUD albert.u.b...@aribaud.net Cc: Igor Grinberg grinb...@compulab.co.il