| Commit message (Collapse) | Author | Age | Lines |
|
|
|
| |
Patch by Peter Pearse, 2 Feb 2005
|
|
|
|
| |
Patch by Ara Avanesyan, 01 Feb 2005
|
|
|
|
| |
Patch by Sebastian Schau, 27 Jan 2005
|
|
|
|
|
|
| |
- Add SRAM unlock for GP devices.
- Change DDR DLL unlock value to allow DPLLout*1 operation.
Patches by Richard Woodruff, 21 Jan 2005:
|
|
|
|
|
|
| |
add MII routines to the au1x00 ethernet driver;
add USB ohci driver (work in progress)
Patch by Thomas Sailer, 20 Jan 2005
|
|
|
|
|
|
|
| |
Use drivers/cfi_flash.c instead of private flash driver;
Remove hardcoded personalized settings from omap5912osk.h;
Fix spacing with (RO) marks in 'flinfo' output.
Patch by Michael Bendzick, 14 Jan 2005
|
|
|
|
| |
Patch by Joe <lgxue@yahoo.com>, 13 Jan 2005
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The virtex2 FPGA download code watches for init going active during
a download of config data as an error condition. init also goes
active after a configuration is finished in concert with the done
signal. So far, the code does not check for done active until all
of the configuration data is sent. If configuration data has a few
extra pad bytes at the end, this would cause an error message even
though the download had suceeded.
NOTE: virtex2 slave serial and spartan2 versions may still have the
same problem.
Patch by Andrew Dyer, 12 Jan 2005
|
|
|
|
|
|
|
|
| |
Fix "WARNING: flash_make_cmd: unsuppported LittleEndian mode"
message when probing for nonexistent flash in little endian mode.
As a side effect more efficient and smaller code is generated,
which is always a Good Thing (TM).
Patch by Ladislav Michl, 24 Sep 2005
|
|
|
|
|
|
| |
Use the approved environment variable names. Added "tftpdstp" to
allow ports other than 69 per Tolunay Orkun's recommendation.
Patch by Jerry Van Baren, 12 Jan 2005
|
|
|
|
|
| |
(Add a configuration option CONFIG_TFTP_PORT and optional env variable tftpport)
Patch by Jerry Van Baren, 10 Jan 2005
|
|
|
|
| |
Patch by Leif Lindholm, 29 Dec 2004
|
|
|
|
|
|
| |
Patch by Andrew Dyer, 28 Dec 2004
* Cleanup: fix broken builds
|
| |
|
| |
|
|\ |
|
| |
| |
| |
| | |
Patch by Martin Krause, 16 Sep 2005
|
| |
| |
| |
| | |
Patch by Francesco Mandracci, 16 Sep 2005
|
| | |
|
| |
| |
| |
| | |
Patch by Matthias Fuchs, 22 Sep 2005
|
| |
| |
| |
| | |
Patch by Matthias Fuchs, 22 Sep 2005
|
| |
| |
| |
| |
| |
| | |
Add support for gzip compressed bmp's (CONFIG_VIDEO_BMP_GZIP).
Add support for eeprom write-enable (CFG_EEPROM_WREN).
Patch by Stefan Roese, 22 Sep 2005
|
|/
|
|
| |
Patch by Stefan Roese, 21 Sep 2005
|
| |
|
|
|
|
| |
Based on patch by R. Loeffl, 20 Jul 2005
|
|
|
|
| |
Patch by Stefan Roese, 15 Sep 2005
|
|
|
|
|
| |
boards (baudrate, environment...). Flash driver fixed.
Patch by Stefan Roese, 15 Sep 2005
|
|\ |
|
| |\ |
|
| | |
| | |
| | |
| | |
| | | |
ethernet port on ebony.
Patch by Stefan Roese, 7 Sep 2005
|
|\ \ \
| | | |
| | | |
| | | | |
[Merge with /home/m8/git/u-boot]
|
| | | | |
|
| |/ /
|/| | |
|
|\ \ \
| | |/
| |/|
| | | |
Add I2C support for TQM85xx
|
| | |
| | |
| | |
| | |
| | |
| | | |
Removed CFG_CMD_DISPLAY from default commands.
Fixed compiler warning in net.c.
Patch by Stefan Roese, 31 Aug 2005
|
| |/
|/|
| |
| | |
(u-boot.habanero.fifo_cntrl.patch from Freescale)
|
| |
| |
| |
| | |
Patch by Pantelis Antoniou, 02 Sep 2005
|
| | |
|
| | |
|
|/ |
|
| |
|
|
|
|
|
| |
Pointed out by Gerhard Jaeger, 31 Aug 2005;
cf. http://sourceware.org/ml/binutils/2005-08/msg00412.html
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The global data pointer, stored in r29 before relocation to RAM, was
not initialized to a correct value. This happened because the pointer
declaration was done locally in the scope of the board_init_f()
function. What follows is a cite from gcc.info, 5.37, "Variables in
Specified Registers":
...
The compiler's data flow analysis is capable of determining where
the specified registers contain live values, and where they are
available for other uses. Stores into local register variables
may be deleted when they appear to be dead according to dataflow
analysis. References to local register variables may be deleted
or moved or simplified.
...
Moving the global data declaration to global scope solved the
problem.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
onboard DDR)
Patch by Stefan Roese, 24 Aug 2005
|
| |
|
|\ |
|