platform/kernel/u-boot.git
18 years agoAdd readline cmdline-editing extension
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

18 years agoAdd support for friendly-arm SBC-2410X board
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

18 years agoFix multi-part image support on i386 platform.
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

18 years agoAdd support for KVME080 board
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

18 years agoFix patch attribution.
Wolfgang Denk [Fri, 21 Jul 2006 09:27:42 +0000 (11:27 +0200)]
Fix patch attribution.

18 years agoFix MIPS LE build problem
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

18 years agoCheck argument count in "mii" command.
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

18 years ago* Cleanup TQM5200 board configurations:
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

18 years agoAdd support for high-boot on TQM5200 and TQM5200S boards.
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

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

18 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

18 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

18 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

18 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

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

18 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

18 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

18 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

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

18 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

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

18 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

18 years agoMerge branch 'mpc86xx'
Jon Loeliger [Thu, 13 Jul 2006 15:58:28 +0000 (10:58 -0500)]
Merge branch 'mpc86xx'

18 years agoAdd support for reading and writing mac addresses to or from ID EEPROM.
Haiying Wang [Wed, 12 Jul 2006 14:48:05 +0000 (10:48 -0400)]
Add support for reading and writing mac addresses to or from ID EEPROM.

Added code for reading and writing Mac addresses to/from ID EEPROM(0x57).
With attached patch, we can use command "mac/mac read/mac save/"
to read and write EEPROM under u-boot prompt.

U-boot will calculate the checksum of EEPROM while bootup,
if it is right, then u-boot will check whether the mac address
of eTSEC0/1/2/3 is availalbe (non-zero).

If there is mac address availabe in EEPROM, u-boot will use it,
otherewise, u-boot will use the mac address defined in
MPC8641HPCN.h. This matches the requirement to set unique mac address
for each TSEC port.

Signed-off-by: Haiying Wang <haiying.wang@freescale.com>
Signed-off-by: York Sun <yorksun@freescale.com>
18 years agoFixed initrd issue by define big RAM
Jin Zhengxiong [Thu, 13 Jul 2006 15:35:10 +0000 (10:35 -0500)]
Fixed initrd issue by define big RAM

Signed-off-by:Jason Jin <Jason.jin@freescale.com>

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

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

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

18 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

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

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

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

18 years agoMerge branch 'mpc86xx'
Jon Loeliger [Fri, 7 Jul 2006 15:03:07 +0000 (10:03 -0500)]
Merge branch 'mpc86xx'

18 years agoWe made a u-boot patch to fix the hang up issue
Jason Jin [Fri, 7 Jul 2006 15:01:45 +0000 (10:01 -0500)]
We made a u-boot patch to fix the hang up issue
when booting filesystem from ramdisk.

Signed-off-by:Jason Jin <Jason.jin@freescale.com>

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

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

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

18 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

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

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

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

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

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

18 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

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

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

18 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).

18 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).

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

18 years agoMerge branch 'mpc86xx'
Jon Loeliger [Wed, 28 Jun 2006 13:45:07 +0000 (08:45 -0500)]
Merge branch 'mpc86xx'

18 years agoChange Id to symbolic name for RTL8139
Jin Zhengxiong [Wed, 28 Jun 2006 13:43:56 +0000 (08:43 -0500)]
Change Id to symbolic name for RTL8139

Signed-off-by: Jason Jin <Jason.jin@freescale.com>
18 years agoMerge branch 'mpc86xx'
Jon Loeliger [Tue, 27 Jun 2006 16:08:17 +0000 (11:08 -0500)]
Merge branch 'mpc86xx'

18 years agoFix RTL8139 in big endian
Jin Zhengxiong-R64188 [Tue, 27 Jun 2006 10:12:10 +0000 (18:12 +0800)]
Fix RTL8139 in big endian

signed-off-by: Jason Jin <Jason.Jin@freescale.com>
signed-off-by: Wei Zhang <wei.zhang@freescale.com>

18 years agoFix Tsec bug when no link
Jin Zhengxiong-R64188 [Tue, 27 Jun 2006 10:12:23 +0000 (18:12 +0800)]
Fix Tsec bug when no link

 When tftp a non-exist file from the tftp server, u-boot will check
 the link of all eth port. The original file will return wrong link
 state on the no link ports.

signed-off-by: Jason Jin <Jason.Jin@freescale.com>

18 years agoFix bug for io_bar size during pci scan
Jin Zhengxiong-R64188 [Tue, 27 Jun 2006 10:12:02 +0000 (18:12 +0800)]
Fix bug for io_bar size during pci scan

During the pci scan process, Some devices return bar_reponse with the
highest bytes 0, such as the pci bridge in uli1575 return bar_response
with 0xffffff, So the bar_size should be manually set under 64K.

Signed-off-by: Jason Jin <jason.jin@freescale.com>
18 years agoEnable PCIE1 for MPC8641HPCN board
Jin Zhengxiong-R64188 [Tue, 27 Jun 2006 10:11:54 +0000 (18:11 +0800)]
Enable PCIE1 for MPC8641HPCN board

Signed-off-by: Jason Jin <Jason.jin@freescale.com>
18 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

18 years agoMerge branch 'mpc86xx'
Jon Loeliger [Thu, 22 Jun 2006 13:53:47 +0000 (08:53 -0500)]
Merge branch 'mpc86xx'

18 years agoFix bug in 8641hpcn reset command with no args.
Jon Loeliger [Thu, 22 Jun 2006 13:51:46 +0000 (08:51 -0500)]
Fix bug in 8641hpcn reset command with no args.

Signed-off-by: Haiying Wang <haiying.wang@freescale.com>
Acked-by: Jon Loeliger <jdl@freescale.com>
18 years agoReworked IRQ mapping in OF-tree.
Zhang Wei [Tue, 20 Jun 2006 09:47:15 +0000 (17:47 +0800)]
Reworked IRQ mapping in OF-tree.

18 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

18 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

18 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

18 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

18 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

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

18 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

18 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

18 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

18 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

18 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

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

18 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

18 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

18 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

18 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

18 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

18 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

18 years agoMerge branch 'mpc86xx'
Jon Loeliger [Fri, 16 Jun 2006 02:56:28 +0000 (21:56 -0500)]
Merge branch 'mpc86xx'

18 years agoDo not enable address translation on secondary CPUs.
Jon Loeliger [Fri, 16 Jun 2006 02:33:37 +0000 (21:33 -0500)]
Do not enable address translation on secondary CPUs.
Do not set up BATs on secondary CPUs.  Let Linux do the nasty.

Signed-off-by: Jon Loeliger <jdl@freescale.com>
18 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 agoMerge branch 'mpc86xx'
Jon Loeliger [Wed, 7 Jun 2006 15:54:16 +0000 (10:54 -0500)]
Merge branch 'mpc86xx'

18 years agoFix a get_board_sys_clk() use-before-def warning.
Jon Loeliger [Wed, 7 Jun 2006 15:53:55 +0000 (10:53 -0500)]
Fix a get_board_sys_clk() use-before-def warning.

Signed-off-by: Jon Loeliger <jdl@jdl.com>
18 years agoAllow DTC path to be passed in.
Jon Loeliger [Wed, 7 Jun 2006 15:52:49 +0000 (10:52 -0500)]
Allow DTC path to be passed in.

Signed-off-by: Jon Loeliger <jdl@jdl.com>
18 years agoMerge branch 'jdl'
Jon Loeliger [Wed, 7 Jun 2006 13:56:30 +0000 (08:56 -0500)]
Merge branch 'jdl'

18 years agoMerge branch 'mpc86xx'
Jon Loeliger [Wed, 7 Jun 2006 13:49:46 +0000 (08:49 -0500)]
Merge branch 'mpc86xx'

18 years agoMerge branch 'master' of http://www.denx.de/git/u-boot
Jon Loeliger [Wed, 7 Jun 2006 13:49:38 +0000 (08:49 -0500)]
Merge branch 'master' of www.denx.de/git/u-boot

18 years agoModify the IRQ of DUART2
Haiying Wang [Tue, 6 Jun 2006 20:54:29 +0000 (16:54 -0400)]
Modify the IRQ of DUART2

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