Re: [U-Boot-Users] Altera Stratix II

2008-02-25 Thread Jean-Christophe PLAGNIOL-VILLARD
On 08:19 Tue 26 Feb , Markus Brunner wrote: > Hi, > > I've seen some patches for stratix II support on the Mailinglist, but none > ended up in the git repository. > e.g.: > http://article.gmane.org/gmane.comp.boot-loaders.u-boot/28559 > > Where are the problems and what has to be done to br

Re: [U-Boot-Users] [PATCH] MPC5121e ADS PCI support

2008-02-25 Thread Jean-Christophe PLAGNIOL-VILLARD
On 08:02 Tue 26 Feb , Jean-Christophe PLAGNIOL-VILLARD wrote: > On 17:03 Mon 25 Feb , John Rigby wrote: > > Third time's the charm. > > > > Adds PCI support for MPC5121 > > > > Tested with drivers/net/rtl8139.c > > > > This patch is identical to the previous except PCI support is > > now

Re: [U-Boot-Users] [PATCH 4/8] [Makefile] Sort COBJS in lib_ Makefiles

2008-02-25 Thread Jean-Christophe PLAGNIOL-VILLARD
On 18:35 Mon 25 Feb , Marian Balakowicz wrote: > Signed-off-by: Marian Balakowicz <[EMAIL PROTECTED]> > --- > > lib_avr32/Makefile |2 +- > lib_blackfin/Makefile |4 ++-- > lib_i386/Makefile |4 ++-- > lib_m68k/Makefile |2 +- > lib_microblaze/Makefile |

[U-Boot-Users] Altera Stratix II

2008-02-25 Thread Markus Brunner
Hi, I've seen some patches for stratix II support on the Mailinglist, but none ended up in the git repository. e.g.: http://article.gmane.org/gmane.comp.boot-loaders.u-boot/28559 Where are the problems and what has to be done to bring them into u-boot? Regards Markus

Re: [U-Boot-Users] [PATCH] MPC5121e ADS PCI support

2008-02-25 Thread Jean-Christophe PLAGNIOL-VILLARD
On 17:03 Mon 25 Feb , John Rigby wrote: > Third time's the charm. > > Adds PCI support for MPC5121 > > Tested with drivers/net/rtl8139.c > > This patch is identical to the previous except PCI support is > now conditonal since pci on old silicon (most silicon currently in field) > does not wo

Re: [U-Boot-Users] [PATCH 0/8] [new uImage] patchset5: Dual format uImage handling framework

2008-02-25 Thread Kumar Gala
On Feb 25, 2008, at 11:34 AM, Marian Balakowicz wrote: > This patch series adds initial framework for dual format uImage > support to > U-boot. Booting control flow is reworked and is now able to > recognize both > formats: legacy format based on a binary image_header stucture and > new FIT

[U-Boot-Users] update new-image branch of u-boot-testing

2008-02-25 Thread Kumar Gala
Can we get 1.3.2-rc2 pulled into the 'new-image' branch of u-boot- testing. thanks - k - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120

Re: [U-Boot-Users] [PATCH v2] [new uImage] ppc: Re-order ramdisk/fdt handling sequence

2008-02-25 Thread Kumar Gala
On Feb 22, 2008, at 11:08 AM, Marian Balakowicz wrote: > Jerry Van Baren wrote: >> Marian Balakowicz wrote: >>> Kumar Gala wrote: On Feb 18, 2008, at 1:46 PM, Jerry Van Baren wrote: > Kumar Gala wrote: >> On Feb 18, 2008, at 1:15 PM, Jerry Van Baren wrote: >>> Kumar Gala wro

Re: [U-Boot-Users] [PATCH] [new uImage] rework error handling so common functions don't reset

2008-02-25 Thread Kumar Gala
On Feb 22, 2008, at 8:36 AM, Bartlomiej Sieka wrote: > Wolfgang Denk wrote: >> Dear Kumar, >> in message > [EMAIL PROTECTED]> you wrote: >>> Changed image_get_ramdisk() to just return NULL on error and have >>> get_ramdisk() propogate that error to the caller. It's left to the >>> caller to call

Re: [U-Boot-Users] [PATCH v2] [new uImage] ppc: Re-order ramdisk/fdt handling sequence

2008-02-25 Thread Kumar Gala
On Feb 22, 2008, at 8:36 AM, Bartlomiej Sieka wrote: > Jerry Van Baren wrote: >> Wolfgang Denk wrote: >>> In message <8B11A571-3BC2-42BD-9B66- >>> [EMAIL PROTECTED]> you wrote: And the whole point of my patch was to enable the ability to dynamically grow the blob before we do anythi

[U-Boot-Users] Problems with new ethernet init on mpc8360

2008-02-25 Thread Jerry Van Baren
Hi Kim, I have a mpc8360emds eval board. The ee62ed patch (below) speeds up the start up (good), but seems to cause the board to hang on the *second* ethernet operation. I can cause this by doing two pings in a row: the first ping initializes the network and completes successfully. The secon

Re: [U-Boot-Users] [PATCH] Add support for Generic PHY in macb

2008-02-25 Thread Ben Warren
Michael Trimarchi wrote: > Hi, > - Messaggio originale - > >> Da: Haavard Skinnemoen <[EMAIL PROTECTED]> >> A: Michael Trimarchi <[EMAIL PROTECTED]> >> Cc: Michael Schwingen <[EMAIL PROTECTED]>; u-boot-users@lists.sourceforge.net >> Inviato: Venerdì 22 febbraio 2008, 17:08:56 >> Oggetto:

Re: [U-Boot-Users] [PATCH] Add support for Generic PHY in macb

2008-02-25 Thread Ben Warren
Haavard Skinnemoen wrote: > On Fri, 22 Feb 2008 16:05:34 +0100 > Michael Schwingen <[EMAIL PROTECTED]> wrote: > > >> Haavard Skinnemoen wrote: >> >>> All MII-capable PHYs should have a working PHYSID1 register. If it >>> doesn't, something is broken. >>> >>> >> It depends - I am n

Re: [U-Boot-Users] [PATCH] MPC5121e ADS PCI support

2008-02-25 Thread John Rigby
Ignore the second patch it is the same as the first. Sorry about that. - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/

[U-Boot-Users] [PATCH] MPC5121e ADS PCI support

2008-02-25 Thread John Rigby
Third time's the charm. Adds PCI support for MPC5121 Tested with drivers/net/rtl8139.c This patch is identical to the previous except PCI support is now conditonal since pci on old silicon (most silicon currently in field) does not work. ads5121_PCI_config turns on PCI Signed-off-by: John Rigb

[U-Boot-Users] [PATCH] MPC5121e ADS PCI support

2008-02-25 Thread John Rigby
Adds PCI support for MPC5121 Tested with drivers/net/rtl8139.c This patch is identical to the previous except PCI support is now conditonal since pci on old silicon (most silicon currently in field) does not work. ads5121_PCI_config turns on PCI Signed-off-by: John Rigby <[EMAIL PROTECTED]> ---

[U-Boot-Users] [PATCH] Fix warnings while compilation of post/drivers/memory.c

2008-02-25 Thread Anatolij Gustschin
Fix warnings while compilation with new gcc in eldk-4.2 Signed-off-by: Anatolij Gustschin <[EMAIL PROTECTED]> --- post/drivers/memory.c |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/post/drivers/memory.c b/post/drivers/memory.c index fbc349a..fb96985 100644 --- a/p

[U-Boot-Users] [PATCH] MPC5121e ADS PCI support

2008-02-25 Thread John Rigby
Adds PCI support for MPC5121 to u-boot 1.3.2rc1 Tested with drivers/net/rtl8139.c It also works with linux kernel but not completely tested because pci interrupts on my board are not quite working. Signed-off-by: John Rigby <[EMAIL PROTECTED]> --- board/ads5121/Makefile|2 +- board/a

Re: [U-Boot-Users] U-Boot v1.3.2-rc2 released

2008-02-25 Thread Jon Loeliger
On Sun, 2008-02-24 at 09:24, Wolfgang Denk wrote: > MPC8610HPCD: > net.c: In function 'PingHandler': > net.c:770: warning: passing argument 1 of 'NetReadIP' discards > qualifiers from pointer target type > net.c: In function 'NetSetIP': > net.c:1694: warning: passing argum

[U-Boot-Users] [PATCH] 86xx: Fix renamed GUR symbols in sbc8641d board.

2008-02-25 Thread Jon Loeliger
Back in commit a551cee99ad1d1da20fd23ad265de47448852f56 (86xx: Fix GUR PCI config registers properly), we should have changed the MPC86xx_PORBMSR_HA and MPC86xx_PORDEVSR_IO_SEL symbols in the sbc8641d board as well. Fix this oversight. Signed-off-by: Jon Loeliger <[EMAIL PROTECTED]> --- Wolfgang

[U-Boot-Users] Contribution: EHCI USB HC driver

2008-02-25 Thread Marcel Moolenaar
All,Juniper Networks wrote a driver for the EHCI UCB HC and I'd like tocontribute that back if there's interest. Besides a new piece of code,this also changes some of the common USB code so that high-speeddevices and split-transactions are supported.At this time the EHCI driver is exclusive in that

[U-Boot-Users] [PATCH] ppc4xx: Fix problem in 4xx_enet.c driver

2008-02-25 Thread Anatolij Gustschin
U-Boot crashes in the net loop if CONFIG_4xx_DCACHE is enabled. To reproduce the problem ensure that 'ethrotate' environment variable isn't set to "no" and then run "tftp 20 not_existent_file". This patch tries to fix the issue. Signed-off-by: Anatolij Gustschin <[EMAIL PROTECTED]> --- cpu/pp

[U-Boot-Users] [PATCH] POST: Disable cache while SPR POST

2008-02-25 Thread Anatolij Gustschin
Currently (since commit b2e2142c) u-boot crashes on sequoia board while SPR test if CONFIG_4xx_DCACHE is enabled. This patch disables the cache while SPR test. Signed-off-by: Anatolij Gustschin <[EMAIL PROTECTED]> --- post/cpu/ppc4xx/spr.c | 14 ++ 1 files changed, 14 insertions(+),

[U-Boot-Users] [PATCH 2/3 resubmit] ppc4xx: Add 405GPr based MCU25 board config file

2008-02-25 Thread Niklaus Giger
Signed-off-by: Niklaus Giger <[EMAIL PROTECTED]> --- include/configs/mcu25.h | 362 +++ 1 files changed, 362 insertions(+), 0 deletions(-) create mode 100644 include/configs/mcu25.h diff --git a/include/configs/mcu25.h b/include/configs/mcu25.h new f

[U-Boot-Users] [PATCH 3/3 resubmit] ppc4xx: Add 405GPr based MCU25 board specific files

2008-02-25 Thread Niklaus Giger
Signed-off-by: Niklaus Giger <[EMAIL PROTECTED]> --- board/netstal/mcu25/Makefile | 51 + board/netstal/mcu25/README.txt | 60 +++ board/netstal/mcu25/config.mk | 29 ++ board/netstal/mcu25/mcu25.c| 218 board/netstal/mcu2

[U-Boot-Users] [PATCH 1/3 resubmit] ppc4xx: Add 405GPr based MCU25 board. Global files

2008-02-25 Thread Niklaus Giger
Signed-off-by: Niklaus Giger <[EMAIL PROTECTED]> --- MAINTAINERS |1 + MAKEALL |1 + Makefile|4 3 files changed, 6 insertions(+), 0 deletions(-) mode change 100755 => 100644 MAKEALL diff --git a/MAINTAINERS b/MAINTAINERS index 273bfac..a666705 100644 --- a/MAINTAINERS

[U-Boot-Users] [PATCH 8/8] [new uImage] Correct raw FDT blob handlig when CONFIG_FIT is disabled

2008-02-25 Thread Marian Balakowicz
Dual format image code must properly handle all three FDT passing methods: - raw FDT blob passed - FDT blob embedded in the legacy uImage - FDT blob embedded in the new uImage This patch enables proper raw FDT handling when no FIT imaeg support is compiled in. This is a bit tricky as we must decte

[U-Boot-Users] [PATCH 7/8] [new uImage] POWERPC: Add image_get_fdt() routine

2008-02-25 Thread Marian Balakowicz
FDT blob may be passed either: (1) raw (2) or embedded in the legacy uImage (3) or embedded in the new uImage. For the (2) case embedding image must be verified before we get FDT from it. This patch factors out legacy image specific verification routine to the separate helper routine. Signed-off-b

[U-Boot-Users] [PATCH 6/8] [new uImage] Add image_get_kernel() routine

2008-02-25 Thread Marian Balakowicz
Legacy image specific verification is factored out to a separate helper routine to keep get_kernel() generic and simple. Signed-off-by: Marian Balakowicz <[EMAIL PROTECTED]> --- common/cmd_bootm.c | 86 1 files changed, 53 insertions(+), 33

[U-Boot-Users] [PATCH 5/8] [new uImage] Move image verify flag to bootm_headers structure

2008-02-25 Thread Marian Balakowicz
Do not pass image verification flag directly to related routines. Simplify argument passing and move it to the bootm_header structure which contains curently processed image specific data and is already being passed on the argument list. Signed-off-by: Marian Balakowicz <[EMAIL PROTECTED]> --- c

[U-Boot-Users] [PATCH 4/8] [Makefile] Sort COBJS in lib_ Makefiles

2008-02-25 Thread Marian Balakowicz
Signed-off-by: Marian Balakowicz <[EMAIL PROTECTED]> --- lib_avr32/Makefile |2 +- lib_blackfin/Makefile |4 ++-- lib_i386/Makefile |4 ++-- lib_m68k/Makefile |2 +- lib_microblaze/Makefile |2 +- lib_mips/Makefile |2 +- lib_nios/Makefile |

[U-Boot-Users] [PATCH 3/8] [new uImage] Optimize gen_get_image() flow control

2008-02-25 Thread Marian Balakowicz
When CONFIG_HAS_DATAFLASH is not defined gen_get_image() routine has nothing to do, update its control flow to better reflect that simple case. Signed-off-by: Marian Balakowicz <[EMAIL PROTECTED]> --- common/image.c | 64 +--- 1 files changed

[U-Boot-Users] [PATCH 2/8] [new uImage] POWERPC: Split get_fdt() into get and relocate routines

2008-02-25 Thread Marian Balakowicz
PPC specific FDT blob handling code is divided into two separate routines: get_fdt() - find and verify a FDT blob (either raw or image embedded) fdt_relocate() - move FDT blob to within BOOTMAP if needed Signed-off-by: Marian Balakowicz <[EMAIL PROTECTED]> --- lib_ppc/bootm.c | 61

[U-Boot-Users] [PATCH 0/8] [new uImage] patchset5: Dual format uImage handling framework

2008-02-25 Thread Marian Balakowicz
This patch series adds initial framework for dual format uImage support to U-boot. Booting control flow is reworked and is now able to recognize both formats: legacy format based on a binary image_header stucture and new FIT uImage format based on a libfdt. Legacy specific code is adapted a bit and

Re: [U-Boot-Users] Problem with PXA PCMCIA & (IDE) CF

2008-02-25 Thread michael
Hi, Rodolfo Giometti wrote: > ide_outb (dev= 2, port= 0x1f3, val= 0x00) : @ 0x21f3 > ide_outb (dev= 2, port= 0x1f4, val= 0x00) : @ 0x21f4 > ide_outb (dev= 2, port= 0x1f5, val= 0x00) : @ 0x21f5 > ide_outb (dev= 2, port= 0x1f6, val= 0xe0) : @ 0x21f6 > ide_outb (dev= 2, port= 0x1f7, va

[U-Boot-Users] Problem with PXA PCMCIA & (IDE) CF

2008-02-25 Thread Rodolfo Giometti
Hello, on my custom board I have 2 PCMCIA slots. After pcmcia init I get: equantum> pinit on Fixed Disk Card IDE interface [silicon] [single] [sleep] [standby] [idle] [low power] but when I do "ide reset" I get: Device 2: ide_outb (dev= 2, port= 0x1f6, v

[U-Boot-Users] [PATCH] TQM5200: use automatic fdt memory fixup

2008-02-25 Thread Martin Krause
Call fdt_fixup_memory() on the boards TQM5200, TQM5200_B, TQM5200S, TB5200 and TB5200_B to fixup the /memory node with the memory values detected by U-Boot. Signed-off-by: Martin Krause <[EMAIL PROTECTED]> --- I forgot to include the header file. Please ignore the first version of the patch. Not m

[U-Boot-Users] mpc83xx and multiple flash banks.

2008-02-25 Thread Richard Parsons
Hi All, I am really almost at the end of my tether regarding a mpc8323 PPC chip and chip selects. I have 4 flash banks on the board (all identical strataflash on CS0->CS3) on boot the registers are configured. If I set flash banks to 4 (include/configs/MPC8323XEMDS.H if I remember) uboot then ide

Re: [U-Boot-Users] [PATCH] cpu/mpc8260/: ported new fdt code from cpu/mpc83xx/

2008-02-25 Thread Scott Wood
On Mon, Feb 25, 2008 at 10:03:38AM -0600, Scott Wood wrote: > On Mon, Feb 25, 2008 at 02:40:56PM +0300, Nikita V. Youshchenko wrote: > > commit 0e6e4bbe5be1ef7f601abe7eddbe44b56fd5e43a > > Author: Nikita Youshchenko <[EMAIL PROTECTED]> > > Date: Mon Feb 25 11:27:06 2008 + > > > > cpu/mpc

Re: [U-Boot-Users] [PATCH] cpu/mpc8260/: ported new fdt code from cpu/mpc83xx/

2008-02-25 Thread Scott Wood
On Mon, Feb 25, 2008 at 02:40:56PM +0300, Nikita V. Youshchenko wrote: > commit 0e6e4bbe5be1ef7f601abe7eddbe44b56fd5e43a > Author: Nikita Youshchenko <[EMAIL PROTECTED]> > Date: Mon Feb 25 11:27:06 2008 + > > cpu/mpc8260/: ported new fdt code from cpu/mpc83xx/ > > This patch spl

[U-Boot-Users] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git

2008-02-25 Thread Stefan Roese
The following changes since commit b29661fc115106454288051bc9a488351ce8: Wolfgang Denk (1): Coding style cleanup. Prepare v1.3.2-rc2 release candidate are available in the git repository at: git://www.denx.de/git/u-boot-ppc4xx.git master Stefan Roese (1): ppc4xx: Fix acadia

Re: [U-Boot-Users] [PATCH] cpu/mpc8260/: ported new fdt code from cpu/mpc83xx/

2008-02-25 Thread Nikita V. Youshchenko
This is an updated version, that actually works. commit 817027b43687a34d0c8e9880fcdea40a424ceb8d Author: Nikita Youshchenko <[EMAIL PROTECTED]> Date: Mon Feb 25 11:27:06 2008 + cpu/mpc8260/: ported new fdt code from cpu/mpc83xx/ This patch: - splits mpc8260 fdt fixup code i

[U-Boot-Users] Pull request:[ARM]

2008-02-25 Thread Peter Pearse
Wolfgang Please pull from the merge branch at git://denx.de/git/u-boot-arm.git master --- The following changes since commit b29661fc115106454288051bc9a488351ce8: Wolfgang Denk (1): Coding style cleanup. Prepare v1.3.2-rc2 release candidate are available in the git repository at:

[U-Boot-Users] [PATCH] TQM5200: use automatic fdt memory fixup

2008-02-25 Thread Martin Krause
Call fdt_fixup_memory() on the boards TQM5200, TQM5200_B, TQM5200S, TB5200 and TB5200_B to fixup the /memory node with the memory values detected by U-Boot. Signed-off-by: Martin Krause <[EMAIL PROTECTED]> -- I consider this patch as bugfix, since linux 2.6 will not boot on boards with less SDRAM

Re: [U-Boot-Users] [PATCH v2] PPC440EPx: Reconfigure PLL for 667MHz processor

2008-02-25 Thread Stefan Roese
Mike, On Wednesday 20 February 2008, Mike Nuss wrote: > > don't you think this is a little bit to shortsighted? > > There are many other parameters beyond the CPU clock that could be > > modified in such a way. We have some code in the PMC440 board > > code that sets up the PCI sync clock dynamica

Re: [U-Boot-Users] U-boot Bus Fault Error while accessing NOR flash

2008-02-25 Thread Stefan Roese
Hi Nikhil, On Wednesday 20 February 2008, Nikhil Gautam wrote: > Below is the most of my init.S file. You are correct about the > faulting location. But I can see in the init.S file that this address > location is defined as "AC_R|AC_W|AC_X|SA_G" so I think I should be > able to at least read it.

[U-Boot-Users] [PATCH] TQM5200: fix bug in SDRAM initialization code

2008-02-25 Thread Martin Krause
This patch fixes a bug in the SDRAM initialization code for the TQM5200. The hi_addr bit is now set correctly. Without this patch the hi_addr bit is always set to 1, if the second SDRAM bank is not populated. For other MPC5200 boards a correspondig patch has already been applied some time ago, see

[U-Boot-Users] [PATCH] TQM5200: fix bug in SDRAM initialization code

2008-02-25 Thread Martin Krause
This patch fixes a bug in the SDRAM initialization code for the TQM5200. The hi_addr bit is now set correctly. Without this patch the hi_addr bit is always set to 1, if the second flash bank is not populated. For other MPC5200 boards a correspondig patch has already been applied some time ago, see

[U-Boot-Users] [PATCH] cpu/mpc8260/: ported new fdt code from cpu/mpc83xx/

2008-02-25 Thread Nikita V. Youshchenko
commit 0e6e4bbe5be1ef7f601abe7eddbe44b56fd5e43a Author: Nikita Youshchenko <[EMAIL PROTECTED]> Date: Mon Feb 25 11:27:06 2008 + cpu/mpc8260/: ported new fdt code from cpu/mpc83xx/ This patch splits mpc8260 fdt fixup code into individual file, fdt.c, and updates it up to what

[U-Boot-Users] [PATCH/review] Blackfin: cleanup and overhaul common board init functions

2008-02-25 Thread Mike Frysinger
Signed-off-by: Mike Frysinger <[EMAIL PROTECTED]> --- lib_blackfin/Makefile |4 +- lib_blackfin/blackfin_board.h | 64 --- lib_blackfin/board.c | 394 +++-- 3 files changed, 226 insertions(+), 236 deletions(-) delete mode 100644 lib_

[U-Boot-Users] [PATCH/review] Blackfin: add error debug to serial driver

2008-02-25 Thread Mike Frysinger
This adds a new CONFIG_DEBUG_SERIAL define so that people can figure out if/when their serial port is hitting errors. Signed-off-by: Mike Frysinger <[EMAIL PROTECTED]> --- cpu/blackfin/serial.c | 57 +--- 1 files changed, 48 insertions(+), 9 deletions

[U-Boot-Users] [PATCH/review] Blackfin: cleanup lib_blackfin/cache.c

2008-02-25 Thread Mike Frysinger
Signed-off-by: Mike Frysinger <[EMAIL PROTECTED]> --- lib_blackfin/cache.c | 35 --- lib_blackfin/cache.h | 35 --- 2 files changed, 8 insertions(+), 62 deletions(-) delete mode 100644 lib_blackfin/cache.h diff --git a/lib_black

[U-Boot-Users] [PATCH/review] Blackfin: add proper ELF markings to some assembly functions

2008-02-25 Thread Mike Frysinger
Signed-off-by: Mike Frysinger <[EMAIL PROTECTED]> --- lib_blackfin/memcmp.S |3 +++ lib_blackfin/memcpy.S |3 +++ lib_blackfin/memmove.S |3 +++ lib_blackfin/memset.S |3 +++ 4 files changed, 12 insertions(+), 0 deletions(-) diff --git a/lib_blackfin/memcmp.S b/lib_blackfin/mem

[U-Boot-Users] [PATCH/review] Blackfin: new cplbinfo command for viewing cplb tables

2008-02-25 Thread Mike Frysinger
Signed-off-by: Mike Frysinger <[EMAIL PROTECTED]> --- common/Makefile |1 + common/cmd_cplbinfo.c | 59 + 2 files changed, 60 insertions(+), 0 deletions(-) create mode 100644 common/cmd_cplbinfo.c diff --git a/common/Makefile b/common/M

[U-Boot-Users] [PATCH/review] Blackfin: BF537-stamp: cleanup spi flash driver

2008-02-25 Thread Mike Frysinger
This punts the old spi flash driver for a new/generalized one. Signed-off-by: Mike Frysinger <[EMAIL PROTECTED]> --- board/bf533-stamp/Makefile |2 +- board/bf533-stamp/spi.c| 474 --- board/bf533-stamp/spi_flash.c |2 + board/bf537-stamp/Makefile |

[U-Boot-Users] [PATCH/review] Blackfin: convert BFIN_CPU to CONFIG_BFIN_CPU

2008-02-25 Thread Mike Frysinger
Stop tying things to the processor that should be tied to other defines and change BFIN_CPU to CONFIG_BFIN_CPU so that it can be used in the build system to select the -mcpu option. Signed-off-by: Mike Frysinger <[EMAIL PROTECTED]> --- blackfin_config.mk |6 +- board/bf533-ez

[U-Boot-Users] [PATCH/review] Blackfin: BF537-stamp: drop board-specific flash driver for CFI

2008-02-25 Thread Mike Frysinger
The parallel flash on the BF537-STAMP is CFI compliant, so there is no need for the board specific driver at all. Just use the common CFI driver. Signed-off-by: Mike Frysinger <[EMAIL PROTECTED]> --- board/bf537-stamp/Makefile|2 +- board/bf537-stamp/flash-defines.h | 123 --

[U-Boot-Users] [PATCH/review] Blackfin: move bootldr command to common code

2008-02-25 Thread Mike Frysinger
This moves the Blackfin-common bootldr command out of the BF537-STAMP specific board directory and into the common directory so that all Blackfin boards may utilize it. Signed-off-by: Mike Frysinger <[EMAIL PROTECTED]> --- board/bf537-stamp/bf537-stamp.c | 45 --- common