]> git.kernelconcepts.de Git - karo-tx-uboot.git/log
karo-tx-uboot.git
18 years agoSome code cleanup for GCC 4.x
Wolfgang Denk [Sat, 11 Mar 2006 21:53:33 +0000 (22:53 +0100)]
Some code cleanup for GCC 4.x

18 years agoUpdate CHANGELOG
Wolfgang Denk [Sat, 11 Mar 2006 18:15:27 +0000 (19:15 +0100)]
Update CHANGELOG

18 years agoMerge with http://www.denx.de/git/u-boot.git
Markus Klotzbücher [Thu, 9 Mar 2006 09:38:46 +0000 (10:38 +0100)]
Merge with http://www.denx.de/git/u-boot.git

18 years agoMerge with /home/tur/nand/u-boot
Wolfgang Denk [Wed, 8 Mar 2006 15:59:03 +0000 (16:59 +0100)]
Merge with /home/tur/nand/u-boot

18 years agoMerge /home/tur/nand/u-boot/
Markus Klotzbücher [Wed, 8 Mar 2006 09:24:21 +0000 (10:24 +0100)]
Merge /home/tur/nand/u-boot/

18 years agoFixed a bug in saveenv(). Credit: Markus Klotzbuecher.
Bartlomiej Sieka [Wed, 8 Mar 2006 07:32:43 +0000 (08:32 +0100)]
Fixed a bug in saveenv(). Credit: Markus Klotzbuecher.
> @@ -115,7 +115,7 @@ int saveenv(void)

18 years agoEnable simple (non-redundant) NAND environment on delta board.
Markus Klotzbücher [Tue, 7 Mar 2006 23:13:40 +0000 (00:13 +0100)]
Enable simple (non-redundant) NAND environment on delta board.

18 years agoSome minor fixes to environment in NAND code.
Markus Klotzbuecher [Tue, 7 Mar 2006 23:04:04 +0000 (00:04 +0100)]
Some minor fixes to environment in NAND code.

18 years agoAdd support for Intel Monahans CPU on Zylonite and Delta boards
Wolfgang Denk [Mon, 6 Mar 2006 23:33:28 +0000 (00:33 +0100)]
Add support for Intel Monahans CPU on Zylonite and Delta boards
(This is Work in Progress!)

18 years agoAdd support for TQM8260-AI boards.
Wolfgang Denk [Mon, 6 Mar 2006 23:32:07 +0000 (00:32 +0100)]
Add support for TQM8260-AI boards.

18 years agoCleanup (get rid of debug code that sneaked in)
Wolfgang Denk [Mon, 6 Mar 2006 23:22:36 +0000 (00:22 +0100)]
Cleanup (get rid of debug code that sneaked in)

18 years agoMerge with /home/wd/git/u-boot/master
Wolfgang Denk [Mon, 6 Mar 2006 22:18:48 +0000 (23:18 +0100)]
Merge with /home/wd/git/u-boot/master
Code cleanup.

18 years agoTurned on SDRAM scrubbing.
Markus Klotzbücher [Mon, 6 Mar 2006 17:47:44 +0000 (18:47 +0100)]
Turned on SDRAM scrubbing.

18 years agoCleanup of NAND support of delta board using the Monahans Data Flash
Markus Klotzbücher [Mon, 6 Mar 2006 14:04:25 +0000 (15:04 +0100)]
Cleanup of NAND support of delta board using the Monahans Data Flash
Controller.

18 years agoNAND finally working. Two bugs fixed:
Markus Klotzbücher [Mon, 6 Mar 2006 12:45:42 +0000 (13:45 +0100)]
NAND finally working. Two bugs fixed:
 * For READ_STATUS and READID commands always 8 bytes need to be read from
   NDDB. Otherwise they stay there and get send to flash as the first data
   word when writing.

 * In nand_base.c the oob variable is not reset so this->oob_buf is
   overwritten what eventually screws up the bad block descriptor table.

18 years agoMinor code cleanup
Wolfgang Denk [Mon, 6 Mar 2006 12:03:37 +0000 (13:03 +0100)]
Minor code cleanup

18 years agoMerge the new NAND code (testing-NAND brach); see doc/README.nand
Wolfgang Denk [Mon, 6 Mar 2006 10:25:22 +0000 (11:25 +0100)]
Merge the new NAND code (testing-NAND brach); see doc/README.nand
Rewrite of NAND code based on what is in 2.6.12 Linux kernel
Patch by Ladislav Michl, 29 Jun 2005

[Merge with /home/tur/nand/u-boot]

18 years agoRe-factoring the legacy NAND code (legacy NAND now only in board-specific
Bartlomiej Sieka [Sun, 5 Mar 2006 17:57:33 +0000 (18:57 +0100)]
Re-factoring the legacy NAND code (legacy NAND now only in board-specific
code and in SoC code). Boards using the old way have CFG_NAND_LEGACY and
BOARDLIBS = drivers/nand_legacy/libnand_legacy.a added. Build breakage for
NETTA.ERR and NETTA_ISDN - will go away when the new NAND support is
implemented for these boards.

18 years agoLots of new stuff:
Markus Klotzbücher [Sat, 4 Mar 2006 17:35:51 +0000 (18:35 +0100)]
Lots of new stuff:
 * Debug message can be turned on and off.
 * Waiting for events now times out.
 * Implemented RESET command.
 * Added appropriate nand_bbt_descriptor and nand_oobinfo.

Remaining Problems:
 * Read Status still behaves weird an returns invalid stuff sometimes.
 * ECC Placement does not respect our scheme in nand_oobinfo.

18 years agoAdd lowboot target to mcc200 board
Stefan Roese [Sat, 4 Mar 2006 13:57:03 +0000 (14:57 +0100)]
Add lowboot target to mcc200 board
Patch by Stefan Roese, 4 Mar 2006

18 years agoErasing works too now. The CS don't care causes problem with READSTATUS,
Markus Klotzbücher [Fri, 3 Mar 2006 19:13:43 +0000 (20:13 +0100)]
Erasing works too now. The CS don't care causes problem with READSTATUS,
don't ask me why. There are still bugs in the bad block logic.

18 years agoWrite operation is working. Turned out that the READSTATUS hack was wrong
Markus Klotzbücher [Fri, 3 Mar 2006 15:09:28 +0000 (16:09 +0100)]
Write operation is working. Turned out that the READSTATUS hack was wrong
after all.

18 years agoWriting is working, but there's still a bug that causes the data written to
Markus Klotzbücher [Fri, 3 Mar 2006 14:37:01 +0000 (15:37 +0100)]
Writing is working, but there's still a bug that causes the data written to
start at an offset of 4 bytes from the start of the page.

18 years agoImplemented writing, not working yet.
Markus Klotzbücher [Fri, 3 Mar 2006 11:11:11 +0000 (12:11 +0100)]
Implemented writing, not working yet.

18 years agoMoved the waiting loop for "Read Data Request" RDDREQ into the
Markus Klotzbücher [Thu, 2 Mar 2006 13:02:36 +0000 (14:02 +0100)]
Moved the waiting loop for "Read Data Request" RDDREQ into the
delta_cmdfunc function, because this bit is only set once after a command
is sent and this allows read functions to be called multiple times.

18 years agoMerge with /home/sr/git/u-boot/cfi-flash-fix
Wolfgang Denk [Thu, 2 Mar 2006 11:30:17 +0000 (12:30 +0100)]
Merge with /home/sr/git/u-boot/cfi-flash-fix

18 years agoRead bug fixed. Now "nand bad" list the badblocks correctly (i hope, since
Markus Klotzbücher [Thu, 2 Mar 2006 11:10:01 +0000 (12:10 +0100)]
Read bug fixed. Now "nand bad" list the badblocks correctly (i hope, since
there are 0)

18 years agoMake CFG_NO_FLASH work on ARM systems
Wolfgang Denk [Thu, 2 Mar 2006 10:03:05 +0000 (11:03 +0100)]
Make CFG_NO_FLASH work on ARM systems
Patch by Markus Klotzbuecher, 27 Feb 2006

18 years agoFurther NAND stuff implemented. Basic read commands seem to work.
Markus Klotzbücher [Wed, 1 Mar 2006 22:33:27 +0000 (23:33 +0100)]
Further NAND stuff implemented. Basic read commands seem to work.

18 years agoFix problem with flash_get_size() from CFI driver update
Stefan Roese [Wed, 1 Mar 2006 16:00:49 +0000 (17:00 +0100)]
Fix problem with flash_get_size() from CFI driver update
Patch by Stefan Roese, 1 Mar 2006

18 years agoAll subsystem clocks not immediately need are turned at reset.
Markus Klotzbücher [Tue, 28 Feb 2006 22:11:07 +0000 (23:11 +0100)]
All subsystem clocks not immediately need are turned at reset.

18 years agoAdded GPIO initialization of DF signal. Still not working.
Markus Klotzbücher [Tue, 28 Feb 2006 21:51:01 +0000 (22:51 +0100)]
Added GPIO initialization of DF signal. Still not working.

18 years agoUpdate mcc200 config: Disable PCI and DoC, use 133 MHz IPB clock,
Wolfgang Denk [Tue, 28 Feb 2006 17:39:20 +0000 (18:39 +0100)]
Update mcc200 config: Disable PCI and DoC, use 133 MHz IPB clock,
use hush shell.

18 years agoFirst steps implementing NAND support. Not working, fails to read ID.
Markus Klotzbücher [Tue, 28 Feb 2006 17:05:25 +0000 (18:05 +0100)]
First steps implementing NAND support. Not working, fails to read ID.

18 years agoMerge with Stefan Roese's branch with CFI driver fixes
Wolfgang Denk [Tue, 28 Feb 2006 15:42:50 +0000 (16:42 +0100)]
Merge with Stefan Roese's branch with CFI driver fixes

18 years agoMerge with /home/wd/git/u-boot/master
Wolfgang Denk [Tue, 28 Feb 2006 15:39:47 +0000 (16:39 +0100)]
Merge with /home/wd/git/u-boot/master

18 years agoConvert mcc200 to use common CFI flash driver
Stefan Roese [Tue, 28 Feb 2006 14:33:28 +0000 (15:33 +0100)]
Convert mcc200 to use common CFI flash driver
Patch by Stefan Roese, 28 Feb 2006

18 years agoMajor CFI-FLASH driver update:
Stefan Roese [Tue, 28 Feb 2006 14:29:58 +0000 (15:29 +0100)]
Major CFI-FLASH driver update:

* Add env-variable "unlock" to handle initial state of sectors
  (locked/unlocked).

  Only the U-Boot image and it's environment is protected,
  all other sectors are unprotected (unlocked) if flash
  hardware protection is used (CFG_FLASH_PROTECTION) and
  the environment variable "unlock" is set to "yes".

  Patch by Stefan Roese, 28 Feb 2006

* Update drivers/cfi_flash.c:
  - find_sector() called in both versions of flash_write_cfiword()
  Patch by Peter Pearse, 27th Feb 2006

* CFI support for a x8/x16 AMD/Spansion flash configured in x8 mode
  Patch by Jose Maria Lopez, 16 Jan 2006

* Add support for AMD/Spansion Flashes in flash_write_cfibuffer
  Patch by Alex Bastos and Thomas Schaefer, 2005-08-29

* Changes/fixes for drivers/cfi_flash.c:
  We *should* check if there are any error bits if the previous call
  returned ERR_OK (Otherwise we will have output an error message in
  flash_status_check() already.)  The original code would only check for
  error bits if flash_status_check() returns ERR_TIMEOUT.
  Patch by Marcus Hall, 23 Aug 2005

* Changes/fixes for drivers/cfi_flash.c:
  - Add CFG_FLASH_PROTECT_CLEAR on drivers/cfi_flash.c
  - Prohibit buffer write when buffer_size is 1 on drivers/cfi_flash.c
  Patch by Sangmoon Kim, 19 Aug 2005

* Fixes for drivers/cfi_flash.c:
  - Fix wrong timeout value usage in flash_status_check()
  - Round write_tout up when converting to msec in flash_get_size()
  - Remove clearing flash status at the end of flash_write_cfibuffer()
    which sets Intel 28F640J3 flash back to command mode on CSB472
  Patch by Tolunay Orkun, 02 July 2005

18 years agoMerge /home/tur/nand/u-boot/
Markus Klotzbücher [Fri, 24 Feb 2006 13:16:31 +0000 (14:16 +0100)]
Merge /home/tur/nand/u-boot/
This is a first version of the testing-NAND branch merged back to main.

18 years agoMerge branch 'master' of http://www.denx.de/git/u-boot
Markus Klotzbücher [Fri, 24 Feb 2006 10:34:34 +0000 (11:34 +0100)]
Merge branch 'master' of http://www.denx.de/git/u-boot

18 years agoMerge with /home/wd/git/u-boot/testing-NAND/ to add new NAND handling.
Bartlomiej Sieka [Fri, 24 Feb 2006 08:37:22 +0000 (09:37 +0100)]
Merge with /home/wd/git/u-boot/testing-NAND/ to add new NAND handling.

18 years agoCleanup MCC200 board.
Wolfgang Denk [Fri, 24 Feb 2006 00:42:40 +0000 (01:42 +0100)]
Cleanup MCC200 board.

18 years agoSDRAM now working.
Markus Klotzbücher [Wed, 22 Feb 2006 16:48:43 +0000 (17:48 +0100)]
SDRAM now working.

18 years agoSDRAM now working for delta board, but there are still aliasing problems,
Markus Klotzbücher [Wed, 22 Feb 2006 13:05:44 +0000 (14:05 +0100)]
SDRAM now working for delta board, but there are still aliasing problems,
we only see 64MB.

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 agoInitial port to MCC200 board (work in progress)
Wolfgang Denk [Tue, 21 Feb 2006 23:43:16 +0000 (00:43 +0100)]
Initial port to MCC200 board (work in progress)
Minimally modified patch by Bluetechnix, Vienna

18 years agoSDRAM seems to be working on delta board, though u-boot doesn't start yet.
Markus Klotzbücher [Tue, 21 Feb 2006 23:06:01 +0000 (00:06 +0100)]
SDRAM seems to be working on delta board, though u-boot doesn't start yet.

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 agoNew board directory and config for the benq delta board (copied from
Markus Klotzbücher [Mon, 20 Feb 2006 15:37:37 +0000 (16:37 +0100)]
New board directory and config for the benq delta board (copied from
zylonite). Minor pxa-regs.h update.

18 years agoMerged and added more pxa-regs.h stuff, especially the GPIO Control
Markus Klotzbücher [Mon, 20 Feb 2006 14:59:07 +0000 (15:59 +0100)]
Merged and added more pxa-regs.h stuff, especially the GPIO Control
Register Definitions.

18 years agoMerged sufficient changes to pxa-regs.h in order to make u-boot compile.
Markus Klotzbücher [Sun, 19 Feb 2006 15:03:49 +0000 (16:03 +0100)]
Merged sufficient changes to pxa-regs.h in order to make u-boot compile.
It doesn't run yet.

18 years agoReverting pxa-regs.h back to original, because the intel Monahans one
Markus Klotzbücher [Fri, 10 Feb 2006 16:12:14 +0000 (17:12 +0100)]
Reverting pxa-regs.h back to original, because the intel Monahans one
breaks backward compatibility and I don't trust it. Instead, i'll verify
and merge the parts I need while porting.

18 years agoConfig updated for compiling the SMC911111 network driver
Markus Klotzbücher [Fri, 10 Feb 2006 16:08:26 +0000 (17:08 +0100)]
Config updated for compiling the SMC911111 network driver

18 years agoChanged gcc-4.0 global data pointer fix to conform with the fix for this on
Markus Klotzbücher [Fri, 10 Feb 2006 10:25:41 +0000 (11:25 +0100)]
Changed gcc-4.0 global data pointer fix to conform with the fix for this on
other platforms (see c75eba3b4140187cd0d9bd8049f5df4c49b6889b)

18 years agobasic u-boot is working, boots into the command shell.
Markus Klotzbücher [Thu, 9 Feb 2006 12:19:25 +0000 (13:19 +0100)]
basic u-boot is working, boots into the command shell.

18 years agoChanges:
Markus Klotzbücher [Wed, 8 Feb 2006 17:56:28 +0000 (18:56 +0100)]
Changes:

* lots of bugfixes in the assembler code
* reverted hardware.h back to original
* enabled hardware DRAM calibration
* GCC-4 fix: modified GLOBAL_DATA_POINTER macro

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 agoForgot to add files to zylonite branch.
Markus Klotzbücher [Tue, 7 Feb 2006 19:48:45 +0000 (20:48 +0100)]
Forgot to add files to zylonite branch.

18 years agoThis is the first commit for the u-boot zylonite port. The following has be
Markus Klotzbücher [Tue, 7 Feb 2006 19:04:48 +0000 (20:04 +0100)]
This is the first commit for the u-boot zylonite port. The following has be
done so far:

* created zylonite board dir (based on lubbock)
* extended some - but not all pxa sources and headers for Intel
  Monahans support (CONFIG_CPU_MONAHANS)
* created Makefile zylonite target + MAKEALL entry
* added some debug nonsense, remove later, grep for mk@tbd

Status: compiles (eldk-4.0), and can be started with BDI, but runs forever
and doesn't halt at breakpoints. Hmmm...

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 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 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 U-Boot-1_1_4
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.