Re: [U-Boot] [PATCH v6] Marvell Kirkwood family SOC support

2009-05-05 Thread Prafulla Wadaskar
-Original Message- From: Wolfgang Denk [mailto:w...@denx.de] Sent: Tuesday, May 05, 2009 4:21 AM To: Jean-Christophe PLAGNIOL-VILLARD Cc: Prafulla Wadaskar; u-boot@lists.denx.de; Ashish Karkare; Prabhanjan Sarnaik; Ronen Shitrit Subject: Re: [U-Boot] [PATCH v6] Marvell Kirkwood

Re: [U-Boot] [PATCH v6] Marvell Kirkwood family SOC support

2009-05-05 Thread Prafulla Wadaskar
diff --git a/include/asm-arm/config.h b/include/asm-arm/config.h index 049c44e..5d52f15 100644 --- a/include/asm-arm/config.h +++ b/include/asm-arm/config.h @@ -21,4 +21,8 @@ #ifndef _ASM_CONFIG_H_ #define _ASM_CONFIG_H_ +#if defined (CONFIG_KIRKWOOD) +#include

[U-Boot] hello, how to git a clone from http://git.denx.de/

2009-05-05 Thread vc_asm
i'm a beginner to uboot and git, advice me,thanks___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] What mkimage arguments for standalone AVR32 app?

2009-05-05 Thread Jesper Vestergaard
Hi list I'm trying to create a standalone application for the ICnova ap7000 Base and have compiled this little application: #include avr32/io.h int main( void ) { __asm__(nop\n\tnop\n\tnop\n\tnop\n\t); while(1) { ; } return 0; } To create the header file for it I use

Re: [U-Boot] hello, how to git a clone from http://git.denx.de/

2009-05-05 Thread Detlev Zundel
Hi vc_...@hotmail.com, i'm a beginner to uboot and git, advice me,thanks You found http://git.denx.de so I'm having difficulties to understand why you cannot read the first paragraph there which answers your question. Cheers Detlev -- SWYM XYZ (Sympathize with your machinery). [..] In

Re: [U-Boot] [PATCH] include/ns16550.h: Unify structure declaration for registers

2009-05-05 Thread Detlev Zundel
Hi Shinya, Wolfgang Denk wrote: We can easily ignore such boards of course, but it would be very nice for U-Boot if it could provide easy configurable drivers and could support as many hardwares as possible. Currently it seems that all in-tree boards can be accomodated with the construct

Re: [U-Boot] What mkimage arguments for standalone AVR32 app?

2009-05-05 Thread Mike Frysinger
On Tuesday 05 May 2009 04:55:44 Jesper Vestergaard wrote: mkimage -A avr32 -O u-boot -T standalone -C none -a 0x1100 -e 0x1100 -n myapp -d test.bin test_uboot.bin the entry/load addresses need to match reality. you cant pick them out of the air without properly setting them

[U-Boot] [PATCH] OMAP3EVM: Set default bootfile

2009-05-05 Thread Sanjeev Premi
The current configuration doesn't define default bootfile; leading to this warning at execution: OMAP3_EVM # dhcp ... ... DHCP client bound to address 192.168.1.11 *** Warning: no boot file name; using 'AC18BE16.img' TFTP from server 0.0.0.0; our IP address is 192.168.1.11; sending through

Re: [U-Boot] What mkimage arguments for standalone AVR32 app?

2009-05-05 Thread Jesper Vestergaard
Mike Frysinger wrote: On Tuesday 05 May 2009 04:55:44 Jesper Vestergaard wrote: mkimage -A avr32 -O u-boot -T standalone -C none -a 0x1100 -e 0x1100 -n myapp -d test.bin test_uboot.bin the entry/load addresses need to match reality. you cant pick them out of the air

Re: [U-Boot] [PATCH] ARM: unbreak PXA build by defining UP2OCR

2009-05-05 Thread Daniel Mack
On Tue, May 05, 2009 at 12:58:57AM +0200, Wolfgang Denk wrote: the usb driver use the same file for supporting all the PXA and as it's store in a generic header. We must define the register only the specific pxa version and when the same register could mean differents things depending the

Re: [U-Boot] [PATCH] OMAP3EVM: Set default bootfile

2009-05-05 Thread Wolfgang Denk
Dear Sanjeev Premi, In message 1241515371-24359-1-git-send-email-pr...@ti.com you wrote: The current configuration doesn't define default bootfile; leading to this warning at execution: Note that this is not a problem, but a decision of the board maintainer. Also, you can always just use

Re: [U-Boot] [PATCH] OMAP3EVM: Set default bootfile

2009-05-05 Thread Premi, Sanjeev
-Original Message- From: Wolfgang Denk [mailto:w...@denx.de] Sent: Tuesday, May 05, 2009 3:51 PM To: Premi, Sanjeev Cc: u-boot@lists.denx.de; Pillai, Manikandan Subject: Re: [U-Boot] [PATCH] OMAP3EVM: Set default bootfile Dear Sanjeev Premi, In message

Re: [U-Boot] [PATCH] OMAP3EVM: Set default bootfile

2009-05-05 Thread Pillai, Manikandan
-Original Message- From: Wolfgang Denk [mailto:w...@denx.de] Sent: Tuesday, May 05, 2009 3:51 PM To: Premi, Sanjeev Cc: u-boot@lists.denx.de; Pillai, Manikandan Subject: Re: [U-Boot] [PATCH] OMAP3EVM: Set default bootfile Dear Sanjeev Premi, In message

Re: [U-Boot] [PATCH] ARM: unbreak PXA build by defining UP2OCR

2009-05-05 Thread Wolfgang Denk
Dear Daniel Mack, In message 20090505101606.gd22...@buzzloop.caiaq.de you wrote: Correct. It does not build anymore. Another possibility is to revert the commit which caused the trouble and make Markus Klotzbuecher fix it in a way Jean-Christophe PLAGNIOL-VILLARD likes. We will not do that.

Re: [U-Boot] [PATCH] ARM: unbreak PXA build by defining UP2OCR

2009-05-05 Thread Daniel Mack
On Tue, May 05, 2009 at 12:28:33PM +0200, Wolfgang Denk wrote: That's not the point. I for myself won't bring my board support into U-Boot's mainline (at least not now) because that would help nobody as nobody except for me has the hardware the code was written for. And I guess I'm not the

[U-Boot] [PATCH] ARM: unbreak PXA build by defining UP2OCR

2009-05-05 Thread Daniel Mack
U-Boot does not currently build for PXA platforms with USB support enabled. This is due to commit 24e37645e7378b20fa8f20e2996c8fb8e9 which introduced the usage of UP2OCR without defining it. Signed-off-by: Daniel Mack dan...@caiaq.de Cc: Markus Klotzbuecher m...@denx.de ---

Re: [U-Boot] [PATCH] ARM: unbreak PXA build by defining UP2OCR

2009-05-05 Thread Markus Klotzbücher
On Tue, May 05, 2009 at 12:16:06PM +0200, Daniel Mack wrote: On Tue, May 05, 2009 at 12:58:57AM +0200, Wolfgang Denk wrote: the usb driver use the same file for supporting all the PXA and as it's store in a generic header. We must define the register only the specific pxa version and

[U-Boot] Congratulations

2009-05-05 Thread wilsonbusiness
Confirm receipt by contacting the process unit officer Herald claim your £1,000,000GBP E-mail:phun...@btinternet.com Fill the details:Name,Add,Tel.Yours Ms.Caroline ___ U-Boot mailing list U-Boot@lists.denx.de

Re: [U-Boot] [PATCH] ARM: unbreak PXA build by defining UP2OCR

2009-05-05 Thread Wolfgang Denk
Dear Daniel Mack, In message 20090505103623.ge22...@buzzloop.caiaq.de you wrote: No, I disagree. I don't care at all about any out-of-tree ports that might exist anywhere. I will not waste any thoughts about the eventual possibility that changes to the mainline U-Boot code might

Re: [U-Boot] What mkimage arguments for standalone AVR32 app?

2009-05-05 Thread Mike Frysinger
On Tuesday 05 May 2009 06:05:19 Jesper Vestergaard wrote: According to the Makefile in the example directory i should load the binary to 0x ifeq ($(ARCH),avr32) LOAD_ADDR = 0x endif but looking at the uboot startup it says that the flash is placed at that address

[U-Boot] LOAN APPLICATION

2009-05-05 Thread JMC LOAN FIRM
We give loan at 0.3%,Any interested person,irrespective of your country, Contact us now Via jmcloanf...@ymail.com with the following details: Names:Address,Amount Required,Duration Of Loan. Regards, J.M.C Loan Company ___ U-Boot mailing list

[U-Boot] U-BOOT kgdb support for ARM920T (s3c2440)

2009-05-05 Thread barbalace
I've just written and tested this kgdb patch for ARM920T cpus. The development was aimed at providing a low-cost cross-debugging environment for a Samsung ARM board produced from SERP (www.serp.it) used in an Computer Architecture course taught at the university of Padova (IT)

[U-Boot] U-BOOT kgdb support for ARM920T (s3c2440)

2009-05-05 Thread barbalace
I've just written and tested this kgdb patch for ARM920T cpus. The development was aimed at providing a low-cost cross-debugging environment for a Samsung ARM board produced from SERP (www.serp.it) used in an Computer Architecture course taught at the university of Padova (IT)

Re: [U-Boot] U-BOOT kgdb support for ARM920T (s3c2440)

2009-05-05 Thread Wolfgang Denk
Dear Antonio, in message 20090505134728.464224dhyq8hu...@webmail.igi.cnr.it you wrote: I've just written and tested this kgdb patch for ARM920T cpus. The development was aimed at providing a low-cost cross-debugging environment for a Samsung ARM board produced from SERP (www.serp.it)

[U-Boot] [PATCH] powerpc/inka4x0: Remove left-over ide reset code.

2009-05-05 Thread Detlev Zundel
The pin which was used in preliminary versions of the board for ide reset is really connected to the rtc clock. Signed-off-by: Detlev Zundel d...@denx.de --- board/inka4x0/inka4x0.c | 33 - include/configs/inka4x0.h |1 - 2 files changed, 0 insertions(+),

Re: [U-Boot] [PATCH 2/2][Net][ppc4xx] Remove support for non-CONFIG_NET_MULTI on PPC4xx EMAC

2009-05-05 Thread Stefan Roese
On Monday 04 May 2009, Stefan Roese wrote: Ben, this doesn't apply against mainline. I suppose you already based this against your next? Best would be if you would apply this patch directly and I'll apply the other one [[PATCH 1/2][Net][ppc4xx] Enable CONFIG_NET_MULTI on all remaining PPC4xx

Re: [U-Boot] [PATCH] OMAP3EVM: Set default bootfile

2009-05-05 Thread Dirk Behme
Sanjeev Premi wrote: The current configuration doesn't define default bootfile; leading to this warning at execution: OMAP3_EVM # dhcp ... ... DHCP client bound to address 192.168.1.11 *** Warning: no boot file name; using 'AC18BE16.img' TFTP from server 0.0.0.0; our IP address is

Re: [U-Boot] Cross-compiling U-Boot on Mac OS X -- can't find crc32.c?

2009-05-05 Thread Timur Tabi
On Mon, May 4, 2009 at 7:47 PM, Mike Frysinger vap...@gentoo.org wrote: On Monday 04 May 2009 09:27:11 Timur Tabi wrote: On Fri, May 1, 2009 at 7:10 PM, Jean-Christophe wrote: to compile on Mac OS you will have to move to the laster Mainline , What is that? the latest git source tree, not

[U-Boot] [PATCH 0/3] OMAP3: Minor code clean up, no functional change

2009-05-05 Thread Dirk Behme
This patch series is an attempt (*) to help with [1] and the first part of [2]. It contains only minor code clean up, no functional changes. Complete patch series boot tested on OMAP3 BeagleBoard and compile tested with ./MAKEALL ARM_CORTEX_A8. I'm unsure about two topics: * The initial ideas

[U-Boot] [PATCH 2/3] OMAP3: Rename interrupts.c to timer.c

2009-05-05 Thread Dirk Behme
After removal of dublicated interrupt code, rename file to what it really does now. From: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com Signed-off-by: Dirk Behme dirk.be...@googlemail.com ---

[U-Boot] [PATCH 1/3] OMAP3: Remove dublicated interrupt code

2009-05-05 Thread Dirk Behme
Remove duplicated interrupt code. Original, identical code can be found in lib_arm/interrupts.c From: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com Signed-off-by: Dirk Behme dirk.be...@googlemail.com ---

[U-Boot] [PATCH 3/3] OMAP3: Reorganize Makefile style

2009-05-05 Thread Dirk Behme
Reformat COBJS handling. From: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com Signed-off-by: Dirk Behme dirk.be...@googlemail.com --- cpu/arm_cortexa8/omap3/Makefile |8 +++- 1 file changed, 7 insertions(+), 1

[U-Boot] powerpc: why call unlock_ram_in_cache() only for e500 cores and linux?

2009-05-05 Thread Peter Tyser
For the powerpc architecture there are 2 locations that I see caches being unlocked for those boards which lock a cache for use as early memory: - lib_ppc/board.c, line 757 in board_init_r() #if defined(CONFIG_SYS_INIT_RAM_LOCK) defined(CONFIG_E500) unlock_ram_in_cache(); /* it's time

Re: [U-Boot] [PATCH 2/2][Net][ppc4xx] Remove support for non-CONFIG_NET_MULTI on PPC4xx EMAC

2009-05-05 Thread Ben Warren
Hi Stefan, Stefan Roese wrote: On Monday 04 May 2009, Stefan Roese wrote: Ben, this doesn't apply against mainline. I suppose you already based this against your next? Best would be if you would apply this patch directly and I'll apply the other one [[PATCH 1/2][Net][ppc4xx] Enable

Re: [U-Boot] [PATCH 1/2][Net][ppc4xx] Enable CONFIG_NET_MULTI on all remaining PPC4xx boards

2009-05-05 Thread Stefan Roese
On Wednesday 29 April 2009, Ben Warren wrote: All in-tree PPC4xx boards now use CONFIG_NET_MULTI Signed-off-by: Ben Warren biggerbadder...@gmail.com Applied to ppc4xx/next. Thanks. Best regards, Stefan = DENX Software

[U-Boot] Please pull u-boot-ppc4xx/next

2009-05-05 Thread Stefan Roese
Hi Wolfgang, please pull some changes for ppc4xx/next: The following changes since commit 6b8edfde22acc574b5532e9f086e6a7287a9bc78: Wolfgang Denk (1): Prepare v2009.06-rc1 are available in the git repository at: git://www.denx.de/git/u-boot-ppc4xx.git next Ben Warren (1):

[U-Boot] Congrats

2009-05-05 Thread Online Notice
Confirm receipt by contacting the process unit officer Herald claim your £1,000,000GBP E-mail:phun...@btinternet.com Fill the details:Name,Add,Tel.Yours Ms.Caroline ___ U-Boot mailing list U-Boot@lists.denx.de

[U-Boot] Micrel Switch KS8995M Driver

2009-05-05 Thread Raphael Amorim
Hello all, I need some help here :P I'm trying to add a driver for a KS8995M ethernet switch, I found one at OpenWRT. Has anyone here ever included a driver for this ethernet device on u-boot? Thanks in advance. Raphael Amorim ___ U-Boot mailing list

Re: [U-Boot] PATCH arm920t kgdb serial support

2009-05-05 Thread Wolfgang Denk
Dear barbal...@igi.cnr.it, In message 4a0078e2.2060...@igi.cnr.it you wrote: diff -r -u u-boot/common/kgdb.c u-boot-UniPd-denx.de/common/kgdb.c --- u-boot/common/kgdb.c2007-11-06 18:07:07.0 +0100 +++ u-boot-UniPd-denx.de/common/kgdb.c2009-05-05 18:44:25.0 Commit

[U-Boot] [PATCH] arm920t kgdb serial support

2009-05-05 Thread barbalace
This patch add kgdb to ARM920T cpus (full support to s3c2440). The patch lets debugging remote ARM targets using the serial line and GDB. Signed-off-by: Antonio Barbalace antonio.barbalace at igi.cnr.it diff -r -u u-boot/common/kgdb.c u-boot-UniPd-denx.de/common/kgdb.c --- u-boot/common/kgdb.c

Re: [U-Boot] [PATCH] arm920t kgdb serial support

2009-05-05 Thread Scott Wood
barbal...@igi.cnr.it wrote: This patch add kgdb to ARM920T cpus (full support to s3c2440). The patch lets debugging remote ARM targets using the serial line and GDB. Signed-off-by: Antonio Barbalace antonio.barbalace at igi.cnr.it diff -r -u u-boot/common/kgdb.c

Re: [U-Boot] [PATCH 1/3] smc911x: write back the manually set MAC address

2009-05-05 Thread Mike Frysinger
On Wednesday 08 April 2009 07:23:37 Daniel Mack wrote: If the MAX address is given by the environment, write it back to the hardware. Signed-off-by: Mike Frysinger vap...@gentoo.org -mike signature.asc Description: This is a digitally signed message part.

[U-Boot] [PATCH] u-boot-v2 initrd support for ARM

2009-05-05 Thread Eric Lammerts
Hi, here's a small patch to make initrd working on ARM in u-boot-v2. I use it to boot over the network like this: tftp /tftpboot/kernel.uImage kernel tftp /tftpboot/rootfs.uImage rootfs bootm -r rootfs kernel I create the rootfs image like this: mkimage -A arm -O linux -T ramdisk -C none -a