platform/kernel/u-boot.git
17 years agoUse -g instead of -gstabs in AFLAGS_DEBUG
Wolfgang Denk [Tue, 24 Oct 2006 11:57:33 +0000 (13:57 +0200)]
Use -g instead of -gstabs in AFLAGS_DEBUG
Patch by Haavard Skinnemoen, 30 Aug 2006

In config.mk, -Wa,-gstabs is unconditionally appended to AFLAGS no
matter what the target's preferred debugging format is. This patch
simply replaces -gstabs with -g, so that the default debugging format
for the architecture is used.

17 years agoFix/workaround broken dependency handling with make 3.81
Wolfgang Denk [Tue, 24 Oct 2006 11:55:18 +0000 (13:55 +0200)]
Fix/workaround broken dependency handling with make 3.81
Based on patch by Haavard Skinnemoen, 29 Aug 2006 11:20:39 +0200

17 years agoFix sequoia separate object direcory building problems.
Marian Balakowicz [Mon, 23 Oct 2006 20:17:05 +0000 (22:17 +0200)]
Fix sequoia separate object direcory building problems.

17 years agoMerge branch 'i2c'
Jon Loeliger [Fri, 20 Oct 2006 22:16:50 +0000 (17:16 -0500)]
Merge branch 'i2c'

17 years agoUse generic I2C register block on 85xx and 86xx.
Jon Loeliger [Fri, 20 Oct 2006 22:16:35 +0000 (17:16 -0500)]
Use generic I2C register block on 85xx and 86xx.

Replace private IMMAP I2C structures with generic reg block
and allow 86xx to have multiple I2C device busses.

Signed-off-by: Jon Loeliger <jdl@freescale.com>
17 years agoMerge with http://www.jdl.com/software/u-boot-86xx.git
Wolfgang Denk [Fri, 20 Oct 2006 21:52:58 +0000 (23:52 +0200)]
Merge ... www.jdl.com/software/u-boot-86xx.git

17 years agoMerge with /home/wd/git/u-boot/master
Wolfgang Denk [Fri, 20 Oct 2006 21:04:42 +0000 (23:04 +0200)]
Merge with /home/wd/git/u-boot/master

17 years agoMerge branch 'i2c'
Jon Loeliger [Fri, 20 Oct 2006 20:54:48 +0000 (15:54 -0500)]
Merge branch 'i2c'

17 years agoFix compilation warnings on a few 85xx boards.
Jon Loeliger [Fri, 20 Oct 2006 20:54:34 +0000 (15:54 -0500)]
Fix compilation warnings on a few 85xx boards.

Signed-off-by: Jon Loeliger <jdl@freescale.com>
17 years agoConverted all 85xx boards to use a common FSL I2C driver.
Jon Loeliger [Fri, 20 Oct 2006 20:50:15 +0000 (15:50 -0500)]
Converted all 85xx boards to use a common FSL I2C driver.
Introduced COFIG_FSL_I2C to select the common FSL I2C driver.
And removed hard i2c path from a few u-boot.lds scipts too.
Minor whitespace cleanups along the way.

Signed-off-by: Jon Loeliger <jdl@freescale.com>
17 years agoCleanup compile warnings. Prepare for release 1.1.5
Wolfgang Denk [Fri, 20 Oct 2006 15:54:33 +0000 (17:54 +0200)]
Cleanup compile warnings. Prepare for release 1.1.5

17 years agoFix compile problem in include/configs/ep82xxm.h
Wolfgang Denk [Fri, 20 Oct 2006 14:12:14 +0000 (16:12 +0200)]
Fix compile problem in include/configs/ep82xxm.h
(must have never been tested before!)

17 years agoMCC200: Fix uninitialized variable problem in LCD driver
Wolfgang Denk [Fri, 20 Oct 2006 13:51:21 +0000 (15:51 +0200)]
MCC200: Fix uninitialized variable problem in LCD driver

17 years agoUpdate CHANGELOG
Stefan Roese [Fri, 20 Oct 2006 13:18:51 +0000 (15:18 +0200)]
Update CHANGELOG

17 years agoAdd board/cpu specific NAND chip select function to 440 NDFC
Stefan Roese [Fri, 20 Oct 2006 12:28:52 +0000 (14:28 +0200)]
Add board/cpu specific NAND chip select function to 440 NDFC
Based on idea and implementation from Jeff Mann
Patch by Stefan Roese, 20 Oct 2006

17 years agoCoding style cleanup
Wolfgang Denk [Fri, 20 Oct 2006 10:02:59 +0000 (12:02 +0200)]
Coding style cleanup

17 years agoMerge with /home/sr/git/u-boot/440epx-boot-msg
Wolfgang Denk [Fri, 20 Oct 2006 10:02:47 +0000 (12:02 +0200)]
Merge with /home/sr/git/u-boot/440epx-boot-msg

17 years agoMerge branch 'master' of http://www.denx.de/git/u-boot
Jon Loeliger [Thu, 19 Oct 2006 17:03:44 +0000 (12:03 -0500)]
Merge branch 'master' of www.denx.de/git/u-boot

17 years agoRewrite a series of goto statements as a sequences of
Jon Loeliger [Thu, 19 Oct 2006 17:02:24 +0000 (12:02 -0500)]
Rewrite a series of goto statements as a sequences of
conditional expressions instead.

Use consistent return code 0/-1 for good/bad indicators.

Include one fewer file if the driver isn't used at all.

Signed-off-by: Jon Loeliger <jdl@freescale.com>
17 years agoMoved i2c driver out of cpu/mpc86xx/i2c.c into drivers/fsl_i2c.c
Jon Loeliger [Thu, 19 Oct 2006 16:02:16 +0000 (11:02 -0500)]
Moved i2c driver out of cpu/mpc86xx/i2c.c into drivers/fsl_i2c.c

in an effort to begin to unify the umpteen FSL I2C drivers that
are all otherwise very similar.

Signed-off-by: Jon Loeliger <jdl@freescale.com>
17 years ago* Fix a bunch of compiler warnings for gcc 4.0
Jon Loeliger [Thu, 19 Oct 2006 16:33:52 +0000 (11:33 -0500)]
* Fix a bunch of compiler warnings for gcc 4.0

Signed-off-by: Matthew McClintock <msm@freescale.com>
17 years agoCoding Style cleanup.
Wolfgang Denk [Wed, 18 Oct 2006 20:44:38 +0000 (22:44 +0200)]
Coding Style cleanup.

17 years agoUpdate CHANGELOG
Wolfgang Denk [Wed, 18 Oct 2006 20:31:08 +0000 (22:31 +0200)]
Update CHANGELOG

17 years agoMerge with /home/tur/proj/051_uboot_linux_v38b/u-boot
Wolfgang Denk [Wed, 18 Oct 2006 20:27:57 +0000 (22:27 +0200)]
Merge ... /home/tur/proj/051_uboot_linux_v38b/u-boot

17 years agoMake 4xx bootup message shorter on 440EPx/GRx platforms
Stefan Roese [Wed, 18 Oct 2006 13:59:35 +0000 (15:59 +0200)]
Make 4xx bootup message shorter on 440EPx/GRx platforms
Patch by Stefan Roese, 18 Oct 2006

17 years agoAdd monitor functions for indirect access to PPC440 DCR's
Stefan Roese [Tue, 17 Oct 2006 04:14:31 +0000 (06:14 +0200)]
Add monitor functions for indirect access to PPC440 DCR's
Patch by Leonid Baryudin, 12 Oct 2006

17 years agoFixed leading whitespace issues.
Jon Loeliger [Fri, 13 Oct 2006 21:47:53 +0000 (16:47 -0500)]
Fixed leading whitespace issues.
Removed spurious LAWAR thing.

Signed-off-by: Jon Loeliger <jdl@freescale.com>
17 years agoPreliminary patch adding support for the MarelV38B board.
Bartlomiej Sieka [Fri, 13 Oct 2006 19:09:09 +0000 (21:09 +0200)]
Preliminary patch adding support for the MarelV38B board.

17 years ago* PPC405EP: Add support for board configuration of CPC0_PCI register
Stefan Roese [Thu, 12 Oct 2006 17:50:17 +0000 (19:50 +0200)]
* PPC405EP: Add support for board configuration of CPC0_PCI register
  This is needed to be able to configure PerWE*/PCI_INT* pin as PerWE*
Patch by Tolunay Orkun, 07 Apr 2006

17 years ago* PPC405EP: Add CFG_GPIO0_OR, CFG_GPIO0_ODR to setup GPIO completely.
Stefan Roese [Thu, 12 Oct 2006 17:43:29 +0000 (19:43 +0200)]
* PPC405EP: Add CFG_GPIO0_OR, CFG_GPIO0_ODR to setup GPIO completely.
  - Add configuration of Open Drain GPIO Output selection
  - Add configuration of initial value of GPIO output pins
Patch by Tolunay Orkun, 07 Apr 2006

17 years agoMerge branch 'master' of http://www.denx.de/git/u-boot
Jon Loeliger [Thu, 12 Oct 2006 16:29:33 +0000 (11:29 -0500)]
Merge branch 'master' of www.denx.de/git/u-boot

17 years agoRemove unneeded include files and local variable.
Jon Loeliger [Thu, 12 Oct 2006 15:42:36 +0000 (10:42 -0500)]
Remove unneeded include files and local variable.

Signed-off-by: Jon Loeliger <jdl@freescale.com>
17 years agoFix possible uninitialized variable compiler warning.
Grant Likely [Tue, 10 Oct 2006 06:23:32 +0000 (00:23 -0600)]
Fix possible uninitialized variable compiler warning.

When CONFIG_OF_FLAG_TREE is set, the compiler complains that 'len' in
do_bootm_linux() may be uninitialized.  There is no possibility in the
current code that len will get used uninitialized, but this fix follows
the existing convention of setting both len and data to zero at the same
time.

Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
17 years agoFix spelling; minor code cleanup.
Wolfgang Denk [Thu, 12 Oct 2006 09:43:47 +0000 (11:43 +0200)]
Fix spelling; minor code cleanup.

17 years agoFix JFFS2 compilation problem
Stefan Roese [Thu, 12 Oct 2006 05:04:24 +0000 (07:04 +0200)]
Fix JFFS2 compilation problem
Patch by Stefan Roese, 12 Oct 2006

17 years agoMerge with /home/wd/git/u-boot/master
Wolfgang Denk [Wed, 11 Oct 2006 23:26:20 +0000 (01:26 +0200)]
Merge with /home/wd/git/u-boot/master

17 years agoMerge with /home/wd/git/u-boot/master
Wolfgang Denk [Wed, 11 Oct 2006 22:02:04 +0000 (00:02 +0200)]
Merge with /home/wd/git/u-boot/master

17 years agoMinor code cleanup.
Wolfgang Denk [Wed, 11 Oct 2006 22:01:08 +0000 (00:01 +0200)]
Minor code cleanup.

17 years agoMerge with http://opensource.freescale.com/pub/scm/u-boot-85xx.git#for_wd
Wolfgang Denk [Wed, 11 Oct 2006 21:54:37 +0000 (23:54 +0200)]
Merge ... opensource.freescale.com/u-boot-85xx.git#for_wd

17 years ago* Fix a bunch of compiler warnings for gcc 4.0
Matthew McClintock [Wed, 11 Oct 2006 20:13:01 +0000 (15:13 -0500)]
* Fix a bunch of compiler warnings for gcc 4.0

Signed-off-by: Matthew McClintock <msm@freescale.com>
17 years agoMerge branch 'master' of http://www.denx.de/git/u-boot
Jon Loeliger [Wed, 11 Oct 2006 15:16:01 +0000 (10:16 -0500)]
Merge branch 'master' of www.denx.de/git/u-boot

17 years agoMove "ar" flags to config.mk to allow for silent "make -s"
Jon Loeliger [Wed, 11 Oct 2006 15:10:43 +0000 (10:10 -0500)]
Move "ar" flags to config.mk to allow for silent "make -s"

17 years agoCleanup of NAND update patch (remove changelog from cmd_nand.c)
Stefan Roese [Wed, 11 Oct 2006 14:57:01 +0000 (16:57 +0200)]
Cleanup of NAND update patch (remove changelog from cmd_nand.c)
Patch by Guido Classen, 10 Oct 2006

17 years agoMerge with /home/wd/git/u-boot/master
Wolfgang Denk [Wed, 11 Oct 2006 12:15:21 +0000 (14:15 +0200)]
Merge with /home/wd/git/u-boot/master

17 years agoMerge branch 'master' of http://www.denx.de/git/u-boot
Jon Loeliger [Tue, 10 Oct 2006 22:21:42 +0000 (17:21 -0500)]
Merge branch 'master' of www.denx.de/git/u-boot

17 years agoCoding style changes to remove local varible blocks
Jon Loeliger [Tue, 10 Oct 2006 22:19:03 +0000 (17:19 -0500)]
Coding style changes to remove local varible blocks
and reformat a bit nicer.

17 years agoFix whitespace issues.
Jon Loeliger [Tue, 10 Oct 2006 22:16:04 +0000 (17:16 -0500)]
Fix whitespace issues.

17 years agoFix whitespace issues.
Jon Loeliger [Tue, 10 Oct 2006 22:14:45 +0000 (17:14 -0500)]
Fix whitespace issues.

17 years agoFix whitespace issues.
Jon Loeliger [Tue, 10 Oct 2006 22:06:53 +0000 (17:06 -0500)]
Fix whitespace issues.

17 years agoRan lindent and cleaned up whitespace issues.
Jon Loeliger [Tue, 10 Oct 2006 22:03:43 +0000 (17:03 -0500)]
Ran lindent and cleaned up whitespace issues.
Format for 80-columns too.

17 years agoFix whitespace and 80-col issues.
Jon Loeliger [Tue, 10 Oct 2006 22:02:22 +0000 (17:02 -0500)]
Fix whitespace and 80-col issues.

17 years ago* Several improvements to the new NAND subsystem:
Stefan Roese [Tue, 10 Oct 2006 10:36:02 +0000 (12:36 +0200)]
* Several improvements to the new NAND subsystem:
  - JFFS2 related commands implemented in mtd-utils style
  - Support for bad blocks
  - Bad block testing commands
  - NAND lock commands
  Please take a look at doc/README.nand for more details
  Patch by Guido Classen, 10 Oct 2006

17 years agoMerge with /home/sr/git/u-boot/avr32
Wolfgang Denk [Mon, 9 Oct 2006 11:32:53 +0000 (13:32 +0200)]
Merge with /home/sr/git/u-boot/avr32

17 years agoDefine IH_CPU_AVR32
Stefan Roese [Mon, 9 Oct 2006 10:55:38 +0000 (12:55 +0200)]
Define IH_CPU_AVR32
Make it possible to generate AVR32 uImage files with mkimage and
make cmd_bootm recognize them.
Patch by Haavard Skinnemoen, 22 Sep 2006

17 years agoFix buffer overflow problem in ft_build.c
Wolfgang Denk [Mon, 9 Oct 2006 10:50:41 +0000 (12:50 +0200)]
Fix buffer overflow problem in ft_build.c
Patch by Fredrik Roubert, 09 Oct 2006

17 years agoMake bootp implementation RFC3046 compliant
Wolfgang Denk [Sun, 8 Oct 2006 23:26:14 +0000 (01:26 +0200)]
Make bootp implementation RFC3046 compliant
Patch by Joakim Larsson, 27 Jun 2006

17 years agoTQM5200: perform POST memory test only on STK52xx carrier board.
Wolfgang Denk [Sun, 8 Oct 2006 23:07:53 +0000 (01:07 +0200)]
TQM5200: perform POST memory test only on STK52xx carrier board.
(and then only if PSC6_3 is read as "1" when booting).
Patch by Martin Krause, 21 Jun 2006

17 years agoMove "ar" flags to config.mk to allow for silent "make -s"
Wolfgang Denk [Sun, 8 Oct 2006 23:02:05 +0000 (01:02 +0200)]
Move "ar" flags to config.mk to allow for silent "make -s"
Based on patch by Mike Frysinger, 20 Jun 2006

17 years agoAdd missing files for EP82xxM boards
Wolfgang Denk [Sun, 8 Oct 2006 22:48:57 +0000 (00:48 +0200)]
Add missing files for EP82xxM boards
Patch by Aaron Sells, 20 Jun 2006

17 years agoCoding style cleanup
Wolfgang Denk [Sun, 8 Oct 2006 22:42:01 +0000 (00:42 +0200)]
Coding style cleanup

17 years agoAdd support for EP82xxM boards
Wolfgang Denk [Sun, 8 Oct 2006 22:35:30 +0000 (00:35 +0200)]
Add support for EP82xxM boards
Patch by Aaron Sells, 20 Jun 2006

17 years agoMerge with git+ssh://fifi/home/wd/git/u-boot/master
Wolfgang Denk [Sun, 8 Oct 2006 20:19:41 +0000 (22:19 +0200)]
Merge ... git+ssh://fifi/home/wd/git/u-boot/master

17 years agoCFG_NAND_QUIET_TEST added to not warn upon missing NAND device
Stefan Roese [Sat, 7 Oct 2006 09:36:51 +0000 (11:36 +0200)]
CFG_NAND_QUIET_TEST added to not warn upon missing NAND device
Patch by Stefan Roese, 07 Oct 2006

17 years agoUpdate ALPR code (NAND support working now)
Stefan Roese [Sat, 7 Oct 2006 09:35:25 +0000 (11:35 +0200)]
Update ALPR code (NAND support working now)
Patch by Stefan Roese, 07 Oct 2006

17 years agoRemove compile warnings in fpga code
Stefan Roese [Sat, 7 Oct 2006 09:33:03 +0000 (11:33 +0200)]
Remove compile warnings in fpga code
Patch by Stefan Roese, 07 Oct 2006

17 years agoAdd CONFIG_BOARD_RESET to configure board specific reset function
Stefan Roese [Sat, 7 Oct 2006 09:30:52 +0000 (11:30 +0200)]
Add CONFIG_BOARD_RESET to configure board specific reset function
Patch by Stefan Roese, 07 Oct 2006

17 years agoMerge with /home/m8/git/u-boot
Wolfgang Denk [Thu, 5 Oct 2006 09:10:17 +0000 (11:10 +0200)]
Merge with /home/m8/git/u-boot

17 years agoFix TLB setup for Ocotea board
Stefan Roese [Wed, 4 Oct 2006 05:12:49 +0000 (07:12 +0200)]
Fix TLB setup for Ocotea board
Patch by Stefan Roese, 30 Sep 2006

17 years agoFix reset problem in sequoia sdram init code
Stefan Roese [Wed, 4 Oct 2006 05:12:27 +0000 (07:12 +0200)]
Fix reset problem in sequoia sdram init code
Patch by Stefan Roese, 23 Sep 2006

17 years agoUpdate for CAM5200 board:
Marian Balakowicz [Tue, 3 Oct 2006 18:28:38 +0000 (20:28 +0200)]
Update for CAM5200 board:
  - Map in a additional chip selects CS4 and CS5.
  - Modify the port configration, configure six UARTs and no PCI,
    ATA and USB.
  - Add custom flash driver to handle specific byte swapping

17 years agoMerge branch 'mpc86xx'
Jon Loeliger [Fri, 29 Sep 2006 14:34:35 +0000 (09:34 -0500)]
Merge branch 'mpc86xx'

17 years agoFix missing tCycle/modfreq calculation.
John Traill [Fri, 29 Sep 2006 07:23:12 +0000 (08:23 +0100)]
Fix missing tCycle/modfreq calculation.

Signed-off-by: John Traill <john.traill@freescale.com>
17 years agoFix comments in include/ppc440.h
Wolfgang Denk [Wed, 20 Sep 2006 21:47:49 +0000 (23:47 +0200)]
Fix comments in include/ppc440.h
Patch by Martin Hicks, 16 Jun 2006

17 years agoMerge branch 'mpc85xx'
Jon Loeliger [Tue, 19 Sep 2006 15:02:20 +0000 (10:02 -0500)]
Merge branch 'mpc85xx'

Conflicts:

drivers/tsec.c

17 years agoUpdated config headers to add default FDT-based booting
Andy Fleming [Wed, 13 Sep 2006 15:33:35 +0000 (10:33 -0500)]
Updated config headers to add default FDT-based booting

17 years agoAdd support for eTSEC 3 & 4 on 8548 CDS
Andy Fleming [Wed, 13 Sep 2006 15:34:18 +0000 (10:34 -0500)]
Add support for eTSEC 3 & 4 on 8548 CDS

* Added support for using eTSEC 3 and eTSEC 4 on the 8548 CDS.
  This will only work on rev 1.3 boards (but doesn't break older boards)
* Cleaned up some comments to reflect the expanded role of tsec
  in other systems

17 years agoAdded code to support 2.6.18 PCI changes in u-boot
Andy Fleming [Wed, 13 Sep 2006 15:33:56 +0000 (10:33 -0500)]
Added code to support 2.6.18 PCI changes in u-boot

* Added code to swizzle the IRQ map for the PCI

17 years agoModified makefile for new build mechanism.
Jon Loeliger [Tue, 19 Sep 2006 14:34:10 +0000 (09:34 -0500)]
Modified makefile for new build mechanism.

Signed-off-by: Jon Loeliger <jdl@freescale.com>
17 years agoMerge branch 'master' of http://www.denx.de/git/u-boot
Jon Loeliger [Tue, 19 Sep 2006 13:51:24 +0000 (08:51 -0500)]
Merge branch 'master' of www.denx.de/git/u-boot

Conflicts:

board/stxxtc/Makefile

17 years agoMerge with /home/stefan/git/u-boot/denx
Stefan Roese [Mon, 18 Sep 2006 08:48:03 +0000 (10:48 +0200)]
Merge with /home/stefan/git/u-boot/denx

17 years agoMerge branch 'mpc86xx'
Jon Loeliger [Thu, 14 Sep 2006 13:41:07 +0000 (08:41 -0500)]
Merge branch 'mpc86xx'

17 years agoHandle 86xx SVR values according to the new Reference Manual.
Jon Loeliger [Thu, 14 Sep 2006 13:40:36 +0000 (08:40 -0500)]
Handle 86xx SVR values according to the new Reference Manual.
Both 8641 and 8641D have SVR == 0x8090, and are distinguished
by the byte in bits 16-23 instead.
Thanks to Jason Jin for noticing.

Signed-off-by: Jon Loeliger <jdl@freescale.com>
17 years agoAdd support for AMCC Rainier PPX440GRx eval board
Stefan Roese [Wed, 13 Sep 2006 11:51:58 +0000 (13:51 +0200)]
Add support for AMCC Rainier PPX440GRx eval board
Patch by Stefan Roese, 13 Sep 2006

17 years agoDisable autoboot abort for FO300 when silent mode is enabled
Wolfgang Denk [Wed, 13 Sep 2006 08:47:05 +0000 (10:47 +0200)]
Disable autoboot abort for FO300 when silent mode is enabled
(according to S1 switch setting).
Patch by Marian Balakowicz, 12 Sep 2006

17 years agoCleanup examples binaries
Wolfgang Denk [Wed, 13 Sep 2006 08:29:32 +0000 (10:29 +0200)]
Cleanup examples binaries

17 years agoMerge with /home/sr/git/u-boot/denx
Wolfgang Denk [Wed, 13 Sep 2006 08:25:40 +0000 (10:25 +0200)]
Merge with /home/sr/git/u-boot/denx

17 years agoFix alignment problem in "mtdparts" command
Wolfgang Denk [Wed, 13 Sep 2006 08:23:06 +0000 (10:23 +0200)]
Fix alignment problem in "mtdparts" command

17 years agoAdd NAND environment support for PPC440EPx Sequoia NAND boot config
Stefan Roese [Tue, 12 Sep 2006 18:19:10 +0000 (20:19 +0200)]
Add NAND environment support for PPC440EPx Sequoia NAND boot config
Patch by Stefan Roese, 12 Sep 2006

17 years agoUpdate NAND boot documentation
Stefan Roese [Tue, 12 Sep 2006 06:49:07 +0000 (08:49 +0200)]
Update NAND boot documentation
Patch by Stefan Roese, 12 Sep 2006

17 years agoMerge with /home/m8/git/u-boot
Wolfgang Denk [Sat, 9 Sep 2006 20:53:06 +0000 (22:53 +0200)]
Merge with /home/m8/git/u-boot

17 years agoAdd documentation on the latest build environment extentions to
Marian Balakowicz [Thu, 7 Sep 2006 15:25:40 +0000 (17:25 +0200)]
Add documentation on the latest build environment extentions to
the README file.

17 years agoFix build problem cpu/ppc4xx/ndfc.c
Stefan Roese [Thu, 7 Sep 2006 11:09:53 +0000 (13:09 +0200)]
Fix build problem cpu/ppc4xx/ndfc.c
Patch by Stefan Roese, 07 Sep 2006

17 years agoFix build problem with CPCI440
Stefan Roese [Thu, 7 Sep 2006 10:48:49 +0000 (12:48 +0200)]
Fix build problem with CPCI440
Patch by Stefan Roese, 07 Sep 2006

17 years agoChange Yellowstone to use CFI write buffer
Stefan Roese [Thu, 7 Sep 2006 10:23:02 +0000 (12:23 +0200)]
Change Yellowstone to use CFI write buffer
Patch by Stefan Roese, 07 Aug 2006

17 years agoRemove dead code (i2o and dma) from cpu/mpc824x/drivers/ directory.
Marian Balakowicz [Thu, 7 Sep 2006 10:12:20 +0000 (12:12 +0200)]
Remove dead code (i2o and dma) from cpu/mpc824x/drivers/ directory.

17 years agoFix LOG_DIR directory creation error.
Marian Balakowicz [Thu, 7 Sep 2006 10:05:53 +0000 (12:05 +0200)]
Fix LOG_DIR directory creation error.
Add support for automatic creation of BUILD_DIR directory.

17 years agoAdd support for AMCC Sequoia PPC440EPx eval board
Stefan Roese [Thu, 7 Sep 2006 09:51:23 +0000 (11:51 +0200)]
Add support for AMCC Sequoia PPC440EPx eval board
- Add support for PPC440EPx & PPC440GRx
- Add support for PPC440EP(x)/GR(x) NAND controller
  in cpu/ppc4xx directory
- Add NAND boot functionality for Sequoia board,
  please see doc/README.nand-boot-ppc440 for details
- This Sequoia NAND image doesn't support environment
  in NAND for now. This will be added in a short while.
Patch by Stefan Roese, 07 Sep 2006

17 years agoFix mkimage -l bug with multifile images on 64bit platforms
Wolfgang Denk [Wed, 6 Sep 2006 21:29:15 +0000 (23:29 +0200)]
Fix mkimage -l bug with multifile images on 64bit platforms
Patch by David Updegraff, 06 Sep 2006

17 years agoFix build problems on sorcery board.
Wolfgang Denk [Mon, 4 Sep 2006 00:01:27 +0000 (02:01 +0200)]
Fix build problems on sorcery board.

17 years agoMerge with /home/m8/git/u-boot
Wolfgang Denk [Sun, 3 Sep 2006 23:03:57 +0000 (01:03 +0200)]
Merge with /home/m8/git/u-boot