platform/kernel/u-boot.git
18 years agoMerge rsync://rsync.denx.de/git/u-boot
Kumar Gala [Wed, 22 Feb 2006 20:15:41 +0000 (14:15 -0600)]
Merge rsync://rsync.denx.de/git/u-boot

18 years agoRename SMMACO4 board into smmaco4 for consistency with Linux.
Wolfgang Denk [Wed, 22 Feb 2006 09:25:39 +0000 (10:25 +0100)]
Rename SMMACO4 board into smmaco4 for consistency with Linux.

18 years agoDisable CMD_BSP for SMMACO4 board.
Wolfgang Denk [Wed, 22 Feb 2006 01:39:31 +0000 (02:39 +0100)]
Disable CMD_BSP for SMMACO4 board.

18 years agoMerge with /home/hs/PanDacom/u-boot-dev
Wolfgang Denk [Wed, 22 Feb 2006 00:59:13 +0000 (01:59 +0100)]
Merge with /home/hs/PanDacom/u-boot-dev

18 years agoAdd GIT version information (commid ID) to untagged U-Boot versions
Wolfgang Denk [Tue, 21 Feb 2006 16:33:04 +0000 (17:33 +0100)]
Add GIT version information (commid ID) to untagged U-Boot versions

As done in the linux kernel, the U-Boot version (U_BOOT_VERSION)
of all unreleased (untagged) U-Boot images will be automatically
extended upon compiletime with a part of the GIT commit ID and
possibly with "dirty" if uncommited changes are detected.

Here an example for the resulting version:
"U-Boot 1.1.4-g3457ac18-dirty"

The version is now maintained in the toplevel Makefile and the
version headers are autogenerated.

Patch by Stefan Roese, 9 Feb 2006

18 years agoMerge with /home/sr/git/u-boot
Wolfgang Denk [Tue, 21 Feb 2006 15:41:43 +0000 (16:41 +0100)]
Merge with /home/sr/git/u-boot

18 years ago[Patch] Add basic support for the SMMACO4 Board from PanDaCom.
Heiko Schocher [Mon, 20 Feb 2006 16:34:12 +0000 (17:34 +0100)]
[Patch] Add basic support for the SMMACO4 Board from PanDaCom.

Signed-off-by: Heiko Schocher <hs@denx.de>
18 years agoMerge branch 'mpc83xx'
Kumar Gala [Fri, 10 Feb 2006 21:42:58 +0000 (15:42 -0600)]
Merge branch 'mpc83xx'

18 years agoEnable address translation on MPC83xx
Kumar Gala [Fri, 10 Feb 2006 21:40:06 +0000 (15:40 -0600)]
Enable address translation on MPC83xx
Patch by Kumar Gala, 10 Feb 2006

18 years agoConvert CPCI750 to use common CFI flash driver
Stefan Roese [Wed, 8 Feb 2006 14:54:15 +0000 (15:54 +0100)]
Convert CPCI750 to use common CFI flash driver
Patch by Reinhard Arlt, 8 Feb 2006

18 years agoVarious changes to esd HH405 board specific files
Stefan Roese [Tue, 7 Feb 2006 15:51:04 +0000 (16:51 +0100)]
Various changes to esd HH405 board specific files
Patch by Matthias Fuchs, 07 Feb 2006

18 years agoUpdate default environment for INKA4x00 board.
Wolfgang Denk [Tue, 7 Feb 2006 14:18:25 +0000 (15:18 +0100)]
Update default environment for INKA4x00 board.

18 years agoCleanup U-Boot boot messages on ARM.
Wolfgang Denk [Sun, 29 Jan 2006 18:12:41 +0000 (19:12 +0100)]
Cleanup U-Boot boot messages on ARM.

To match the U-Boot user interface on ARM platforms to the U-Boot
standard (as on PPC platforms), some messages with debug character
are removed from the default U-Boot build.
Enable DEBUG for lib_arm/board.c to enable debug messages.
New CONFIG_DISPLAY_CPUINFO and CONFIG_DISPLAY_BOARDINFO options.

Patch  by Stefan Roese, 24 Jan 2006

18 years agoMerge branch 'mpc83xx'
Kumar Gala [Wed, 25 Jan 2006 22:13:34 +0000 (16:13 -0600)]
Merge branch 'mpc83xx'

18 years agoDecopuled setting of OR/BR and LBLAWBAR/LBLAWAR on MPC83xx
Kumar Gala [Wed, 25 Jan 2006 22:12:46 +0000 (16:12 -0600)]
Decopuled setting of OR/BR and LBLAWBAR/LBLAWAR on MPC83xx
Patch by Kumar Gala, 25 Jan 2006

18 years agoMerge branch 'mpc83xx'
Kumar Gala [Mon, 23 Jan 2006 22:24:29 +0000 (16:24 -0600)]
Merge branch 'mpc83xx'

18 years agoFixed defines for MPC83xx SICRL register to match current specs
Kumar Gala [Mon, 23 Jan 2006 22:22:57 +0000 (16:22 -0600)]
Fixed defines for MPC83xx SICRL register to match current specs
Patch by Kumar Gala, 23 Jan 2006

18 years agoFix various compiler warnings on ppc4xx builds (ELDK 4.0)
Stefan Roese [Wed, 18 Jan 2006 19:06:44 +0000 (20:06 +0100)]
Fix various compiler warnings on ppc4xx builds (ELDK 4.0)

Patch by Stefan Roese, 18 Jan 2006

18 years agoAdd VGA support (CT69000) to CPCI750 board.
Stefan Roese [Wed, 18 Jan 2006 19:05:34 +0000 (20:05 +0100)]
Add VGA support (CT69000) to CPCI750 board.
Insert missing __le32_to_cpu() for filesize in ext2fs_read_file().

Patch by Reinhard Arlt, 30 Dec 2005

18 years agoPMC405 and CPCI405: Moved configuration of pci resources into config file.
Stefan Roese [Wed, 18 Jan 2006 19:03:15 +0000 (20:03 +0100)]
PMC405 and CPCI405: Moved configuration of pci resources into config file.
PMC405 and CPCI2DP: Added firmware download and booting via pci.

Patch by Matthias Fuchs, 20 Dec 2005

18 years agoFix 28F256J3A support on PM520 board
Wolfgang Denk [Fri, 13 Jan 2006 16:00:56 +0000 (17:00 +0100)]
Fix 28F256J3A support on PM520 board
(without bank-switching only 32 MB can be accessed)

18 years agoMerge branch 'mpc8349ads'
Kumar Gala [Fri, 13 Jan 2006 01:53:39 +0000 (19:53 -0600)]
Merge branch 'mpc8349ads'

18 years agoAdded PCI support for MPC8349ADS board
Kumar Gala [Fri, 13 Jan 2006 01:51:38 +0000 (19:51 -0600)]
Added PCI support for MPC8349ADS board
Patch by Kumar Gala 11 Jan 2006

18 years agoMerge branch 'mpc8349ads'
Kumar Gala [Thu, 12 Jan 2006 21:52:02 +0000 (15:52 -0600)]
Merge branch 'mpc8349ads'

18 years agoMerge branch 'pci'
Kumar Gala [Thu, 12 Jan 2006 21:48:43 +0000 (15:48 -0600)]
Merge branch 'pci'

18 years agoAdded PCI support for MPC8349ADS board
Kumar Gala [Thu, 12 Jan 2006 21:45:58 +0000 (15:45 -0600)]
Added PCI support for MPC8349ADS board
Patch by Kumar Gala 11 Jan 2006

18 years agoFixed PCI indirect config ops to handle multiple PCI controllers
Kumar Gala [Thu, 12 Jan 2006 21:30:24 +0000 (15:30 -0600)]
Fixed PCI indirect config ops to handle multiple PCI controllers
We need to adjust the bus number we are trying to access based
on which PCI controller its on
Patch by Kumar Gala 12 Jan 2006

18 years agoMerge branch 'mpc8349ads'
Kumar Gala [Wed, 11 Jan 2006 23:12:46 +0000 (17:12 -0600)]
Merge branch 'mpc8349ads'

18 years agoAdded PCI support for MPC8349ADS board
Kumar Gala [Wed, 11 Jan 2006 23:12:07 +0000 (17:12 -0600)]
Added PCI support for MPC8349ADS board
Patch by Kumar Gala 11 Jan 2006

18 years agoMerge branch 'ft_infr'
Kumar Gala [Wed, 11 Jan 2006 22:54:53 +0000 (16:54 -0600)]
Merge branch 'ft_infr'

18 years agoMerge branch 'pci'
Kumar Gala [Wed, 11 Jan 2006 22:53:45 +0000 (16:53 -0600)]
Merge branch 'pci'

18 years agoAdd helper function for generic flat device tree fixups for mpc83xx
Kumar Gala [Wed, 11 Jan 2006 22:48:10 +0000 (16:48 -0600)]
Add helper function for generic flat device tree fixups for mpc83xx
Patch by Kumar Gala 11 Jan 2006

18 years agoAdd support for passing initrd information via flat device tree
Kumar Gala [Wed, 11 Jan 2006 22:41:35 +0000 (16:41 -0600)]
Add support for passing initrd information via flat device tree
Patch by Kumar Gala 11 Jan 2006

18 years agoAdded OF_STDOUT_PATH and OF_SOC
Kumar Gala [Wed, 11 Jan 2006 19:59:02 +0000 (13:59 -0600)]
Added OF_STDOUT_PATH and OF_SOC

OF_STDOUT_PATH specifies the path to the device the kernel can use
for console output

OF_SOC specifies the proper name of the SOC node if one exists.
Patch by Kumar Gala 11 Jan 2006

18 years agoAllow board code to fixup the flat device tree before booting a
Kumar Gala [Wed, 11 Jan 2006 19:54:17 +0000 (13:54 -0600)]
Allow board code to fixup the flat device tree before booting a
kernel
Patch by Kumar Gala 11 Jan 2006

18 years agoAdded CONFIG_ options for bd_t and env in flat dev tree
Kumar Gala [Wed, 11 Jan 2006 19:49:31 +0000 (13:49 -0600)]
Added CONFIG_ options for bd_t and env in flat dev tree

      CONFIG_OF_HAS_BD_T will put a copy of the bd_t
      into the resulting flat device tree.

      CONFIG_OF_HAS_UBOOT_ENV will copy the environment
      variables from u-boot into the flat device tree

Patch by Kumar Gala 11 Jan 2006

18 years agoReport back PCI bus when doing table based device config
Kumar Gala [Wed, 11 Jan 2006 19:27:19 +0000 (13:27 -0600)]
Report back PCI bus when doing table based device config
Patch by Kumar Gala 11 Jan 2006

18 years agoAdded support for PCI prefetchable region and BARs
Kumar Gala [Wed, 11 Jan 2006 19:24:15 +0000 (13:24 -0600)]
Added support for PCI prefetchable region and BARs
If a host controller sets up a region as prefetchable and
a device's BAR denotes it as prefetchable, allocate the
BAR into the prefetch region.

If a BAR is prefetchable and no prefetchable region has
been setup by the controller we fall back to allocating
the BAR into the normally memory region.
Patch by Kumar Gala 11 Jan 2006

18 years agoOnly disable the MPC83xx watchdog if its enabled out of reset.
Kumar Gala [Wed, 11 Jan 2006 17:23:01 +0000 (11:23 -0600)]
Only disable the MPC83xx watchdog if its enabled out of reset.
If its disabled out of reset SW can later enable it if so desired
Patch by Kumar Gala, 11 Jan 2006

18 years agoAllow config of GPIO direction & data registers at boot on 83xx
Kumar Gala [Wed, 11 Jan 2006 17:21:14 +0000 (11:21 -0600)]
Allow config of GPIO direction & data registers at boot on 83xx
Patch by Kumar Gala, 11 Jan 2006

18 years agoEnable time handling on 83xx
Kumar Gala [Wed, 11 Jan 2006 17:19:12 +0000 (11:19 -0600)]
Enable time handling on 83xx
Patch by Kumar Gala, 11 Jan 2006

18 years agoMake System IO Config Registers board configurable on MPC83xx
Kumar Gala [Wed, 11 Jan 2006 17:12:57 +0000 (11:12 -0600)]
Make System IO Config Registers board configurable on MPC83xx
Patch by Kumar Gala, 11 Jan 2006

18 years agoUpdate CHANGELOG.
Wolfgang Denk [Wed, 11 Jan 2006 12:04:53 +0000 (13:04 +0100)]
Update CHANGELOG.

18 years agoFix mkimage bug with multifile images created on 64 bit systems.
Wolfgang Denk [Wed, 11 Jan 2006 12:03:54 +0000 (13:03 +0100)]
Fix mkimage bug with multifile images created on 64 bit systems.

18 years agoAdd support for 28F256J3A flah (=> 64 MB) on PM520 board
Wolfgang Denk [Thu, 29 Dec 2005 14:12:09 +0000 (15:12 +0100)]
Add support for 28F256J3A flah (=> 64 MB) on PM520 board

18 years agoAdd support for 28F256J3A flash chips
Wolfgang Denk [Thu, 22 Dec 2005 00:50:50 +0000 (01:50 +0100)]
Add support for 28F256J3A flash chips

18 years agoFix compiler problem with at91rm9200dk board.
Wolfgang Denk [Mon, 19 Dec 2005 12:02:45 +0000 (13:02 +0100)]
Fix compiler problem with at91rm9200dk board.
Patch by Eugen Bigz, 19 Dec 2005

18 years agoMerge with /home/sr/git/u-boot
Wolfgang Denk [Fri, 16 Dec 2005 16:39:27 +0000 (17:39 +0100)]
Merge with /home/sr/git/u-boot

18 years agoMPC5200: Set PCI retry counter to 0 = infinite retry;
Wolfgang Denk [Fri, 16 Dec 2005 14:14:18 +0000 (15:14 +0100)]
MPC5200:  Set PCI retry counter to 0 = infinite retry;
The default of 255 is too short for slow devices.
Patch by Martin Nykodym, 12 Dec 2005

18 years agoChanges to Yellowstone & Yosemite 440EP/GR eval boards:
Stefan Roese [Thu, 15 Dec 2005 08:43:12 +0000 (09:43 +0100)]
Changes to Yellowstone & Yosemite 440EP/GR eval boards:
- Changed GPIO setup to enable another address line in order to
  address 64M of FLASH.
- Added function sdram_tr1_set to auto calculate the tr1 value for
  the DDR.
Patch by Steven Blakeslee, 12 Dec 2005

18 years agoMerge with /home/m8/git/u-boot
Wolfgang Denk [Wed, 14 Dec 2005 14:05:59 +0000 (15:05 +0100)]
Merge with /home/m8/git/u-boot

18 years ago(no commit message)
Wolfgang Denk [Mon, 12 Dec 2005 15:06:05 +0000 (16:06 +0100)]

18 years agoChange port configuration for O2DNT (CODEC1 on PSC1)
Marian Balakowicz [Tue, 6 Dec 2005 19:33:07 +0000 (20:33 +0100)]
Change port configuration for O2DNT (CODEC1 on PSC1)

18 years agoFix DPRAM offset/size for MPC8541/8555.
Wolfgang Denk [Tue, 6 Dec 2005 14:02:31 +0000 (15:02 +0100)]
Fix DPRAM offset/size for MPC8541/8555.
Simplify TQM85xx Makefile handling.

18 years agoFix data overflow (typo?) in rtc/ds1302.c
Wolfgang Denk [Sun, 4 Dec 2005 10:20:57 +0000 (11:20 +0100)]
Fix data overflow (typo?) in rtc/ds1302.c

18 years agoCode cleanup, especially MIPS for GCC 4.x
Wolfgang Denk [Sat, 3 Dec 2005 23:40:34 +0000 (00:40 +0100)]
Code cleanup, especially MIPS for GCC 4.x

18 years agoFix U-Boot compilation for MIPS boards using ELDK 4.0
Wolfgang Denk [Thu, 1 Dec 2005 01:15:07 +0000 (02:15 +0100)]
Fix U-Boot compilation for MIPS boards using ELDK 4.0

18 years agoMerge with /home/sr/git/u-boot
Wolfgang Denk [Thu, 1 Dec 2005 00:38:13 +0000 (01:38 +0100)]
Merge with /home/sr/git/u-boot

18 years agoAdjust TQM834x PHY addresses for latest hardware revision.
Wolfgang Denk [Thu, 1 Dec 2005 00:17:24 +0000 (01:17 +0100)]
Adjust TQM834x PHY addresses for latest hardware revision.

18 years agoIncrease malloc arena on TQM5200 board to 256 kB.
Wolfgang Denk [Wed, 30 Nov 2005 23:55:19 +0000 (00:55 +0100)]
Increase malloc arena on TQM5200 board to 256 kB.
With 64 kb uniform flash sector size the old value of 128 kB was
too small.

18 years agoFix miiphy global data initialization (problem on 4xx boards when no
Marian Balakowicz [Wed, 30 Nov 2005 17:06:04 +0000 (18:06 +0100)]
Fix miiphy global data initialization (problem on 4xx boards when no
ethaddr is assigned). Initialization moved from miiphy_register() to
eth_initialize().

Based on initial patch for 4xx platform by Matthias Fuchs.

18 years agoAdd support for TQM8541/8555 boards, TQM85xx support reworked:
Stefan Roese [Wed, 30 Nov 2005 12:06:40 +0000 (13:06 +0100)]
Add support for TQM8541/8555 boards, TQM85xx support reworked:

- Support for TQM8541/8555 boards added.
- Complete rework of TQM8540/8560 support.
- Common TQM85xx code now supports all current TQM85xx platforms
  (TQM8540/8541/8555/8560).
- DDR SDRAM size detection added.
- CAS latency default values can be overwritten by setting "serial#"
  to e.g. "ABC0001 casl=25" -> CAS latency 2.5 will be used.
  If problems are detected with this non default CAS latency,
  the defualt values will be used instead.
- FLASH size detection added.
- Moved FCC ethernet driver initialization behind TSEC driver init
  -> TSEC is first device.

Patch by Stefan Roese, 30 Nov 2005

18 years agoCompile warning fixed
Stefan Roese [Tue, 29 Nov 2005 18:13:38 +0000 (19:13 +0100)]
Compile warning fixed
Patch by Stefan Roese, 29 Nov 2005

18 years agoAdd support for AMCC 440SP, add support for AMCC Luan 440SP eval board.
Stefan Roese [Tue, 29 Nov 2005 17:18:21 +0000 (18:18 +0100)]
Add support for AMCC 440SP, add support for AMCC Luan 440SP eval board.
Patch by John Otken, 23 Nov 2005

18 years agoMinor AMCC 4xx board cleanups
Stefan Roese [Tue, 29 Nov 2005 17:17:41 +0000 (18:17 +0100)]
Minor AMCC 4xx board cleanups
Patch by Stefan Roese, 27 Nov 2005

18 years agoIncrease IPB and PCI clocks for O2DNT board.
Marian Balakowicz [Sun, 27 Nov 2005 19:15:41 +0000 (20:15 +0100)]
Increase IPB and PCI clocks for O2DNT board.

18 years agoChanged PPC44x startup message (cpu info, speed...) to common style:
Stefan Roese [Sun, 27 Nov 2005 18:36:26 +0000 (19:36 +0100)]
Changed PPC44x startup message (cpu info, speed...) to common style:

On PPC44x platforms, the startup message generated in "cpu.c" only
comprised the ppc type and revision but not additional informations
like speed etc. Those speed infos where printed in the board specific
code. This new implementation now prints all CPU infos in the common
cpu specific code. No board specific code is needed anymore and
therefore removed from all current 44x implementations.

Patch by Stefan Roese, 27 Nov 2005

18 years agoRemove unnnecessary #include <linux/types.h> from include/asm-*/u-boot.h
Wolfgang Denk [Fri, 25 Nov 2005 15:38:03 +0000 (16:38 +0100)]
Remove unnnecessary #include <linux/types.h> from include/asm-*/u-boot.h

18 years agoAllow use of include/image.h and include/asm-*/u-boot.h in proprietary code.
Wolfgang Denk [Fri, 25 Nov 2005 09:38:43 +0000 (10:38 +0100)]
Allow use of include/image.h and include/asm-*/u-boot.h in proprietary code.
The COPYING file was extended to make clear that these files can be
used in non-GPL code, too.

18 years agoAdd support for Prodrive P3P440 board:
Stefan Roese [Tue, 22 Nov 2005 12:20:42 +0000 (13:20 +0100)]
Add support for Prodrive P3P440 board:
- Added onboard PPC440 DDR autodetection in cpu/ppc/sdram.c
- CFG_FLASH_QUIET_TEST added to use the common CFI driver
  for bank autodetection
Patch by Stefan Roese, 22 Nov 2005

18 years agoChange all '$(...)' variable references into '${...}'
Wolfgang Denk [Sun, 20 Nov 2005 20:40:11 +0000 (21:40 +0100)]
Change all '$(...)' variable references into '${...}'
which makes the environment compatible with the hush shell.
WARNING: Support for the old '$(...)' syntax will be
discontinued in a later version.

18 years agoMinor changes to init flags in TQM834x PCI.
Rafal Jaworowski [Wed, 16 Nov 2005 23:26:18 +0000 (00:26 +0100)]
Minor changes to init flags in TQM834x PCI.

18 years agoAdd CHANGELOG entry
Stefan Roese [Tue, 15 Nov 2005 15:26:34 +0000 (16:26 +0100)]
Add CHANGELOG entry
Patch by Stefan Roese, 15 Nov 2005

18 years agoMerge with /server/home/stefan/git/u-boot/bamboo-sdram
Stefan Roese [Tue, 15 Nov 2005 15:23:41 +0000 (16:23 +0100)]
Merge ... /server/home/stefan/git/u-boot/bamboo-sdram

18 years agoFix Bamboo DDR SDRAM initialization (problem with onboard SDRAM)
Stefan Roese [Tue, 15 Nov 2005 15:04:58 +0000 (16:04 +0100)]
Fix Bamboo DDR SDRAM initialization (problem with onboard SDRAM)
Patch by Stefan Roese, 15 Nov 2005

18 years agoNew PPC 405EP board added: CMS700
Stefan Roese [Tue, 15 Nov 2005 09:35:59 +0000 (10:35 +0100)]
New PPC 405EP board added: CMS700
Added CONFIG_NET_MULTI for VOM405 board.
Added reset_phy() for VOM405 board.
Patch by Matthias Fuchs, 09 Nov 2005

18 years agoAdd explanation for CDP checksum algorithm
Wolfgang Denk [Thu, 10 Nov 2005 19:59:46 +0000 (20:59 +0100)]
Add explanation for CDP checksum algorithm

18 years agoUpdated PCI mapping for esd CPCI2DP board.
Stefan Roese [Tue, 8 Nov 2005 08:00:09 +0000 (09:00 +0100)]
Updated PCI mapping for esd CPCI2DP board.
Add support for error LED.
Patch by Matthias Fuchs, 07 Nov 2005

18 years agoFix MPC85xx PCI support (pci_register_hose() before pci config access)
Stefan Roese [Mon, 7 Nov 2005 12:43:06 +0000 (13:43 +0100)]
Fix MPC85xx PCI support (pci_register_hose() before pci config access)
Patch by Stefan Roese, 07 Nov 2005

18 years agoCorrect PPC Timebase register definitions (SPRN_TBRL...)
Stefan Roese [Mon, 7 Nov 2005 08:57:57 +0000 (09:57 +0100)]
Correct PPC Timebase register definitions (SPRN_TBRL...)
Patch by Stefan Roese, 07 Nov 2005

18 years agoAdjust bd->bi_flashstart on Yellowstone & Yosemite to correct size
Stefan Roese [Sat, 5 Nov 2005 14:50:16 +0000 (15:50 +0100)]
Adjust bd->bi_flashstart on Yellowstone & Yosemite to correct size
Patch by Stefan Roese, 05 Nov 2005

18 years agoAdjust TQM85x PHY addresses for latest hardware revision.
Wolfgang Denk [Thu, 3 Nov 2005 10:31:36 +0000 (11:31 +0100)]
Adjust TQM85x PHY addresses for latest hardware revision.

18 years agoAdditional fix for external IRQ config on Yellowstone & Yosemite
Stefan Roese [Thu, 3 Nov 2005 07:31:33 +0000 (08:31 +0100)]
Additional fix for external IRQ config on Yellowstone & Yosemite
Patch by Stefan Roese, 03 Nov 2005

18 years agoAdd support for Ocotea pass 3 with 440GX Rev. F
Stefan Roese [Tue, 1 Nov 2005 09:08:03 +0000 (10:08 +0100)]
Add support for Ocotea pass 3 with 440GX Rev. F
Patch by Stefan Roese, 01 Nov 2005

18 years agoMerge with /git/u-boot.git
Stefan Roese [Tue, 1 Nov 2005 09:02:21 +0000 (10:02 +0100)]
Merge with /git/u-boot.git

18 years agoMore verbose CHANGELOG entry.
Wolfgang Denk [Sat, 29 Oct 2005 21:50:20 +0000 (23:50 +0200)]
More verbose CHANGELOG entry.

18 years agoMerge with /home/m8/git/u-boot
Wolfgang Denk [Sat, 29 Oct 2005 21:45:04 +0000 (23:45 +0200)]
Merge with /home/m8/git/u-boot

18 years agoAdd missing CHANGELOG entries.
Marian Balakowicz [Sat, 29 Oct 2005 12:48:59 +0000 (14:48 +0200)]
Add missing CHANGELOG entries.

18 years agoAdd support for multiple PHYs.
Marian Balakowicz [Fri, 28 Oct 2005 20:30:33 +0000 (22:30 +0200)]
Add support for multiple PHYs.

18 years agoCorrect includes for flat tree builder.
Marian Balakowicz [Fri, 28 Oct 2005 16:08:03 +0000 (18:08 +0200)]
Correct includes for flat tree builder.

18 years agoFix conflicting types (flash_write()) in trab auto_update.c
Marian Balakowicz [Fri, 28 Oct 2005 13:29:43 +0000 (15:29 +0200)]
Fix conflicting types (flash_write()) in trab auto_update.c

18 years agoFix external IRQ configuration on Yellowstone & Yosemite
Stefan Roese [Fri, 28 Oct 2005 10:21:06 +0000 (12:21 +0200)]
Fix external IRQ configuration on Yellowstone & Yosemite

The multiplexed signals Ext IRQ0...3 have to be configured as IRQ,
because they default to GPIOx (440EP/GR).

Patch by Stefan Roese, 28 Oct 2005

18 years agoMerge with /home/wd/git/u-boot/master
Wolfgang Denk [Fri, 21 Oct 2005 20:41:25 +0000 (22:41 +0200)]
Merge with /home/wd/git/u-boot/master

18 years agoAdd missing 4xx board to MAKEALL
Stefan Roese [Thu, 20 Oct 2005 14:40:17 +0000 (16:40 +0200)]
Add missing 4xx board to MAKEALL
Patch by Stefan Roese, 20 Oct 2005

18 years agoFix conflicting types (flash_write()) in esd auto_update.c
Stefan Roese [Thu, 20 Oct 2005 14:39:16 +0000 (16:39 +0200)]
Fix conflicting types (flash_write()) in esd auto_update.c
Patch by Stefan Roese, 20 Oct 2005

18 years agoFix problem with sleep in NetConsole (use get_timer())
Stefan Roese [Thu, 20 Oct 2005 14:36:44 +0000 (16:36 +0200)]
Fix problem with sleep in NetConsole (use get_timer())
Patch by Stefan Roese, 20 Oct 2005

18 years agoAdd NetConsole Support for AMCC eval boards
Stefan Roese [Thu, 20 Oct 2005 14:34:28 +0000 (16:34 +0200)]
Add NetConsole Support for AMCC eval boards
Patch by Stefan Roese, 20 Oct 2005

18 years agoFix NetConsole support on 4xx (only print eth link on 1st transfer)
Stefan Roese [Tue, 18 Oct 2005 17:17:12 +0000 (19:17 +0200)]
Fix NetConsole support on 4xx (only print eth link on 1st transfer)
Patch by Stefan Roese, 18 Oct 2005

18 years agoAdd PCI support for the TQM834x board.
Rafal Jaworowski [Mon, 17 Oct 2005 00:39:53 +0000 (02:39 +0200)]
Add PCI support for the TQM834x board.

18 years agoFix typo.
Wolfgang Denk [Sun, 16 Oct 2005 22:24:00 +0000 (00:24 +0200)]
Fix typo.