Re: [U-Boot] [PATCH V3 3/3] mkimage: adding support for Davinci AIS image

2011-10-30 Thread stefano babic
Am 29/10/2011 18:51, schrieb Dirk Behme: Hmm, using recent git head this results in Hi Remy, aisimage.c: In function ‘aisimage_generate’: aisimage.c:365: warning: ‘tsize’ may be used uninitialized in this function for each board I build :( E.g. Configuring for omap3_evm board...

Re: [U-Boot] [PATCH V3 3/3] mkimage: adding support for Davinci AIS image

2011-10-30 Thread Dirk Behme
On 30.10.2011 08:29, stefano babic wrote: Am 29/10/2011 18:51, schrieb Dirk Behme: Hmm, using recent git head this results in Hi Remy, aisimage.c: In function ‘aisimage_generate’: aisimage.c:365: warning: ‘tsize’ may be used uninitialized in this function for each board I build :(

[U-Boot] ARM ld: section .bss overlaps section .rel.dyn

2011-10-30 Thread Dirk Behme
Doing a ./MAKEALL ARMV7 (gcc [1]) with the recent git head I get a lot of arm-none-linux-gnueabi-ld: section .bss [...] overlaps section .rel.dyn [...] arm-none-linux-gnueabi-ld: section .dynsym [...] overlaps section .bss [...] ... make: *** [u-boot] Error 1 for various boards [2]. I wasn't

Re: [U-Boot] [PATCH 3/9] arm: Move CP15 init out of cpu_init_crit()

2011-10-30 Thread Albert ARIBAUD
Hi Simon, Le 29/10/2011 02:36, Simon Glass a écrit : Hi Albert, On Thu, Oct 27, 2011 at 10:09 PM, Albert ARIBAUD albert.u.b...@aribaud.net wrote: Le 28/10/2011 03:43, Simon Glass a écrit : The test was mrc p15, 0, r0, c0, c0, 0 @ get ID register and r0, r0,

Re: [U-Boot] ARM ld: section .bss overlaps section .rel.dyn

2011-10-30 Thread Albert ARIBAUD
Hi Dirk, Le 30/10/2011 10:47, Dirk Behme a écrit : Doing a ./MAKEALL ARMV7 (gcc [1]) with the recent git head I get a lot of arm-none-linux-gnueabi-ld: section .bss [...] overlaps section .rel.dyn [...] arm-none-linux-gnueabi-ld: section .dynsym [...] overlaps section .bss [...] ...

Re: [U-Boot] [PATCH] ARM: re-introduce the MACH_TYPE_XXXXXX for EB_CPUX9K2 board

2011-10-30 Thread Albert ARIBAUD
Hi Jens, Marek, Le 30/10/2011 00:47, Marek Vasut a écrit : * re-introduce the MACH_TYPE_XX for EB_CPUX9K2 board Signed-off-by: Jens Scharsigjs_at...@scharsoft.de --- include/configs/eb_cpux9k2.h |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git

Re: [U-Boot] [PATCH] ARM: netspace_v2: fix warnings

2011-10-30 Thread Albert ARIBAUD
Hi Anatolij, Le 29/10/2011 23:31, Anatolij Gustschin a écrit : Fix compiler warnings when compiling for netspace_v2, netspace_max_v2 and inetspace_v2: netspace_v2.c: In function 'board_early_init_f': netspace_v2.c:37: warning: implicit declaration of function 'kw_config_gpio' netspace_v2.c:

Re: [U-Boot] ARM ld: section .bss overlaps section .rel.dyn

2011-10-30 Thread Albert ARIBAUD
Le 30/10/2011 11:24, Albert ARIBAUD a écrit : Hi Dirk, Le 30/10/2011 10:47, Dirk Behme a écrit : Doing a ./MAKEALL ARMV7 (gcc [1]) with the recent git head I get a lot of arm-none-linux-gnueabi-ld: section .bss [...] overlaps section .rel.dyn [...] arm-none-linux-gnueabi-ld: section

Re: [U-Boot] ARM ld: section .bss overlaps section .rel.dyn

2011-10-30 Thread Dirk Behme
On 30.10.2011 11:57, Albert ARIBAUD wrote: Le 30/10/2011 11:24, Albert ARIBAUD a écrit : Hi Dirk, Le 30/10/2011 10:47, Dirk Behme a écrit : Doing a ./MAKEALL ARMV7 (gcc [1]) with the recent git head I get a lot of arm-none-linux-gnueabi-ld: section .bss [...] overlaps section .rel.dyn

Re: [U-Boot] [PATCH] ARM: netspace_v2: fix warnings

2011-10-30 Thread Anatolij Gustschin
Hi Albert, On Sun, 30 Oct 2011 11:45:37 +0100 Albert ARIBAUD albert.u.b...@aribaud.net wrote: ... Applied to u-boot-arm/master, as a bugfix to help netspace_v2 compile clean. Note however that I also see the following warning for netspace_v2: mvgbe.c: In function 'mvgbe_initialize':

[U-Boot] (no subject)

2011-10-30 Thread Henry, Sherie
Attn. Mail User! Information Technology Services (ITS) are currently upgrading e-mail accounts. This will provide you the ability to store a greatly increased amount of e-mail correspondence in your e-mail account. Your account has been identified as one of the accounts which are to be

Re: [U-Boot] [PATCH] ARM: netspace_v2: fix warnings

2011-10-30 Thread Simon Guinot
On Sat, Oct 29, 2011 at 11:31:19PM +0200, Anatolij Gustschin wrote: Fix compiler warnings when compiling for netspace_v2, netspace_max_v2 and inetspace_v2: netspace_v2.c: In function 'board_early_init_f': netspace_v2.c:37: warning: implicit declaration of function 'kw_config_gpio'

Re: [U-Boot] ARM ld: section .bss overlaps section .rel.dyn

2011-10-30 Thread Albert ARIBAUD
Le 30/10/2011 12:33, Dirk Behme a écrit : On 30.10.2011 11:57, Albert ARIBAUD wrote: Le 30/10/2011 11:24, Albert ARIBAUD a écrit : Hi Dirk, Le 30/10/2011 10:47, Dirk Behme a écrit : Doing a ./MAKEALL ARMV7 (gcc [1]) with the recent git head I get a lot of arm-none-linux-gnueabi-ld:

Re: [U-Boot] [PATCH 1/2] post/post.c: CodingStyle cleanup

2011-10-30 Thread Wolfgang Denk
Dear Marek Vasut, In message 201110300038.14360.marek.va...@gmail.com you wrote: Signed-off-by: Wolfgang Denk w...@denx.de --- post/post.c | 59 +++ 1 files changed, 27 insertions(+), 32 deletions(-) [...]

Re: [U-Boot] [PATCH] drivers/rtc/ds1337.c: fix GCC 4.6 build warnings

2011-10-30 Thread Wolfgang Denk
Dear Marek Vasut, In message 201110300039.59309.marek.va...@gmail.com you wrote: -#undef DEBUG_RTC - -#ifdef DEBUG_RTC -#define DEBUGR(fmt,args...) printf(fmt ,##args) -#else -#define DEBUGR(fmt,args...) -#endif

Re: [U-Boot] [PATCH] ARM: re-introduce the MACH_TYPE_XXXXXX for EB_CPUX9K2 board

2011-10-30 Thread Wolfgang Denk
Dear Marek Vasut, In message 201110300047.46696.marek.va...@gmail.com you wrote: /* --*/ +#ifndef MACH_TYPE_EB_CPUX9K2 +#define MACH_TYPE_EB_CPUX9K2 1977 +#endif

Re: [U-Boot] [PATCH V3 3/3] mkimage: adding support for Davinci AIS image

2011-10-30 Thread Wolfgang Denk
Dear Dirk Behme, In message 4ead0969.2030...@googlemail.com you wrote: Seems I still have the good old gcc version 4.3.3 (Sourcery G++ Lite 2009q1-203) in my path. IIRC, gcc 4.3.x has never been good in any way, especially not on ARM. Best regards, Wolfgang Denk -- DENX Software

[U-Boot] [PATCH] tx25: re-add MACH_TYPE_TX25

2011-10-30 Thread Wolfgang Denk
Signed-off-by: Wolfgang Denk w...@denx.de cc: Stefano Babic sba...@denx.de --- include/configs/tx25.h |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/include/configs/tx25.h b/include/configs/tx25.h index 8cb57ff..39d551e 100644 --- a/include/configs/tx25.h +++

[U-Boot] ====Attn: business assistance is needed in Asia very urgent====

2011-10-30 Thread Tina Samson
Firstly,i will like to introduce my self to you.I am Mrs.Tina Samson,I'm from United Kingdom (England). I'm current working as the procurement manager to VALLEY VETERINARY RANCH INC, I need the correspondence of a reliable Business partner. A trust worthy person that can handle business

[U-Boot] Pull request u-boot-nios.git

2011-10-30 Thread Thomas Chou
The following changes since commit ce5207e191c59b3135303fd03b98dd2ac3701ba2: e1000: Allow direct access to the E1000 SPI EEPROM device (2011-10-28 00:37:01 +0200) are available in the git repository at: git://git.denx.de/u-boot-nios.git master Joachim Foerster (4): nios2: Pseudo

Re: [U-Boot] PATCH: Add time command

2011-10-30 Thread Mike Frysinger
On Saturday 29 October 2011 10:57:48 Peter Barada wrote: Add 'time cmd args' which executes cmd with args and shows the execution time in seconds. Requires get_timer(). NAK: we already have common/cmd_time.c and CONFIG_CMD_TIME -mike signature.asc Description: This is a digitally signed

Re: [U-Boot] [PATCH V5 1/4] lcd: add clear and draw bitmap declaration

2011-10-30 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 V5 2/4] tools: logo: split bmp arrays from bmp_logo.h

2011-10-30 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 V5 3/4] font: split font data from video_font.h

2011-10-30 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 V5 1/4] lcd: add clear and draw bitmap declaration

2011-10-30 Thread Mike Frysinger
On Friday 21 October 2011 05:07:03 Che-Liang Chiou wrote: The functions for clearing and drawing bitmaps on the screen were not exposed publicly and are made public in this patch in preparation for implementing the display interface of api_public.h. seems like you sent out the same patch a few

Re: [U-Boot] [PATCH] mii: miiphy register address width change

2011-10-30 Thread Mike Frysinger
On Thursday 20 October 2011 18:53:37 Andy Fleming wrote: So I'm not saying we shouldn't apply this patch. I'm questioning why it was written in a hope that we can discourage new use of the old API. I'm also not convinced the patch helps anything. can you update the feature removal file and add

Re: [U-Boot] [PATCH v2] e1000: fix bugs from recent commits

2011-10-30 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] disk: part_efi: fix regression due to incorrect buffer usage

2011-10-30 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: Add time command

2011-10-30 Thread Wolfgang Denk
Dear Mike Frysinger, In message 201110301113.25446.vap...@gentoo.org you wrote: Add 'time cmd args' which executes cmd with args and shows the execution time in seconds. Requires get_timer(). NAK: we already have common/cmd_time.c and CONFIG_CMD_TIME But common/cmd_time.c is unportable

Re: [U-Boot] ARM ld: section .bss overlaps section .rel.dyn

2011-10-30 Thread Albert ARIBAUD
Le 30/10/2011 13:46, Albert ARIBAUD a écrit : Le 30/10/2011 12:33, Dirk Behme a écrit : On 30.10.2011 11:57, Albert ARIBAUD wrote: Le 30/10/2011 11:24, Albert ARIBAUD a écrit : Hi Dirk, Le 30/10/2011 10:47, Dirk Behme a écrit : Doing a ./MAKEALL ARMV7 (gcc [1]) with the recent git head I

Re: [U-Boot] [PATCH] ARM: netspace_v2: fix warnings

2011-10-30 Thread Albert ARIBAUD
Hi Anatolij, Le 30/10/2011 12:34, Anatolij Gustschin a écrit : Hi Albert, On Sun, 30 Oct 2011 11:45:37 +0100 Albert ARIBAUDalbert.u.b...@aribaud.net wrote: ... Applied to u-boot-arm/master, as a bugfix to help netspace_v2 compile clean. Note however that I also see the following warning

Re: [U-Boot] [PATCH] ARM: netspace_v2: fix warnings

2011-10-30 Thread Anatolij Gustschin
Hi Albert, On Sun, 30 Oct 2011 17:19:58 +0100 Albert ARIBAUD albert.u.b...@aribaud.net wrote: ... [1] http://patchwork.ozlabs.org/patch/122575/ [2] http://patchwork.ozlabs.org/patch/122579/ I take both in u-boot-arm/master as bug fixes. Thanks! Anatolij

Re: [U-Boot] PATCH: Add time command

2011-10-30 Thread Mike Frysinger
On Sunday 30 October 2011 11:55:15 Wolfgang Denk wrote: Mike Frysinger wrote: Add 'time cmd args' which executes cmd with args and shows the execution time in seconds. Requires get_timer(). NAK: we already have common/cmd_time.c and CONFIG_CMD_TIME But common/cmd_time.c is

[U-Boot] [PATCH v6 1/4] lcd: add clear and draw bitmap declaration

2011-10-30 Thread Anatolij Gustschin
From: Che-liang Chiou clch...@chromium.org The functions for clearing and drawing bitmaps on the screen were not exposed publicly and are made public in this patch in preparation for implementing the display interface of api_public.h. Signed-off-by: Che-Liang Chiou clch...@chromium.org Acked-by:

[U-Boot] [PATCH v6 2/4] tools: logo: split bmp arrays from bmp_logo.h

2011-10-30 Thread Anatolij Gustschin
From: Che-liang Chiou clch...@chromium.org The generated header bmp_logo.h is useful even outside common/lcd.c for the logo dimension. However, the problem is, the generated bmp_logo.h cannot be included multiple times because bmp_logo_palette[] and bmp_logo_bitmap[] are defined in the

Re: [U-Boot] [PATCH V5 3/4] font: split font data from video_font.h

2011-10-30 Thread Anatolij Gustschin
Hi, On Fri, 21 Oct 2011 17:04:21 +0800 Che-Liang Chiou clch...@chromium.org wrote: ... include/video_font.h| 4614 +-- include/video_font_data.h | 4639 +++ 7 files changed, 4647 insertions(+), 4614

Re: [U-Boot] Patch Submission - Mend mkimage getline errors for Max OS X 10.7

2011-10-30 Thread Mike Frysinger
On Wednesday 26 October 2011 15:43:11 Bradley, Brandon L wrote: This fixes the getline definition in OS X Lion. Apple's stdio library comes with getline now. This change comes from Joseph Roback via OpenWRT, here is a link. This commit should be contributed to him.

Re: [U-Boot] [PATCH 04/39] GCC4.6: Squash warning in cmd_date.c

2011-10-30 Thread Mike Frysinger
On Friday 21 October 2011 20:16:59 Marek Vasut wrote: +static inline unsigned int I2C_GET_BUS(void) __attribute__((always_inline)); +static inline unsigned int I2C_GET_BUS(void) +{ there's no need to have these prototypes double up. if you really truly need the always inline markings, then

Re: [U-Boot] [PATCH] drivers/rtc/ds1337.c: fix GCC 4.6 build warnings

2011-10-30 Thread Marek Vasut
Dear Marek Vasut, In message 201110300039.59309.marek.va...@gmail.com you wrote: -#undef DEBUG_RTC - -#ifdef DEBUG_RTC -#define DEBUGR(fmt,args...) printf(fmt ,##args) -#else -#define DEBUGR(fmt,args...) -#endif

Re: [U-Boot] [PATCH 1/2] post/post.c: CodingStyle cleanup

2011-10-30 Thread Marek Vasut
Dear Marek Vasut, In message 201110300038.14360.marek.va...@gmail.com you wrote: Signed-off-by: Wolfgang Denk w...@denx.de --- post/post.c | 59 +++ 1 files changed, 27 insertions(+), 32 deletions(-) [...]

Re: [U-Boot] [PATCH 0/8] Add tftpput command for uploading files over network

2011-10-30 Thread Mike Frysinger
On Saturday 22 October 2011 04:21:18 Albert ARIBAUD wrote: Many U-Boot environments use 'tftp' as a shorthand to tftpboot. Did you verify that this is not broken by the introduction of 'tftpput'? those boards are broken. we can't sanely maintain support for people relying on autocompleted

Re: [U-Boot] [PATCH] ARM: re-introduce the MACH_TYPE_XXXXXX for EB_CPUX9K2 board

2011-10-30 Thread Marek Vasut
Dear Marek Vasut, In message 201110300047.46696.marek.va...@gmail.com you wrote: /* --*/ +#ifndef MACH_TYPE_EB_CPUX9K2 +#define MACH_TYPE_EB_CPUX9K2 1977 +#endif

Re: [U-Boot] [PATCH] tx25: re-add MACH_TYPE_TX25

2011-10-30 Thread Stefano Babic
On 10/30/2011 02:18 PM, Wolfgang Denk wrote: Signed-off-by: Wolfgang Denk w...@denx.de cc: Stefano Babic sba...@denx.de --- include/configs/tx25.h |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/include/configs/tx25.h b/include/configs/tx25.h index

Re: [U-Boot] [PATCH v6 4/4] usb: add USB support for Efika

2011-10-30 Thread Marek Vasut
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 Acked-by: Marek Vasut marek.va...@gmail.com --- Changes for v2: -

Re: [U-Boot] [PATCH] tx25: re-add MACH_TYPE_TX25

2011-10-30 Thread Wolfgang Denk
Dear Stefano, In message 4eadb0d2.8010...@denx.de you wrote: Thanks for reporting, but ..I have already sent a fix for this last week, using also the standard mechanism in arch/arm/lib/board.c to set the mach-id: Sorry, I missed that. Thanks. Best regards, Wolfgang Denk -- DENX

Re: [U-Boot] [PATCH v6 4/4] usb: add USB support for Efika

2011-10-30 Thread Stefano Babic
On 10/30/2011 09:18 PM, Marek Vasut 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 Acked-by: Marek Vasut

Re: [U-Boot] [PATCH 12/18] GCC4.6: Squash warnings in smsc95xx.c

2011-10-30 Thread Mike Frysinger
On Tuesday 25 October 2011 05:39:58 Marek Vasut wrote: --- a/drivers/usb/eth/smsc95xx.c +++ b/drivers/usb/eth/smsc95xx.c - addr_lo = cpu_to_le32(*((u32 *)eth-enetaddr)); + addr_lo = cpu_to_le32(*eth-enetaddr); pretty sure this is wrong. enetaddr is a uchar[], so your code now reads

Re: [U-Boot] [PATCH 12/18] GCC4.6: Squash warnings in smsc95xx.c

2011-10-30 Thread Marek Vasut
On Tuesday 25 October 2011 05:39:58 Marek Vasut wrote: --- a/drivers/usb/eth/smsc95xx.c +++ b/drivers/usb/eth/smsc95xx.c - addr_lo = cpu_to_le32(*((u32 *)eth-enetaddr)); + addr_lo = cpu_to_le32(*eth-enetaddr); pretty sure this is wrong. enetaddr is a uchar[], so your code now

Re: [U-Boot] [PATCH 1/2] Create a single cmd_call() function to handle command execution

2011-10-30 Thread Mike Frysinger
On Tuesday 25 October 2011 19:05:02 Simon Glass wrote: On Tue, Oct 25, 2011 at 6:57 AM, Mike Frysinger wrote: On Mon, Oct 24, 2011 at 23:52, Simon Glass wrote: +int cmd_call(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) +{ + int result; + + result =

Re: [U-Boot] [PATCH 2/2] RFC: Add XON/XOFF support

2011-10-30 Thread Mike Frysinger
On Monday 24 October 2011 23:52:24 Simon Glass wrote: This is just for testing - please try it out and report back with results. For me it works on Minicom but not ser2net. This needs to be controlled by an environment variable, CONFIG option or both. We may need a way of specifying flow

Re: [U-Boot] [PATCH 12/18] GCC4.6: Squash warnings in smsc95xx.c

2011-10-30 Thread Wolfgang Denk
Dear Marek Vasut, In message 201110302148.50367.marek.va...@gmail.com you wrote: - addr_lo = cpu_to_le32(*((u32 *)eth-enetaddr)); + addr_lo = cpu_to_le32(*eth-enetaddr); pretty sure this is wrong. enetaddr is a uchar[], so your code now reads only 1 byte instead of 4. that

Re: [U-Boot] [RFC/PATCH] common/usb: use cache-alligned buffers

2011-10-30 Thread Ilya Yanok
Hi Mike, On 27.10.2011 02:20, Mike Frysinger wrote: What do you think, how should we deal with it? Make all buffers alligned or implement bounce-buffering inside host driver? since this is a common issue to most USB controllers, aligning the buffers is probably best. and should be

Re: [U-Boot] [PATCH 12/18] GCC4.6: Squash warnings in smsc95xx.c

2011-10-30 Thread Marek Vasut
Dear Marek Vasut, In message 201110302148.50367.marek.va...@gmail.com you wrote: - addr_lo = cpu_to_le32(*((u32 *)eth-enetaddr)); + addr_lo = cpu_to_le32(*eth-enetaddr); pretty sure this is wrong. enetaddr is a uchar[], so your code now reads only 1 byte instead

Re: [U-Boot] [PATCH 12/18] GCC4.6: Squash warnings in smsc95xx.c

2011-10-30 Thread Mike Frysinger
On Sunday 30 October 2011 16:48:50 Marek Vasut wrote: On Tuesday 25 October 2011 05:39:58 Marek Vasut wrote: --- a/drivers/usb/eth/smsc95xx.c +++ b/drivers/usb/eth/smsc95xx.c - addr_lo = cpu_to_le32(*((u32 *)eth-enetaddr)); + addr_lo = cpu_to_le32(*eth-enetaddr); pretty sure

[U-Boot] [PATCH] mvsata_ide: add delay after EDMA port reset

2011-10-30 Thread Albert ARIBAUD
Although fast SoCs like kirkwood can cope without it, this delay is required by slower chips like orion5x. Signed-off-by: Albert ARIBAUD albert.u.b...@aribaud.net --- Commit 70c55f5ab324d43093f1c8745462d92042b7306d had introduced resetting the EDMA port on IDE reset. This obviously worked for

Re: [U-Boot] [PATCH 12/18] GCC4.6: Squash warnings in smsc95xx.c

2011-10-30 Thread Marek Vasut
On Sunday 30 October 2011 16:48:50 Marek Vasut wrote: On Tuesday 25 October 2011 05:39:58 Marek Vasut wrote: --- a/drivers/usb/eth/smsc95xx.c +++ b/drivers/usb/eth/smsc95xx.c - addr_lo = cpu_to_le32(*((u32 *)eth-enetaddr)); + addr_lo =

Re: [U-Boot] [PATCH 2/2] RFC: Add XON/XOFF support

2011-10-30 Thread Albert ARIBAUD
Hi Simon, Le 25/10/2011 05:52, Simon Glass a écrit : This is just for testing - please try it out and report back with results. For me it works on Minicom but not ser2net. Exactly how does it not work, i.e. what happens that you did not expect, or what does not happen that you did expect?

Re: [U-Boot] [PATCH 12/18] GCC4.6: Squash warnings in smsc95xx.c

2011-10-30 Thread Mike Frysinger
On Sunday 30 October 2011 19:45:43 Marek Vasut wrote: On Sunday 30 October 2011 16:48:50 Marek Vasut wrote: On Tuesday 25 October 2011 05:39:58 Marek Vasut wrote: --- a/drivers/usb/eth/smsc95xx.c +++ b/drivers/usb/eth/smsc95xx.c - addr_lo = cpu_to_le32(*((u32

Re: [U-Boot] [PATCH 2/3] nds32: cache: define ARCH_DMA_MINALIGN for DMA buffer alignment

2011-10-30 Thread Mike Frysinger
On Friday 28 October 2011 00:46:38 馬克泡 wrote: Since the NDS32 has been come into mainline. Could I pick up this kind of simple changes of reviewed patches which are related to NDS32 only by myself, and then send pull-request to you? Hope this could reducing your loading and gain some benefits

Re: [U-Boot] [PATCH v2] arm: Correct build error introduced by getenv_ulong() patch

2011-10-30 Thread Mike Frysinger
On Sunday 23 October 2011 23:44:35 Simon Glass wrote: --- a/arch/arm/lib/board.c +++ b/arch/arm/lib/board.c flash_size = flash_init(); if (flash_size 0) { # ifdef CONFIG_SYS_FLASH_CHECKSUM + char *s = getenv(flashchecksum); + print_size(flash_size,

Re: [U-Boot] [PATCH] powerpc: Correct build warning introduced by getenv_ulong() patch

2011-10-30 Thread Mike Frysinger
On Sunday 23 October 2011 23:41:54 Simon Glass wrote: --- a/arch/powerpc/lib/board.c +++ b/arch/powerpc/lib/board.c */ void board_init_r (gd_t *id, ulong dest_addr) { - char *s; bd_t *bd; ulong malloc_start; @@ -727,6 +726,8 @@ void board_init_r (gd_t *id, ulong

Re: [U-Boot] [PATCHv10] new tool mkenvimage: generates an env image from an arbitrary config file

2011-10-30 Thread Mike Frysinger
On Sunday 23 October 2011 16:44:38 Wolfgang Denk wrote: David Wagner wrote: This tool takes a key=value configuration file (same as would a `printenv' show) and generates the corresponding environment image, ready to be flashed. use case: flash the environment with an external tool

[U-Boot] [PATCH] cmd_bdinfo: simplify local static funcs a bit

2011-10-30 Thread Mike Frysinger
If we move the local funcs to the top of the file, and use the __maybe_unused define, we can drop a lot of ugly ifdef logic and duplicated prototypes. Signed-off-by: Mike Frysinger vap...@gentoo.org --- common/cmd_bdinfo.c | 89 ++ 1 files

Re: [U-Boot] [PATCH V2] mvsata_ide: add delay after EDMA port reset -- PLEASE DISREGARD.

2011-10-30 Thread Albert ARIBAUD
Le 31/10/2011 01:38, Albert ARIBAUD a écrit : Although fast SoCs like kirkwood can cope without it, this delay is required by orion5x-based chips, either because they are slower, or because they run U-Boot from NOR, or both. Signed-off-by: Albert ARIBAUDalbert.u.b...@aribaud.net Please

Re: [U-Boot] [PATCH] nios2: Offer ft_board_setup() capability and call fdt_fixup_ethernet().

2011-10-30 Thread Thomas Chou
On 10/26/2011 08:25 PM, Joachim Foerster wrote: The main motivation is, to have the local-mac-address property of the ethernet peripherals fixed/synced with U-Boot's environment settings. Signed-off-by: Joachim Foersterjoachim.foers...@missinglinkelectronics.com --- arch/nios2/cpu/Makefile

[U-Boot] [PATCH] sh: fix build error in cache.h

2011-10-30 Thread Yoshihiro Shimoda
In the latest U-Boot, the include/common.h includes the asm/cache.h. So, the dcache_invalid_range() in the arch/sh/include/asm/cache.h is multiple defination. sh4-linux-gnu-ld -e 0x8FFC --defsym reloc_dst=0x8FFC -r -o libsh4.o cpu.o interrupts.o watchdog.o cache.o start.o interrupts.o:

[U-Boot] [PATCH] sh7763rdp: change config for new sh_eth driver

2011-10-30 Thread Yoshihiro Shimoda
The new sh_eth driver uses the phy driver. So, this patch enables it. Signed-off-by: Yoshihiro Shimoda yoshihiro.shimoda...@renesas.com --- include/configs/sh7763rdp.h |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/include/configs/sh7763rdp.h

[U-Boot] [PATCH] sh: espt: change config for new sh_eth driver

2011-10-30 Thread Yoshihiro Shimoda
The new sh_eth driver uses the phy driver. So, this patch enables it. Signed-off-by: Yoshihiro Shimoda yoshihiro.shimoda...@renesas.com --- include/configs/espt.h |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/include/configs/espt.h b/include/configs/espt.h index

Re: [U-Boot] [PATCH V5 3/4] font: split font data from video_font.h

2011-10-30 Thread Che-liang Chiou
Hi, On Mon, Oct 31, 2011 at 2:33 AM, Anatolij Gustschin ag...@denx.de wrote: Please next time additionally use '-C' Option for 'git format-patch ...' Thanks for the advice. I will add -C option. Regards, Che-Liang ___ U-Boot mailing list

Re: [U-Boot] [PATCH] sh: fix build error in cache.h

2011-10-30 Thread Mike Frysinger
On Sunday 30 October 2011 21:44:13 Yoshihiro Shimoda wrote: In the latest U-Boot, the include/common.h includes the asm/cache.h. So, the dcache_invalid_range() in the arch/sh/include/asm/cache.h is multiple defination. i posted a fix for this already:

Re: [U-Boot] [PATCH] sh: fix build error in cache.h

2011-10-30 Thread Yoshihiro Shimoda
2011/10/31 11:25, Mike Frysinger wrote: On Sunday 30 October 2011 21:44:13 Yoshihiro Shimoda wrote: In the latest U-Boot, the include/common.h includes the asm/cache.h. So, the dcache_invalid_range() in the arch/sh/include/asm/cache.h is multiple defination. i posted a fix for this already:

Re: [U-Boot] [PATCH] mx53evk: Add RTC support

2011-10-30 Thread Jason Liu
2011/10/25 Stefano Babic sba...@denx.de: On 10/25/2011 01:44 PM, Fabio Estevam wrote: MX53EVK has an MC13892 PMIC. Add RTC support. Signed-off-by: Fabio Estevam fabio.este...@freescale.com ---  include/configs/mx53evk.h |    2 ++  1 files changed, 2 insertions(+), 0 deletions(-) diff

Re: [U-Boot] [PATCH v2 1/6] mx53evk: Remove unneeded '1' from mx53evk.h

2011-10-30 Thread Jason Liu
2011/10/27 Fabio Estevam fabio.este...@freescale.com: Remove unneeded '1' from mx53evk.h. Cc: Jason Liu r64...@freescale.com Signed-off-by: Fabio Estevam fabio.este...@freescale.com --- Changes since v1: - Fix board name in Subject  include/configs/mx53evk.h |   16  1

Re: [U-Boot] [PATCH 5/6] mx53loco: Remove unused get_board_rev function

2011-10-30 Thread Jason Liu
2011/10/27 Fabio Estevam fabio.este...@freescale.com: No board information is passed for MX53LOCO, so remove get_board_rev function. Cc: Jason Liu r64...@freescale.com Signed-off-by: Fabio Estevam fabio.este...@freescale.com ---  board/freescale/mx53loco/mx53loco.c |    5 -  

Re: [U-Boot] [PATCH 2/6] mx53evk: Remove unused get_board_rev function

2011-10-30 Thread Jason Liu
2011/10/27 Fabio Estevam fabio.este...@freescale.com: No board information is passed for MX53EVK, so remove get_board_rev function. Cc: Jason Liu r64...@freescale.com Signed-off-by: Fabio Estevam fabio.este...@freescale.com ---  board/freescale/mx53evk/mx53evk.c |    5 -  

[U-Boot] [PATCH] sh: Add a flag which controls the DDR ECC mode of sh7757lcr

2011-10-30 Thread Nobuhiro Iwamatsu
When DDR-ECC is effective, the physical memory which can be used reduces this boardby half. However, this mode can chenge to disable. When it was disabled, user can use 512 MB of physical memory. Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com CC: Yoshihiro Shimoda

Re: [U-Boot] [RFC] himport_r() with the first call malloc() (with bin relocation) problem in NDS32 architecture

2011-10-30 Thread Vinay
馬克泡 macpaul at gmail.com writes: himport_r: can't malloc 29 bytes ERROR: Environment import failed: errno = 12 at env_common.c:194/set_default_env() Hi, Did you get solution to this malloc failure in himpotr_r issue? I'm hitting the same issue and looking forward to some help. Thanks

[U-Boot] [PATCH v5 00/11] arm, davinci: add support for dm368 based cam_enc_4xx board

2011-10-30 Thread Heiko Schocher
This is a repost of the cam_enc_4xx board support patches from http://lists.denx.de/pipermail/u-boot/2011-October/106692.html changes for v5: - rebase against TOT ce5207e191c59b3135303fd03b98dd2ac3701ba2 - add comment from Christian Riesch: use lpsc_on() and lpsc_syncreset(), remove

[U-Boot] [PATCH v5 05/11] arm, davinci: add support for new spl framework

2011-10-30 Thread Heiko Schocher
Signed-off-by: Heiko Schocher h...@denx.de Cc: Albert ARIBAUD albert.u.b...@aribaud.net Cc: Sandeep Paulraj s-paul...@ti.com --- Makefile |8 +++- arch/arm/cpu/arm926ejs/davinci/Makefile |8 arch/arm/cpu/arm926ejs/davinci/spl.c | 63

[U-Boot] [PATCH v5 02/11] arm, usb, davinci: make USBPHY_CTL register configurable

2011-10-30 Thread Heiko Schocher
Define CONFIG_DV_USBPHY_CTL for setting the USB PHY control register. Signed-off-by: Heiko Schocher h...@denx.de Acked-by: Remy Bohmer li...@bohmer.net cc: Sandeep Paulraj s-paul...@ti.com cc: Remy Bohmer li...@bohmer.net --- drivers/usb/musb/davinci.c |6 +- 1 files changed, 5

[U-Boot] [PATCH v5 10/11] arm926ejs, davinci: add missing spi defines for dm365

2011-10-30 Thread Heiko Schocher
Signed-off-by: Heiko Schocher h...@denx.de Cc: Albert ARIBAUD albert.u.b...@aribaud.net Cc: Sandeep Paulraj s-paul...@ti.com --- arch/arm/include/asm/arch-davinci/hardware.h |2 ++ arch/arm/include/asm/arch-davinci/pll_defs.h |1 + 2 files changed, 3 insertions(+), 0 deletions(-) diff

[U-Boot] [PATCH v5 07/11] arm, davinci: add header files for dm365

2011-10-30 Thread Heiko Schocher
Signed-off-by: Heiko Schocher h...@denx.de Cc: Albert ARIBAUD albert.u.b...@aribaud.net Cc: Sandeep Paulraj s-paul...@ti.com Cc: Christian Riesch christian.rie...@omicron.at --- changes for v2: - rebase to TOT - add defines for timer 3 and 4 - delete struct dv_timer_regs as it is now

[U-Boot] [PATCH v5 06/11] spl, nand: add 4bit HW ecc oob first nand_read_page function

2011-10-30 Thread Heiko Schocher
similiar to commit dc7cd8e59ba077f3b4c1a4557c9cd86a31b9ab1f, only adapted for the new spl framework. Signed-off-by: Heiko Schocher h...@denx.de Acked-by: Tom Rini tr...@ti.com Acked-by: Scott Wood scottw...@freescale.com Cc: Albert ARIBAUD albert.u.b...@aribaud.net Cc: Sandeep Paulraj

[U-Boot] [PATCH v5 01/11] usb, davinci: add enable_vbus() weak function

2011-10-30 Thread Heiko Schocher
Signed-off-by: Heiko Schocher h...@denx.de Cc: Remy Bohmer li...@bohmer.net Cc: Albert ARIBAUD albert.u.b...@aribaud.net Cc: Igor Grinberg grinb...@compulab.co.il --- changes for v4: - patch is new since v4, as Igor Grinberg suggested. drivers/usb/musb/davinci.c | 12 1 files

[U-Boot] [PATCH v5 09/11] arm926ejs, davinci: add cpuinfo for dm365

2011-10-30 Thread Heiko Schocher
Signed-off-by: Heiko Schocher h...@denx.de Cc: Albert ARIBAUD albert.u.b...@aribaud.net Cc: Sandeep Paulraj s-paul...@ti.com --- Changes for v2: - rebase to TOT arch/arm/cpu/arm926ejs/davinci/cpu.c | 27 - arch/arm/include/asm/arch-davinci/pll_defs.h |4 +++

[U-Boot] [PATCH v5 08/11] arm, davinci: add lowlevel function for dm365 soc

2011-10-30 Thread Heiko Schocher
used for booting (for example) from NAND using spl code. Signed-off-by: Heiko Schocher h...@denx.de Cc: Albert ARIBAUD albert.u.b...@aribaud.net Cc: Sandeep Paulraj s-paul...@ti.com Cc: Christian Riesch christian.rie...@omicron.at --- changes for v2: - fix bug for dm365 if setup A2CR register -

[U-Boot] [PATCH v5 03/11] net, davinci_emac: make clock divider in MDIO control register configurable

2011-10-30 Thread Heiko Schocher
Define CONFIG_SYS_EMAC_TI_CLKDIV for setting the clkdiv value in the MDIO control register. Signed-off-by: Heiko Schocher h...@denx.de cc: Sandeep Paulraj s-paul...@ti.com cc: Wolfgang Denk w...@denx.de --- drivers/net/davinci_emac.c |9 +++-- 1 files changed, 7 insertions(+), 2

[U-Boot] [PATCH v5 11/11] arm, davinci: add cam_enc_4xx support

2011-10-30 Thread Heiko Schocher
- DM368 SOC - booting with spl not with UBL from TI - before loading u-boot from NAND into RAM, test the RAM with the post memory test. If error is found, switch all LEDs on and halt system. - SPI Flash Dataflash Typ: M25PE80 - Ethernet DM9161BI - MMC - USB Signed-off-by: Heiko Schocher

[U-Boot] [PATCH v5 04/11] spl: add option for adding post memory test to the SPL framework

2011-10-30 Thread Heiko Schocher
Signed-off-by: Heiko Schocher h...@denx.de Cc: Albert ARIBAUD albert.u.b...@aribaud.net Cc: Sandeep Paulraj s-paul...@ti.com Cc: Sergei Shtylyov sshtyl...@mvista.com --- changes for v4: - add comment from Sergei Shtylyov: - remove Leftmost open parent in dox/README.SPL doc/README.SPL |1 +

[U-Boot] [PATCH] davinci, mmc: fix gcc 4.6 build warnings

2011-10-30 Thread Heiko Schocher
Fix: davinci_mmc.c: In function 'dmmc_wait_fifo_status': davinci_mmc.c:72:7: warning: variable 'mmcstatus1' set but not used [-Wunused-but-set-variable] davinci_mmc.c: In function 'dmmc_busy_wait': davinci_mmc.c:89:7: warning: variable 'mmcstatus1' set but not used [-Wunused-but-set-variable]

Re: [U-Boot] [PATCH v5 09/11] arm926ejs, davinci: add cpuinfo for dm365

2011-10-30 Thread Prabhakar Lad
Hi Heiko, I already see a patch for printing cpu info for dm365(rather for all davinci family) . Link for the patchhttp://www.mail-archive.com/u-boot@lists.denx.de/msg65514.html, which is more cleaner. Regards --Prabhakar Lad On Mon, Oct 31, 2011 at 10:23 AM, Heiko Schocher h...@denx.de