[U-Boot] [PATCH] Blackfin: set proper LDRFLAGS for parallel booting LDRs

2009-01-06 Thread Mike Frysinger
In order to boot an LDR out of parallel flash, the ldr utility needs a few flags to tell it to generate the right header. Signed-off-by: Mike Frysinger --- board/bf533-ezkit/config.mk |6 ++ board/bf533-stamp/config.mk |6 ++ board/bf537-stamp/config.mk |5 - board/bf561-

[U-Boot] [PATCH] Blackfin: drop CONFIG_SPI handling in board init

2009-01-06 Thread Mike Frysinger
The eeprom SPI init functions are duplicated as the common code already executes these for us. Signed-off-by: Mike Frysinger --- lib_blackfin/board.c |7 --- 1 files changed, 0 insertions(+), 7 deletions(-) diff --git a/lib_blackfin/board.c b/lib_blackfin/board.c index fde4bbe..05e66e3

Re: [U-Boot] help

2009-01-06 Thread Naveen Kumar GADDIPATI
Hi dinny, Thanks for your reply. We are working on arm-cortex A9(single core).The product has two such single cores. Could we start using this coretex A8 uboot source code? Regards, Naveen -Original Message- From: dinny [mailto:dinny...@gmail.com] Sent: Wednesday, January 07, 2009 7:2

Re: [U-Boot] help

2009-01-06 Thread Naveen Kumar GADDIPATI
Hi dinny, We are working on arm-cortex A9 dual core product. Thanks and Regards, Naveen -Original Message- From: dinny [mailto:dinny...@gmail.com] Sent: Wednesday, January 07, 2009 7:20 AM To: Naveen Kumar GADDIPATI Cc: u-boot@lists.denx.de Subject: Re: [U-Boot] help Hi Naveen, Do y

[U-Boot] [PATCH 1/1] Fix issues and add new commands for onenand.

2009-01-06 Thread Manikandan Pillai
This patch has been generated against the tip of u-boot-arm git - origin/omap3 branch. This patch provides for a few more commands for onenand in tune with what is avaiable for NAND chips and also debugging functions like scrub and markbad. The bad block checking has been fixed for errors since t

Re: [U-Boot] Anybody using distcc ?

2009-01-06 Thread Kumar Gala
On Jan 6, 2009, at 4:49 PM, Wolfgang Denk wrote: > Hi, > > is anybody using distcc (eventually even with ccache) to build U-Boot? I've used ccache w/u-boot. I don't think I've used distcc. (You may want to look at icecream http://en.opensuse.org/Icecream as well) - k __

Re: [U-Boot] help

2009-01-06 Thread dinny
Hi Naveen, Do you use a cortex A9 single core or multicore product? If you are using a cortex A9 single core, you can have a look at omap zoom u-boot implementation as a reference. It's based on TI's omap3430, a Cortex A8 core. Although there should be some difference on the internal architecture

Re: [U-Boot] [PATCH 2/5] ARM: Add/Improve support for Atmel AT91RM9200DK/E

2009-01-06 Thread Jean-Christophe PLAGNIOL-VILLARD
Ulf & Pink Boy please take a look on http://git.denx.de/?p=u-boot/u-boot-at91.git;a=shortlog;h=refs/heads/mm Best Regards, J. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH 2/5] ARM: Add/Improve support for Atmel AT91RM9200DK/E

2009-01-06 Thread Pink Boy
Ulf! Here I was getting ready to try and add support for the AT91RM9200EK and I see your patches. I have a question? Does the new AT91RM9200EK support CFI? Is so no problem for me, otherwise I got that working on last week for my board based on the AT91RM9200EK (with AT49BV642D flash). The c

Re: [U-Boot] Fw: TFTP fails when using network switch

2009-01-06 Thread Wolfgang Denk
Dear Ulf Samuelsson, In message <1231282371.32308.276.ca...@elrond.atmel.com> you wrote: > > It was tracked down to the autoconfiguration of the > Ethernet PHY, so one of the PHYs ended up in > 100 Mbps Half Duplex (think that was the switch) > while the other PHY ended up in 100 MBps Full Dupl

Re: [U-Boot] [PATCH] spi/atmel: add AT45DB321D support

2009-01-06 Thread Brad Bozarth
Hmm... looking in the datasheet I have, it says: Flexible Erase Options – Page Erase (512 Bytes) – Block Erase (4 Kbytes) – Sector Erase (64 Kbytes) – Chip Erase (32 Mbits) which would indicate a third combo, different from mine and yours :) --- 16 blocks/sector and 64 sectors... The code only doe

Re: [U-Boot] Fw: TFTP fails when using network switch

2009-01-06 Thread Ulf Samuelsson
tis 2009-01-06 klockan 08:41 +0100 skrev Remy Bohmer: > Hello Alex, > > 2009/1/6 Loren A. Linden Levy : > > Hi Everyone, > > > > I am having an interesting problem with am m5282Lite Dev Kit. I had > > done all of the previous development work by connection the card > > directly to a spare ethernet

[U-Boot] Anybody using distcc ?

2009-01-06 Thread Wolfgang Denk
Hi, is anybody using distcc (eventually even with ccache) to build U-Boot? Could you please share your experience / recipies / scripts? Thanks in advance. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenst

[U-Boot] Jffs2 spanning across multiple flash parts

2009-01-06 Thread Bill Sehnert
I'm stuck in configuring my board for using u-boot. I have multiple nor flash parts that make up my JFFS2 filesystem, but I can't seem to configure U-boot to scan all the parts for the filesystem. It looks like the jffs2 system is looking to a flash partition. and flash partition fits within a fl

[U-Boot] AT91 Pull request

2009-01-06 Thread Jean-Christophe PLAGNIOL-VILLARD
Hi Wolfgang, Please pulli The following changes since commit f85cd46918241842546e5021d0b88db2be50a048: Wolfgang Denk (1): Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx are available in the git repository at: git://git.denx.de/u-boot-at91.git master Jean-Christophe PLAGN

[U-Boot] AT91 Pull request

2009-01-06 Thread Jean-Christophe PLAGNIOL-VILLARD
Hi Wolfgang, Please pulli The following changes since commit f85cd46918241842546e5021d0b88db2be50a048: Wolfgang Denk (1): Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx are available in the git repository at: git://git.denx.de/u-boot-at91.git master Jean-Christophe PLAGN

[U-Boot] [PATCH 1/1] at91rm9200: move define from lowlevel_init to header

2009-01-06 Thread 1229547702-20400-2-git-send-email-plagnioj
From: Jean-Christophe PLAGNIOL-VILLARD Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD --- cpu/arm920t/at91rm9200/lowlevel_init.S | 70 -- include/asm-arm/arch-at91rm9200/AT91RM9200.h | 27 ++ 2 files changed, 49 insertions(+), 48 deletions(-) diff --g

[U-Boot] [PATCH 5/5] ARM: Add/Improve support for Atmel AT91RM9200DK/EK

2009-01-06 Thread Ulf Samuelsson
This patchset updates the at91rm9200dk board support to look similar to the rest of the at91 boards, using more modern access functions for I/O instead of direct pointer accesses. A derivative of the board is added, at91rm9200dk_df- at91rm9200dk with environment in dataflash Support

[U-Boot] [PATCH 4/5] ARM: Add/Improve support for Atmel AT91RM9200DK/EK

2009-01-06 Thread Ulf Samuelsson
This patchset updates the at91rm9200dk board support to look similar to the rest of the at91 boards, using more modern access functions for I/O instead of direct pointer accesses. A derivative of the board is added, at91rm9200dk_df- at91rm9200dk with environment in dataflash Support

[U-Boot] [PATCH 1/5] ARM: Add/Improve support for Atmel AT91RM9200DK/EK

2009-01-06 Thread Ulf Samuelsson
[PATCH 1/5] ARM: Add/Improve support for Atmel AT91RM9200DK/EK This patchset updates the at91rm9200dk board support to look similar to the rest of the at91 boards, using more modern access functions for I/O instead of direct pointer accesses. A derivative of the board is added, at91rm9200dk

[U-Boot] [PATCH 2/5] ARM: Add/Improve support for Atmel AT91RM9200DK/E

2009-01-06 Thread Ulf Samuelsson
This patchset updates the at91rm9200dk board support to look similar to the rest of the at91 boards, using more modern access functions for I/O instead of direct pointer accesses. A derivative of the board is added, at91rm9200dk_df- at91rm9200dk with environment in dataflash Support

[U-Boot] [PATCH 3/5] ARM: Add/Improve support for Atmel AT91RM9200DK/EK

2009-01-06 Thread Ulf Samuelsson
This patchset updates the at91rm9200dk board support to look similar to the rest of the at91 boards, using more modern access functions for I/O instead of direct pointer accesses. Add support for blinking coloured LEDs. A derivative of the board is added, at91rm9200dk_df- at91rm9200dk

Re: [U-Boot] [PATCH v2] at91: add at91sam9xeek board support

2009-01-06 Thread Jean-Christophe PLAGNIOL-VILLARD
On 15:42 Mon 05 Jan , Nicolas Ferre wrote: > At91sam9xe is basically an at91sam9260 with embedded flash. We can manage > it as another entry for at91sam9260 in the Makefile. > > Check documentation at : > http://www.atmel.com/dyn/products/product_card.asp?part_id=4263 > > Signed-off-by: Nicolas

Re: [U-Boot] [PATCH] make make quiet

2009-01-06 Thread Robert Schwebel
On Tue, Dec 30, 2008 at 12:20:57PM +0100, kenneth johansson wrote: > > Only print out the target name during make. > For old style set V=1 > > > Signed-off-by: kenneth johansson Sidenote: u-boot-v2 uses the standard Linux build system and has quiet operation as the default case. rsc -- Pengu

[U-Boot] MPC5121e

2009-01-06 Thread Jeff Smith
I have a few questions: 1. Does anyone have a patch for the mpc5121e for NAND booting where there is no NOR flash in the system? 2. Are there any patches that allow u-boot to be build in cygwin for a PPC target? 3. Has anyone used CodeSourcery's PPC tool chain with u-boot? 4.

Re: [U-Boot] [PATCH V2] ppc4xx: Fix UART baudrate setup by FDT

2009-01-06 Thread Matthias Fuchs
Hi Stefan, > > Even defining > > CONFIG_SYS_EXT_SERIAL_CLOCK will bring up an error - the 405EP does not > > support external UART clock. So this special macro should not be used. > > On our board (PLU405) there is no reason to touch the external UARTs from > > U-Boot. So I think the best way wou

[U-Boot] env_nand malloc not released

2009-01-06 Thread Derek Ou
Hi, all, In the common/env_nand.c, function env_relocate_spec (for CONFIG_ENV_OFFSET_REDUND) malloc two memory areas in line 296 and 297. If it hits line 308 when both environment areas not found, it will return without freeing the two memory areas. Is this a bug or I am missing something?

Re: [U-Boot] MPC8548 not able to detect Marvell 88E1145 PHY

2009-01-06 Thread Andy Fleming
On Mon, Jan 5, 2009 at 2:57 AM, Ajeesh Kumar wrote: > Hi Sir/Madam, > > Net: eTSEC0: PHY id is not supported! > eTSEC0: No PHY found > eTSEC1: PHY id is not supported! > eTSEC1: No PHY found > eTSEC2: PHY id is not supported! > eTSEC2: No PHY found > eTSEC3: PHY id ff

[U-Boot] [PATCH] bf537-stamp/nand: fix board_nand_init prototype

2009-01-06 Thread Mike Frysinger
The board_nand_init() function should return an int, not void. Signed-off-by: Mike Frysinger --- board/bf537-stamp/nand.c |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/board/bf537-stamp/nand.c b/board/bf537-stamp/nand.c index c597f2d..20a7d0e 100644 --- a/board/bf53

[U-Boot] [PATCH v2] smc911x: split out useful defines/functions into local header

2009-01-06 Thread Mike Frysinger
The smc911x driver has a lot of useful defines/functions which can be used by pieces of code (such as example eeprom programmers). Rather than forcing each place to duplicate these defines/functions, split them out of the smdc911x driver into a local header. Signed-off-by: Mike Frysinger CC: Sas

[U-Boot] [PATCH] nand: fixup printf modifiers to match types used

2009-01-06 Thread Mike Frysinger
Signed-off-by: Mike Frysinger --- common/cmd_nand.c|4 ++-- drivers/mtd/nand/nand_util.c | 12 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/common/cmd_nand.c b/common/cmd_nand.c index 0a366d3..2ff2bde 100644 --- a/common/cmd_nand.c +++ b/common/cmd

[U-Boot] u-boot debug help

2009-01-06 Thread Jyotshna Cherukuri
Hi , Could anyone please let me know the steps I need to follow to enable debug mode for u-boot . Thanks Jyotshna ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] help

2009-01-06 Thread Naveen Kumar GADDIPATI
Hi, I'm working for arm cortex A9 processor.Do we have any uboot source code support for cortex A9 processor? eMMC Do we have any patch or source code for eMMC in uboot? Thanks and Regards, Naveen ___ U-Boot mailing list U-Boot@lists.denx.de http://li

Re: [U-Boot] [PATCH] cmd_sf: rename "speed" to "hz"

2009-01-06 Thread Haavard Skinnemoen
Mike Frysinger wrote: > The term "hz" is used everywhere else when talking about the frequency of > the SPI bus, so have the sf command use it as well to stay consistent. It > even presents itself as "hz" when showing user help. > > Signed-off-by: Mike Frysinger I like it. "hz" makes it perfect

Re: [U-Boot] spansion spi flash driver ?

2009-01-06 Thread Haavard Skinnemoen
Mike Frysinger wrote: > in your original drivers/mtd/spi/spi_flash.c commit, you had this: > #ifdef CONFIG_SPI_FLASH_SPANSION > case 0x01: > flash = spi_flash_probe_spansion(spi, idcode); > break; > #endif > > does that mean you have a spansion driver sitting around but it just

Re: [U-Boot] Fw: TFTP fails when using network switch

2009-01-06 Thread Jerry Van Baren
Hi Alex, Loren A. Linden Levy wrote: > Hi Everyone, > > I am having an interesting problem with am m5282Lite Dev Kit. I had > done all of the previous development work by connection the card > directly to a spare ethernet card in my PC via a cross-over > cable. This worked just fine and the tftp

[U-Boot] [PATCH 3/3 v2] MIPS: Add VCT board series support (Part 3/3)

2009-01-06 Thread Stefan Roese
This patch adds support for the Micronas VCT board series. Currently the following platforms are supported: vct_premium vct_premium_small vct_premium_onenand vct_premium_onenand_small vct_platinum vct_platinum_small vct_platinum_onenand vct_platinum_onenand_small vct_platinumavc

[U-Boot] [PATCH 1/3 v2] MIPS: Add VCT board series support (Part 1/3)

2009-01-06 Thread Stefan Roese
This patch adds support for the Micronas VCT board series. Currently the following platforms are supported: vct_premium vct_premium_small vct_premium_onenand vct_premium_onenand_small vct_platinum vct_platinum_small vct_platinum_onenand vct_platinum_onenand_small vct_platinumavc

Re: [U-Boot] [PATCH V2] ppc4xx: Fix UART baudrate setup by FDT

2009-01-06 Thread Stefan Roese
On Monday 05 January 2009, Matthias Fuchs wrote: > > > On ppc4xx platforms __ft_board_setup updates clock-frequency > > > properties of all ns16550 compatible UARTs. This is not a good > > > idea when those UARTs are external discrete UARTs that are > > > not clocked by some internal clocks. So any