summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
...
* CPCIISER4 configuration updated.stroese2003-02-181-7/+8
|
* Add "pcidelay" environment variable (in ms, enabled via CONFIG_PCI_BOOTDELAY).stroese2003-02-147-1/+22
|
* * Add dual ethernet support on PM826wdenk2003-01-176-15/+58
| | | | | | | | | | * 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)
* Add support for V37 boardLABEL_2003_01_14_0055wdenk2003-01-134-20/+430
| | | | (patch by Jón Benediktsson, 11 Dec 2002)
* * Restrict baudrate settings on LWMON to higher speedsLABEL_2003_01_11_1050wdenk2003-01-111-1/+8
| | | | | | | | | | | | when watchdog is on * Update baudrate in bd_info when it gets changed * Add watchdog trigger points while waiting for serial port (so far only 8xx -- needed on LWMON with 100ms watchdog) * Improve command line tool to access the U-Boot's environment (figuration of the utility, using a config file)
* Adjust LWMON environment to current requirementsLABEL_2002_12_28_1700wdenk2002-12-281-5/+6
|
* * Switch LWMON board default config from FRAM to EEPROM;LABEL_2002_12_21_0040wdenk2002-12-202-2/+22
| | | | in POST, EEPROM shows up on 8 addresses
* Prepare for release of version 0.2.0wdenk2002-12-171-1/+1
|
* * Use 1-byte-read instead of -write for iprobe() functionwdenk2002-12-177-45/+145
| | | | | | Add i2c commands to PM826 config * extend I2C POST code: check for list on known addresses
* * Improve log buffer code; use "loglevel" to decide which messageswdenk2002-12-085-7/+15
| | | | to log on the console, too (like in Linux); get rid of "logstart"
* * Patch by Hans-Joerg Frieden, 06 Dec 2002LABEL_2002_12_07_0120wdenk2002-12-072-62/+77
| | | | | | | | | | | | | | | | | | | Fix misc problems with AmigaOne support * Patch by Chris Hallinan, 3 Dec 2002: minor cleanup to the MPC8245 EPIC driver * Patch by Pierre Aubert , 28 Nov 2002 Add support for external (SIU) interrupts on MPC8xx * Patch by Pierre Aubert , 28 Nov 2002 Fix nested syscalls bug in standalone applications * Patch by David Müller, 27 Nov 2002: fix output of "pciinfo" command for CardBus bridge devices. * Fix bug in TQM8260 board detection - boards got stuck when board ID was not readable
* Add LED indication for IDE activity on KUP4K boardwdenk2002-12-041-1/+1
|
* * Fix startup problems with VFD display on TRABLABEL_2002_12_03_2230wdenk2002-12-034-6/+163
| | | | | | * Patch by Pierre Aubert, 20 Nov 2002 Add driver for Epson SED13806 graphic controller. Add support for BMP logos in cfb_console driver.
* * Added support for both PCMCIA slots (at the same time!) on MPC8xxLABEL_2002_11_22_0015wdenk2002-11-216-118/+33
| | | | | | | | | * Patch by Rod Boyce, 21 Nov 2002: fix PCMCIA on MBX8xx board * Patch by Pierre Aubert , 21 Nov 2002 Add CFG_CPM_POST_WORD_ADDR to make the offset of the bootmode word in DPRAM configurable
* * Patch by Daniel Engström, 18 Nov 2002:wdenk2002-11-193-14/+43
| | | | | | | | | | Fixes for x86 port (mostly strings issues) * Patch by Ken Chou, 18 Nov 2002: Fix for natsemi NIC cards (DP83815) * Patch by Pierre Aubert, 19 Nov 2002: fix a bug for the MII configuration, and some warnings
* * Patch by Thomas Frieden, 13 Nov 2002:wdenk2002-11-1911-102/+639
| | | | | | | | | | | | | Add code for AmigaOne board (preliminary merge to U-Boot, still WIP) * Patch by Jon Diekema, 12 Nov 2002: - Adding URL for IEEE OUI lookup - Making the autoboot #defines dependent on CONFIG_AUTOBOOT_KEYED being defined. - In the CONFIG_EXTRA_ENV_SETTINGS #define, the root-on-initrd and root-on-nfs macros are designed to switch how the default boot method gets defined.
* * Patch by Daniel Engström, 13 Nov 2002:LABEL_2002_11_18_0115wdenk2002-11-1828-4/+1987
| | | | | | | Add support for i386 architecture and AMD SC520 board * Patch by Pierre Aubert, 12 Nov 2002: Add support for DOS filesystem and booting from DOS floppy disk
* * Patch by Jim Sandoz, 07 Nov 2002:LABEL_2002_11_11_2211wdenk2002-11-1114-113/+80
| | | | | | | | | | Increase number of network RX buffers (PKTBUFSRX in "include/net.h") for EEPRO100 based boards (especially SP8240) which showed "Receiver is not ready" errors when U-Boot was processing the receive buffers slower than the network controller was filling them. * Get rid of obsolete include/mpc74xx.h
* * Vince Husovsky, 7 Nov 2002:LABEL_2002_11_10_2310wdenk2002-11-105-5/+8
| | | | | | | | | | | | | | | | | | | | | Add "-n" to linker options to get rid of "Not enough room for program headers" problem * Patch by David Müller, 05 Nov 2002 Rename CONFIG_PLL_INPUT_FREQ to CONFIG_SYS_CLK_FREQ so we can use an already existing name * Patch by Pierre Aubert, 05 Nov 2002 Hardware related improvements in FDC boot code * Patch by Holger Schurig, 5 Nov 2002: Make the PXA really change it's frequency * Patch by Pierre Aubert, 05 Nov 2002 Add support for slave serial Spartan 2 FPGAs * Fix uninitialized memory (MAC address) in 8xx SCC/FEC ethernet drivers
* Quick & Dirty fix for log buffer problem when environment is not setwdenk2002-11-051-1/+1
| | | | | | Trigger watchdog when reading the env - this might take a while. Set debugging baud rate for KUP4K board
* * Add support for log buffer which can be passed to Linux kernel'sLABEL_2002_11_05_1735wdenk2002-11-057-0/+576
| | | | | | | syslog mechanism; used especially for POST results. * Patch by Klaus Heydeck, 31 Oct 2002: Add initial support for kup4k board
* * Patch by Robert Schwebel, 04 Nov 2002:LABEL_2002_11_05_0120wdenk2002-11-053-9/+341
| | | | | | | | - use watchdog to reset PXA250 systems - added progress callbacks to (some of the) ARM code - update for Cogent CSB226 board * Add support for FPS860 board
* Patch by Guillaume Alexandre,, 04 Nov 2002:wdenk2002-11-041-1/+1
| | | | | | | | Improve PCI access on 32-bits Compact PCI bus Adjust VFD initialization on TRAB Cleanup RRvision video code
* * Fix mdelay() on TRAB - this was still the debugging version withwdenk2002-11-0312-17/+18
| | | | | | | | | seconds instead of ms. * Patch by Robert Schwebel, 1 Nov 2002: XScale related cleanup (affects all ARM boards) * Cleanup of names, warnings and README.
* Initial revisionwdenk2002-11-031-0/+1948
|
* Initial revisionwdenk2002-11-031-0/+554
|
* Initial revisionwdenk2002-11-033-0/+2666
|
* Initial revisionwdenk2002-11-031-0/+354
|
* Initial revisionwdenk2002-11-031-0/+77
|
* Initial revisionwdenk2002-11-0317-0/+11136
|
* Initial revisionwdenk2002-11-0340-0/+10588
|
* Initial revisionwdenk2002-11-0312-0/+4805
|
* Initial revisionwdenk2002-11-0221-0/+6800
|
* Initial revisionwdenk2002-11-023-0/+711
|
* Initial revisionwdenk2002-10-312-0/+966
|
* Initial revisionwdenk2002-10-311-0/+151
|
* Initial revisionwdenk2002-10-311-0/+358
|
* Initial revisionwdenk2002-10-261-0/+190
|
* Initial revisionwdenk2002-10-261-0/+173
|
* Initial revisionwdenk2002-10-261-0/+573
|
* Initial revisionwdenk2002-10-251-0/+376
|
* Initial revisionwdenk2002-10-241-0/+452
|
* Initial revisionwdenk2002-10-211-0/+1038
|
* Initial revisionwdenk2002-10-211-0/+105
|
* Initial revisionwdenk2002-10-212-0/+150
|
* Initial revisionwdenk2002-10-191-0/+44
|
* Initial revisionwdenk2002-10-171-0/+109
|
* Initial revisionwdenk2002-10-112-0/+959
|
* Initial revisionwdenk2002-10-111-0/+354
|
* Initial revisionwdenk2002-10-071-0/+327
|