Bartlomiej Sieka [Fri, 13 Oct 2006 19:09:09 +0000 (21:09 +0200)]
Preliminary patch adding support for the MarelV38B board.
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
Wolfgang Denk [Wed, 13 Sep 2006 08:29:32 +0000 (10:29 +0200)]
Cleanup examples binaries
Wolfgang Denk [Wed, 13 Sep 2006 08:25:40 +0000 (10:25 +0200)]
Merge with /home/sr/git/u-boot/denx
Wolfgang Denk [Wed, 13 Sep 2006 08:23:06 +0000 (10:23 +0200)]
Fix alignment problem in "mtdparts" command
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
Stefan Roese [Tue, 12 Sep 2006 06:49:07 +0000 (08:49 +0200)]
Update NAND boot documentation
Patch by Stefan Roese, 12 Sep 2006
Wolfgang Denk [Sat, 9 Sep 2006 20:53:06 +0000 (22:53 +0200)]
Merge with /home/m8/git/u-boot
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.
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
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
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
Marian Balakowicz [Thu, 7 Sep 2006 10:12:20 +0000 (12:12 +0200)]
Remove dead code (i2o and dma) from cpu/mpc824x/drivers/ directory.
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.
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
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
Wolfgang Denk [Mon, 4 Sep 2006 00:01:27 +0000 (02:01 +0200)]
Fix build problems on sorcery board.
Wolfgang Denk [Sun, 3 Sep 2006 23:03:57 +0000 (01:03 +0200)]
Merge with /home/m8/git/u-boot
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
Wolfgang Denk [Sun, 3 Sep 2006 16:13:21 +0000 (18:13 +0200)]
Merge with /home/wd/git/u-boot/master
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.
Marian Balakowicz [Fri, 1 Sep 2006 17:47:42 +0000 (19:47 +0200)]
Remove the board/netstar/crcit binary from git repository.
Marian Balakowicz [Fri, 1 Sep 2006 17:46:22 +0000 (19:46 +0200)]
Fix tools/updater build error.
Marian Balakowicz [Fri, 1 Sep 2006 17:44:05 +0000 (19:44 +0200)]
tools/easylogo/easylogo.c
Detlev Zundel [Fri, 1 Sep 2006 15:33:44 +0000 (17:33 +0200)]
Added David Updegraff as maintainer of CRAYL1
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.
Detlev Zundel [Fri, 1 Sep 2006 13:02:06 +0000 (15:02 +0200)]
Added another example showing simple interrupt interception.
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.
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.
Wolfgang Denk [Thu, 31 Aug 2006 14:46:53 +0000 (16:46 +0200)]
Coding Style cleanup.
Patch by Stefano Babic, 31 Aug 2006
Wolfgang Denk [Wed, 30 Aug 2006 21:09:00 +0000 (23:09 +0200)]
Add splashscreen support for MCC200 board.
Wolfgang Denk [Wed, 30 Aug 2006 21:02:10 +0000 (23:02 +0200)]
Make the serial driver framework work with CONFIG_SERIAL_MULTI enabled
Wolfgang Denk [Tue, 29 Aug 2006 12:19:46 +0000 (14:19 +0200)]
Merge with /home/sr/git/u-boot/denx
Wolfgang Denk [Tue, 29 Aug 2006 08:49:11 +0000 (10:49 +0200)]
Fix typo.
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
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
Wolfgang Denk [Sun, 27 Aug 2006 16:10:01 +0000 (18:10 +0200)]
Code cleanup
Wolfgang Denk [Fri, 25 Aug 2006 09:47:06 +0000 (11:47 +0200)]
Fix typo in MCC200/PRS200 configuration
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.
Wolfgang Denk [Thu, 24 Aug 2006 22:13:37 +0000 (00:13 +0200)]
Merge with /home/tur/proj/fo300/u-boot
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
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.
Wolfgang Denk [Fri, 18 Aug 2006 21:27:33 +0000 (23:27 +0200)]
Minor cleanup
Marian Balakowicz [Fri, 18 Aug 2006 17:14:46 +0000 (19:14 +0200)]
Add support for WTK FO300 board (TQM5200 based).
Wolfgang Denk [Fri, 18 Aug 2006 13:23:10 +0000 (15:23 +0200)]
Merge with /home/raj/git/u-boot
Wolfgang Denk [Fri, 18 Aug 2006 09:38:05 +0000 (11:38 +0200)]
Merge ... git+ssh://fifi/home/wd/git/u-boot/master
Rafal Jaworowski [Fri, 18 Aug 2006 08:39:11 +0000 (10:39 +0200)]
Fix TQM834x hang.
Wolfgang Denk [Thu, 17 Aug 2006 08:48:36 +0000 (10:48 +0200)]
Cleanup debug code for yucca board.
Wolfgang Denk [Wed, 16 Aug 2006 22:50:26 +0000 (00:50 +0200)]
MCC200: restrict addressable flash space to 32 MB
Wolfgang Denk [Wed, 16 Aug 2006 22:36:51 +0000 (00:36 +0200)]
Add debug console on COM12 for MCC200 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
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
Wolfgang Denk [Mon, 14 Aug 2006 20:43:13 +0000 (22:43 +0200)]
Fix typo.
Patch by Andreas Engel, 28 Nov 2005
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
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
Wolfgang Denk [Sun, 13 Aug 2006 00:25:32 +0000 (02:25 +0200)]
Merge with /home/sr/git/u-boot/denx
Wolfgang Denk [Fri, 11 Aug 2006 16:19:53 +0000 (18:19 +0200)]
Merge with /home/raj/git/u-boot
Wolfgang Denk [Fri, 11 Aug 2006 15:33:42 +0000 (17:33 +0200)]
Fix preboot message on TQM85xx after switching to hush parser.
Wolfgang Denk [Fri, 11 Aug 2006 15:29:38 +0000 (17:29 +0200)]
Adapt TQM85xx ramdisk address to Linux kernel memory map
Rafal Jaworowski [Fri, 11 Aug 2006 10:35:52 +0000 (12:35 +0200)]
Fix PCI-Express on PPC440SPe rev. A.
Wolfgang Denk [Thu, 10 Aug 2006 13:40:49 +0000 (15:40 +0200)]
Merge with /home/raj/git/u-boot
Rafal Jaworowski [Thu, 10 Aug 2006 10:43:17 +0000 (12:43 +0200)]
Add support for PCI-Express on PPC440SPe (Yucca 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
Wolfgang Denk [Mon, 7 Aug 2006 18:28:05 +0000 (20:28 +0200)]
Merge with /home/tur/proj/usb_sticks/u-boot
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
Stefan Roese [Mon, 7 Aug 2006 12:33:32 +0000 (14:33 +0200)]
Add commandline history support to all AMCC eval boards
Patch by Stefan Roese, 07 Aug 2006
Stefan Roese [Mon, 7 Aug 2006 12:31:21 +0000 (14:31 +0200)]
Add Macronix MXLV320T flash support for AMCC Bamboo
Patch by Stefan Roese, 07 Aug 2006
Stefan Roese [Mon, 7 Aug 2006 12:29:04 +0000 (14:29 +0200)]
Change "mii info" to not print an error upon missing PHY at address
Patch by Stefan Roese, 07 Aug 2006
Bartlomiej Sieka [Thu, 3 Aug 2006 21:20:13 +0000 (23:20 +0200)]
Prevent USB commands from working when USB is stopped.
Bartlomiej Sieka [Tue, 1 Aug 2006 22:54:18 +0000 (00:54 +0200)]
Add rudimentary handling of alternate settings of USB interfaces - to fix
problems with some USB storage devices. Some code readability improvements.
Stefan Roese [Fri, 28 Jul 2006 16:34:58 +0000 (18:34 +0200)]
PPC440 DDR setup: Set SDRAM0_CFG0[PMU]=0 for best performance
AMCC suggested to set the PMU bit to 0 for best performace on
the PPC440 DDR controller.
Please see doc/README.440-DDR-performance for details.
Patch by Stefan Roese, 28 Jul 2006
Wolfgang Denk [Thu, 27 Jul 2006 14:57:34 +0000 (16:57 +0200)]
Merge with /home/sr/git/u-boot/denx
Stefan Roese [Thu, 27 Jul 2006 14:14:05 +0000 (16:14 +0200)]
AMCC bamboo (440EP) U-Boot image reduced to 384kbyte
Please see doc/README.bamboo for details.
Patch by Stefan Roese, 27 Jul 2006
Stefan Roese [Thu, 27 Jul 2006 14:11:19 +0000 (16:11 +0200)]
Fix CONFIG_CMDLINE_EDITING implementation
Patch by Stefan Roese, 27 Jul 2006
Wolfgang Denk [Wed, 26 Jul 2006 08:33:37 +0000 (10:33 +0200)]
Fix preboot message on TQM5200 after switching to hush parser.
Wolfgang Denk [Sun, 23 Jul 2006 20:40:51 +0000 (22:40 +0200)]
MCC200: set default configuration to low_boot DDR,
and support for configurable options high_boot and/or SDRAM.
Wolfgang Denk [Sat, 22 Jul 2006 19:45:49 +0000 (21:45 +0200)]
Add support for 256 MB SDRAM on CPU87
Patch by Josef Wagner, 25 Nov 2005
Wolfgang Denk [Fri, 21 Jul 2006 23:20:03 +0000 (01:20 +0200)]
Add configuration for cam5200 board (based on TQM5200S).
Wolfgang Denk [Fri, 21 Jul 2006 18:57:53 +0000 (20:57 +0200)]
Code cleanup
Wolfgang Denk [Fri, 21 Jul 2006 16:51:56 +0000 (18:51 +0200)]
Code cleanup.
Wolfgang Denk [Fri, 21 Jul 2006 13:24:56 +0000 (15:24 +0200)]
More code cleanup
Wolfgang Denk [Fri, 21 Jul 2006 13:21:40 +0000 (15:21 +0200)]
Disabled kvme080 board in MAKEALL because of build problems.
Wolfgang Denk [Fri, 21 Jul 2006 09:56:05 +0000 (11:56 +0200)]
Code cleanup
Wolfgang Denk [Fri, 21 Jul 2006 09:38:33 +0000 (11:38 +0200)]
Update NetStar board
Patch by Ladislav Michl, 03 Nov 2005
Wolfgang Denk [Fri, 21 Jul 2006 09:37:40 +0000 (11:37 +0200)]
Make code better readable.
Patch by Ladislav Michl, 14 Sep 2005
Wolfgang Denk [Fri, 21 Jul 2006 09:36:48 +0000 (11:36 +0200)]
Enable initrd ATAG for xm250 board.
Patch by Josef Wagner, 05 Sep 2005
Wolfgang Denk [Fri, 21 Jul 2006 09:35:21 +0000 (11:35 +0200)]
Document CONFIG_CMDLINE_EDITING in README.
Wolfgang Denk [Fri, 21 Jul 2006 09:34:34 +0000 (11:34 +0200)]
Minor code cleanup.
Wolfgang Denk [Fri, 21 Jul 2006 09:33:45 +0000 (11:33 +0200)]
Add readline cmdline-editing extension
Patch by JinHua Luo, 01 Sep 2005
Wolfgang Denk [Fri, 21 Jul 2006 09:31:42 +0000 (11:31 +0200)]
Add support for friendly-arm SBC-2410X board
Patch by JinHua Luo, 01 Sep 2005
Wolfgang Denk [Fri, 21 Jul 2006 09:30:18 +0000 (11:30 +0200)]
Fix multi-part image support on i386 platform.
Patch by David Updegraff, 19 Aug 2005
Wolfgang Denk [Fri, 21 Jul 2006 09:29:20 +0000 (11:29 +0200)]
Add support for KVME080 board
Patch by Sangmoon Kim, 18 Aug 2005
Wolfgang Denk [Fri, 21 Jul 2006 09:27:42 +0000 (11:27 +0200)]
Fix patch attribution.
Wolfgang Denk [Fri, 21 Jul 2006 09:24:47 +0000 (11:24 +0200)]
Fix MIPS LE build problem
Patch by Thomas Lange, 10 Aug 2005
Wolfgang Denk [Fri, 21 Jul 2006 09:20:46 +0000 (11:20 +0200)]
Check argument count in "mii" command.
Problem pointed out by Andrew Dyer, 13 Jun 2005
Wolfgang Denk [Fri, 21 Jul 2006 09:16:34 +0000 (11:16 +0200)]
* Cleanup TQM5200 board configurations:
- make highboot configurations use environment at high end, too,
to avoid flash fragmentation
- always use redundand environment
- don't enable video code for modules without graphics controller
- provide useful (though different) mtdparts settings
- get rid of CONFIG_CS_AUTOCONF which was always set anyway
* Extend mkconfig tool to print more useful target name
Wolfgang Denk [Wed, 19 Jul 2006 16:01:38 +0000 (18:01 +0200)]
Add support for high-boot on TQM5200 and TQM5200S boards.
Hint: the CPLD on the TQM5200 must be programmed with a software
version supporting the high boot option! The new TQM5200S is
already supporting this option. On the TQM5200 this option will be
supported in configurations with MPC5200 rev B processors.
To actually "high boot", set jumper X30 on the STK52xx.
Patch by Martin Krause, 12 Jul 2006
Wolfgang Denk [Wed, 19 Jul 2006 15:52:30 +0000 (17:52 +0200)]
Add support for new TQM5200 revisions
- Support for TQM5200S (short version without graphic controller)
- Support for modules with 'N' type S29GL128N Spansion flashes
(requires changes to flash layout)
- Support for MPC5200B cpu (mostly support for second SDRAM bank)
Wolfgang Denk [Wed, 19 Jul 2006 12:49:35 +0000 (14:49 +0200)]
Fix support for PS/2 keyboard on TQM85xx boards
The PS/2 keyobard driver for the TQM85xx modules only supports the
internal DUART of the MPC85xx CPU. Since the MPC8560 doesn't
include a DUART, the TQM8560 modules can't be used with the PS/2
keyboard controller on the STK85xx board.
The PS/2 keyboard driver should work with the modules TQM8540,
TQM8541 and TQM8555, but it only has been tested on a TQM8540, yet.
Make sure the PS/2 controller on the STK85xx is programmed. Jumper
settings: X66 1-2, 9-10; X61 2-3
Patch by Martin Krause, 21 Jun 2006
Wolfgang Denk [Wed, 19 Jul 2006 12:44:03 +0000 (14:44 +0200)]
Adjust RTC century handling on STK52xx board to match Linux driver.
Patch by Martin Krause, 12 Jun 2006