Commit Graph

  • cb4dbb7bbc Incorporate Patch by Lutz Dennig, 15 Jul 2003. wdenk 2003-07-16 16:40:22 +0000
  • ad12965db5 Mode modem init support to F3+F4 key combination wdenk 2003-07-15 22:00:22 +0000
  • 667122af2d Avoid unnecessary call to post_word_load(); make logbuf compile without POST wdenk 2003-07-15 21:50:34 +0000
  • 2960b65add Adapt log driver to latest POST changes (POST_SLOWTEST) wdenk 2003-07-15 21:08:26 +0000
  • 2e5983d2ea Patches by Kshitij, 04 Jul 2003 - added support for arm925t cpu core - added support for TI OMAP 1510 Innovator Board wdenk 2003-07-15 20:04:06 +0000
  • 6dff552972 * Patches by Martin Krause, 14 Jul 2003: - add I2C support for s3c2400 systems (trab board) - (re-) add "ping" to command table wdenk 2003-07-15 07:45:49 +0000
  • 8564acf936 * Patches by Yuli Barcohen, 13 Jul 2003: - Correct flash and JFFS2 support for MPC8260ADS - fix PVR values and clock generation for PowerQUICC II family (8270/8275/8280) wdenk 2003-07-14 22:13:32 +0000
  • 5702923e23 - Patch by Stefan Roese, 11 Jul 2003 stroese 2003-07-11 08:23:12 +0000
  • 5b8b652519 - Fixed interrupt polarity. stroese 2003-07-11 08:20:33 +0000
  • 2e533c373d - FPGA updated. stroese 2003-07-11 08:17:26 +0000
  • b762b9f4fc - BSP command added. stroese 2003-07-11 08:14:14 +0000
  • c5d2290642 - AR405 config updated. stroese 2003-07-11 08:13:25 +0000
  • 155cb0104a - Fix bug in CONFIG_VERSION_VARIABLE. stroese 2003-07-11 08:00:33 +0000
  • f12e568ca4 * Add support for NSCU board wdenk 2003-07-07 20:07:54 +0000
  • 0d4983930a Patch by Kenneth Johansson, 30 Jun 2003: get rid of MK_CMD_ENTRY macro; update doc/README.command wdenk 2003-07-01 21:06:45 +0000
  • b37c7e5e5c * Patch by Seb James, 30 Jun 2003: Improve documentation of I2C configuration in README wdenk 2003-06-30 16:24:52 +0000
  • b0fce99bfc Fix some missing commands, cleanup header files (autoscript, bmp, bsp, fat, mmc, nand, portio, ...) wdenk 2003-06-29 21:03:46 +0000
  • eeacb89cb3 help text cleanup wdenk 2003-06-28 23:18:28 +0000
  • 3d96ede975 Fix duplicate command entry. wdenk 2003-06-28 23:13:56 +0000
  • 9d2b18a0f9 Rewrite command lookup and help command (fix problems with bubble sort when sorting command name list). Minor cleanup here and there. wdenk 2003-06-28 23:11:04 +0000
  • d1cbe85b08 Merge from "stable branch", tag LABEL_2003_06_28_1800-stable: - Allow to call sysmon function interactively - PIC on LWMON board needs delay after power-on - Add missing RSR definitions for MPC8xx - Improve log buffer handling: guarantee clean reset after power-on - Add support for EXBITGEN board - Add support for SL8245 board wdenk 2003-06-28 17:24:46 +0000
  • 8bde7f776c * Code cleanup: - remove trailing white space, trailing empty lines, C++ comments, etc. - split cmd_boot.c (separate cmd_bdinfo.c and cmd_load.c) wdenk 2003-06-27 21:31:46 +0000
  • 993cad9364 * Patches by Robert Schwebel, 26 Jun 2003: - logdl - csb226 - innokom wdenk 2003-06-26 22:04:09 +0000
  • b783edaee8 * Header file cleanup for ARM wdenk 2003-06-25 22:26:29 +0000
  • a300d83cb8 Patch from Stefan Roese. stroese 2003-06-24 14:32:24 +0000
  • a6457f7971 - Remove EEPROM command. stroese 2003-06-24 14:31:16 +0000
  • a0e135b493 - Add ping support. stroese 2003-06-24 14:30:28 +0000
  • e118e233a8 - Update NAND FLASH support. stroese 2003-06-24 14:27:27 +0000
  • 95aeb34580 - Update new fpga file. stroese 2003-06-24 14:26:41 +0000
  • cceb871fff * Patch by Yuli Barcohen, 23 Jun 2003: Update for MPC8260ADS board wdenk 2003-06-23 18:12:28 +0000
  • 3595ac4979 * Patch by Rune Torgersen, 4 Jun 2003: add large memory support for MPC8266ADS board wdenk 2003-06-22 17:18:28 +0000
  • 9a0e21a3a8 Had to move the RTC area for ATC board to upper addresses (0xf5000000, to be specific). The reason is that the RTC first gets accessed before MMU is initialized and, consequently, it needs to be placed at physical addresses which are later mapped to the same virtual addresses (like 0xf5000000 physical is mapped to 0xf5000000 virtual). wdenk 2003-06-22 10:30:54 +0000
  • 592c5cabe7 Patch by Murray Jensen, 20 Jun 2003: - hymod update - cleanup (especially for gcc-3.x compilers) wdenk 2003-06-21 00:17:24 +0000
  • 72755c7137 Patch by Tom Guilliams, 20 Jun 2003: added CONFIG_750FX support for IBM 750FX processors wdenk 2003-06-20 23:10:58 +0000
  • 0332990b85 * Patch by Devin Crumb, 02 Apr 2003: Fix clock divider rounding problem in drivers/serial.c wdenk 2003-06-20 22:36:30 +0000
  • 0b97ab144f * Patch by Richard Woodruff, 19 June 03: - Fixed smc91c111 driver to sync with the u-boot environment (driver/smc91c111.c). - Added eth_init error return check in NetLoop (net/net.c). wdenk 2003-06-19 23:58:30 +0000
  • 6dd652fa4d Patches by Murray Jensen, 17 Jun 2003: - Hymod board database mods: add "who" field and new xilinx chip types - provide new "init_cmd_timeout()" function so code external to "common/main.c" can use the "reset_cmd_timeout()" function before entering the main loop - add DTT support for adm1021 (new file dtt/adm1021.c; config slightly different. see include/configs/hymod.h for an example (requires CONFIG_DTT_ADM1021, CONFIG_DTT_SENSORS, and CFG_DTT_ADM1021 defined) - add new "eeprom_probe()" function which has similar args and behaves in a similar way to "eeprom_read()" etc. - add 8260 FCC ethernet loopback code (new "eth_loopback_test()" function which is enabled by defining CONFIG_ETHER_LOOPBACK_TEST) - gdbtools copyright update - ensure that set_msr() executes the "sync" and "isync" instructions after the "mtmsr" instruction in cpu/mpc8260/interrupts.c - 8260 I/O ports fix: Open Drain should be set last when configuring - add SIU IRQ defines for 8260 - allow LDSCRIPT override and OBJCFLAGS initialization: change to config.mk to allow board configurations to override the GNU linker script, selected via the LDSCRIPT, make variable, and to give an initial value to the OBJCFLAGS make variable - 8260 i2c enhancement: o correctly extends the timeout depending on the size of all queued messages for both transmit and receive o will not continue with receive if transmit times out o ensures that the error callback is done for all queued tx and rx messages o correctly detects both tx and rx timeouts, only delivers one to the callback, and does not overwrite an earlier error o logic in i2c_probe now correct - add "vprintf()" function so that "panic()" function can be technically correct - many Hymod board changes wdenk 2003-06-19 23:40:20 +0000
  • 52f52c1494 Patches by Robert Schwebel, 14 Jun 2003: - add support for Logotronic DL datalogger board - cleanup serial line after kermit binary download - add debugX macro (debug level support) - update mach-types.h to latest arm.linux.org.uk master list. wdenk 2003-06-19 23:04:19 +0000
  • 48b42616e9 * Patches by David Müller, 12 Jun 2003: - rewrite of the S3C24X0 register definitions stuff - "driver" for the built-in S3C24X0 RTC wdenk 2003-06-19 23:01:32 +0000
  • 15ef8a5d17 Add support for DS12887 RTC; add RTC support for ATC board wdenk 2003-06-18 20:22:24 +0000
  • 2abbe07547 * Patch by Nicolas Lacressonniere, 11 Jun 2003: Modifications for Atmel AT91RM9200DK ARM920T based development kit - Add Atmel DataFlash support for reading and writing. - Add possibility to boot a Linux from DataFlash with BOOTM command. - Add Flash detection on Atmel AT91RM9200DK (between Atmel AT49BV1614 and AT49BV1614A flashes) - Replace old Ethernet PHY layer functions - Change link address wdenk 2003-06-16 23:50:08 +0000
  • 71f9511803 * Fix CONFIG_NET_MULTI support in include/net.h wdenk 2003-06-15 22:40:42 +0000
  • 487778b781 Patch by Robert Schwebel, April 02, 2003: fix for SMSC91111 driver wdenk 2003-06-06 11:20:01 +0000
  • 8b601449e8 - Update new fpga file. stroese 2003-06-06 09:44:40 +0000
  • e58dc13283 - Fix compile bug (PPC4xx). stroese 2003-06-06 09:43:42 +0000
  • a3ed3996cd * Patch by Vladimir Gurevich, 04 Jun 2003: make ppc405 ethernet driver compatible with CONFIG_NET_MULTI option wdenk 2003-06-05 19:37:36 +0000
  • 73a8b27c57 * Add support for RMU board wdenk 2003-06-05 19:27:42 +0000
  • 08eaea9c9f Patch from Stefan Roese. stroese 2003-06-05 15:44:37 +0000
  • 53cf9435cc - CFG_RX_ETH_BUFFER added. stroese 2003-06-05 15:39:44 +0000
  • c602883592 - CFG_ETH_RX_BUFFER added. stroese 2003-06-05 15:38:29 +0000
  • 3720878599 - Fix bug for initial stack in data cache as pointed out by Thomas Schaefer (tschaefer@giga-stream.de). Now inital stack in data cache can be used even if the chip select is in use. stroese 2003-06-05 15:35:20 +0000
  • f3e0de60a6 * Patch by Denis Peter, 04 June 2003: add support for the MIP405T board wdenk 2003-06-04 15:05:30 +0000
  • 682011ff69 * Patches by Udi Finkelstein, 2 June 2003: - Added support for custom keyboards, initialized by defining a board-specific drv_keyboard_init as well as defining CONFIG_KEYBOARD . - Added support for the RBC823 board. - cpu/mpc8xx/lcd.c now automatically calculates the Horizontal Pixel Count field. wdenk 2003-06-03 23:54:09 +0000
  • 7a8e9bed17 * Patch by Marc Singer, 29 May 2003: Fixed rarp boot method for IA32 and other little-endian CPUs. wdenk 2003-05-31 18:35:21 +0000
  • 3b57fe0a70 * Get (mostly) rid of CFG_MONITOR_LEN definition; compute real length instead CFG_MONITOR_LEN is now only used to determine _at_compile_ _time_ (!) if the environment is embedded within the U-Boot image, or in a separate flash sector. wdenk 2003-05-30 12:48:29 +0000
  • f07771cc28 * Fix data abort exception handling for arm920t CPU wdenk 2003-05-28 08:06:31 +0000
  • 38b99261c1 Add zero-copy ramdisk support (requires corresponding kernel support!) wdenk 2003-05-23 23:18:21 +0000
  • 4c3b21a5f9 Patch by Kyle Harris, 20 May 2003: In preparation for an ixp port, rename cpu/xscale and arch-xscale into cpu/pxa and arch-pxa. wdenk 2003-05-23 12:36:20 +0000
  • d9ff6e84e4 Patch from Stefan Roese. stroese 2003-05-23 11:49:24 +0000
  • e1e89324ad - ASH405 board added (PPC405EP based). - CPCI4052 added (PPC405GP based). - CPCI405AB added (PPC405GP based). - PCI405 added (PPC405GP based). - PMC405 added (PPC405GP based). stroese 2003-05-23 11:43:00 +0000
  • 549826eaa0 - ASH405 board added (PPC405EP based). - BUBINGA405EP added (PPC405EP based). - CPCI405AB added (PPC405GP based). - PMC405 added (PPC405GP based). stroese 2003-05-23 11:41:44 +0000
  • 1d49b1f365 CONFIG_UART1_CONSOLE added. stroese 2003-05-23 11:39:05 +0000
  • 33149b8812 Patch by Denis Peter, 19 Mai 2003: add support for the MIP405-3 board wdenk 2003-05-23 11:38:58 +0000
  • 9919f13cc1 DHCP support added. stroese 2003-05-23 11:38:22 +0000
  • 071d897c96 PMC405 board added. stroese 2003-05-23 11:35:47 +0000
  • 3871842529 Code cleanup. stroese 2003-05-23 11:35:09 +0000
  • b6d9e4f5af New FPGA image with 527 support. stroese 2003-05-23 11:34:40 +0000
  • 1545ad35c5 Local Bus Timeout increased. stroese 2003-05-23 11:33:57 +0000
  • c231d00f4e Code reworked for PPC405EP support. stroese 2003-05-23 11:32:53 +0000
  • d4629c8c8d CPCI405AB (special version of esd CPCI405) board added. stroese 2003-05-23 11:30:39 +0000
  • 46578cc018 BUBINGA405EP board added (IBM PPC405EP Eval Board). stroese 2003-05-23 11:28:55 +0000
  • c93f70962b ASH405 board added (PPC405EP based). stroese 2003-05-23 11:27:18 +0000
  • 8749cfb44e - PPC405EP support added. - CONFIG_UART1_CONSOLE added (see README). stroese 2003-05-23 11:25:57 +0000
  • b867d705b6 PPC405EP support added. stroese 2003-05-23 11:18:02 +0000
  • bedc497029 - PPC405EP support added. - "nand_init" (NAND FLASH) added. stroese 2003-05-23 11:16:49 +0000
  • 5d232d0e7e * Patch by Dave Ellis, 22 May 2003: Fix problem with only partially cleared .bss segment wdenk 2003-05-22 22:52:13 +0000
  • c8c3a8be2d Add support for arbitrary bitmaps for TRAB's VFD command; allow to pass boot bitmap addresses in environment variables; allow for zero boot delay wdenk 2003-05-21 20:26:20 +0000
  • 82226bf4d2 * Add support for arbitrary bitmaps for TRAB's VFD command * Patch by Christian Geißinger, 19 May 2002: On TRAB: wait until the dummy byte has been completely sent wdenk 2003-05-20 20:49:01 +0000
  • 7f70e85309 * Patch by David Updegraff, 22 Apr 2003: update for CrayL1 board wdenk 2003-05-20 14:25:27 +0000
  • 59de2ed6b5 Patch by Christophe Lindheimer, 20 May 2003: allow the use of CFG_LOADS when CFG_NO_FLASH is set wdenk 2003-05-20 10:58:04 +0000
  • 86d82762f6 Fix SDRAM timing on Purple board wdenk 2003-05-20 10:39:44 +0000
  • 66fd3d1ce7 Add support for CompactFlash on ATC board (includes support for Intel 82365 and compatible PC Card controllers, and Yenta-compatible PCI-to-CardBus controllers) wdenk 2003-05-18 11:30:09 +0000
  • 45219c4660 Patch by Mathijs Haarman, 08 May 2003: Add lan91c96 driver (tested on Lubbock and custom PXA250 board only) wdenk 2003-05-12 21:50:16 +0000
  • f7de16ae25 Fix SDRAM initialization wdenk 2003-05-12 09:51:52 +0000
  • d6815435c0 Add default switch settings. wdenk 2003-05-12 09:51:00 +0000
  • e600962991 Fix ATC board configuration and flash driver wdenk 2003-05-05 17:09:41 +0000
  • 9c62cc58b8 Fix problem with usage of "true" (undefined in current versions of bfd.h) wdenk 2003-05-03 23:33:47 +0000
  • 7aa7861471 * Add support for Promess ATC board wdenk 2003-05-03 15:50:43 +0000
  • 4532cb696e * LWMON extensions: - Splashscreen support - modem support - sysmon support - temperature dependend enabling of LCD wdenk 2003-04-27 22:52:51 +0000
  • 02c9bed451 *** empty log message *** wdenk 2003-04-20 17:41:25 +0000
  • 53cad435bb Make compile clean wdenk 2003-04-20 17:26:01 +0000
  • 059ae173e9 Add files needed for bitmap load support wdenk 2003-04-20 16:52:09 +0000
  • 824a1ebffe Compile fixes wdenk 2003-04-20 16:49:37 +0000
  • d791b1dc3e * Make sure Block Lock Bits get cleared in R360MPI flash driver wdenk 2003-04-20 14:04:18 +0000
  • 4a6fd34b26 * Patch by Lutz Dennig, 10 Apr 2003: Update for R360MPI board wdenk 2003-04-12 23:38:12 +0000
  • 69f8f827d5 Patch from Stefan Roese. stroese 2003-04-10 13:30:28 +0000
  • 759a51b4f3 Changed DHCP client to use ip address from server option field #54 from the OFFER-paket in the server option field #54 in the REQUEST-paket. This fixes a problem using a Windows 2000 DHCP server, where the DHCP-server is not the TFTP-server. stroese 2003-04-10 13:26:44 +0000
  • d126bfbdbd Add support for TQM862L modules wdenk 2003-04-10 11:18:18 +0000
  • 60fbe25424 Prepare for 0.3.0 release wdenk 2003-04-08 23:25:21 +0000
  • 3e38691e8f * Patch by Arun Dharankar, 4 Apr 2003: Add IDMA example code (tested on 8260 only) wdenk 2003-04-05 00:53:31 +0000