u-boot-brain/common
wdenk 7cb22f97ee * Make CPU clock on ICA-IP board controllable by a "cpuclk"
environment variable which can set to "100", "133", or "150". The
  CPU clock will be configured accordingly upon next reboot. Other
  values are ignored. In case of an invalid or undefined "cpuclk"
  value, the compile-time default CPU clock speed will be used.

* Enable Quad-UART on BMS2003 board (initialize the PCMCIA memory
  window that is used to access the UART registers by the Linux driver)

* Patch by Reinhard Meyer, 20 Dec 2003:
  Fix clock calculation for the MPC5200 for higher clock frequencies
  (above 2**32 / 10 = 429.5 MHz).
2003-12-27 19:24:54 +00:00
..
ACEX1K.c * Patch by Steven Scholz, 10 Oct 2003 2003-10-09 20:09:04 +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 * Patch by Bernhard Kuhn, 28 Nov 2003: 2003-12-08 01:34:36 +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 Fix output for "Unprotecting". 2003-12-09 14:58:22 +00:00
cmd_fpga.c * Patch by Pierre Aubert, 24 Nov 2003: 2003-12-07 23:55:12 +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 Pierre Aubert, 24 Nov 2003: 2003-12-07 23:55:12 +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 * Make CPU clock on ICA-IP board controllable by a "cpuclk" 2003-12-27 19:24:54 +00:00
cmd_portio.c Patch by Kenneth Johansson, 30 Jun 2003: 2003-07-01 21:06:45 +00:00
cmd_reginfo.c Minor reformatting 2003-12-09 20:22:16 +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 * Patch by Yuli Barcohen, 3 Dec 2003: 2003-12-07 21:39:28 +00:00
Makefile * Patch by Nicolas Lacressonnière, 12 Nov 2003: 2003-12-06 23:55:10 +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_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
usb.c * Patches by Anders Larsen, 17 Sep 2003: 2003-09-18 09:21:33 +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