Re: [U-Boot] [PATCH v6 2/2] Marvell Sheevaplug Board support

2009-07-13 Thread Prafulla Wadaskar
-Original Message- From: Jean-Christophe PLAGNIOL-VILLARD [mailto:plagn...@jcrosoft.com] Sent: Sunday, July 12, 2009 9:37 PM To: Wolfgang Denk Cc: Prafulla Wadaskar; Manas Saksena; Ronen Shitrit; Nicolas Pitre; u-boot@lists.denx.de; Ashish Karkare; Prabhanjan Sarnaik; Lennert

[U-Boot] Can I and/or D Cache work without MMU enabling in ARM11 or ARM cortex

2009-07-13 Thread akshay ts
Hi, I want to use i and/or D cache in ARM cortex on a OMAP3430 system without MMU. Is it possible? Warm Regards, Akshay Looking for local information? Find it on Yahoo! Local http://in.local.yahoo.com/ ___ U-Boot mailing list

Re: [U-Boot] [PATCH 1/2 v6] Make libgcc inclusion from common Makefile overridable by platform config file

2009-07-13 Thread Stefan Roese
Hi Wolfgang, On Sunday 12 July 2009 12:29:32 Wolfgang Denk wrote: Any idea why this still happens *with* libgcc patches? Any idea how to fix this? Add __umoddi3 and __udivdi3 to libgcc patch, too? I have to admit that I'm not sure why this is the case. But I suggest that you take a

Re: [U-Boot] [PATCH v6 2/2] Marvell Sheevaplug Board support

2009-07-13 Thread Stefan Roese
On Monday 13 July 2009 08:06:00 Prafulla Wadaskar wrote: On 17:54 Sun 12 Jul , Wolfgang Denk wrote: Dear Jean-Christophe PLAGNIOL-VILLARD, In message 20090712151534.gf7...@game.jcrosoft.org you wrote: +#undef CONFIG_CMD_FLASH Dear Jean I can define this line below

Re: [U-Boot] [PATCH 1/4]: arm: Kirkwood: Set MAC address during registration for kirkwood egiga

2009-07-13 Thread Simon Kagstrom
On Sat, 11 Jul 2009 11:27:57 +0200 Wolfgang Denk w...@denx.de wrote: Should Linux otherwise read the passed U-boot environment and set it up by itself? Unfortunately ARM Linux does not provide yet a standard way to pass the MAC address from the boot loader. In the long term this problem

[U-Boot] [PATCH v2] ppc4xx: Add GDsys CompactCenter board support.

2009-07-13 Thread Dirk Eibach
Board support for the Guntermann Drunck CompactCenter and DevCon-Center. Based on the AMCC Canyonlands board support by Stefan Roese. Signed-off-by: Dirk Eibach eib...@gdsys.de --- Changes since v1: - removed dead code - whitespace cleanup - simplified code for nand/nor distinction in

[U-Boot] [PATCH v2] ppc4xx: Add DL-Vision 405EP board support

2009-07-13 Thread Dirk Eibach
Board support for the Guntermann Drunck DL-Vision. Signed-off-by: Dirk Eibach eib...@gdsys.de --- Changes since v1: - whitespace cleanup MAINTAINERS |1 + MAKEALL |1 + Makefile|3 + board/gdsys/dlvision/Makefile

[U-Boot] UDP listener

2009-07-13 Thread alex889
Hi, I'm newbie in this subject, Is it possible to add a very simple UDP listener, which should recv message and send response? I have two NAND chips on my board, and i want to let the user the ability to choose where to boot from. Thanks, Alex -- View this message in context:

Re: [U-Boot] [PATCH v2] ppc4xx: Add GDsys CompactCenter board support.

2009-07-13 Thread Stefan Roese
Hi Dirk, On Monday 13 July 2009 10:35:58 Dirk Eibach wrote: diff --git a/board/gdsys/compactcenter/compactcenter.c b/board/gdsys/compactcenter/compactcenter.c new file mode 100644 index 000..9f1e49d --- /dev/null +++ b/board/gdsys/compactcenter/compactcenter.c snip +int

Re: [U-Boot] [PATCH] [PATCH v2] issue write command to base for JEDEC flash

2009-07-13 Thread Stefan Roese
On Friday 10 July 2009 12:03:57 ratbert.chu...@gmail.com wrote: From: Po-Yu Chuang ratb...@faraday-tech.com For JEDEC flash, we should issue word programming command relative to base address rather than sector base address. Original source makes SST Flash fails to program sectors which are

[U-Boot] Please pull u-boot-cfi-flash

2009-07-13 Thread Stefan Roese
The following changes since commit 3672cd5c3b53d219d33345eebad4e25ad5bf6d52: Wolfgang Denk (1): MAINTAINERS: fix sorting, remove duplicates. are available in the git repository at: git://www.denx.de/git/u-boot-cfi-flash.git master Po-Yu Chuang (1): issue write command to base

Re: [U-Boot] [PATCH RESEND] Added support for splash screen positioning

2009-07-13 Thread Matthias Fuchs
On Thursday 09 July 2009 16:07, Matthias Weisser wrote: This patch adds support splash image positioning by adding an additional variable splashpos to the environment. Please see README for details. Signed-off-by: Matthias Weisser matthias.weis...@graf-syteco.de Works fine! Acked-by:

Re: [U-Boot] UDP listener

2009-07-13 Thread Mike Frysinger
On Monday 13 July 2009 04:56:35 alex889 wrote: Is it possible to add a very simple UDP listener, which should recv message and send response? sounds like you want to use netconsole -mike signature.asc Description: This is a digitally signed message part.

Re: [U-Boot] [PATCHv2 3/3] 83xx, kmeter1: added NAND support

2009-07-13 Thread Stefan Roese
On Saturday 11 July 2009 10:19:08 Heiko Schocher wrote: +++ b/drivers/mtd/nand/kmeter1_nand.c @@ -0,0 +1,153 @@ +/* + * (C) Copyright 2009 + * Heiko Schocher, DENX Software Engineering, h...@denx.de + * + * See file CREDITS for list of people who contributed to this + * project. + * + *

Re: [U-Boot] [PATCH 1/2 v6] Make libgcc inclusion from common Makefile overridable by platform config file

2009-07-13 Thread Mike Frysinger
On Sunday 12 July 2009 14:29:46 Wolfgang Denk wrote: Jean-Christophe PLAGNIOL-VILLARD wrote: Right. And each of these is supposed to come with it's own version of libgcc, configured exactly for the requirements of this specific version and configuration of GCC. the problem is

[U-Boot] [PATCH v3] ppc4xx: Add GDsys CompactCenter board support.

2009-07-13 Thread Dirk Eibach
Board support for the Guntermann Drunck CompactCenter and DevCon-Center. Based on the AMCC Canyonlands board support by Stefan Roese. Signed-off-by: Dirk Eibach eib...@gdsys.de --- Changes since v1: - removed dead code - whitespace cleanup - simplified code for nand/nor distinction in

Re: [U-Boot] UDP listener

2009-07-13 Thread Wolfgang Denk
Dear alex889, In message 24458139.p...@talk.nabble.com you wrote: I'm newbie in this subject, Is it possible to add a very simple UDP listener, which should recv message and send response? We already have that. I have two NAND chips on my board, and i want to let the user the ability to

[U-Boot] [PATCH v3] ppc4xx: Add DL-Vision 405EP board support

2009-07-13 Thread Dirk Eibach
Board support for the Guntermann Drunck DL-Vision. Signed-off-by: Dirk Eibach eib...@gdsys.de --- Changes since v1: - whitespace cleanup Changes since v2: - added include asm/gpio.h to board/gdsys/dlvision/dlvision.c - added missing return statement to misc_init_r() MAINTAINERS

Re: [U-Boot] [PATCH v3] ppc4xx: Add GDsys CompactCenter board support.

2009-07-13 Thread Stefan Roese
Dirk, On Monday 13 July 2009 11:28:22 Dirk Eibach wrote: Board support for the Guntermann Drunck CompactCenter and DevCon-Center. Based on the AMCC Canyonlands board support by Stefan Roese. Signed-off-by: Dirk Eibach eib...@gdsys.de --- Changes since v1: - removed dead code -

Re: [U-Boot] Can I and/or D Cache work without MMU enabling in ARM11 or ARM cortex

2009-07-13 Thread Drasko DRASKOVIC
I yes, D no. On Mon, Jul 13, 2009 at 9:04 AM, akshay ts taksh...@yahoo.co.in wrote: Hi, I want to use i and/or D cache in ARM cortex on a OMAP3430 system without MMU. Is it possible? Warm Regards, Akshay Looking for local information? Find it on Yahoo! Local

Re: [U-Boot] [PATCHv2 3/3] 83xx, kmeter1: added NAND support

2009-07-13 Thread Stefan Roese
On Monday 13 July 2009 11:55:15 Heiko Schocher wrote: +#include common.h + +#if defined(CONFIG_CMD_NAND) This #if shouldn't be necessary. Hmm.. keymile has per default deactivated NAND support on this board, so I think it is necessary (or I make this dependence in the board makefile

Re: [U-Boot] [PATCHv2 3/3] 83xx, kmeter1: added NAND support

2009-07-13 Thread Heiko Schocher
Hello Stefan, Stefan Roese wrote: On Saturday 11 July 2009 10:19:08 Heiko Schocher wrote: +++ b/drivers/mtd/nand/kmeter1_nand.c @@ -0,0 +1,153 @@ +/* + * (C) Copyright 2009 + * Heiko Schocher, DENX Software Engineering, h...@denx.de + * + * See file CREDITS for list of people who

[U-Boot] [PATCHv3 3/3] 83xx, kmeter1: added NAND support

2009-07-13 Thread Heiko Schocher
Signed-off-by: Heiko Schocher h...@denx.de --- - changes since v1: moved the nand driver to drivers/mtd/nand/kmeter1_nand.c as Stefan Roese suggested - changes since v2: added comments from Stefan Roese - drivers/mtd/nand/kmeter1_nand.c only gets compiled if CONFIG_NAND_KMETER1 is set

Re: [U-Boot] [PATCH 4/4] arm/kirkwood: Add Keymile SUEN3 support

2009-07-13 Thread Prafulla Wadaskar
-Original Message- From: Jean-Christophe PLAGNIOL-VILLARD [mailto:plagn...@jcrosoft.com] Sent: Sunday, July 12, 2009 9:11 PM To: Stefan Roese Cc: Prafulla Wadaskar; u-boot@lists.denx.de; Ashish Karkare; Prabhanjan Sarnaik Subject: Re: [U-Boot] [PATCH 4/4] arm/kirkwood: Add

[U-Boot] [PATCH][repost] bin_dep.sh Support

2009-07-13 Thread Prafulla Wadaskar
From: prafulla_wadaskar prafu...@marvell.com In some cases the u-boot.bin need to be processed further to create bootable u-boot binary from boot device This processing may be cpu,soc and/or board spcific bin_dep.sh provides a mechanism to execute bin_dep.sh if present in above platform specific

Re: [U-Boot] Can I and/or D Cache work without MMU enabling in ARM11 or ARM cortex

2009-07-13 Thread akshay ts
Hi, Can u please tell me the reason, without D cache i dont see significant performance improvents. Warm Regards, Akshay --- On Mon, 13/7/09, Drasko DRASKOVIC drasko.drasko...@gmail.com wrote: From: Drasko DRASKOVIC drasko.drasko...@gmail.com Subject: Re: [U-Boot] Can I and/or D Cache work

[U-Boot] [RFC/PATCH 0/2]

2009-07-13 Thread Simon Kagstrom
Hejsan! I'm going on vacation for one month on wednesday, so I thought I'd post the OpenRD base patches as they are today. I can fix issues tomorrow as well, but after that I will be offline. I've tried to integrate the comments posted on the last series (thanks!), although for the split-out-phy

[U-Boot] [RFC/PATCH 1/2]: Arm: Kirkwood: Split PHY-related initialization to a common file

2009-07-13 Thread Simon Kagstrom
The mv881116 PHY initialization is split out to a common file to enable code reuse between different boards. Signed-off-by: Simon Kagstrom simon.kagst...@netinsight.net --- board/Marvell/sheevaplug/sheevaplug.c | 32 +-- board/Marvell/sheevaplug/sheevaplug.h |8

[U-Boot] [RFC/PATCH 2/2]: Arm: Kirkwood: Support for the OpenRD base board

2009-07-13 Thread Simon Kagstrom
The implementation is borrowed from the sheevaplug board and the Marvell 1.1.4 code and likely to be a bit incomplete. GPIO pins are configured, but much of it is not really tested. Signed-off-by: Simon Kagstrom simon.kagst...@netinsight.net --- MAINTAINERS |4 +

Re: [U-Boot] [PATCH 4/4] arm/kirkwood: Add Keymile SUEN3 support

2009-07-13 Thread Wolfgang Denk
Dear Prafulla Wadaskar, In message 73173d32e9439e4abb5151606c3e19e202ddf26...@sc-vexch1.marvell.com you wrote: we can simply add a new target u-boot.kwd which will do somthing like this $(obj)u-boot.kwd: $(obj)u-boot.bin $(do_image) $(obj)u-boot.kwd $(obj)u-boot.bin

Re: [U-Boot] [PATCH][repost] bin_dep.sh Support

2009-07-13 Thread Wolfgang Denk
Dear Prafulla Wadaskar, In message 1247498802-12488-1-git-send-email-prafu...@marvell.com you wrote: From: prafulla_wadaskar prafu...@marvell.com In some cases the u-boot.bin need to be processed further to create bootable u-boot binary from boot device This processing may be cpu,soc and/or

Re: [U-Boot] [PATCH][repost] bin_dep.sh Support

2009-07-13 Thread Prafulla Wadaskar
-Original Message- From: Wolfgang Denk [mailto:w...@denx.de] Sent: Monday, July 13, 2009 4:56 PM To: Prafulla Wadaskar Cc: u-boot@lists.denx.de; Manas Saksena; Ronen Shitrit; Nicolas Pitre; Ashish Karkare; Prabhanjan Sarnaik; Lennert Buijtenhek Subject: Re: [U-Boot]

[U-Boot] [help] u-boot mailing list seems to block my git send-email

2009-07-13 Thread Po-Yu Chuang
Dear all, I sent two patches last week by git send-email: (1) [PATCH] [U-Boot] [PATCH v2] issue write command to base for JEDEC flash to u-boot@lists.denx.de cc: Stefan Roese s...@denx.de and ratbert.chu...@gmail.com (2) [U-Boot] [PATCH] ignore tags to u-boot@lists.denx.de cc:

Re: [U-Boot] [help] u-boot mailing list seems to block my git send-email

2009-07-13 Thread Simon Kagstrom
On Mon, 13 Jul 2009 20:09:29 +0800 Po-Yu Chuang ratbert.chu...@gmail.com wrote: Both mails are not appeared in the mailing list, but Stefan received (1) and I received (1) and (2). It looks like u-boot mailing list blocks my mails. Any ideas? They appear in the mailing list as well, see

Re: [U-Boot] [help] u-boot mailing list seems to block my git send-email

2009-07-13 Thread Po-Yu Chuang
Dear Simon Kagstrom, 2009/7/13 Simon Kagstrom simon.kagst...@netinsight.net: Both mails are not appeared in the mailing list, but Stefan received (1) and I received (1) and (2). It looks like u-boot mailing list blocks my mails. Any ideas? They appear in the mailing list as well, see here:  

Re: [U-Boot] [help] u-boot mailing list seems to block my git send-email

2009-07-13 Thread Alessandro Rubini
[sorry for my previous post, I messed the headers] Both mails are not appeared in the mailing list, but Stefan received (1) and I received (1) and (2). Actually, the mailing list is configured to not send a copy to you if you are in the Cc: list. I changed it for myself, but I fear this is the

[U-Boot] [help] how does u-boot passing ``fdt'' to linux kernel where is cmd_line?

2009-07-13 Thread Baojun Wang
hi, list: I've read Documentation/powerpc/booting-without-of.txt some documents about fdt/dtb, as booting-without-of.txt said, the bootloader like u-boot should passing fdt as $r3, the kernel entry (physical) address as $r4; r3 : physical pointer to the device-tree block

[U-Boot] [PATCH] ppc4xx: Add 405EP based PMC405DE board

2009-07-13 Thread Matthias Fuchs
Signed-off-by: Matthias Fuchs matthias.fu...@esd.eu --- MAINTAINERS |1 + MAKEALL |1 + Makefile |3 + board/esd/pmc405de/Makefile | 51 board/esd/pmc405de/config.mk | 23 ++ board/esd/pmc405de/pmc405de.c | 587

[U-Boot] Problem with JTAG - mpc8315e

2009-07-13 Thread Raphael Amorim
Hello, I've started the bring-up process in my board. All power sources are up and the JTAG interface is OK. I'm getting the following result, the JTAG starts and tries to stop the processor, but it doesn't stop. I put BDI2000 log below. - CONFIG: loading configuration file passed - CONFIG:

Re: [U-Boot] lib_arm global data pointer

2009-07-13 Thread Rabin Vincent
On Fri, Jul 10, 2009 at 02:52:32PM +0200, Drasko DRASKOVIC wrote: [...] Suppose that I allocated one register in start.S and put in it some data I want to have later on C side. From start.S we enter to start_armboot(void) function. Would this work : void start_armboot (void) {

Re: [U-Boot] [PATCH v3] ppc4xx: Add GDsys CompactCenter board support.

2009-07-13 Thread Felix Radensky
Hi, Dirk The bootstrap.c file is the same as for Canyonlands. Maybe it makes sense to share it between all 460EX boards, by moving it to some common location. Stefan, what do you think ? Felix. Dirk Eibach wrote: Board support for the Guntermann Drunck CompactCenter and DevCon-Center. Based

Re: [U-Boot] [PATCH v3] ppc4xx: Add GDsys CompactCenter board support.

2009-07-13 Thread Stefan Roese
On Monday 13 July 2009 15:45:05 Felix Radensky wrote: The bootstrap.c file is the same as for Canyonlands. Maybe it makes sense to share it between all 460EX boards, by moving it to some common location. Stefan, what do you think ? I'm not so sure here. Even if those settings might work on

Re: [U-Boot] lib_arm global data pointer

2009-07-13 Thread Drasko DRASKOVIC
While the above may work, why you don't just follow the procedure call standard instead? Place the value in r0 instead of r10, and you'll have it as the first argument to the function. there is a reason why I use r10 (and why somebody used r8, I suppose) - I search some address during

Re: [U-Boot] Can I and/or D Cache work without MMU enabling in ARM11 or ARM cortex

2009-07-13 Thread Drasko DRASKOVIC
Can u please tell me the reason, without D cache i dont see significant performance improvents. ARM manual, search for a section like this: CP15 C bit M bit 00 DCache disabled. All data accesses are to the external memory. 10 DCache enabled, MMU

Re: [U-Boot] [PATCH v3] ppc4xx: Add GDsys CompactCenter board support.

2009-07-13 Thread Eibach, Dirk
The bootstrap.c file is the same as for Canyonlands. Maybe it makes sense to share it between all 460EX boards, by moving it to some common location. Stefan, what do you think ? I'm not so sure here. Even if those settings might work on most 460EX/GT boards, some custom boards might

[U-Boot] [PATCH 0/2] Re-add support for 'Standalone Programs'

2009-07-13 Thread Detlev Zundel
Re-add logic to start 'Standalone Programs'. Although the code was lifted from a previous code base, I'm not so sure anymore if we handle 'autostart' here correctly. The DULG has no mention of this specific handling. On the other hand I know that this was creatively misused to allow for

[U-Boot] [PATCH 2/2] Re-add support for image type 'Standalone Program'

2009-07-13 Thread Detlev Zundel
Support for this type was lost during the bootm refactoring. Signed-off-by: Detlev Zundel d...@denx.de --- common/cmd_bootm.c | 33 + 1 files changed, 33 insertions(+), 0 deletions(-) diff --git a/common/cmd_bootm.c b/common/cmd_bootm.c index d0a6bf7..e9389b7

Re: [U-Boot] [PATCH v3] ppc4xx: Add GDsys CompactCenter board support.

2009-07-13 Thread Stefan Roese
Hi Dirk, On Monday 13 July 2009 16:07:30 Eibach, Dirk wrote: Perhaps it would be doable to extract the board specific stuff into some board file and use common code for the real command and I2C-EEPROM handling. We could move these declarations into the board specific file: +static

[U-Boot] [PATCH] drivers/bios_emulator: Fix gcc 4.4 compiler warning

2009-07-13 Thread Kumar Gala
biosemu.c: In function 'BE_setVGA': biosemu.c:147: warning: dereferencing type-punned pointer will break strict-aliasing rules Signed-off-by: Kumar Gala ga...@kernel.crashing.org --- drivers/bios_emulator/biosemu.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git

[U-Boot] [PATCH] ahci: Fix gcc 4.4 compiler warning

2009-07-13 Thread Kumar Gala
ahci.c: In function 'ata_scsiop_read_capacity10': ahci.c:616: warning: dereferencing type-punned pointer will break strict-aliasing rules Signed-off-by: Kumar Gala ga...@kernel.crashing.org --- drivers/block/ahci.c | 14 ++ 1 files changed, 6 insertions(+), 8 deletions(-) diff

[U-Boot] [PATCH] dlmalloc: Ignore gcc4.4 compiler warnings

2009-07-13 Thread Kumar Gala
The version of dlmalloc we are using generates a fair number of warnings of the following form: warning: dereferencing pointer '({anonymous})' does break strict-aliasing rules Trying to fix these is just paper taping over the issue and we really just need to look into a new malloc

Re: [U-Boot] [help] how does u-boot passing ``fdt'' to linux kernel where is cmd_line?

2009-07-13 Thread Kumar Gala
My question is how does the kernel cmd line being passed? I know it's possible for u-boot to patching the target uImage (assume we're using kernel image cuImage.bamboo)'s dtb by overwrite the dtb ``chosen'' section, but I didn't find any code in u-boot trying to do this. Did you look at

Re: [U-Boot] [PATCH v3] ppc4xx: Add GDsys CompactCenter board support.

2009-07-13 Thread Eibach, Dirk
I narrowed it down to board_early_init_r() where remove_tlb() is done. Before or after the remove_tlb()? It is in remove_tlb(). When I do a 'res halt' 'res run' sequence with the BDI the board comes up fine. Any ideas? No, sorry. I haven't done much work on Canyonlands

Re: [U-Boot] [help] how does u-boot passing ``fdt'' to linux kernel where is cmd_line?

2009-07-13 Thread Baojun Wang
On Mon, Jul 13, 2009 at 10:27 PM, Kumar Galaga...@kernel.crashing.org wrote: My question is how does the kernel cmd line being passed? I know it's possible for u-boot to patching the target uImage (assume we're using kernel image cuImage.bamboo)'s dtb by overwrite the dtb ``chosen'' section,

Re: [U-Boot] [PATCH v3] ppc4xx: Add GDsys CompactCenter board support.

2009-07-13 Thread Stefan Roese
On Monday 13 July 2009 16:28:33 Eibach, Dirk wrote: I narrowed it down to board_early_init_r() where remove_tlb() is done. Before or after the remove_tlb()? It is in remove_tlb(). OK. When I do a 'res halt' 'res run' sequence with the BDI the board comes up fine.

Re: [U-Boot] [help] how does u-boot passing ``fdt'' to linux kernel where is cmd_line?

2009-07-13 Thread Kumar Gala
On Jul 13, 2009, at 9:39 AM, Baojun Wang wrote: Where is the code you are referencing above? This is the old bd_t style of booting. Only the boot wrapper code or and old kernel would still be using this. - k the code is from arch/powerpc/boot/cuboot-bamboo.c, and the kernel is

Re: [U-Boot] DHCP regression on 2009-06

2009-07-13 Thread Michael Zaidman
I did verify that reverting the line exposes the bug that Michael fixed, ... Ok, my target uses static IP configuration so I did not verified the DHCP behavior. Now I did it. I also reverted the line and did DHCP afterwards changed the subnet and did DHCP again. It works as expected. diff --git

Re: [U-Boot] [help] how does u-boot passing ``fdt'' to linux kernel where is cmd_line?

2009-07-13 Thread Baojun Wang
On Mon, Jul 13, 2009 at 10:53 PM, Kumar Galaga...@kernel.crashing.org wrote: On Jul 13, 2009, at 9:39 AM, Baojun Wang wrote: Where is the code you are referencing above?  This is the old bd_t style of booting.  Only the boot wrapper code or and old kernel would still be using this. - k

Re: [U-Boot] lib_arm global data pointer

2009-07-13 Thread Wolfgang Denk
Dear Drasko DRASKOVIC, In message 5ec3d7930907130700h24ab20c3t258e2c31e21bb...@mail.gmail.com you wrote: there is a reason why I use r10 (and why somebody used r8, I suppose) - I Well, that's easy - as the code has to interface with GCC generated code, you have to stick with GCC's register

Re: [U-Boot] [PATCH 1/2 v6] Make libgcc inclusion from common Makefile overridable by platform config file

2009-07-13 Thread Dirk Behme
Stefan Roese wrote: Hi Wolfgang, On Sunday 12 July 2009 12:29:32 Wolfgang Denk wrote: Any idea why this still happens *with* libgcc patches? Any idea how to fix this? Add __umoddi3 and __udivdi3 to libgcc patch, too? I have to admit that I'm not sure why this is the case. But I suggest

Re: [U-Boot] lib_arm global data pointer

2009-07-13 Thread Drasko DRASKOVIC
Well, that's easy - as the code has to interface with GCC generated code, you have to stick with GCC's register usage conventions. I think we were refering here to ATPCS (ARM-THUMB Procedure Call Standard, i.e. ARM ABI), which tells that first 4 args of the calee are passed by the caller via

Re: [U-Boot] [PATCH 1/2] Add ntel PCIE PRO/1000 Network Driver support

2009-07-13 Thread Timur Tabi
On Wed, Jul 8, 2009 at 3:18 AM, Roy Zangtie-fei.z...@freescale.com wrote: From: Roy Zang Based on Intel PRO/1000 Network Driver 7.3.20-k2 Add Intel E1000 PCIE card support Any comments from anyone on this patch? I'd like to add this functionality to an internal repository of mine, but only

Re: [U-Boot] [PATCH 1/2 v6] Make libgcc inclusion from common Makefile overridable by platform config file

2009-07-13 Thread Mike Frysinger
On Monday 13 July 2009 03:36:39 Stefan Roese wrote: On Sunday 12 July 2009 12:29:32 Wolfgang Denk wrote: Any idea why this still happens *with* libgcc patches? Any idea how to fix this? Add __umoddi3 and __udivdi3 to libgcc patch, too? I have to admit that I'm not sure why this is

Re: [U-Boot] DHCP regression on 2009-06

2009-07-13 Thread Robin Getz
On Mon 13 Jul 2009 11:11, Michael Zaidman pondered: I did verify that reverting the line exposes the bug that Michael fixed, ... Ok, my target uses static IP configuration so I did not verified the DHCP behavior. Now I did it. I also reverted the line and did DHCP afterwards changed the

[U-Boot] PATCH: (Updated) Fix examples for OMAP3 boards...

2009-07-13 Thread Michael Evans
Updated as per comments to use SOC (system-on-chip) variable. Also updated diff layout to be compatible with other patches. Regards, Mike. Description: The attached patch corrects an error in the examples/Makefile which causes the applications in the examples directory to hang on OMAP3 based

Re: [U-Boot] lib_arm global data pointer

2009-07-13 Thread Wolfgang Denk
Dear Drasko DRASKOVIC, In message 5ec3d7930907130900l7e043b11lcf37a0d3e161f...@mail.gmail.com you wrote: Well, that's easy - as the code has to interface with GCC generated code, you have to stick with GCC's register usage conventions. I think we were refering here to ATPCS (ARM-THUMB

[U-Boot] Possible bug in NAND driver

2009-07-13 Thread Paulraj, Sandeep
If we refer to the following code snippet from nand_util.c rval = nand_read (nand, offset, read_length, p_buffer); if (rval != 0) { printf (NAND read from offset %llx failed %d\n, offset, rval);

Re: [U-Boot] [PATCH] Add support for Olimex SAM9-L9261 SBC

2009-07-13 Thread Wolfgang Denk
Dear Dimitar Dimitrov, In message 200907132045.06563.dinu...@gmail.com you wrote: The SAM9-L9261 board support is based on code for AT91SAM9261EK. The Atmel LCD initialization in drivers/video/atmel_lcdfb.c has a minor modification to enable LCD video clock invertion as required by the

Re: [U-Boot] [PATCH] Add support for Olimex SAM9-L9260 SBC

2009-07-13 Thread Wolfgang Denk
Dear Dimitar Dimitrov, In message 200907132108.03802.dinu...@gmail.com you wrote: The port is heavily based on code for AT91SAM9260EK. Signed-off-by: Dimitar Dimitrov dinu...@gmail.com Same comments as for sam9_l9261 board. Hm... at first glace both ports look pretty similar - would it

Re: [U-Boot] PATCH: (Updated) Fix examples for OMAP3 boards...

2009-07-13 Thread Wolfgang Denk
Dear Michael Evans, In message col112-w346b71981da8d3ce1f25a1eb...@phx.gbl you wrote: Updated as per comments to use SOC (system-on-chip) variable. Also updated diff layout to be compatible with other patches. Regards, Mike. Please stick to patch posting rules (line length, commit

[U-Boot] [PATCH] - save the server's mac address...

2009-07-13 Thread Robin Getz
From: Robin Getz rg...@blackfin.uclinux.org Linux's netconsole works much better when you can pass it the MAC address of the server. (otherwise it just uses broadcast, which everyone else on my network complains about :) This sets the env var serveraddr (to match ethaddr), so that you can pass

Re: [U-Boot] Please pull u-boot-ubi (v2)

2009-07-13 Thread Wolfgang Denk
Dear Stefan Roese, In message 200907091308.51758...@denx.de you wrote: The following changes since commit a350d0d37d7c113afbd9b0d2cf60ac542007f9e6: Wolfgang Denk (1): Merge branch 'master' of /home/wd/git/u-boot/custodians are available in the git repository at:

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

2009-07-13 Thread Wolfgang Denk
Dear Remy Bohmer, In message 3efb10970907091239o806a9ecl28db7026c13b6...@mail.gmail.com you wrote: The following changes since commit 3672cd5c3b53d219d33345eebad4e25ad5bf6d52: Wolfgang Denk (1): MAINTAINERS: fix sorting, remove duplicates. are available in the git repository at:

Re: [U-Boot] Pull request u-boot-blackfin.git

2009-07-13 Thread Wolfgang Denk
Dear Mike Frysinger, In message 1247208090-7101-1-git-send-email-vap...@gentoo.org you wrote: The following changes since commit 3672cd5c3b53d219d33345eebad4e25ad5bf6d52: Wolfgang Denk (1): MAINTAINERS: fix sorting, remove duplicates. are available in the git repository at:

Re: [U-Boot] Please pull u-boot-ppc4xx

2009-07-13 Thread Wolfgang Denk
Dear Stefan Roese, In message 200907100912.17801...@denx.de you wrote: The following changes since commit 3672cd5c3b53d219d33345eebad4e25ad5bf6d52: Wolfgang Denk (1): MAINTAINERS: fix sorting, remove duplicates. are available in the git repository at:

Re: [U-Boot] Request pull: u-boot-sh

2009-07-13 Thread Wolfgang Denk
Dear Nobuhiro Iwamatsu, In message 29ab51dc0907121739h7317068dt3e592404a517c...@mail.gmail.com you wrote: Dear Wolfgang. Please pull u-boot-sh master branch. Best regards, Nobuhiro The following changes since commit 3672cd5c3b53d219d33345eebad4e25ad5bf6d52: Wolfgang Denk (1):

Re: [U-Boot] Please pull u-boot-cfi-flash

2009-07-13 Thread Wolfgang Denk
Dear Stefan Roese, In message 200907131105.03857...@denx.de you wrote: The following changes since commit 3672cd5c3b53d219d33345eebad4e25ad5bf6d52: Wolfgang Denk (1): MAINTAINERS: fix sorting, remove duplicates. are available in the git repository at:

Re: [U-Boot] ARM Pull Request

2009-07-13 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message 20090712214057.gf1...@game.jcrosoft.org you wrote: Hi Wolfgang, please pull The following changes since commit 59869ca72df8bc4e4ffa9dd17cb6673bbe010272: Wolfgang Denk (1): Merge branch 'master' of git://git.denx.de/u-boot-video

Re: [U-Boot] [PATCH 17/30] lan91c96/smc91111/smc911x: get mac address from environment

2009-07-13 Thread Wolfgang Denk
Dear Mike Frysinger, In message 200906092030.49884.vap...@gentoo.org you wrote: This patch (see also commit 03f3d8d3b39c, http://git.denx.de/?p=u-boot.git;a=commit;h=03f3d8d3b39cf85c0ce7ca903b43670 1e8aa610b) changed behaviour of some network drivers. As I just learned (sorry, I missed

Re: [U-Boot] [PATCH 01/10 v2] MPC512x: enabling NAND support requires CONFIG_SYS_64BIT_VSPRINTF

2009-07-13 Thread Wolfgang Denk
In message 1245005933-27483-1-git-send-email...@denx.de you wrote: When enabling NAND support for a board, one must also define CONFIG_SYS_64BIT_VSPRINTF because this is needed in nand_util.c for correct output. Signed-off-by: Wolfgang Denk w...@denx.de Cc: Stefan Roese s...@denx.de Cc:

Re: [U-Boot] [PATCH 02/10 v2] MPC512x: Add MSCAN1...4 Clock Control Registers

2009-07-13 Thread Wolfgang Denk
Dear Wolfgang Denk, In message 1245005933-27483-2-git-send-email...@denx.de you wrote: Signed-off-by: Wolfgang Denk w...@denx.de Cc: Stefan Roese s...@denx.de Cc: Reinhard Arlt reinhard.a...@esd-electronics.com --- v2: reposted in context with remaining patches of this series; changed

Re: [U-Boot] [PATCH 03/10 v2] mecp5123: fix build error

2009-07-13 Thread Wolfgang Denk
Dear Wolfgang Denk, In message 1245005933-27483-3-git-send-email...@denx.de you wrote: The mecp5123 board did not compile because the MSCAN Clock Control Registers were missing; these got added, but as an array instead of 4 individual registers. Adapt the code so it builds. Signed-off-by:

Re: [U-Boot] [PATCH 04/10 v2] MPC512x: factor out common code

2009-07-13 Thread Wolfgang Denk
Dear Wolfgang Denk, In message 1245005933-27483-4-git-send-email...@denx.de you wrote: Now that we have 3 boards for the MPC512x it turns out that they all use the very same fixed_sdram() code. This patch factors out this common code into cpu/mpc512x/fixed_sdram.c and adds a new header

Re: [U-Boot] [PATCH 05/10] aria: adjust memory controller initialization

2009-07-13 Thread Wolfgang Denk
Dear Wolfgang Denk, In message 1245005933-27483-5-git-send-email...@denx.de you wrote: Needed for Rev. 2 silicon at 400 MHz Signed-off-by: Wolfgang Denk w...@denx.de --- include/configs/aria.h | 85 --- 1 files changed, 72 insertions(+), 13

Re: [U-Boot] [PATCH 06/10] mecp5123: cleanup - remove dead code

2009-07-13 Thread Wolfgang Denk
Dear Wolfgang Denk, In message 1245005933-27483-6-git-send-email...@denx.de you wrote: Remove dead code that was obviously a left-over from copy paste. Signed-off-by: Wolfgang Denk w...@denx.de Cc: Stefan Roese s...@denx.de Cc: Reinhard Arlt reinhard.a...@esd-electronics.com ---

Re: [U-Boot] [PATCH 07/10] MPC512x: fix typo in comment listing the NAND driver name

2009-07-13 Thread Wolfgang Denk
Dear Wolfgang Denk, In message 1245005933-27483-7-git-send-email...@denx.de you wrote: Signed-off-by: Wolfgang Denk w...@denx.de Cc: Stefan Roese s...@denx.de Cc: Reinhard Arlt reinhard.a...@esd-electronics.com --- include/configs/mecp5123.h |2 +- include/configs/mpc5121ads.h |2

Re: [U-Boot] [PATCH 08/10] aria: enable NAND flash support

2009-07-13 Thread Wolfgang Denk
Dear Wolfgang Denk, In message 1245005933-27483-8-git-send-email...@denx.de you wrote: Signed-off-by: Wolfgang Denk w...@denx.de --- board/davedenx/aria/aria.c |1 + include/configs/aria.h | 24 +++- 2 files changed, 24 insertions(+), 1 deletions(-) Applied to

Re: [U-Boot] [PATCH 09/10] aria: add JFFS2 and MTDPARTS support; adjust flash map

2009-07-13 Thread Wolfgang Denk
Dear Wolfgang Denk, In message 1245005933-27483-9-git-send-email...@denx.de you wrote: Signed-off-by: Wolfgang Denk w...@denx.de --- include/configs/aria.h | 39 ++- 1 files changed, 34 insertions(+), 5 deletions(-) Applied to u-boot-mpc5xxx repo.

Re: [U-Boot] [PATCH 10/10] mpc5121ads: add JFFS2 and MTDPARTS support; adjust flash map

2009-07-13 Thread Wolfgang Denk
Dear Wolfgang Denk, In message 1245005933-27483-10-git-send-email...@denx.de you wrote: Signed-off-by: Wolfgang Denk w...@denx.de --- include/configs/mpc5121ads.h | 46 ++--- 1 files changed, 38 insertions(+), 8 deletions(-) Applied to u-boot-mpc5xxx

[U-Boot] [PULL] u-boot-mpc5xxx pull request

2009-07-13 Thread Wolfgang Denk
The following changes since commit 3672cd5c3b53d219d33345eebad4e25ad5bf6d52: Wolfgang Denk (1): MAINTAINERS: fix sorting, remove duplicates. are available in the git repository at: git://git.denx.de/u-boot-mpc5xxx.git master Jon Smirl (1): board support patch for

Re: [U-Boot] [PULL] u-boot-mpc5xxx pull request

2009-07-13 Thread Wolfgang Denk
Dear Wolfgang Denk, In message 20090713221430.330aa832e...@gemini.denx.de you wrote: The following changes since commit 3672cd5c3b53d219d33345eebad4e25ad5bf6d52: Wolfgang Denk (1): MAINTAINERS: fix sorting, remove duplicates. are available in the git repository at:

Re: [U-Boot] Pull request: nand flash

2009-07-13 Thread David Brownell
On Tuesday 07 July 2009, Scott Wood wrote: I fixed the obvious merge conflict (missing #endif) in davinci_nand: cleanup I (minor), but I'm a little confused since the symbol it refers to (CONFIG_SOC_DM6446) doesn't seem to be defined anywhere.  At first I thought it had been replaced with

[U-Boot] [PATCH] MPC8377EWLAN: Fix DDR configuration bug

2009-07-13 Thread Lu Chen-B21101
Changelog for this patch: This patch is used to fix the bug that u-boot and kernel can not smoothly work because of insufficient DDR2 chip output strength. The setting of DDR2 output strength is changed from reduced to full status. diff -Nur a/include/configs/MPC8377EWLAN.h

Re: [U-Boot] [PATCH 4/4] arm/kirkwood: Add Keymile SUEN3 support

2009-07-13 Thread Prafulla Wadaskar
-Original Message- From: Wolfgang Denk [mailto:w...@denx.de] Sent: Monday, July 13, 2009 4:54 PM To: Prafulla Wadaskar Cc: Jean-Christophe PLAGNIOL-VILLARD; Stefan Roese; u-boot@lists.denx.de; Ashish Karkare; Prabhanjan Sarnaik Subject: Re: [U-Boot] [PATCH 4/4] arm/kirkwood:

Re: [U-Boot] [PATCH 4/4] arm/kirkwood: Add Keymile SUEN3 support

2009-07-13 Thread Stefan Roese
On Tuesday 14 July 2009 05:20:29 Prafulla Wadaskar wrote: $(obj)u-boot.kwd: $(obj)u-boot.bin $(do_image) $(obj)u-boot.kwd $(obj)u-boot.bin $(obj)board/$(BOARDDIR)/sdramregs.txt Note: do_image is way to generic; please use a more specific name. I am going to use a

Re: [U-Boot] [PATCH 4/4] arm/kirkwood: Add Keymile SUEN3 support

2009-07-13 Thread Wolfgang Denk
Dear Prafulla Wadaskar, In message 73173d32e9439e4abb5151606c3e19e202ddf26...@sc-vexch1.marvell.com you wrote: Note: do_image is way to generic; please use a more specific name. I am going to use a name kwimage for this utility, the objective of this = utility will be to create u-boot.kw