]> git.kernelconcepts.de Git - karo-tx-uboot.git/log
karo-tx-uboot.git
17 years agoCleanup compile warnings. Prepare for release 1.1.5 U-Boot-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 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 with /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 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 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 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 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 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 with git+ssh://fifi/home/wd/git/u-boot/master

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 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 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

17 years agoFixed problems on PRS200 board caused by adding splash screen on MCC200
Wolfgang Denk [Sun, 3 Sep 2006 16:17:46 +0000 (18:17 +0200)]
Fixed problems on PRS200 board caused by adding splash screen on MCC200

17 years agoMerge with /home/wd/git/u-boot/master
Wolfgang Denk [Sun, 3 Sep 2006 16:13:21 +0000 (18:13 +0200)]
Merge with /home/wd/git/u-boot/master

17 years agoAdd support for a saving build objects in a separate directory.
Marian Balakowicz [Fri, 1 Sep 2006 17:49:50 +0000 (19:49 +0200)]
Add support for a saving build objects in a separate directory.
Modifications are based on the linux kernel approach and
support two use cases:

  1) Add O= to the make command line
  'make O=/tmp/build all'

  2) Set environement variable BUILD_DIR to point to the desired location
  'export BUILD_DIR=/tmp/build'
  'make'

The second approach can also be used with a MAKEALL script
'export BUILD_DIR=/tmp/build'
'./MAKEALL'

Command line 'O=' setting overrides BUILD_DIR environent variable.

When none of the above methods is used the local build is performed and
the object files are placed in the source directory.

17 years agoRemove the board/netstar/crcit binary from git repository.
Marian Balakowicz [Fri, 1 Sep 2006 17:47:42 +0000 (19:47 +0200)]
Remove the board/netstar/crcit binary from git repository.

17 years agoFix tools/updater build error.
Marian Balakowicz [Fri, 1 Sep 2006 17:46:22 +0000 (19:46 +0200)]
Fix tools/updater build error.

17 years agotools/easylogo/easylogo.c
Marian Balakowicz [Fri, 1 Sep 2006 17:44:05 +0000 (19:44 +0200)]
tools/easylogo/easylogo.c

17 years agoAdded David Updegraff as maintainer of CRAYL1
Detlev Zundel [Fri, 1 Sep 2006 15:33:44 +0000 (17:33 +0200)]
Added David Updegraff as maintainer of CRAYL1

17 years agoAdded changelog entry for previous small commits and extended README on
Detlev Zundel [Fri, 1 Sep 2006 13:39:02 +0000 (15:39 +0200)]
Added changelog entry for previous small commits and extended README on
coding style.

17 years agoAdded another example showing simple interrupt interception.
Detlev Zundel [Fri, 1 Sep 2006 13:02:06 +0000 (15:02 +0200)]
Added another example showing simple interrupt interception.

17 years agoAdded simple_strtoul(), getenv() and setenv() to the exported functions.
Detlev Zundel [Fri, 1 Sep 2006 13:00:02 +0000 (15:00 +0200)]
Added simple_strtoul(), getenv() and setenv() to the exported functions.
Also bumped up ABI version to reflect this change.

17 years agoAdded interrupt handling capabilities for mpc5xxx processors.
Detlev Zundel [Fri, 1 Sep 2006 09:59:23 +0000 (11:59 +0200)]
Added interrupt handling capabilities for mpc5xxx processors.
Also added Linux like BUG() macros.

17 years agoCoding Style cleanup.
Wolfgang Denk [Thu, 31 Aug 2006 14:46:53 +0000 (16:46 +0200)]
Coding Style cleanup.
Patch by Stefano Babic, 31 Aug 2006

17 years agoAdd splashscreen support for MCC200 board.
Wolfgang Denk [Wed, 30 Aug 2006 21:09:00 +0000 (23:09 +0200)]
Add splashscreen support for MCC200 board.

17 years agoMake the serial driver framework work with CONFIG_SERIAL_MULTI enabled
Wolfgang Denk [Wed, 30 Aug 2006 21:02:10 +0000 (23:02 +0200)]
Make the serial driver framework work with CONFIG_SERIAL_MULTI enabled

17 years agoMerge with /home/sr/git/u-boot/denx
Wolfgang Denk [Tue, 29 Aug 2006 12:19:46 +0000 (14:19 +0200)]
Merge with /home/sr/git/u-boot/denx

17 years agoFix typo.
Wolfgang Denk [Tue, 29 Aug 2006 08:49:11 +0000 (10:49 +0200)]
Fix typo.

17 years agoPCIe endpoint support for AMCC Yucca 440SPe board
Stefan Roese [Tue, 29 Aug 2006 06:05:15 +0000 (08:05 +0200)]
PCIe endpoint support for AMCC Yucca 440SPe board
Patch by Tirumala R Marri, 26 Aug 2006

17 years agoImprove DIMM detection for AMCC Yucca 440SPe board
Stefan Roese [Tue, 29 Aug 2006 06:04:32 +0000 (08:04 +0200)]
Improve DIMM detection for AMCC Yucca 440SPe board

Improved the memory DIMM detection for the Yucca 440SPe board for
the case where a memory DIMM is falsely detected as present.

This issue is seen on some AMCC Yucca 440SPe validation boards if
only one 512MB memory DIMM is installed, i.e. DIMM slot 0 is
populated and DIMM slot 1 is empty.  In this case, U-Boot does
not correctly detect that there is only one DIMM memory module
installed and will falsely detect two DIMM memory modules are
present and therefore U-Boot will not calculate the correct amount
of total memory and u-boot will not booting up.

Patch by Adam Graham, 24 Aug 2006

17 years agoCode cleanup
Wolfgang Denk [Sun, 27 Aug 2006 16:10:01 +0000 (18:10 +0200)]
Code cleanup

17 years agoFix typo in MCC200/PRS200 configuration
Wolfgang Denk [Fri, 25 Aug 2006 09:47:06 +0000 (11:47 +0200)]
Fix typo in MCC200/PRS200 configuration

17 years agoUpdate for MCC200 / PRS200 boards:
Wolfgang Denk [Thu, 24 Aug 2006 23:38:04 +0000 (01:38 +0200)]
Update for MCC200 / PRS200 boards:
- auto-adjust console device for Linux.
- fix typos.

17 years agoMerge with /home/tur/proj/fo300/u-boot
Wolfgang Denk [Thu, 24 Aug 2006 22:13:37 +0000 (00:13 +0200)]
Merge with /home/tur/proj/fo300/u-boot

17 years agoUpdates for MCC200 / PRS200 boards:
Wolfgang Denk [Wed, 23 Aug 2006 22:26:42 +0000 (00:26 +0200)]
Updates for MCC200 / PRS200 boards:
- support for configurations with SDRAM or DDR memory,
- support for highboot and lowboot
- adjusting environment definitions

17 years agoAdd a fix for a buggy USB device on the FO300 board.
Bartlomiej Sieka [Tue, 22 Aug 2006 08:38:18 +0000 (10:38 +0200)]
Add a fix for a buggy USB device on the FO300 board.

17 years agoMinor cleanup
Wolfgang Denk [Fri, 18 Aug 2006 21:27:33 +0000 (23:27 +0200)]
Minor cleanup

17 years agoAdd support for WTK FO300 board (TQM5200 based).
Marian Balakowicz [Fri, 18 Aug 2006 17:14:46 +0000 (19:14 +0200)]
Add support for WTK FO300 board (TQM5200 based).

17 years agoMerge with /home/raj/git/u-boot
Wolfgang Denk [Fri, 18 Aug 2006 13:23:10 +0000 (15:23 +0200)]
Merge with /home/raj/git/u-boot

17 years agoMerge with git+ssh://fifi/home/wd/git/u-boot/master
Wolfgang Denk [Fri, 18 Aug 2006 09:38:05 +0000 (11:38 +0200)]
Merge with git+ssh://fifi/home/wd/git/u-boot/master

17 years agoFix TQM834x hang.
Rafal Jaworowski [Fri, 18 Aug 2006 08:39:11 +0000 (10:39 +0200)]
Fix TQM834x hang.

17 years agoCleanup debug code for yucca board.
Wolfgang Denk [Thu, 17 Aug 2006 08:48:36 +0000 (10:48 +0200)]
Cleanup debug code for yucca board.

17 years agoMCC200: restrict addressable flash space to 32 MB
Wolfgang Denk [Wed, 16 Aug 2006 22:50:26 +0000 (00:50 +0200)]
MCC200: restrict addressable flash space to 32 MB

17 years agoAdd debug console on COM12 for MCC200 board
Wolfgang Denk [Wed, 16 Aug 2006 22:36:51 +0000 (00:36 +0200)]
Add debug console on COM12 for MCC200 board

17 years agoUpdate for SC520 board.
Wolfgang Denk [Mon, 14 Aug 2006 21:23:06 +0000 (23:23 +0200)]
Update for SC520 board.
Patch by David Updegraff, 02 Dec 2005

17 years agoFixed common.h spelling error.
Wolfgang Denk [Mon, 14 Aug 2006 21:17:47 +0000 (23:17 +0200)]
Fixed common.h spelling error.
Patch by Cory Tusar, 30 Nov 2005

17 years agoFix typo.
Wolfgang Denk [Mon, 14 Aug 2006 20:43:13 +0000 (22:43 +0200)]
Fix typo.
Patch by Andreas Engel, 28 Nov 2005

17 years agoFix fatload command on FAT32 formatted partitions.
Wolfgang Denk [Mon, 14 Aug 2006 20:05:26 +0000 (22:05 +0200)]
Fix fatload command on FAT32 formatted partitions.
Patch by Joachim Jaeger, 18 Nov 2005

17 years agoFix drivers/dm9000.c when configured in 32 bit mode.
Wolfgang Denk [Mon, 14 Aug 2006 19:18:21 +0000 (21:18 +0200)]
Fix drivers/dm9000.c when configured in 32 bit mode.
Patch by Eric Benard, 17 Nov 2005

17 years agoMerge with /home/sr/git/u-boot/denx
Wolfgang Denk [Sun, 13 Aug 2006 00:25:32 +0000 (02:25 +0200)]
Merge with /home/sr/git/u-boot/denx

17 years agoMerge with /home/raj/git/u-boot
Wolfgang Denk [Fri, 11 Aug 2006 16:19:53 +0000 (18:19 +0200)]
Merge with /home/raj/git/u-boot

17 years agoFix preboot message on TQM85xx after switching to hush parser.
Wolfgang Denk [Fri, 11 Aug 2006 15:33:42 +0000 (17:33 +0200)]
Fix preboot message on TQM85xx after switching to hush parser.

17 years agoAdapt TQM85xx ramdisk address to Linux kernel memory map
Wolfgang Denk [Fri, 11 Aug 2006 15:29:38 +0000 (17:29 +0200)]
Adapt TQM85xx ramdisk address to Linux kernel memory map

17 years agoFix PCI-Express on PPC440SPe rev. A.
Rafal Jaworowski [Fri, 11 Aug 2006 10:35:52 +0000 (12:35 +0200)]
Fix PCI-Express on PPC440SPe rev. A.

17 years agoMerge with /home/raj/git/u-boot
Wolfgang Denk [Thu, 10 Aug 2006 13:40:49 +0000 (15:40 +0200)]
Merge with /home/raj/git/u-boot

17 years agoAdd support for PCI-Express on PPC440SPe (Yucca board).
Rafal Jaworowski [Thu, 10 Aug 2006 10:43:17 +0000 (12:43 +0200)]
Add support for PCI-Express on PPC440SPe (Yucca board).

17 years agoFix compiler warning for TRAB board.
Wolfgang Denk [Wed, 9 Aug 2006 23:58:22 +0000 (01:58 +0200)]
Fix compiler warning for TRAB board.
Patch by Martin Krause, 07 Aug 2006

17 years agoMerge with /home/tur/proj/usb_sticks/u-boot
Wolfgang Denk [Mon, 7 Aug 2006 18:28:05 +0000 (20:28 +0200)]
Merge with /home/tur/proj/usb_sticks/u-boot

17 years agoFix control-c handing in CONFIG_CMDLINE_EDITING
Stefan Roese [Mon, 7 Aug 2006 13:08:44 +0000 (15:08 +0200)]
Fix control-c handing in CONFIG_CMDLINE_EDITING
Properly pass break code back from readline.
Patch by Roger Blofeld, 31 Jul 2006