[U-Boot] AT91SAM9260 and Micrel KSZ8041

2008-10-22 Thread Kevin Greer
Hello, I am working with a custom board based on the AT91SAM9260 with a Micrel KSZ8041 physical layer. The ethernet appears to work fine in u-boot, but neither of the lights on the jack are working, however I can tftp files through the ethernet port. My bigger problem is that in Linux I cannot

Re: [U-Boot] AT91SAM9260 and Micrel KSZ8041

2008-10-22 Thread Ing.G.Morandi (Portatile)
I wanted to check to see if anyone is working with the Micrel KSZ8041, and whether the lights should be working, and if they had gotten it working under Linux. Yes, we're currently and succesfully using KSZ8041 together with AT91SAM9260. We have tested it with both u-boot and

Re: [U-Boot] [PATCH] [UBI] UBI command support

2008-10-22 Thread Wolfgang Denk
Dear Kyungmin Park, In message [EMAIL PROTECTED] you wrote: ... + printf(Unknown UBI command or invalid number of arguments\n); Print usage message instead. How to display usage? printf (Usage:\n%s\n, cmdtp-usage); Best regards, Wolfgang Denk -- DENX Software Engineering

[U-Boot] [PATCH] ARM926EJ-S: relocate OMAP specific 'cpuinfo.c' into OMAP directory (fixed patch)

2008-10-22 Thread Roman Mashak
OMAP identification is implemented in 'cpuinfo.c' and located in ARM926EJ-S directory. It makes sense to place this file in OMAP specific subdirectory, i.e. cpu/arm926ejs/omap Signed-off-by: Roman Mashak [EMAIL PROTECTED] --- cpu/arm926ejs/Makefile |2 +- cpu/arm926ejs/cpuinfo.c

[U-Boot] [PATCH] [ARM] Apollon UBI support (take #2)

2008-10-22 Thread Kyungmin Park
Now you can use the UBI at apollon board Signed-off-by: Kyungmin Park [EMAIL PROTECTED] --- diff --git a/board/apollon/Makefile b/board/apollon/Makefile index 9bac9a6..4c3e57f 100644 --- a/board/apollon/Makefile +++ b/board/apollon/Makefile @@ -25,9 +25,11 @@ include $(TOPDIR)/config.mk LIB

[U-Boot] [PATCH] [UBI] UBI command support (take #2)

2008-10-22 Thread Kyungmin Park
It supports basic operation such as create, remove, read, and write. Signed-off-by: Kyungmin Park [EMAIL PROTECTED] --- diff --git a/common/Makefile b/common/Makefile index f00cbd9..b02a541 100644 --- a/common/Makefile +++ b/common/Makefile @@ -139,6 +139,7 @@ COBJS-$(CONFIG_CMD_SETEXPR) +=

[U-Boot] [PATCH] ppc4xx: New board avnet fx12 minimodule v2

2008-10-22 Thread Georg Schardt
From: schardt [EMAIL PROTECTED] this patch adds support for the avnet fx12 minimodul it needs the ppc4xx: Generic architecture for xilinx ppc405 patch from Ricardo v2 rebased to ppc4xx/master Signed-off-by: schardt [EMAIL PROTECTED] Signed-off-by: Ricardo Ribalda Delgado [EMAIL PROTECTED] ---

Re: [U-Boot] [PATCH 3/3] iMX31: Add support to iMX31PDK board boots from NAND Flash

2008-10-22 Thread Jean-Christophe PLAGNIOL-VILLARD
On 15:01 Tue 07 Oct , Alan Carvalho de Assis wrote: From ae5af322e53d00d021f6d4aa39c6916e1d3e12b7 Mon Sep 17 00:00:00 2001 From: Alan Carvalho de Assis [EMAIL PROTECTED] Date: Sun, 5 Oct 2008 20:00:59 -0300 Subject: [PATCH] iMX31: Add support to iMX31PDK board boots from NAND Flash This

Re: [U-Boot] [PATCH 1/3] iMX31: Reducing start.S size to let boot from NAND

2008-10-22 Thread Jean-Christophe PLAGNIOL-VILLARD
On 15:01 Tue 07 Oct , Alan Carvalho de Assis wrote: From eeb4a71a3565098ba43aeb83be163731065a039d Mon Sep 17 00:00:00 2001 From: Alan Carvalho de Assis [EMAIL PROTECTED] Date: Sun, 5 Oct 2008 19:57:22 -0300 Subject: [PATCH] iMX31: Reducing start.S size to let boot from NAND iMX31 NAND

[U-Boot] [PATCH] ppc4xx: New board avnet fx12 minimodule v3

2008-10-22 Thread Georg Schardt
From: schardt [EMAIL PROTECTED] this patch adds support for the avnet fx12 minimodul it needs the ppc4xx: Generic architecture for xilinx ppc405 patch from Ricardo v2 rebased to ppc4xx/master v3 files u-boot.lds and init.S removed Signed-off-by: schardt [EMAIL PROTECTED] Signed-off-by: Ricardo

Re: [U-Boot] [PATCH] at91: board specific lowlevel_init.S

2008-10-22 Thread Ilko Iliev
Dear Mr. Denk, Dear Ilko Iliev, In message [EMAIL PROTECTED] you wrote: Maybe instead of adding mor #ifdef'ery here, we can turn lowlevel_init() into a weak function that can be redefined by board specific code? The lowlevel_init() is an assembler function called from another

Re: [U-Boot] [PATCH 1/2] bootm: Add subcommands

2008-10-22 Thread Jerry Van Baren
Kumar Gala wrote: On Oct 21, 2008, at 2:30 PM, Wolfgang Denk wrote: Dear Kumar Gala, In message [EMAIL PROTECTED] you wrote: Add the ability to break the steps of the bootm command into several subcommands: start, loados, ramdisk, fdt, bdt, cmdline, prep, go. This allows us to do

Re: [U-Boot] [PATCH 1/2] bootm: Add subcommands

2008-10-22 Thread Jerry Van Baren
Kumar Gala wrote: On Oct 21, 2008, at 2:44 PM, Jerry Van Baren wrote: I've been hacking at cmd_bootm.c and image.c. The direction I'm hacking in is: * Move boot_* stuff from image.c into cmd_bootm.c - Calling out to another file to a function unused in that file? Ugly. * Move the FIT

Re: [U-Boot] [PATCH] ppc4xx: New board avnet fx12 minimodule v2

2008-10-22 Thread Jerry Van Baren
Georg Schardt wrote: From: schardt [EMAIL PROTECTED] this patch adds support for the avnet fx12 minimodul it needs the ppc4xx: Generic architecture for xilinx ppc405 patch from Ricardo v2 rebased to ppc4xx/master The above two^Wfour lines should go *below* the ---, they are remarks

[U-Boot] [PATCH] fdt_resize(): Expand to next page boundary independent of offset

2008-10-22 Thread Peter Korsgaard
fdt_resize() adjusted the fdt totalsize so the fdt would end on a page boundary in memory - E.G. the amount of padding depended on the location of the fdt (offset within page). This doesn't work very good with multi file images where the fdt is located after the kernel and hence on a more-or-less

Re: [U-Boot] [PATCH] ppc4xx: New board avnet fx12 minimodule v2

2008-10-22 Thread Georg Schardt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Jerry, thx for your comments, i will pay attention on the right patch format the next time. It is my first project I send patches to and until now, git is not my best friend. Sorry for my poor english, it is not my native language and i dont

Re: [U-Boot] [PATCH] at91: board specific lowlevel_init.S

2008-10-22 Thread Jean-Christophe PLAGNIOL-VILLARD
On 13:12 Wed 22 Oct , Ilko Iliev wrote: Dear Mr. Denk, Dear Ilko Iliev, In message [EMAIL PROTECTED] you wrote: Maybe instead of adding mor #ifdef'ery here, we can turn lowlevel_init() into a weak function that can be redefined by board specific code? The

Re: [U-Boot] [PATCH] [ARM] Move machine specific code to board at s3c64xx

2008-10-22 Thread Jean-Christophe PLAGNIOL-VILLARD
On 14:16 Wed 22 Oct , Kyungmin Park wrote: Move machine specific code to smdk6400. Some board use OneNAND instead of NAND. Signed-off-by: Kyungmin Park [EMAIL PROTECTED] --- diff --git a/board/samsung/smdk6400/lowlevel_init.S b/board/samsung/smdk6400/lowlevel_init.S Guennadi could

Re: [U-Boot] [PATCH] ppc4xx: New board avnet fx12 minimodule v2

2008-10-22 Thread Jerry Van Baren
Georg Schardt wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Jerry, thx for your comments, i will pay attention on the right patch format the next time. It is my first project I send patches to and until now, git is not my best friend. Oh, but it will be. ;-) Git and open

Re: [U-Boot] [PATCH] at91: board specific lowlevel_init.S

2008-10-22 Thread Ilko Iliev
Jean-Christophe PLAGNIOL-VILLARD wrote: On 13:12 Wed 22 Oct , Ilko Iliev wrote: Dear Mr. Denk, Dear Ilko Iliev, In message [EMAIL PROTECTED] you wrote: Maybe instead of adding mor #ifdef'ery here, we can turn lowlevel_init() into a weak function that can be

[U-Boot] [PATCH] mtd/dataflash.c: fix a problem with the last partition

2008-10-22 Thread Ilko Iliev
This patch fix the problem that only the [NB_DATAFLASH_AREA -1] dataflash partition can be defined to use the area to the end of dataflash size. Now it is possible to have only one dataflash partition from 0 to the end of of dataflash size. Signed-off-by: Ilko Iliev [EMAIL PROTECTED] index

Re: [U-Boot] [PATCH] lcd: print custom strings after the logo

2008-10-22 Thread Anatolij Gustschin
Jean-Christophe PLAGNIOL-VILLARD wrote: On 21:40 Tue 21 Oct , Wolfgang Denk wrote: Dear Stelian Pop, In message [EMAIL PROTECTED] you wrote: +#ifndef CONFIG_LCD_LOGO_TEXT1 +# define CONFIG_LCD_LOGO_TEXT1 (C) 2008 ATMEL Corp +#endif Wouldn't it be better if we move this text into

Re: [U-Boot] [PATCH] at91: board specific lowlevel_init.S

2008-10-22 Thread Ilko Iliev
Jean-Christophe PLAGNIOL-VILLARD wrote: On 15:07 Wed 22 Oct , Ilko Iliev wrote: Jean-Christophe PLAGNIOL-VILLARD wrote: On 13:12 Wed 22 Oct , Ilko Iliev wrote: Dear Mr. Denk, Dear Ilko Iliev, In message [EMAIL PROTECTED] you wrote:

[U-Boot] [PATCH v2] pci: Allow for PCI addresses to be 64-bit

2008-10-22 Thread Kumar Gala
PCI bus is inherently 64-bit. While not all system require access to the full 64-bit PCI address range some do. This allows those systems to enable the full PCI address width via CONFIG_SYS_PCI_64BIT. Signed-off-by: Kumar Gala [EMAIL PROTECTED] --- Fixed up all the other bits associated with

Re: [U-Boot] [PATCH 3/3] iMX31: Add support to iMX31PDK board boots from NAND Flash

2008-10-22 Thread Alan Carvalho de Assis
Hi Jean, On Wed, 2008-10-22 at 11:59 +0200, Jean-Christophe PLAGNIOL-VILLARD wrote: On 15:01 Tue 07 Oct , Alan Carvalho de Assis wrote: From ae5af322e53d00d021f6d4aa39c6916e1d3e12b7 Mon Sep 17 00:00:00 2001 From: Alan Carvalho de Assis [EMAIL PROTECTED] Date: Sun, 5 Oct 2008 20:00:59

Re: [U-Boot] [PATCH] at91: board specific lowlevel_init.S

2008-10-22 Thread Jean-Christophe PLAGNIOL-VILLARD
On 16:01 Wed 22 Oct , Ilko Iliev wrote: Jean-Christophe PLAGNIOL-VILLARD wrote: On 15:07 Wed 22 Oct , Ilko Iliev wrote: Jean-Christophe PLAGNIOL-VILLARD wrote: On 13:12 Wed 22 Oct , Ilko Iliev wrote: Dear Mr. Denk, Dear Ilko

[U-Boot] U-Boot 1.3.3 - Error: start address not on sector boundary

2008-10-22 Thread jkimble
I'm running this on a Coldfire (MCF5484) processor for Linux 2.6.25. I've got 64MB of Intel P33 flash. I have two chips that have their chip selects tied together to give me 32 bit read/write. flinfo shows: Bank # 1: CFI conformant FLASH (32 x 16) Size: 64 MB in 259 SectorsEC Intel

Re: [U-Boot] [PATCH v2] pci: Allow for PCI addresses to be 64-bit

2008-10-22 Thread Kumar Gala
On Oct 22, 2008, at 9:19 AM, Kumar Gala wrote: PCI bus is inherently 64-bit. While not all system require access to the full 64-bit PCI address range some do. This allows those systems to enable the full PCI address width via CONFIG_SYS_PCI_64BIT. Signed-off-by: Kumar Gala [EMAIL

Re: [U-Boot] [PATCH] at91: board specific lowlevel_init.S

2008-10-22 Thread Ilko Iliev
Jean-Christophe PLAGNIOL-VILLARD wrote: On 16:01 Wed 22 Oct , Ilko Iliev wrote: Jean-Christophe PLAGNIOL-VILLARD wrote: On 15:07 Wed 22 Oct , Ilko Iliev wrote: Jean-Christophe PLAGNIOL-VILLARD wrote: On 13:12 Wed 22 Oct , Ilko Iliev wrote:

Re: [U-Boot] [PATCH v2] pci: Allow for PCI addresses to be 64-bit

2008-10-22 Thread Becky Bruce
On Oct 22, 2008, at 9:19 AM, Kumar Gala wrote: PCI bus is inherently 64-bit. While not all system require access to the full 64-bit PCI address range some do. This allows those systems to enable the full PCI address width via CONFIG_SYS_PCI_64BIT. Signed-off-by: Kumar Gala [EMAIL

Re: [U-Boot] Linux does not boot from flash, but will from RAM

2008-10-22 Thread Ricardo
Hello Tom Sorry for the late late reply, but you mail was hidden in my inbox. I have been the developer of the avnet v5fx30eval patch for u-boot. I have that board correctly running linux 2.6.27 from the latest paulus git patch. In order to use the ll_temac I have used a modified version of

Re: [U-Boot] [PATCH 3/3] iMX31: Add support to iMX31PDK board boots from NAND Flash

2008-10-22 Thread Magnus Lilja
I can't rebase [PATCH 3/3] on u-boot-arm/master because it applies over Magnus Lilja's patch i.MX31: Add basic support for Freescale's i.MX31 PDK board. (968614d8c3f17eb834838de9a390ef4879fb1e77) Can you please pull this patch from u-boot-arm/testing to u-boot-arm/master ? No the patch

Re: [U-Boot] [PATCH 3/3] iMX31: Add support to iMX31PDK board boots from NAND Flash

2008-10-22 Thread Wolfgang Denk
Dear Magnus, In message [EMAIL PROTECTED] you wrote: I've updated the patch and it now almost compiles. There's a problem at the last link stage where gnu-ld complains about multiple __udivsi3 definitions and incompatible EABI formats (see below, modulo gmail wrapping). Try this patch

Re: [U-Boot] [PATCH 3/3] iMX31: Add support to iMX31PDK board boots from NAND Flash

2008-10-22 Thread Magnus Lilja
Wolfgang, 2008/10/22 Wolfgang Denk [EMAIL PROTECTED]: Dear Magnus, In message [EMAIL PROTECTED] you wrote: I've updated the patch and it now almost compiles. There's a problem at the last link stage where gnu-ld complains about multiple __udivsi3 definitions and incompatible EABI formats

[U-Boot] i2c_reg_read() on 8xx

2008-10-22 Thread Timur Tabi
Wolfgang, Mike Frysinger helped me resolve the problem with i2c_reg_read() on Blackfin, so I'll be posting a new patch soon. However, I noticed that 8xx has a problem, too: uchar i2c_reg_read(uchar i2c_addr, uchar reg) { uchar buf; i2c_init(CONFIG_SYS_I2C_SPEED,

Re: [U-Boot] [PATCH 3/3] iMX31: Add support to iMX31PDK board boots from NAND Flash

2008-10-22 Thread Magnus Lilja
2008/10/22 Magnus Lilja [EMAIL PROTECTED]: Wolfgang, 2008/10/22 Wolfgang Denk [EMAIL PROTECTED]: Dear Magnus, In message [EMAIL PROTECTED] you wrote: I've updated the patch and it now almost compiles. There's a problem at the last link stage where gnu-ld complains about multiple

Re: [U-Boot] [PATCH] Flex-OneNAND driver

2008-10-22 Thread Scott Wood
On Mon, Sep 22, 2008 at 11:58:51AM +0530, apgmoorthy wrote: Hi All, This patch adds support for Samsung Flex-OneNAND devices. Flex-OneNAND combines SLC and MLC technologies into a single device. SLC area provides increased reliability and speed, suitable for storing code and data, such as

[U-Boot] [PATCH 01/19] ColdFire: Remove linker file

2008-10-22 Thread Tsi-Chung Liew
From: TsiChung Liew [EMAIL PROTECTED] Each different build for M54455EVB and M5235EVB will create a u-boot.lds linker file. It is redundant to keep the u-boot.lds Signed-off-by: TsiChung Liew [EMAIL PROTECTED] --- board/freescale/m5235evb/u-boot.lds | 144 --

[U-Boot] [PATCH 02/19] ColdFire: Modules header files cleanup - 1

2008-10-22 Thread Tsi-Chung Liew
From: TsiChung Liew [EMAIL PROTECTED] Consolidate ATA, ePORT and QSPI structures and definitions in immap_5xxx.h to more unify modules header files. Append DSPI support for m547x_8x. Signed-off-by: TsiChung Liew [EMAIL PROTECTED] --- include/asm-m68k/coldfire/ata.h | 79

[U-Boot] [PATCH 04/19] ColdFire: Modules header files cleanup - 3

2008-10-22 Thread Tsi-Chung Liew
From: TsiChung Liew [EMAIL PROTECTED] Consolidate RNG, MDHA and SKHA structures and definitions in immap_5xxx.h and m5xxx.h to more unify modules header files. SSI cleanup. Remove USB Host structure from immap_5329.h Signed-off-by: TsiChung Liew [EMAIL PROTECTED] ---

[U-Boot] [PATCH 03/19] ColdFire: Modules header files cleanup - 2

2008-10-22 Thread Tsi-Chung Liew
From: TsiChung Liew [EMAIL PROTECTED] Consolidate FlexCan and PWM structures and definitions in immap_5xxx.h and m5xxx.h to more unify modules header files Signed-off-by: TsiChung Liew [EMAIL PROTECTED] --- include/asm-m68k/coldfire/flexcan.h | 219 +++

[U-Boot] [PATCH 05/19] ColdFire: Modules header files cleanup - 4

2008-10-22 Thread Tsi-Chung Liew
From: TsiChung Liew [EMAIL PROTECTED] Consolidate interrupt control structures and definitions in immap_5xxx.h and m5xxx.h to more unify module header file - 1 Signed-off-by: TsiChung Liew [EMAIL PROTECTED] --- include/asm-m68k/coldfire/intctrl.h | 246 +++

[U-Boot] [PATCH 06/19] ColdFire: Modules header files cleanup - 5

2008-10-22 Thread Tsi-Chung Liew
From: TsiChung Liew [EMAIL PROTECTED] Consolidate interrupt control structures and definitions in immap_5xxx.h and m5xxx.h to more unify module header file - 2 Signed-off-by: TsiChung Liew [EMAIL PROTECTED] --- include/asm-m68k/m5227x.h | 233 +--

[U-Boot] [PATCH 07/19] ColdFire: Modules header files cleanup - 6

2008-10-22 Thread Tsi-Chung Liew
From: TsiChung Liew [EMAIL PROTECTED] Consolidate FlexBus structures and definitions in immap_5xxx.h and m5xxx.h to more unify modules header files. Apply changes to mcf52x2's cpu_init.c Signed-off-by: TsiChung Liew [EMAIL PROTECTED] --- cpu/mcf52x2/cpu_init.c | 271

[U-Boot] [PATCH 08/19] ColdFire: Remove platforms mii.c file - 1

2008-10-22 Thread Tsi-Chung Liew
From: TsiChung Liew [EMAIL PROTECTED] Will use mcfmii.c driver in drivers/net rather than keep creating new mii.c for each future platform. Remove EB+MCF-EV123, cobra5272, idmr and M5235EVB's mii.c Signed-off-by: TsiChung Liew [EMAIL PROTECTED] --- board/BuS/EB+MCF-EV123/Makefile |2 +-

[U-Boot] [PATCH 09/19] ColdFire: Remove platforms mii.c file - 2

2008-10-22 Thread Tsi-Chung Liew
From: TsiChung Liew [EMAIL PROTECTED] Will use mcfmii.c driver in drivers/net rather than keep creating new mii.c for each future platform. Remove M5271EVB, M5272C3, M5275EVB and M5282EVB's mii.c Signed-off-by: TsiChung Liew [EMAIL PROTECTED] --- board/freescale/m5271evb/Makefile |2 +-

[U-Boot] [PATCH 10/19] ColdFire: Remove platforms mii.c file - 3

2008-10-22 Thread Tsi-Chung Liew
From: TsiChung Liew [EMAIL PROTECTED] Will use mcfmii.c driver in drivers/net rather than keep creating new mii.c for each future platform. Remove M5329EVB, M5373EVB, M54451EVB M54455EVB's mii.c Signed-off-by: TsiChung Liew [EMAIL PROTECTED] --- board/freescale/m5329evb/Makefile |2 +-

[U-Boot] [PATCH 12/19] ColdFire: Relocate FEC's GPIO and mii functions protocols

2008-10-22 Thread Tsi-Chung Liew
From: TsiChung Liew [EMAIL PROTECTED] Place FEC pin assignments in cpu_init.c from platform's mii.c Signed-off-by: TsiChung Liew [EMAIL PROTECTED] --- cpu/mcf523x/cpu_init.c | 24 +++- cpu/mcf52x2/cpu_init.c | 78 +++

[U-Boot] [PATCH 13/19] ColdFire: Add mii driver in drivers/net

2008-10-22 Thread Tsi-Chung Liew
From: TsiChung Liew [EMAIL PROTECTED] All CF platforms' mii.c are consolidated into one Signed-off-by: TsiChung Liew [EMAIL PROTECTED] --- drivers/net/Makefile |4 +- drivers/net/mcffec.c | 18 +--- drivers/net/mcfmii.c | 321 ++ 3 files

[U-Boot] [PATCH 14/19] ColdFire: Use CFI driver for M5272C3

2008-10-22 Thread Tsi-Chung Liew
From: TsiChung Liew [EMAIL PROTECTED] Signed-off-by: TsiChung Liew [EMAIL PROTECTED] --- board/freescale/m5272c3/Makefile |2 +- board/freescale/m5272c3/flash.c | 378 -- include/configs/M5272C3.h| 14 +- 3 files changed, 11 insertions(+), 383

[U-Boot] [PATCH 15/19] ColdFire: Add SBF support for M52277EVB

2008-10-22 Thread Tsi-Chung Liew
From: TsiChung Liew [EMAIL PROTECTED] Add serial boot support Signed-off-by: TsiChung Liew [EMAIL PROTECTED] --- Makefile | 22 +++- board/freescale/m52277evb/config.mk |4 +- board/freescale/m52277evb/m52277evb.c | 26 +++-

[U-Boot] [PATCH 16/19] ColdFire: Add MCF5301x CPU support

2008-10-22 Thread Tsi-Chung Liew
From: TsiChung Liew [EMAIL PROTECTED] Signed-off-by: TsiChung Liew [EMAIL PROTECTED] --- cpu/mcf532x/cpu.c | 21 +- cpu/mcf532x/cpu_init.c | 202 cpu/mcf532x/speed.c| 119 cpu/mcf532x/start.S| 11

[U-Boot] [PATCH 19/19] ColdFire: Fix compilation error

2008-10-22 Thread Tsi-Chung Liew
From: TsiChung Liew [EMAIL PROTECTED] The error was caused by the change for strmhz() in cpu.c. A few of them were one extra close parenthesis. Signed-off-by: TsiChung Liew [EMAIL PROTECTED] --- cpu/mcf5227x/cpu.c | 10 +- cpu/mcf523x/cpu.c |4 ++-- cpu/mcf532x/cpu.c |4 ++--

[U-Boot] [PATCH 18/19] ColdFire: Add M53017EVB Platform

2008-10-22 Thread Tsi-Chung Liew
From: TsiChung Liew [EMAIL PROTECTED] Signed-off-by: TsiChung Liew [EMAIL PROTECTED] --- MAINTAINERS |1 + MAKEALL |1 + Makefile |3 + board/freescale/m53017evb/Makefile| 44 ++

Re: [U-Boot] [PATCH] Hardware watchdog support for AT91SAM9260 CPU

2008-10-22 Thread Sergey Lapin
On Wed, Oct 22, 2008 at 11:49:44PM +0200, Jean-Christophe PLAGNIOL-VILLARD wrote: On 02:29 Fri 15 Aug , Sergey Lapin wrote: Dear Jean-Christophe, thanks a lot for your review. Are you from ADI? No, but this file structure is a lot based on blackfin watchdog and I have too little code to

Re: [U-Boot] [PATCH 3/3] iMX31: Add support to iMX31PDK board boots from NAND Flash

2008-10-22 Thread Fabio Estevam
Magnus, --- On Wed, 10/22/08, Magnus Lilja [EMAIL PROTECTED] wrote: From: Magnus Lilja [EMAIL PROTECTED] Subject: Re: [U-Boot] [PATCH 3/3] iMX31: Add support to iMX31PDK board boots from NAND Flash To: Wolfgang Denk [EMAIL PROTECTED] Cc: u-boot@lists.denx.de, Alan Carvalho de Assis [EMAIL

[U-Boot] [PATCH] [ONENAND] Reduce OneNAND IPL code size

2008-10-22 Thread Kyungmin Park
To give more code at lowlevel_init at each boards Signed-off-by: Kyungmin Park [EMAIL PROTECTED] --- diff --git a/cpu/arm1136/start.S b/cpu/arm1136/start.S index e622338..132cc4a 100644 --- a/cpu/arm1136/start.S +++ b/cpu/arm1136/start.S @@ -33,23 +33,7 @@ .globl _start _start: b reset

Re: [U-Boot] Hangs at relocation on 460EX Target

2008-10-22 Thread Ayman M. El-Khashab
On Wed, Oct 22, 2008 at 07:12:30AM +0200, Stefan Roese wrote: Yes, there have been issues with the old autocalibration code on some boards. That's one reason that AMCC provided a new version just a few weeks ago: Thanks Stefan, I've got the hardware mostly working now. The new

[U-Boot] [PATCH 01/19] ColdFire: Remove linker file

2008-10-22 Thread James Kimble
I'm confused. Are you saying I need to apply these 19 patches to address the problem I'm having? ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] Hangs at relocation on 460EX Target

2008-10-22 Thread Stefan Roese
On Thursday 23 October 2008, Ayman M. El-Khashab wrote: On Wed, Oct 22, 2008 at 07:12:30AM +0200, Stefan Roese wrote: Yes, there have been issues with the old autocalibration code on some boards. That's one reason that AMCC provided a new version just a few weeks ago: Thanks Stefan, I've