]> git.kernelconcepts.de Git - karo-tx-uboot.git/log
karo-tx-uboot.git
18 years agoMPC5200: enable snooping of DMA transactions on XLB even if no PCI LABEL_2006_04_18_1106
Wolfgang Denk [Tue, 18 Apr 2006 09:05:03 +0000 (11:05 +0200)]
MPC5200: enable snooping of DMA transactions on XLB even if no PCI
is configured; othrwise DMA accesses aren't cache coherent which
causes for example USB to fail.

18 years agoSome code cleanup
Wolfgang Denk [Sun, 16 Apr 2006 08:51:58 +0000 (10:51 +0200)]
Some code cleanup

18 years agoMerge with /home/hs/U-Boot/u-boot-dev
Wolfgang Denk [Sun, 16 Apr 2006 08:27:31 +0000 (10:27 +0200)]
Merge with /home/hs/U-Boot/u-boot-dev

18 years agoFix Quad UART mapping on MCC200 board due to new HW revision
Wolfgang Denk [Thu, 13 Apr 2006 14:35:22 +0000 (16:35 +0200)]
Fix Quad UART mapping on MCC200 board due to new HW revision

18 years agoMerge with /home/m8/git/u-boot
Wolfgang Denk [Wed, 12 Apr 2006 10:26:32 +0000 (12:26 +0200)]
Merge with /home/m8/git/u-boot

18 years ago* Fix dbau1x00 Board
Heiko Schocher [Tue, 11 Apr 2006 12:53:29 +0000 (14:53 +0200)]
* Fix dbau1x00 Board
  - Fix dbau1x00 boards broken by dbau1550 patch
    PLL:s were not set for boards other than 1550.
    Flash CFI caused card to hang due to undefined CFG_FLASH_BANKS_LIST.
    Default boot is now bootp for cards other than 1550.
  Patch by Thomas Lange Aug 10 2005

18 years agoFixes common/cmd_flash.c:
Heiko Schocher [Tue, 11 Apr 2006 12:39:21 +0000 (14:39 +0200)]
Fixes common/cmd_flash.c:

   - fix some compiler/parser error, if using m68k tool chain
   - optical fix for protect on/off all messages, if using more
     then one bank
  Patch by Jens Scharsig, 28 July 2005

18 years agoFix JFFS2 support for legacy NAND driver.
Marian Balakowicz [Sat, 8 Apr 2006 17:08:06 +0000 (19:08 +0200)]
Fix JFFS2 support for legacy NAND driver.

Some more NAND cleanup and small fixes.

18 years agoMCC200 Board: fix flash unprotection code for flash > 32 MB.
Wolfgang Denk [Thu, 6 Apr 2006 13:03:42 +0000 (15:03 +0200)]
MCC200 Board: fix flash unprotection code for flash > 32 MB.

18 years agoUpdate CHANGELOG
Wolfgang Denk [Thu, 6 Apr 2006 09:35:18 +0000 (11:35 +0200)]
Update CHANGELOG

18 years agoFix Lite500B support: Merge with /home/raj/git/u-boot.l5200b_pci
Wolfgang Denk [Thu, 6 Apr 2006 08:42:23 +0000 (10:42 +0200)]
Fix Lite500B support: Merge with /home/raj/git/u-boot.l5200b_pci

18 years agoMerge with /home/sr/git/u-boot/cfi-flash
Wolfgang Denk [Wed, 5 Apr 2006 22:16:58 +0000 (00:16 +0200)]
Merge with /home/sr/git/u-boot/cfi-flash

18 years agoMerge with /home/sr/git/u-boot/4xx-sdram
Wolfgang Denk [Wed, 5 Apr 2006 21:55:15 +0000 (23:55 +0200)]
Merge with /home/sr/git/u-boot/4xx-sdram

18 years agoRemove dependencies between DoC code and old legacy NAND driver.
Marian Balakowicz [Wed, 5 Apr 2006 18:46:41 +0000 (20:46 +0200)]
Remove dependencies between DoC code and old legacy NAND driver.
Necessary defines and data structures were copied to DoC specific files
so that legacy NAND code could be entirely removed from u-boot tree
in the near future.

18 years agoCorrect PM828_PCI_config Makefile target.
Marian Balakowicz [Wed, 5 Apr 2006 18:37:11 +0000 (20:37 +0200)]
Correct PM828_PCI_config Makefile target.

18 years agoFix CONFIG_SKIP_LOWLEVEL_INIT dependency in cpu/arm920t/start.S
Wolfgang Denk [Mon, 3 Apr 2006 13:46:10 +0000 (15:46 +0200)]
Fix CONFIG_SKIP_LOWLEVEL_INIT dependency in cpu/arm920t/start.S
Patch by Peter Menzebach, 13 Oct 2005 [DNX#2006040142000473]

18 years ago* Add support for ymodem protocol download
Wolfgang Denk [Sat, 1 Apr 2006 13:52:46 +0000 (15:52 +0200)]
* Add support for ymodem protocol download
  Patch by Stefano Babic, 29 Mar 2006

* Memory Map Update for Delta board: U-Boot is at 0x80000000-0x84000000

Merge with /home/mk/8-benq/u-boot

18 years ago* Changes/fixes for drivers/cfi_flash.c:
Stefan Roese [Sat, 1 Apr 2006 11:41:03 +0000 (13:41 +0200)]
* Changes/fixes for drivers/cfi_flash.c:

  - Add Intel legacy lock/unlock support to common CFI driver

    On some Intel flash's (e.g. Intel J3) legacy unlocking is
    supported, meaning that unlocking of one sector will unlock
    all sectors of this bank. Using this feature, unlocking
    of all sectors upon startup (via env var "unlock=yes") will
    get much faster.

  - Fixed problem with multiple reads of envronment variable
    "unlock" as pointed out by Reinhard Arlt & Anders Larsen.

  - Removed unwanted linefeeds from "protect" command when
    CFG_FLASH_PROTECTION is enabled.

  - Changed p3p400 board to use CFG_FLASH_PROTECTION

  Patch by Stefan Roese, 01 Apr 2006

* Changes/fixes for drivers/cfi_flash.c:
  - Correctly handle the cases where CFG_HZ != 1000 (several
    XScale-based boards)
  - Fix the timeout calculation of buffered writes (off by a
    factor of 1000)
  Patch by Anders Larsen, 31 Mar 2006

18 years agoGCC-4.x fixes: clean up global data pointer initialization for all boards.
Wolfgang Denk [Fri, 31 Mar 2006 16:32:53 +0000 (18:32 +0200)]
GCC-4.x fixes: clean up global data pointer initialization for all boards.

18 years agoReorder CHANGELOG
Stefan Roese [Fri, 31 Mar 2006 13:18:37 +0000 (15:18 +0200)]
Reorder CHANGELOG

18 years agoUpdates to common PPC4xx onboard (DDR)SDRAM init code (405 and 440)
Stefan Roese [Fri, 17 Mar 2006 09:28:24 +0000 (10:28 +0100)]
Updates to common PPC4xx onboard (DDR)SDRAM init code (405 and 440)

405 SDRAM: - The SDRAM parameters can now be defined in the board
             config file and the 405 SDRAM controller values will
             be calculated upon bootup (see PPChameleonEVB).
             When those settings are not defined in the board
             config file, the register setup will be as it is now,
             so this implementation should not break any current
             design using this code.

             Thanks to Andrea Marson from DAVE for this patch.

440 DDR:   - Added function sdram_tr1_set to auto calculate the
             TR1 value for the DDR.
           - Added ECC support (see p3p440).

Patch by Stefan Roese, 17 Mar 2006

18 years agodelta board: one more DA9030 fix.
Markus Klotzbuecher [Thu, 30 Mar 2006 15:00:39 +0000 (17:00 +0200)]
delta board: one more DA9030 fix.

18 years agoAdd support for ymodem protocol (loady command).
Markus Klotzbuecher [Thu, 30 Mar 2006 11:40:55 +0000 (13:40 +0200)]
Add support for ymodem protocol (loady command).
Patch by Stefano Babic, 29 Mar 2006

18 years agoChange delta board memory map to start at 0x80000000.
Markus Klotzbuecher [Wed, 29 Mar 2006 15:59:20 +0000 (17:59 +0200)]
Change delta board memory map to start at 0x80000000.

18 years agodelta board: minor update to DA9030 code.
Markus Klotzbuecher [Wed, 29 Mar 2006 15:49:27 +0000 (17:49 +0200)]
delta board: minor update to DA9030 code.

18 years agoSet SDelay register in the DDR controller for the MPC5200B chip.
Rafal Jaworowski [Wed, 29 Mar 2006 11:17:09 +0000 (13:17 +0200)]
Set SDelay register in the DDR controller for the MPC5200B chip.

18 years agodelta board: fix DA9030 reset procedure.
Markus Klotzbuecher [Mon, 27 Mar 2006 14:01:03 +0000 (16:01 +0200)]
delta board: fix DA9030 reset procedure.

18 years agoUpdate CHANGELOG
Wolfgang Denk [Sat, 25 Mar 2006 17:42:54 +0000 (18:42 +0100)]
Update CHANGELOG

18 years agoMerge with http://www.denx.de/git/u-boot.git
Markus Klotzbuecher [Fri, 24 Mar 2006 14:43:16 +0000 (15:43 +0100)]
Merge with http://www.denx.de/git/u-boot.git

18 years agoMonahans related documentation update.
Markus Klotzbuecher [Fri, 24 Mar 2006 14:28:02 +0000 (15:28 +0100)]
Monahans related documentation update.

18 years agoAdded config options CFG_MONAHANS_RUN_MODE_OSC_RATIO and
Markus Klotzbuecher [Fri, 24 Mar 2006 13:35:25 +0000 (14:35 +0100)]
Added config options CFG_MONAHANS_RUN_MODE_OSC_RATIO and
CFG_MONAHANS_TURBO_RUN_MODE_RATIO for configuring the Monahans core
frequency.

18 years agodelta board: DA9030 initialization and i2c support. Some minor changes to
Markus Klotzbuecher [Fri, 24 Mar 2006 11:23:27 +0000 (12:23 +0100)]
delta board: DA9030 initialization and i2c support. Some minor changes to
make the pxa i2c driver work with the monahans cpu.

18 years agoEnable Quad UART om MCC200 board.
Wolfgang Denk [Thu, 23 Mar 2006 16:10:30 +0000 (17:10 +0100)]
Enable Quad UART om MCC200 board.

18 years agoCleanup MCC200 board configuration; omit non-existent stuff.
Wolfgang Denk [Tue, 21 Mar 2006 00:58:07 +0000 (01:58 +0100)]
Cleanup MCC200 board configuration; omit non-existent stuff.

18 years agoCleanup of the monahans cpu and delta board port.
Markus Klotzbuecher [Mon, 20 Mar 2006 19:19:37 +0000 (20:19 +0100)]
Cleanup of the monahans cpu and delta board port.

18 years agoSupport for redundant environment in NAND Flash.
Markus Klotzbuecher [Mon, 20 Mar 2006 17:02:44 +0000 (18:02 +0100)]
Support for redundant environment in NAND Flash.

18 years agoUpdate CHANGELOG
Wolfgang Denk [Sun, 19 Mar 2006 00:01:51 +0000 (01:01 +0100)]
Update CHANGELOG

18 years agoAdd support for MPC859/866 Rev. A.0
Wolfgang Denk [Sat, 18 Mar 2006 22:31:12 +0000 (23:31 +0100)]
Add support for MPC859/866 Rev. A.0

18 years agoMerge with port of MPC8349EMDS board
Wolfgang Denk [Fri, 17 Mar 2006 16:41:56 +0000 (17:41 +0100)]
Merge with port of MPC8349EMDS board

18 years agoAdd support for Lite5200B board.
Wolfgang Denk [Fri, 17 Mar 2006 10:42:53 +0000 (11:42 +0100)]
Add support for Lite5200B board.
Patch by  Patch by Jose Maria (Txema) Lopez, 16 Jan 2006

18 years agoSupport for DDR with 32-data path. Addotional notes on injecting
Rafal Jaworowski [Thu, 16 Mar 2006 16:46:46 +0000 (17:46 +0100)]
Support for DDR with 32-data path. Addotional notes on injecting
multiple-bit errors.

18 years agoAdd command for handling DDR ECC registers on MPC8349EE MDS board.
Marian Balakowicz [Thu, 16 Mar 2006 14:19:35 +0000 (15:19 +0100)]
Add command for handling DDR ECC registers on MPC8349EE MDS board.

18 years agoFix DDR ECC bit definitions for MPC83xx.
Marian Balakowicz [Thu, 16 Mar 2006 13:35:32 +0000 (14:35 +0100)]
Fix DDR ECC bit definitions for MPC83xx.

18 years agoAdd initial support for MPC8349E MDS board.
Marian Balakowicz [Tue, 14 Mar 2006 15:24:38 +0000 (16:24 +0100)]
Add initial support for MPC8349E MDS board.

18 years agoAdd support for ECC DDR initialization on MPC83xx.
Marian Balakowicz [Tue, 14 Mar 2006 15:23:35 +0000 (16:23 +0100)]
Add support for ECC DDR initialization on MPC83xx.

18 years agoAdd DMA support for MPC83xx.
Marian Balakowicz [Tue, 14 Mar 2006 15:14:48 +0000 (16:14 +0100)]
Add DMA support for MPC83xx.

18 years agoAdd sync in do_reset() routine for MPC83xx after RPR register
Marian Balakowicz [Tue, 14 Mar 2006 15:12:48 +0000 (16:12 +0100)]
Add sync in do_reset() routine for MPC83xx after RPR register
was written to. It is need on some targets when BAT translation
is enabled.

18 years agoAdd bit definitions for MPC83xx DDR controller registers.
Marian Balakowicz [Tue, 14 Mar 2006 15:03:46 +0000 (16:03 +0100)]
Add bit definitions for MPC83xx DDR controller registers.

18 years agoAdd Dcbz(), Dcbi() and Dcbf() routines for MPC83xx.
Marian Balakowicz [Tue, 14 Mar 2006 15:02:31 +0000 (16:02 +0100)]
Add Dcbz(), Dcbi() and Dcbf() routines for MPC83xx.

18 years agoCorrect shift offsets in icache_status and dcache_status for MPC83xx.
Marian Balakowicz [Tue, 14 Mar 2006 15:01:25 +0000 (16:01 +0100)]
Correct shift offsets in icache_status and dcache_status for MPC83xx.

18 years agoAdd support for DS1374 RTC chip.
Marian Balakowicz [Tue, 14 Mar 2006 14:59:25 +0000 (15:59 +0100)]
Add support for DS1374 RTC chip.

18 years agoApply SoC concept to arm926ejs CPUs, i.e. move the SoC specific timer and
Wolfgang Denk [Mon, 13 Mar 2006 11:37:35 +0000 (12:37 +0100)]
Apply SoC concept to arm926ejs CPUs, i.e. move the SoC specific timer and
cpu_reset code from cpu/$(CPU) into the new cpu/$(CPU)/$(SOC) directories
Patch by Andreas Engel, 13 Mar 2006

18 years agoFix CHANGELOG entry (patch date)
Wolfgang Denk [Mon, 13 Mar 2006 11:22:03 +0000 (12:22 +0100)]
Fix CHANGELOG entry (patch date)

18 years agoChange max size of uncompressed uImage's to 8MByte and add
Stefan Roese [Mon, 13 Mar 2006 10:16:36 +0000 (11:16 +0100)]
Change max size of uncompressed uImage's to 8MByte and add
CFG_BOOTM_LEN to adjust this setting.

As mentioned by Robin Getz on 2005-05-24 the size of uncompressed
uImages was restricted to 4MBytes. This default size is now
increased to 8Mbytes and can be overrided by setting CFG_BOOTM_LEN
in the board config file.

Patch by Stefan Roese, 13 Mar 2006

18 years agoFix problem with updated PCI code in cpu/ppc4xx/405gp_pci.c
Stefan Roese [Mon, 13 Mar 2006 08:43:01 +0000 (09:43 +0100)]
Fix problem with updated PCI code in cpu/ppc4xx/405gp_pci.c
Patch by Stefan Roese, 13 Mar 2006

18 years agocpu/ppc4xx/start.S : exceptions are enabled after relocation
Stefan Roese [Mon, 13 Mar 2006 08:42:28 +0000 (09:42 +0100)]
cpu/ppc4xx/start.S : exceptions are enabled after relocation
Patch by Cedric Vincent, 6 June 2005

18 years agoau1x00_eth.c: check malloc return value and abort if it failed
Wolfgang Denk [Mon, 13 Mar 2006 00:00:22 +0000 (01:00 +0100)]
au1x00_eth.c: check malloc return value and abort if it failed
Patch by Andrew Dyer, 26 Jul 2005

18 years agoChange the sequence of events in soft_i2c.c:send_ack() to keep from
Wolfgang Denk [Sun, 12 Mar 2006 23:50:48 +0000 (00:50 +0100)]
Change the sequence of events in soft_i2c.c:send_ack() to keep from
incorrectly generating start/stop conditions on the bus.
Patch by Andrew Dyer, 26 Jul 2005

18 years agoFix bug in [id]cache_status commands for MPC85xx processors;
Wolfgang Denk [Sun, 12 Mar 2006 23:46:05 +0000 (00:46 +0100)]
Fix bug in [id]cache_status commands for MPC85xx processors;
should look at LSB of L1CSRn registers to determine if L1 cache is
enabled, not the MSB.
Patch by Murray Jensen, 19 Jul 2005

18 years agoFix array overflow with fw_setenv on uninitialised environment
Wolfgang Denk [Sun, 12 Mar 2006 22:27:46 +0000 (23:27 +0100)]
Fix array overflow with fw_setenv on uninitialised environment
Patch by Murray Jensen, 15 Jul 2005

18 years agoAdd support for EmbeddedPlanet EP88x boards
Wolfgang Denk [Sun, 12 Mar 2006 22:17:31 +0000 (23:17 +0100)]
Add support for EmbeddedPlanet EP88x boards
Patch by Yuli Barcohen, 13 Jul 2005

18 years agoRemove board specific configuration includes from the common xilinx
Wolfgang Denk [Sun, 12 Mar 2006 22:13:27 +0000 (23:13 +0100)]
Remove board specific configuration includes from the common xilinx
ethernet and iic adapter code.
Patch by Michael Libeskind, 12 Jul 2005

18 years agoAdd Nat Semi DP83865 PHY support to MPC85xx TSEC driver
Wolfgang Denk [Sun, 12 Mar 2006 21:50:55 +0000 (22:50 +0100)]
Add Nat Semi DP83865 PHY support to MPC85xx TSEC driver
Patch by Murray Jensen, 08 Jul 2005

18 years agoAdd (some) definitions for the MPC85xx local bus controller
Wolfgang Denk [Sun, 12 Mar 2006 21:45:47 +0000 (22:45 +0100)]
Add (some) definitions for the MPC85xx local bus controller
Patch by Murray Jensen, 08 Jul 2005

18 years agoAdd CPM2 I/O pin functions for MPC85xx processors
Wolfgang Denk [Sun, 12 Mar 2006 21:41:33 +0000 (22:41 +0100)]
Add CPM2 I/O pin functions for MPC85xx processors
Patch by Murray Jensen, 08 Jul 2005

18 years agoFix compile problem
Wolfgang Denk [Sun, 12 Mar 2006 21:14:20 +0000 (22:14 +0100)]
Fix compile problem

18 years agoMerge with git://git.kernel.org/pub/scm/boot/u-boot/u-boot.git#mpc8349ads
Wolfgang Denk [Sun, 12 Mar 2006 20:49:19 +0000 (21:49 +0100)]
Merge with git://git.kernel.org/pub/scm/boot/u-boot/u-boot.git#mpc8349ads

18 years agoMerge with git://git.kernel.org/pub/scm/boot/u-boot/u-boot.git#mpc83xx
Wolfgang Denk [Sun, 12 Mar 2006 20:33:52 +0000 (21:33 +0100)]
Merge with git://git.kernel.org/pub/scm/boot/u-boot/u-boot.git#mpc83xx

18 years agoMerge with git://git.kernel.org/pub/scm/boot/u-boot/u-boot.git#pci
Wolfgang Denk [Sun, 12 Mar 2006 20:31:38 +0000 (21:31 +0100)]
Merge with git://git.kernel.org/pub/scm/boot/u-boot/u-boot.git#pci

18 years agoMerge with git://git.kernel.org/pub/scm/boot/u-boot/u-boot.git#ft_infr
Wolfgang Denk [Sun, 12 Mar 2006 18:11:42 +0000 (19:11 +0100)]
Merge with git://git.kernel.org/pub/scm/boot/u-boot/u-boot.git#ft_infr

18 years agoAdd support for the DHCP vendor optional bootfile (#67).
Wolfgang Denk [Sun, 12 Mar 2006 17:26:46 +0000 (18:26 +0100)]
Add support for the DHCP vendor optional bootfile (#67).
Ignores the vendor TFTP server name option (#66).
Patch by Murray Jensen, 30 Jun 2005

18 years agoFix a HW timing issue on 8548 CDS for eTSEC 3 in RGMII mode
Wolfgang Denk [Sun, 12 Mar 2006 17:09:47 +0000 (18:09 +0100)]
Fix a HW timing issue on 8548 CDS for eTSEC 3 in RGMII mode
Patch by Andy Fleming, 14 Jun 2005

18 years agoFix bad register definitions for LTX971 PHY on MPC85xx boards.
Wolfgang Denk [Sun, 12 Mar 2006 17:06:37 +0000 (18:06 +0100)]
Fix bad register definitions for LTX971 PHY on MPC85xx boards.
Patch by Gerhard Jaeger, 21 Jun 2005

18 years agoAdd netconsole and some more commands to RPXlite_DW board
Wolfgang Denk [Sun, 12 Mar 2006 15:57:35 +0000 (16:57 +0100)]
Add netconsole and some more commands to RPXlite_DW board
Patch by Sam Song, 19 Jun 2005

18 years agoFix bad declaration on pci_cfgfunc_nothing
Wolfgang Denk [Sun, 12 Mar 2006 15:54:11 +0000 (16:54 +0100)]
Fix bad declaration on pci_cfgfunc_nothing
Patch by Sam Song, 19 Jun 2005

18 years agoAdjust "echo" as a default command
Wolfgang Denk [Sun, 12 Mar 2006 15:51:59 +0000 (16:51 +0100)]
Adjust "echo" as a default command
Patch by Sam Song, 19 Jun 2005

18 years agoFix PCIDF calculation in cpu/mpc8260/speed.c for MPC8280EC
Wolfgang Denk [Sun, 12 Mar 2006 15:14:29 +0000 (16:14 +0100)]
Fix PCIDF calculation in cpu/mpc8260/speed.c for MPC8280EC
Patch by KokHow Teh, 16 Jun 2005

18 years agoAdd crc of data to jffs2 (in jffs2_1pass_build_lists()).
Wolfgang Denk [Sun, 12 Mar 2006 15:05:05 +0000 (16:05 +0100)]
Add crc of data to jffs2 (in jffs2_1pass_build_lists()).
Patch by Rick Bronson, 15 Jun 2005

18 years agoCoding Style cleanup
Wolfgang Denk [Sun, 12 Mar 2006 01:55:22 +0000 (02:55 +0100)]
Coding Style cleanup

18 years agoAvoid dereferencing NULL in find_cmd() if no valid commands were found
Wolfgang Denk [Sun, 12 Mar 2006 01:20:55 +0000 (02:20 +0100)]
Avoid dereferencing NULL in find_cmd() if no valid commands were found
Patch by Andrew Dyer, 13 Jun 2005

18 years agoAdd missing Blackfin files.
Wolfgang Denk [Sun, 12 Mar 2006 01:12:27 +0000 (02:12 +0100)]
Add missing Blackfin files.

18 years agoAdd ADI Blackfin support
Wolfgang Denk [Sun, 12 Mar 2006 01:10:00 +0000 (02:10 +0100)]
Add ADI Blackfin support
- add support for Analog Devices Blackfin BF533 CPU
- add support for the ADI BF533 Stamp uClinux board
- add support for the ADI BF533 EZKit board
Patches by Richard Klingler, June 11th 2005:

18 years agoAdd loads of ntohl() in image header handling
Wolfgang Denk [Sun, 12 Mar 2006 00:59:35 +0000 (01:59 +0100)]
Add loads of ntohl() in image header handling
Patch by Steven Scholz, 10 Jun 2005

18 years agoSwitch MPC86xADS and MPC885ADS boards to use cpuclk environment
Wolfgang Denk [Sun, 12 Mar 2006 00:55:43 +0000 (01:55 +0100)]
Switch MPC86xADS and MPC885ADS boards to use cpuclk environment
variable to set clock
Patch by Yuli Barcohen, 05 Jun 2005

18 years agoRPXlite configuration fixes
Wolfgang Denk [Sun, 12 Mar 2006 00:48:55 +0000 (01:48 +0100)]
RPXlite configuration fixes
- Use correct flash sector size
- Use correct memory test end address
- Add support for bzip2 compression
- Various small fixes
Patch by Yuli Barcohen, 05 Jun 2005

18 years agoMemory configuration changes for ZPC.1900 board
Wolfgang Denk [Sun, 12 Mar 2006 00:45:44 +0000 (01:45 +0100)]
Memory configuration changes for ZPC.1900 board
- Fix SDRAM timing on both local bus and 60x bus
- Add support for second flash bank (SIMM)
- Change boot flash base
Patch by Yuli Barcohen, 05 Jun 2005

18 years agoAdd support for Adder boards with 16MB SDRAM;
Wolfgang Denk [Sun, 12 Mar 2006 00:43:03 +0000 (01:43 +0100)]
Add support for Adder boards with 16MB SDRAM;
add support for second FEC on Adder87x board.
Patch by Yuli Barcohen, 05 Jun 2005

18 years agoFix conditional for including ks8695eth driver
Wolfgang Denk [Sun, 12 Mar 2006 00:40:01 +0000 (01:40 +0100)]
Fix conditional for including ks8695eth driver
Patch by Greg Ungerer, 04 Jun 2005

18 years agoFix Makefile: include config.mk only after CROSS_COMPILE is defined
Wolfgang Denk [Sun, 12 Mar 2006 00:37:50 +0000 (01:37 +0100)]
Fix Makefile: include config.mk only after CROSS_COMPILE is defined
Patch by Friedrich Lobenstock, 02 Jun 2005

18 years agoFix comment in common/soft_i2c.c
Wolfgang Denk [Sun, 12 Mar 2006 00:30:45 +0000 (01:30 +0100)]
Fix comment in common/soft_i2c.c
Patches by Peter Korsgaard/Tolunay Orkun, 26 May 2005

18 years agoCleanup compiler warnings.
Wolfgang Denk [Sun, 12 Mar 2006 00:23:43 +0000 (01:23 +0100)]
Cleanup compiler warnings.
Patch by Greg Ungerer, 21 May 2005

18 years agoWord alignment fixes for word aligned NS16550 UART
Wolfgang Denk [Sun, 12 Mar 2006 00:21:19 +0000 (01:21 +0100)]
Word alignment fixes for word aligned NS16550 UART
Patch by Jean-Paul Saman, 01 Mar 2005

18 years agoFix behaviour if gatewayip is not set
Wolfgang Denk [Sun, 12 Mar 2006 00:13:30 +0000 (01:13 +0100)]
Fix behaviour if gatewayip is not set
Patch by Robin Gilks, 23 Dec 2004

18 years agoFix cleanup for netstart board. LABEL_2006_03_12_0025
Wolfgang Denk [Sat, 11 Mar 2006 23:04:20 +0000 (00:04 +0100)]
Fix cleanup for netstart board.
Remove build results from repository

18 years agoMore GCC 4.x woes
Wolfgang Denk [Sat, 11 Mar 2006 22:07:09 +0000 (23:07 +0100)]
More GCC 4.x woes

18 years agoMore GCC 4.x code cleanup
Wolfgang Denk [Sat, 11 Mar 2006 21:56:07 +0000 (22:56 +0100)]
More GCC 4.x code cleanup

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