- Oct 04, 2005
-
-
Wolfgang Denk authored
Patch by Stephen Williams, 28 Apr 2005
-
- Sep 30, 2005
-
-
Wolfgang Denk authored
-
- Sep 27, 2005
-
-
Wolfgang Denk authored
Patch by Lars Rostock, 26 Sep 2005
-
- Sep 25, 2005
-
-
Wolfgang Denk authored
Patch by Daniel Eisenhut, 25 Mar 2005
-
Wolfgang Denk authored
-
Wolfgang Denk authored
Patch by Ladislav Michl, 22 Feb 2005
-
Wolfgang Denk authored
Patch by Kurt Stremerch, 14 February 2005
-
- Sep 24, 2005
-
-
Wolfgang Denk authored
add MII routines to the au1x00 ethernet driver; add USB ohci driver (work in progress) Patch by Thomas Sailer, 20 Jan 2005
-
Wolfgang Denk authored
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
-
Wolfgang Denk authored
Patch by Andrew Dyer, 28 Dec 2004 * Cleanup: fix broken builds
-
- Sep 23, 2005
-
-
Wolfgang Denk authored
-
- Sep 22, 2005
-
-
Stefan Roese authored
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
-
- Sep 21, 2005
-
-
Wolfgang Denk authored
Patch by Francesco Mandracci, 16 Sep 2005
-
- Sep 11, 2005
-
-
Marian Balakowicz authored
-
- Aug 30, 2005
-
-
Wolfgang Denk authored
-
- Aug 18, 2005
-
-
Wolfgang Denk authored
- Sound commands (beep, wav, sound) - Test commands (led, can, backlight, rs232) Patch by Martin Krause, 02 May 2005
-
- Aug 16, 2005
-
-
Wolfgang Denk authored
so we can use them to, e.g., check the existence of a file with "if ls foo; then this; else that; fi" in the hush shell Patch by Andreas Engel, 16 August 2005
-
- Aug 13, 2005
-
-
Wolfgang Denk authored
-
- Aug 12, 2005
-
-
Wolfgang Denk authored
Caveat: this currently *requires* CONFIG_RESET_TO_RETRY to be set, too. Patch by Andreas Engel, 19 Jul 2005
-
Wolfgang Denk authored
Patch by Carl Riechers, 24 Jun 2005
-
Stefan Roese authored
Patch by Matthias Fuchs, 4 May 2005
-
- Aug 10, 2005
-
-
Wolfgang Denk authored
Minor coding style cleanup.
-
- Aug 09, 2005
-
-
Wolfgang Denk authored
Patch by Andrea Scian, 09 Aug 2005
-
Wolfgang Denk authored
-
- Aug 08, 2005
-
-
Stefan Roese authored
Patch by Stefan Roese, 08 Aug 2005
-
- Aug 07, 2005
-
-
Wolfgang Denk authored
Old, obsolete and duplicated code was cleaned up and replace by the new partitioning method. There are two possible approaches now: * define a single, static partition * use mtdparts command line option and dynamic partitioning Default is static partitioning.
-
Wolfgang Denk authored
make 'fpga loadb' always print the file header info Patch by Andrew Dyer, 11 Jan 2005
-
Wolfgang Denk authored
Patch by Jeff Angielski, 09 Jan 2005
-
- Aug 05, 2005
-
-
Wolfgang Denk authored
Patch by Cory Tusar, 10 Dec 2004
-
Wolfgang Denk authored
Patch by Teun Grinwis, 05 Aug 2005
-
- Aug 03, 2005
-
-
Wolfgang Denk authored
Patch by Denis Peter, 06 Dec 2004
-
Wolfgang Denk authored
-
- Aug 02, 2005
-
-
Wolfgang Denk authored
-
- Aug 01, 2005
-
-
Jon Loeliger authored
- C++ comments - Trailing white space - Indentation not by TAB - Excessive amount of empty lines - Trailing empty lines
-
Stefan Roese authored
Patch by Steven Blakeslee, 27 Jul 2005
-
- Jul 27, 2005
-
-
Wolfgang Denk authored
[Patch by Cedric Vincent, 6 Jul 2005]
-
- Jul 23, 2005
-
-
Jon Loeliger authored
- Convert the CPM2 based functionality to use new CONFIG_CPM2 option rather than a myriad of CONFIG_MPC8560-like variants. Applies to MPC85xx and MPC8260 boards, includes stxgp3 and sbc8560. Eliminates the CONFIG_MPC8560 option entirely. Distributes the new CONFIG_CPM2 option to each 8260 board.
-
- Jul 21, 2005
-
-
Wolfgang Denk authored
A new, Windows compatible init sequence was also backported from Linux 2.6, but disabled with #undef NEW_INIT_SEQ as it wouldn't change the behaviour of the memopry sticks we tested. Maybe it's not relevant for mass storage devices. For recerence, see file common/usb.c, function usb_new_device(), section #ifdef NEW_INIT_SEQ.
-
Wolfgang Denk authored
"erase $(addr) +$(filesize)", i. e. a size argument can be used and U-Boot will automaticially find the end of the corresponding sector.
-