uboot-mt623x/common
wdenk a2663ea4fc * Patches by David Müller, 14 Nov 2003:
- board/mpl/common/common_util.c
    * implement support for BZIP2 compressed images
    * various cleanups (printf -> puts, ...)
  - board/mpl/common/flash.c
    * report correct errors to upper layers
    * check the erase fail and VPP low bits in status reg
  - board/mpl/vcma9/cmd_vcma9.c
  - board/mpl/vcma9/flash.c
    * various cleanups (printf -> puts, ...)
  - common/cmd_usb.c
    * fix typo in comment
  - cpu/arm920t/usb_ohci.c
    * support for S3C2410 is missing in #if line
  - drivers/cs8900.c
    * reinit some registers in case of error (cable missing, ...)
  - fs/fat/fat.c
    * support for USB/MMC devices is missing in #if line
  - include/configs/MIP405.h
  - include/configs/PIP405.h
    * enable BZIP2 support
    * enlarge malloc space to 1MiB because of BZIP2 support
  - include/configs/VCMA9.h
    * enable BZIP2 support
    * enlarge malloc space to 1MiB because of BZIP2 support
    * enable USB support
  - lib_arm/armlinux.c
    * change calling convention of ARM Linux kernel as
      described on http://www.arm.linux.org.uk/developer/booting.php

* Patch by Thomas Lange, 14 Nov 2003:
  Split dbau1x00 into dbau1000, dbau1100 and dbau1500 configs to
  support all these AMD boards.

* Patch by Thomas Lange, 14 Nov 2003:
  Workaround for mips au1x00 physical memory accesses (the au1x00
  uses a 36 bit bus internally and cannot access physical memory
  directly. Use the uncached SDRAM address instead of the physical
  one.)
2003-12-07 18:32:37 +00:00
..
ACEX1K.c * Patch by Steven Scholz, 10 Oct 2003 2003-10-09 20:09:04 +00:00
Makefile * Patch by Nicolas Lacressonnière, 12 Nov 2003: 2003-12-06 23:55:10 +00:00
altera.c * Patch by Steven Scholz, 10 Oct 2003 2003-10-09 20:09:04 +00:00
bedbug.c * Code cleanup: 2003-06-27 21:31:46 +00:00
cmd_autoscript.c Patch by Kenneth Johansson, 30 Jun 2003: 2003-07-01 21:06:45 +00:00
cmd_bdinfo.c * Patches by Xianghua Xiao, 15 Oct 2003: 2003-10-15 23:53:47 +00:00
cmd_bedbug.c Patch by Kenneth Johansson, 30 Jun 2003: 2003-07-01 21:06:45 +00:00
cmd_bmp.c Patch by Kenneth Johansson, 30 Jun 2003: 2003-07-01 21:06:45 +00:00
cmd_boot.c * Patch by Scott McNutt, 04 Oct 2003: 2003-10-08 23:26:14 +00:00
cmd_bootm.c Fix typo in MPC5XXX code (pointed out by Victor Wren) 2003-12-05 21:08:38 +00:00
cmd_cache.c Patch by Kenneth Johansson, 30 Jun 2003: 2003-07-01 21:06:45 +00:00
cmd_console.c Patch by Kenneth Johansson, 30 Jun 2003: 2003-07-01 21:06:45 +00:00
cmd_date.c Patch by Kenneth Johansson, 30 Jun 2003: 2003-07-01 21:06:45 +00:00
cmd_dcr.c Patch by Kenneth Johansson, 30 Jun 2003: 2003-07-01 21:06:45 +00:00
cmd_diag.c Patch by Kenneth Johansson, 30 Jun 2003: 2003-07-01 21:06:45 +00:00
cmd_doc.c * Patches by Denis Peter, 9 Sep 2003: 2003-09-10 22:30:53 +00:00
cmd_dtt.c Patch by Kenneth Johansson, 30 Jun 2003: 2003-07-01 21:06:45 +00:00
cmd_eeprom.c Patch by Kenneth Johansson, 30 Jun 2003: 2003-07-01 21:06:45 +00:00
cmd_elf.c Patch by Kenneth Johansson, 30 Jun 2003: 2003-07-01 21:06:45 +00:00
cmd_fat.c * Patches by Xianghua Xiao, 15 Oct 2003: 2003-10-15 23:53:47 +00:00
cmd_fdc.c Patch by Kenneth Johansson, 30 Jun 2003: 2003-07-01 21:06:45 +00:00
cmd_fdos.c * Update TRAB auto update code 2003-10-06 21:55:32 +00:00
cmd_flash.c * Patch by Nicolas Lacressonnière, 12 Nov 2003: 2003-12-06 23:55:10 +00:00
cmd_fpga.c Patch by Kenneth Johansson, 30 Jun 2003: 2003-07-01 21:06:45 +00:00
cmd_i2c.c * Patch by Martin Krause, 17 Jul 2003: 2003-07-17 23:16:40 +00:00
cmd_ide.c * Patch by Bernhard Kuhn, 28 Oct 2003: 2003-11-07 13:42:26 +00:00
cmd_immap.c * Patches by Jon Diekema, 17 Sep 2003: 2003-09-18 10:02:25 +00:00
cmd_jffs2.c * Patches by Denis Peter, 9 Sep 2003: 2003-09-10 22:30:53 +00:00
cmd_load.c * Implement new mechanism to export U-Boot's functions to standalone 2003-07-24 23:38:38 +00:00
cmd_log.c * Implement new mechanism to export U-Boot's functions to standalone 2003-07-24 23:38:38 +00:00
cmd_mem.c * Patch by Nicolas Lacressonnière, 12 Nov 2003: 2003-12-06 23:55:10 +00:00
cmd_mii.c * Patches by Stephan Linz, 3 Nov 2003: 2003-12-06 23:20:41 +00:00
cmd_misc.c Patch by Kenneth Johansson, 30 Jun 2003: 2003-07-01 21:06:45 +00:00
cmd_mmc.c Patch by Kenneth Johansson, 30 Jun 2003: 2003-07-01 21:06:45 +00:00
cmd_nand.c * Patch by Gary Jennejohn, 11 Sep 2003: 2003-09-11 19:48:06 +00:00
cmd_net.c - Added CONFIG_BOOTP_DNS2 and CONFIG_BOOTP_SEND_HOSTNAME to CONFIG_BOOTP_MASK. 2003-08-28 14:17:32 +00:00
cmd_nvedit.c * Patch by Nicolas Lacressonnière, 12 Nov 2003: 2003-12-06 23:55:10 +00:00
cmd_pci.c Patch by Kenneth Johansson, 30 Jun 2003: 2003-07-01 21:06:45 +00:00
cmd_pcmcia.c Add CompactFlash support for NSCU 2003-10-19 21:43:26 +00:00
cmd_portio.c Patch by Kenneth Johansson, 30 Jun 2003: 2003-07-01 21:06:45 +00:00
cmd_reginfo.c Patch by Kenneth Johansson, 30 Jun 2003: 2003-07-01 21:06:45 +00:00
cmd_scsi.c Fix some missing commands, cleanup header files 2003-06-29 21:03:46 +00:00
cmd_spi.c * Patches by Jon Diekema, 17 Sep 2003: 2003-09-18 10:02:25 +00:00
cmd_usb.c * Patches by David Müller, 14 Nov 2003: 2003-12-07 18:32:37 +00:00
cmd_vfd.c * Use "-fPIC" instead of "-mrelocatable" to prevent problems with 2003-11-17 21:14:37 +00:00
command.c Patch by Kenneth Johansson, 30 Jun 2003: 2003-07-01 21:06:45 +00:00
console.c * Patches by Xianghua Xiao, 15 Oct 2003: 2003-10-15 23:53:47 +00:00
devices.c Work on TRAB's auto_update feature. 2003-09-18 18:55:25 +00:00
dlmalloc.c * Code cleanup: 2003-06-27 21:31:46 +00:00
dlmalloc.src * Code cleanup: 2003-06-27 21:31:46 +00:00
docecc.c * Code cleanup: 2003-06-27 21:31:46 +00:00
env_common.c * Code cleanup: 2003-06-27 21:31:46 +00:00
env_dataflash.c * Patch by Nicolas Lacressonnière, 12 Nov 2003: 2003-12-06 23:55:10 +00:00
env_eeprom.c * Code cleanup: 2003-06-27 21:31:46 +00:00
env_flash.c * Code cleanup: 2003-06-27 21:31:46 +00:00
env_nowhere.c Initial revision 2002-09-18 11:09:59 +00:00
env_nvram.c * Code cleanup: 2003-06-27 21:31:46 +00:00
environment.c * Patch by Martin Winistoerfer, 23 Mar 2003 2003-03-31 17:27:09 +00:00
exports.c * Patch by Martin Krause, 11 Sep 2003: 2003-09-11 23:06:34 +00:00
flash.c Initial revision 2002-08-17 09:36:01 +00:00
fpga.c * Code cleanup: 2003-06-27 21:31:46 +00:00
hush.c * Make sure HUSH is initialized for running auto-update scripts 2003-10-14 19:43:55 +00:00
kgdb.c Patch by Kenneth Johansson, 30 Jun 2003: 2003-07-01 21:06:45 +00:00
lists.c Initial revision 2002-08-17 09:36:01 +00:00
lynxkdi.c * Patches by Xianghua Xiao, 15 Oct 2003: 2003-10-15 23:53:47 +00:00
main.c * Correct header printing for multi-image files in do_bootm() 2003-10-24 13:14:45 +00:00
miiphybb.c * Code cleanup: 2003-06-27 21:31:46 +00:00
miiphyutil.c * Patches by Stephan Linz, 3 Nov 2003: 2003-12-06 23:20:41 +00:00
s_record.c Initial revision 2002-08-17 09:36:01 +00:00
soft_i2c.c * Code cleanup: 2003-06-27 21:31:46 +00:00
soft_spi.c * Code cleanup: 2003-06-27 21:31:46 +00:00
spartan2.c * Code cleanup: 2003-06-27 21:31:46 +00:00
usb.c * Patches by Anders Larsen, 17 Sep 2003: 2003-09-18 09:21:33 +00:00
usb_kbd.c * Code cleanup: 2003-06-27 21:31:46 +00:00
usb_storage.c Add auto-update code for TRAB board using USB memory sticks 2003-09-17 15:10:32 +00:00
virtex2.c Initial revision 2002-08-21 22:08:56 +00:00
xilinx.c * Patch by Gleb Natapov, 19 Sep 2003: 2003-12-06 19:49:23 +00:00