summaryrefslogtreecommitdiffstats
path: root/include/configs/TQM860L.h
Commit message (Collapse)AuthorAgeFilesLines
* Change all '$(...)' variable references into '${...}'Wolfgang Denk2005-11-201-7/+7
| | | | | | which makes the environment compatible with the hush shell. WARNING: Support for the old '$(...)' syntax will be discontinued in a later version.
* Fix problems with SNTP support;wdenk2005-04-021-1/+2
| | | | enable SNTP support in some boards.
* * Patch by Masami Komiya, 30 Mar 2005:wdenk2005-04-011-1/+2
| | | | | | | | add SNTP support and expand time server and time offset fields of DHCP support. See doc/README.SNTP * Patch by Steven Scholz, 13 Dec 2004: Fix bug in at91rm920 ethernet driver
* Add support for console over UDP (compatible to Ingo Molnar'swdenk2004-08-021-0/+2
| | | | netconsole patch under Linux)
* Clean up the TQM8xx_YYMHz configurations; allow to use the samewdenk2004-04-241-34/+4
| | | | | | binary image for all clock frequencies. Implement run-time optimization of flash access timing based on the actual bus frequency.
* Update for TQM board defaults:wdenk2003-08-071-2/+3
| | | | disable clocks_in_mhz, enable boot count limit
* * Add support for NSCU boardwdenk2003-07-071-3/+3
| | | | | | | * Add support for TQM823M, TQM850M, TQM855M and TQM860M modules * Add support for Am29LV160ML, Am29LV320ML, and Am29LV640ML mirror bit flash on TQM8xxM modules
* * Get (mostly) rid of CFG_MONITOR_LEN definition; compute real lengthwdenk2003-05-301-1/+0
| | | | | | | | 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. * Cleanup CFG_DER #defines in config files (wd maintained only)
* Add support for CompactFlash on ATC boardwdenk2003-05-181-0/+1
| | | | | (includes support for Intel 82365 and compatible PC Card controllers, and Yenta-compatible PCI-to-CardBus controllers)
* * Patch by Josef Wagner, 12 Mar 2003:wdenk2003-03-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | - 16/32 MB and 50/80 MHz support with auto-detection for IP860 - ETH05 and BEDBUG support for CU824 - added support for MicroSys CPC45 - new BOOTROM/FLASH0 and DOC base for PM826 * Patch by Robert Schwebel, 12 Mar 2003: Fix the chpart command on innokom board * Name cleanup: mv include/asm-i386/ppcboot-i386.h include/asm-i386/u-boot-i386.h s/PPCBoot/U-Boot/ in some files s/pImage/uImage/ in some files * Patch by Detlev Zundel, 15 Jan 2003: Fix '' command line quoting * Patch by The LEOX team, 19 Jan 2003: - add support for the ELPT860 board - add support for Dallas ds164x RTC
* * Add dual ethernet support on PM826wdenk2003-01-171-1/+1
| | | | | | | | | | * Add support for LXT971 PHY on PM826 * Patch by Tord Andersson, 16 Jan 2003: Fix flash sector count for TQM8xxL * Fix I2C EEPROM problem on ICU862 board (would only write the first 16 bytes out of each 32 byte block)
* * Use 1-byte-read instead of -write for iprobe() functionwdenk2002-12-171-7/+21
| | | | | | Add i2c commands to PM826 config * extend I2C POST code: check for list on known addresses
* Initial revisionwdenk2002-10-021-0/+455
OpenPOWER on IntegriCloud