platform/kernel/u-boot.git
17 years agoAdd support for new TQM5200 revisions
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)

17 years agoFix support for PS/2 keyboard on TQM85xx boards
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

17 years agoAdjust RTC century handling on STK52xx board to match Linux driver.
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

17 years agoAdjust filenames for USB update images on TRAB board.
Wolfgang Denk [Wed, 19 Jul 2006 12:40:43 +0000 (14:40 +0200)]
Adjust filenames for USB update images on TRAB board.
During an automatic update via USB stick, U-Boot searches for
images with the name "firmware.img" and "kernel.img". This names
are now changed to "firmw_01.img" and "kernl_01.img". This is done,
to prevent updates of new boards (with the new macronics "c" step
flashes) with old, incompatible firmware or kernel versions.
Patch by Martin Krause, 21 Jun 2006

17 years agoBugfix in VFD routine on TRAB board.
Wolfgang Denk [Wed, 19 Jul 2006 12:23:12 +0000 (14:23 +0200)]
Bugfix in VFD routine on TRAB board.
Make sure upper lext pixel can be set to blue, too
(so far only red was possible).
Patch by Martin Krause, 15 Feb 2006

17 years agoEnable buffered flash writes for TB5200 board.
Wolfgang Denk [Wed, 19 Jul 2006 12:16:38 +0000 (14:16 +0200)]
Enable buffered flash writes for TB5200 board.

17 years agoFix some bugs in TRAB board flash driver.
Wolfgang Denk [Wed, 19 Jul 2006 12:13:02 +0000 (14:13 +0200)]
Fix some bugs in TRAB board flash driver.
- increase CFG_FLASH_ERASE_TOUT from 2 to 15 seconds
- use CFG_FLASH_WRITE_TOUT for programming instead of CFG_FLASH_ERASE_TOUT
- remove "Unlock Bypass" mode, because macronix flashes do not support
  this mode officially
- fix flash reset command from 0x00FF to 0x00F0. 0x00FF is only specified
  for Intel compatible flashes, not for AMD compatible.
Patch by Martin Krause, 15 Feb 2006

17 years agoAdd additional error messages to flash driver on TRAB board
Wolfgang Denk [Wed, 19 Jul 2006 12:07:21 +0000 (14:07 +0200)]
Add additional error messages to flash driver on TRAB board
(for erase errors and timeout errors)
Patch by Martin Krause, 14 Feb 2006

17 years agoAdd support for TB5200 board
Wolfgang Denk [Wed, 19 Jul 2006 11:50:38 +0000 (13:50 +0200)]
Add support for TB5200 board
The TB5200 ("Tinybox") is a small baseboard for the TQM5200 module
integrated in a little aluminium case.
Patch by Martin Krause, 8 Jun 2006

Some code cleanup

17 years agoEnable buffered flash writes for TQM5200 board.
Wolfgang Denk [Tue, 18 Jul 2006 15:44:19 +0000 (17:44 +0200)]
Enable buffered flash writes for TQM5200 board.

17 years agoMerge with /home/tur/proj/usb_sticks/u-boot
Wolfgang Denk [Thu, 13 Jul 2006 22:48:06 +0000 (00:48 +0200)]
Merge with /home/tur/proj/usb_sticks/u-boot

17 years agoUpdate CHANGELOG
Wolfgang Denk [Thu, 13 Jul 2006 20:32:45 +0000 (22:32 +0200)]
Update CHANGELOG

17 years agoMerge with /home/mk/11-cmb1920/u-boot
Wolfgang Denk [Thu, 13 Jul 2006 20:12:58 +0000 (22:12 +0200)]
Merge with /home/mk/11-cmb1920/u-boot

17 years agoCleanup duplicate definitions in MCC200 config file.
Wolfgang Denk [Thu, 13 Jul 2006 14:29:40 +0000 (16:29 +0200)]
Cleanup duplicate definitions in MCC200 config file.

17 years agoFix problems with SanDisk Corporation Cruzer Micro USB memory stick.
Bartlomiej Sieka [Thu, 13 Jul 2006 13:32:16 +0000 (15:32 +0200)]
Fix problems with SanDisk Corporation Cruzer Micro USB memory stick.

17 years agoAdd support for TQM885D board.
Markus Klotzbuecher [Wed, 12 Jul 2006 13:26:01 +0000 (15:26 +0200)]
Add support for TQM885D board.
Patch by Martin Krause, 20 Mar 2006

Signed-off-by: Martin Krause <martin.krause@tqs.de>
17 years agoBugfix in FEC initialisation:
Markus Klotzbuecher [Wed, 12 Jul 2006 07:08:36 +0000 (09:08 +0200)]
Bugfix in FEC initialisation:
All MII configuration is done via FEC1 registers. But MII_SPEED was
configured according to FEC used. So if only FEC2 was used, this caused
the real MII_SPEED register in FEC1 to stay uninitalised, what lead
to "mii_send STUCK!" messages. Fix: always configure MII_SPEED on FEC1
only.

17 years agoSupport for spc1920 board.
Markus Klotzbuecher [Wed, 12 Jul 2006 06:48:24 +0000 (08:48 +0200)]
Support for spc1920 board.
Patch by Markus Klotzbuecher, 12 Jul 2006

17 years agoMCC200 board: support console on any one of the Quad UART ports.
Wolfgang Denk [Mon, 10 Jul 2006 22:23:54 +0000 (00:23 +0200)]
MCC200 board: support console on any one of the Quad UART ports.

17 years agoFix error in flash protection calculation on MCC200 board.
Wolfgang Denk [Mon, 10 Jul 2006 21:22:43 +0000 (23:22 +0200)]
Fix error in flash protection calculation on MCC200 board.

17 years agoMajor PCMCIA Cleanup to make code better readable and maintainable.
Wolfgang Denk [Mon, 10 Jul 2006 21:07:28 +0000 (23:07 +0200)]
Major PCMCIA Cleanup to make code better readable and maintainable.
Notes:
- Board-dependend code for RPXLITE and RPXCLASSIC-based boards
  placed to the drivers/rpx_pmcia.c file to avoid duplication.
  Same for TQM8xx-based boards (drivers/tqm8xx_pmcia.c).
- drivers/i82365.c has been split into two parts located at
  board/atc/ti113x.c and board/cpc45/pd67290.c (ATC and CPC45 are
  the only boards using CONFIG_82365).
- Changes were tested for clean build and *very* *few* boards.

17 years agoMCC200: map the 2nd Quad UART into the processor's address space.
Wolfgang Denk [Thu, 6 Jul 2006 20:31:16 +0000 (22:31 +0200)]
MCC200: map the 2nd Quad UART into the processor's address space.

17 years agoFix timer problems on AMCC yucca board.
Marian Balakowicz [Thu, 6 Jul 2006 19:17:24 +0000 (21:17 +0200)]
Fix timer problems on AMCC yucca board.
Set Timer Clock Select to use CPU clock as a timer input source.

17 years agoBring yucca config more in line with other AMCC boards.
Wolfgang Denk [Wed, 5 Jul 2006 08:42:14 +0000 (10:42 +0200)]
Bring yucca config more in line with other AMCC boards.

17 years agoMerge with /home/m8/git/u-boot
Wolfgang Denk [Wed, 5 Jul 2006 08:03:52 +0000 (10:03 +0200)]
Merge with /home/m8/git/u-boot

17 years agoAdd AMCC bamboo board to MAKEALL build script.
Marian Balakowicz [Tue, 4 Jul 2006 06:47:23 +0000 (08:47 +0200)]
Add AMCC bamboo board to MAKEALL build script.

17 years agoFix AMCC bamboo eval board compilation errors.
Marian Balakowicz [Mon, 3 Jul 2006 23:27:46 +0000 (01:27 +0200)]
Fix AMCC bamboo eval board compilation errors.

17 years agoAdd system memory to the PCI region list for AMCC PPC44x CPUs.
Marian Balakowicz [Mon, 3 Jul 2006 22:55:47 +0000 (00:55 +0200)]
Add system memory to the PCI region list for AMCC PPC44x CPUs.
Enabled it for Yucca board.

17 years agoCleanup config file and bootup output for Yucca board.
Marian Balakowicz [Mon, 3 Jul 2006 21:42:36 +0000 (23:42 +0200)]
Cleanup config file and bootup output for Yucca board.

17 years agoFix CHANGELOG
Wolfgang Denk [Fri, 30 Jun 2006 18:16:37 +0000 (20:16 +0200)]
Fix CHANGELOG

17 years agoMerge with /home/m8/git/u-boot
Wolfgang Denk [Fri, 30 Jun 2006 17:32:25 +0000 (19:32 +0200)]
Merge with /home/m8/git/u-boot

17 years agoFix CONFIG_440_GX define usage.
Marian Balakowicz [Fri, 30 Jun 2006 16:35:04 +0000 (18:35 +0200)]
Fix CONFIG_440_GX define usage.

17 years agoRemove autogenerated bmp_logo.h file.
Marian Balakowicz [Fri, 30 Jun 2006 16:23:06 +0000 (18:23 +0200)]
Remove autogenerated bmp_logo.h file.

17 years agoMerge: Add support for AMCC 440SPe CPU based eval board (Yucca).
Marian Balakowicz [Fri, 30 Jun 2006 16:19:42 +0000 (18:19 +0200)]
Merge: Add support for AMCC 440SPe CPU based eval board (Yucca).

17 years agoAdd support for AMCC 440SPe CPU based eval board (Yucca).
Marian Balakowicz [Fri, 30 Jun 2006 14:30:46 +0000 (16:30 +0200)]
Add support for AMCC 440SPe CPU based eval board (Yucca).

17 years agoCall serial_initialize() before first debug() is used.
Marian Balakowicz [Fri, 30 Jun 2006 13:27:09 +0000 (15:27 +0200)]
Call serial_initialize() before first debug() is used.

17 years agoCleanup trab board for GCC-4.x
Wolfgang Denk [Mon, 26 Jun 2006 08:54:52 +0000 (10:54 +0200)]
Cleanup trab board for GCC-4.x

17 years agoMerge with /home/hs/U-Boot/u-boot-dev
Wolfgang Denk [Mon, 19 Jun 2006 22:12:59 +0000 (00:12 +0200)]
Merge with /home/hs/U-Boot/u-boot-dev

17 years agoAdd support for wrPPMC7xx/74xx boards
Heiko Schocher [Mon, 19 Jun 2006 09:02:41 +0000 (11:02 +0200)]
Add support for wrPPMC7xx/74xx boards
  Patch from Richard Danter, 12 Aug 2005

17 years agoMerge with ssh://atlas/home/wd/git/u-boot/work
Wolfgang Denk [Sun, 18 Jun 2006 23:46:08 +0000 (01:46 +0200)]
Merge with ssh://atlas/home/wd/git/u-boot/work

17 years agoMerge with ssh://fifi/home/wd/git/u-boot/master
Wolfgang Denk [Sun, 18 Jun 2006 23:37:03 +0000 (01:37 +0200)]
Merge with ssh://fifi/home/wd/git/u-boot/master

17 years agoAdd support for gth2 board
Wolfgang Denk [Fri, 16 Jun 2006 15:32:31 +0000 (17:32 +0200)]
Add support for gth2 board
Patch by Thomas Lange, Aug 11 2005

17 years agoAdd support for CONFIG_SERIAL_MULTI on MPC5xxx
Wolfgang Denk [Fri, 16 Jun 2006 15:04:45 +0000 (17:04 +0200)]
Add support for CONFIG_SERIAL_MULTI on MPC5xxx
Patch by Martin Krause, 8 Jun 2006

This patch supports two serial consoles on boards with
a MPC5xxx CPU. The console can be switched at runtime
by setting stdin, stdout and stderr to the desired serial
interface (serial0 or serial1). The PSCs to be used as
console port are definded by CONFIG_PSC_CONSOLE
and CONFIG_PSC_CONSOLE2.
See README.serial_multi for details.

17 years agoBugfix in I2C initialisation on S3C2400.
Wolfgang Denk [Fri, 16 Jun 2006 14:57:18 +0000 (16:57 +0200)]
Bugfix in I2C initialisation on S3C2400.
If the bus is blocked because of a previously interrupted
transfer, up to eleven clocks are generated on the I2CSCL
line to complete the transfer and to free the bus.
With this fix pin I2CSCL (PG6) is really configured as GPIO
so the clock pulses are really generated.
Patch by Martin Krause, 04 Apr 2006

17 years agoFix DDR6 errata on TQM834x boards
Wolfgang Denk [Fri, 16 Jun 2006 14:53:06 +0000 (16:53 +0200)]
Fix DDR6 errata on TQM834x boards
Patch by Thomas Waehner, 07 Mar 2006

17 years agoRemove obsolete flash driver board/tqm5200/flash.c
Wolfgang Denk [Fri, 16 Jun 2006 14:50:42 +0000 (16:50 +0200)]
Remove obsolete flash driver board/tqm5200/flash.c
Patch by Martin Krause, 11 Jan 2006

17 years agoUpdate configuration for CMC-PU2 board
Wolfgang Denk [Fri, 16 Jun 2006 14:43:33 +0000 (16:43 +0200)]
Update configuration for CMC-PU2 board
Patch by Martin Krause, 17 Nov 2005

17 years agoAdd support for PS/2 keyboard on TQM85xx board
Wolfgang Denk [Fri, 16 Jun 2006 14:40:54 +0000 (16:40 +0200)]
Add support for PS/2 keyboard on TQM85xx board
Patch by Martin Krause, 07 Nov 2005

Tested on a STK85XX baseboard. Make sure the PS/2 controller
has been programmed. Jumper Settings: X66 1-2, 9-10; X61 2-3

17 years agoFix TRAB channel switching delay for trab_fkt.bin standalone applikation
Wolfgang Denk [Fri, 16 Jun 2006 14:14:28 +0000 (16:14 +0200)]
Fix TRAB channel switching delay for trab_fkt.bin standalone applikation
Patch by Martin Krause, 08 Nov 2005

In tsc2000_read_channel() the delay after setting the multiplexer
to a temperature channel is increased from 1,5 ms to 10 ms. This
is to allow the multiplexer inputs to stabilize after huge steps
of the input signal level.

17 years agoAdjust TQM5200 make targets
Wolfgang Denk [Fri, 16 Jun 2006 14:11:34 +0000 (16:11 +0200)]
Adjust TQM5200 make targets
Make the automatic CS configuration the default.
The dedicated configurations CONFIG_TQM5200_AA, CONFIG_TQM5200_AB
and CONFIG_TQM5200_AC are removed.
"TQM5200_config" is now the default for STK52XX.200 base boards.
On a STK52XX.100 base board "TQM5200_STK100_config" must be used.
Patch by Martin Krause, 07 Nov 2005

17 years agoFix setting of environment variable "ver" on trab board
Wolfgang Denk [Fri, 16 Jun 2006 13:56:12 +0000 (15:56 +0200)]
Fix setting of environment variable "ver" on trab board
The environment variable "ver" is now set before
do_auto_update() is called, so that "ver" can be used
in USB update scripts.
Patch by Martin Krause, 27 Oct 2005

17 years agoFix wrong usage of udelay() in led_blink() on trab board
Wolfgang Denk [Fri, 16 Jun 2006 13:52:58 +0000 (15:52 +0200)]
Fix wrong usage of udelay() in led_blink() on trab board
Patch by Martin Krause, 27 Oct 2005

17 years agoFix udelay bug in vfd.c for trab board
Wolfgang Denk [Fri, 16 Jun 2006 13:47:05 +0000 (15:47 +0200)]
Fix udelay bug in vfd.c for trab board
Patch by Martin Krause, 27 Oct 2005

17 years agoDisable JFFS2 support for trab board
Wolfgang Denk [Fri, 16 Jun 2006 13:45:03 +0000 (15:45 +0200)]
Disable JFFS2 support for trab board
Patch by Martin Krause, 27 Oct 2005

17 years agoChange mtdparts definition on trab board to match current flash map
Wolfgang Denk [Fri, 16 Jun 2006 13:40:48 +0000 (15:40 +0200)]
Change mtdparts definition on trab board to match current flash map
Patch by Martin Krause, 27 Oct 2005

17 years agoFix memory init problems on MCC200 board
Wolfgang Denk [Wed, 14 Jun 2006 14:48:18 +0000 (16:48 +0200)]
Fix memory init problems on MCC200 board

18 years agoFix IxEthDB.h to compile again
Stefan Roese [Wed, 14 Jun 2006 08:18:39 +0000 (10:18 +0200)]
Fix IxEthDB.h to compile again
Patch by Stefan Roese, 14 Jun 2006

18 years agoMinor cleanup for PCS440EP board
Stefan Roese [Tue, 13 Jun 2006 16:55:07 +0000 (18:55 +0200)]
Minor cleanup for PCS440EP board
Patch by Stefan Roese, 13 Jun 2006

18 years agoMinor code cleanup.
Wolfgang Denk [Sat, 10 Jun 2006 20:00:40 +0000 (22:00 +0200)]
Minor code cleanup.

18 years agoMerge with /home/hs/U-Boot/u-boot-dev
Wolfgang Denk [Sat, 10 Jun 2006 17:27:47 +0000 (19:27 +0200)]
Merge with /home/hs/U-Boot/u-boot-dev

18 years agoMerge with http://www.psyent.com/git/uboot (NIOS2 - Scott McNutt)
Wolfgang Denk [Fri, 9 Jun 2006 23:36:27 +0000 (01:36 +0200)]
Merge ... psyent.com/git/uboot (NIOS2 - Scott McNutt)

18 years agoFix U-Boot enviroenment sector protection on MCC200 board
Wolfgang Denk [Fri, 9 Jun 2006 19:19:21 +0000 (21:19 +0200)]
Fix U-Boot enviroenment sector protection on MCC200 board

18 years agoNios II - Add Altera EP1C20, EP1S10 and EP1S40 boards
Scott McNutt [Thu, 8 Jun 2006 17:37:39 +0000 (13:37 -0400)]
Nios II - Add Altera EP1C20, EP1S10 and EP1S40 boards
  Patch by Scott McNutt, 08 Jun 2006

18 years agoNios II - Add EPCS Controller bootrom work-around
Scott McNutt [Thu, 8 Jun 2006 16:08:12 +0000 (12:08 -0400)]
Nios II - Add EPCS Controller bootrom work-around
  -When booting from an epcs controller, the epcs bootrom may leave the
  slave select in an asserted state causing soft reset hang. This
  patch ensures slave select is negated at reset.
  Patch by Scott McNutt, 08 Jun 2006

18 years agoUpdate PK1C20 board
Scott McNutt [Thu, 8 Jun 2006 16:03:21 +0000 (12:03 -0400)]
Update PK1C20 board
  -Update base addresses for standard configuration
  -Eliminate use of CACHE_BYPASS in board code
  Patch by Scott McNutt, 08 Jun 2006

18 years agoNios II - Fix I/O Macros and mini-app stubs
Scott McNutt [Thu, 8 Jun 2006 15:59:57 +0000 (11:59 -0400)]
Nios II - Fix I/O Macros and mini-app stubs
  -Fix asm/io.h macros
  -Eliminate use of CACHE_BYPASS in cpu code
  -Eliminate assembler warnings
  -Fix mini-app stubs and force no small data
  Patch by Scott McNutt, 08 Jun 2006

18 years agoMinor cleanup for PCS440EP board
Wolfgang Denk [Wed, 7 Jun 2006 09:36:02 +0000 (11:36 +0200)]
Minor cleanup for PCS440EP board

18 years agoUpdate PCS440EP port to fit into one flash device (incl. environment)
Stefan Roese [Tue, 6 Jun 2006 08:59:12 +0000 (10:59 +0200)]
Update PCS440EP port to fit into one flash device (incl. environment)
Patch by Stefan Roese, 06 Jun 2006

18 years agoMinor cleanup
Wolfgang Denk [Fri, 2 Jun 2006 15:04:21 +0000 (17:04 +0200)]
Minor cleanup

18 years agoMerge with /home/sr/git/u-boot/denx
Wolfgang Denk [Fri, 2 Jun 2006 14:59:39 +0000 (16:59 +0200)]
Merge with /home/sr/git/u-boot/denx

18 years agoFix examples/Makefile; some build targets were lost
Wolfgang Denk [Fri, 2 Jun 2006 14:47:10 +0000 (16:47 +0200)]
Fix examples/Makefile; some build targets were lost

18 years agoAdd support for PCS440EP board
Stefan Roese [Fri, 2 Jun 2006 14:18:04 +0000 (16:18 +0200)]
Add support for PCS440EP board
Patch by Stefan Roese, 02 Jun 2006

18 years agoFix watchdog handling in CFI flash driver
Wolfgang Denk [Fri, 2 Jun 2006 09:46:20 +0000 (11:46 +0200)]
Fix watchdog handling in CFI flash driver
Just use udelay() when waiting for status changes which will
implicitely trigger the watchdog.

18 years agoFix PCI to memory window size problems on PM82x boards
Wolfgang Denk [Tue, 30 May 2006 21:32:44 +0000 (23:32 +0200)]
Fix PCI to memory window size problems on PM82x boards
We use the "automatic" mode that was used for  the  MPC8266ADS  and
MPC8272 boards. Eventually this should be used on all boards?]
Patch by Wolfgang Grandegger, 17 Jan 2006

18 years agoCorrect GPIO setup (UART1/IRQ's) on yosemite & yellowstone
Wolfgang Denk [Tue, 30 May 2006 15:45:30 +0000 (17:45 +0200)]
Correct GPIO setup (UART1/IRQ's) on yosemite & yellowstone
Patch by Stefan Roese, 29 May 2006

18 years agoMinor cleanup.
Wolfgang Denk [Tue, 30 May 2006 13:58:20 +0000 (15:58 +0200)]
Minor cleanup.

18 years ago* Update Intel IXP4xx support
Wolfgang Denk [Tue, 30 May 2006 13:56:48 +0000 (15:56 +0200)]
* Update Intel IXP4xx support
- Add IXP4xx NPE ethernet MAC support
- Add support for Intel IXDPG425 board
- Add support for Prodrive PDNB3 board
- Add IRQ support
Patch by Stefan Roese, 23 May 2006

[This patch does not include cpu/ixp/npe/IxNpeMicrocode.c which still
 sufferes from licensing issues. Blame Intel.]

18 years agoFix problem in PVR detection for 440GR
Stefan Roese [Thu, 18 May 2006 17:21:53 +0000 (19:21 +0200)]
Fix problem in PVR detection for 440GR
Patch by Stefan Roese, 18 May 2006

18 years agoFix gcc 3.4.x AFLAGS setting for m68k platform.
Marian Balakowicz [Wed, 17 May 2006 10:18:48 +0000 (12:18 +0200)]
Fix gcc 3.4.x AFLAGS setting for m68k platform.

18 years agoEnable autoboot for M5271EVB board.
Marian Balakowicz [Wed, 17 May 2006 10:16:26 +0000 (12:16 +0200)]
Enable autoboot for M5271EVB board.

18 years agoMerge with /home/sr/git/u-boot/denx
Wolfgang Denk [Mon, 15 May 2006 13:24:43 +0000 (15:24 +0200)]
Merge with /home/sr/git/u-boot/denx

18 years agoChanged default ramdisk addr in yosemite/yellowstone ports
Stefan Roese [Mon, 15 May 2006 13:11:20 +0000 (15:11 +0200)]
Changed default ramdisk addr in yosemite/yellowstone ports
Patch by Stefan Roese, 15 May 2006

18 years agoFix PCMCIA support on virtlab2
Wolfgang Denk [Mon, 15 May 2006 11:52:51 +0000 (13:52 +0200)]
Fix PCMCIA support on virtlab2

18 years agoCleanup compile warning.
Wolfgang Denk [Fri, 12 May 2006 14:32:32 +0000 (16:32 +0200)]
Cleanup compile warning.

18 years agoAdd support for VirtLab2 board
Wolfgang Denk [Fri, 12 May 2006 14:15:46 +0000 (16:15 +0200)]
Add support for VirtLab2 board
(needed because of differences in the PCMCIA hardware).

18 years agoMinor cleanup.
Wolfgang Denk [Wed, 10 May 2006 15:43:20 +0000 (17:43 +0200)]
Minor cleanup.

18 years agoUpdate yosemite configuration to enable flash write buffer support
Stefan Roese [Wed, 10 May 2006 13:06:58 +0000 (15:06 +0200)]
Update yosemite configuration to enable flash write buffer support
Patch by Stefan Roese, 10 May 2006

18 years agoFix compile warnings in common/xyzModem.c
Stefan Roese [Wed, 10 May 2006 13:01:40 +0000 (15:01 +0200)]
Fix compile warnings in common/xyzModem.c
Patch by Stefan Roese, 10 May 2006

18 years agoAdd support for AMCC 440EP Rev C and 440GR Rev B
Stefan Roese [Wed, 10 May 2006 12:10:41 +0000 (14:10 +0200)]
Add support for AMCC 440EP Rev C and 440GR Rev B
Patch by John Otken, 08 May 2006

18 years agoOMAP 5912/OSK: update EMIFS CS1 timings:
Stefan Roese [Wed, 10 May 2006 09:49:37 +0000 (11:49 +0200)]
OMAP 5912/OSK: update EMIFS CS1 timings:
Problems have been seen in the linux kernel's smc91x network driver
due to improper bus timings.  The latest 2.6 OMAP kernels currently
have a workaround, but this fix belongs in u-boot.
Patch by Kevin Hilman, 13 Oct 2005

18 years agoFix REG_MPU_LOAD_TIMER definition in multiple OMAP ports
Stefan Roese [Wed, 10 May 2006 09:28:48 +0000 (11:28 +0200)]
Fix REG_MPU_LOAD_TIMER definition in multiple OMAP ports
Patch by Hiroki Kaminaga, 11 Mar 2006

18 years agoUpdate omap5912osk board support
Stefan Roese [Wed, 10 May 2006 08:55:16 +0000 (10:55 +0200)]
Update omap5912osk board support
  - Fix OMAP support that omap5912osk compiles in current source tree
  - Update with code from "http://omap.spectrumdigital.com/osk5912"
    to fix problems with DDR initialization
  - Fix timer setup
  - Use CFI flash driver and support complete 32MB of onboard flash
  - Add "print_cpuinfo()" and "checkboard()" functions to display
    CPU (with frequency) and Board infos
Patch by Stefan Roese, 10 May 2006

18 years agoFix watchdog issues for ColdFire boards.
Wolfgang Denk [Tue, 9 May 2006 11:49:12 +0000 (13:49 +0200)]
Fix watchdog issues for ColdFire boards.

18 years agoMerge with /home/m8/git/u-boot
Wolfgang Denk [Tue, 9 May 2006 11:46:55 +0000 (13:46 +0200)]
Merge with /home/m8/git/u-boot

18 years agoMerge with /home/wd/git/u-boot/master
Wolfgang Denk [Tue, 9 May 2006 11:32:33 +0000 (13:32 +0200)]
Merge with /home/wd/git/u-boot/master

18 years agoAdd M5271EVB board support.
Marian Balakowicz [Tue, 9 May 2006 09:54:44 +0000 (11:54 +0200)]
Add M5271EVB board support.

18 years agoMake R5200 specific low level initialization board conditional.
Marian Balakowicz [Tue, 9 May 2006 09:51:51 +0000 (11:51 +0200)]
Make R5200 specific low level initialization board conditional.

18 years agoUpdate CPU target identification strings for Coldfire family.
Marian Balakowicz [Tue, 9 May 2006 09:45:31 +0000 (11:45 +0200)]
Update CPU target identification strings for Coldfire family.

18 years agoUpdate register definitions for MCF5271.
Marian Balakowicz [Tue, 9 May 2006 09:43:59 +0000 (11:43 +0200)]
Update register definitions for MCF5271.

18 years agoFix serial console support for MCF5271.
Marian Balakowicz [Tue, 9 May 2006 09:37:13 +0000 (11:37 +0200)]
Fix serial console support for MCF5271.