| Commit message (Collapse) | Author | Age | Lines |
|
|
|
| |
Patch by Daniel Eisenhut, 25 Mar 2005
|
| |
|
|
|
|
| |
Patch by Ladislav Michl, 22 Feb 2005
|
|
|
|
| |
Patch by Kurt Stremerch, 14 February 2005
|
|
|
|
|
|
| |
add MII routines to the au1x00 ethernet driver;
add USB ohci driver (work in progress)
Patch by Thomas Sailer, 20 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
|
|
|
|
|
|
| |
Patch by Andrew Dyer, 28 Dec 2004
* Cleanup: fix broken builds
|
| |
|
|\ |
|
| |
| |
| |
| | |
Patch by Francesco Mandracci, 16 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
|
| |
|
| |
|
|
|
|
|
|
| |
- Sound commands (beep, wav, sound)
- Test commands (led, can, backlight, rs232)
Patch by Martin Krause, 02 May 2005
|
|\ |
|
| |
| |
| |
| |
| |
| | |
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
|
| | |
|
| |
| |
| |
| |
| | |
Caveat: this currently *requires* CONFIG_RESET_TO_RETRY to be set, too.
Patch by Andreas Engel, 19 Jul 2005
|
| |
| |
| |
| | |
Patch by Carl Riechers, 24 Jun 2005
|
| |
| |
| |
| | |
Patch by Matthias Fuchs, 4 May 2005
|
|/ |
|
|
|
|
| |
Minor coding style cleanup.
|
|
|
|
| |
Patch by Andrea Scian, 09 Aug 2005
|
|\ |
|
| |
| |
| |
| | |
Patch by Stefan Roese, 08 Aug 2005
|
|/ |
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
make 'fpga loadb' always print the file header info
Patch by Andrew Dyer, 11 Jan 2005
|
|
|
|
| |
Patch by Jeff Angielski, 09 Jan 2005
|
|
|
|
| |
Patch by Cory Tusar, 10 Dec 2004
|
|\ |
|
| |
| |
| |
| | |
Patch by Teun Grinwis, 05 Aug 2005
|
| |
| |
| |
| | |
Patch by Denis Peter, 06 Dec 2004
|
| | |
|
|\ \
| |/ |
|
| | |
|
| |
| |
| |
| | |
Patch by Steven Blakeslee, 27 Jul 2005
|
| |
| |
| |
| |
| |
| |
| |
| | |
- C++ comments
- Trailing white space
- Indentation not by TAB
- Excessive amount of empty lines
- Trailing empty lines
|
|\ \
| |/ |
|
| |
| |
| |
| | |
[Patch by Cedric Vincent, 6 Jul 2005]
|
|/
|
|
|
|
|
|
| |
- 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.
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
"erase $(addr) +$(filesize)", i. e. a size argument can be used and
U-Boot will automaticially find the end of the corresponding sector.
|
|
|
|
| |
Fix LCD logo for lwmon board which got lost in the merge of 8xx and PXA LCD code
|
|
|
|
|
|
|
|
|
| |
* Add MPC8220 boards to MAKEALL script
* Add EEPROM and RTC support for HMI1001 board
* Patch by Detlev Zundel, 20 Jun 2005:
Fix initialization of low active GPIO pins on inka4x0 board
|
|
|
|
|
|
|
|
|
| |
Initialize allocated dev and private hw structures
after their respective allocation in 440gx_enet.c
* Patch by Steven Scholz, 10 Jun 2005:
Fix byteorder problems with second argument of "bootm" with
standalone images;
|
|
|
|
| |
* Disable "date" and "sntp" commands on TQM866M which has no RTC
|
| |
|
|
|
|
| |
* Add support for MPC8247 based "IDS8247" board.
|
|
|
|
|
| |
Added missing variable declaration in cmd_nand.c
Modified CFG_PCI_PTM1MS in configs/PLU405.h to map 128MB ram
|