Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Merge with /home/sr/git/u-boot | Wolfgang Denk | 2005-10-13 | -0/+52 |
|\ | ||||
| * | Fix gzip bmp support (test if malloc fails, warning when truncated). | Stefan Roese | 2005-10-08 | -0/+52 |
| | | | | | | | | | | Increase CFG_VIDEO_LOGO_MAX_SIZE on HH405 board. Patch by Stefan Roese, 08 Oct 2005 | |||
* | | Support passing of OF flat trees to the kernel. | Wolfgang Denk | 2005-10-13 | -3/+54 |
|/ | | | | Patch by Pantelis Antoniou, 04 Sep 2005 | |||
* | Fix booting from serial dataflash on AT91RM9200 | Wolfgang Denk | 2005-10-06 | -7/+9 |
| | | | | Patch by Peter Menzebach, 29 Aug 2005 | |||
* | Fix device partition intialization for SystemACE disks. | Wolfgang Denk | 2005-10-05 | -0/+1 |
| | | | | Patch by Stephen Williams, 28 Apr 2005 | |||
* | Fix compiler warning | Wolfgang Denk | 2005-09-30 | -0/+3 |
| | ||||
* | Fix uninitialized variable problem in hush shell | Wolfgang Denk | 2005-09-28 | -0/+1 |
| | | | | Patch by Lars Rostock, 26 Sep 2005 | |||
* | Add iopset command on mpc8xx | Wolfgang Denk | 2005-09-26 | -6/+15 |
| | | | | Patch by Daniel Eisenhut, 25 Mar 2005 | |||
* | Cleanup | Wolfgang Denk | 2005-09-25 | -1/+1 |
| | ||||
* | Remove unneeded #include <malloc.h> | Wolfgang Denk | 2005-09-25 | -6/+0 |
| | | | | Patch by Ladislav Michl, 22 Feb 2005 | |||
* | Add Xilinx Spartan3 family FPGA support | Wolfgang Denk | 2005-09-25 | -1/+700 |
| | | | | Patch by Kurt Stremerch, 14 February 2005 | |||
* | Add support for AMD's Pb1x00 eval board; | Wolfgang Denk | 2005-09-25 | -1/+1 |
| | | | | | | add MII routines to the au1x00 ethernet driver; add USB ohci driver (work in progress) Patch by Thomas Sailer, 20 Jan 2005 | |||
* | virtex2 fix for bogus download error messages | Wolfgang Denk | 2005-09-24 | -6/+20 |
| | | | | | | | | | | | | | 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 PHY address argument passing with mii info command | Wolfgang Denk | 2005-09-24 | -6/+5 |
| | | | | | | Patch by Andrew Dyer, 28 Dec 2004 * Cleanup: fix broken builds | |||
* | Cleanup (PPC4xx is AMCC now) | Wolfgang Denk | 2005-09-23 | -59/+61 |
| | ||||
* | Merge with /home/wd/git/u-boot/work | Wolfgang Denk | 2005-09-22 | -3/+2 |
|\ | ||||
| * | Fix computation of framebuffer palette for 8bpp LCD bitmaps | Wolfgang Denk | 2005-09-21 | -3/+2 |
| | | | | | | | | Patch by Francesco Mandracci, 16 Sep 2005 | |||
* | | Add SM501 support to HH405 board. | Stefan Roese | 2005-09-22 | -0/+9 |
|/ | | | | | | 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 | |||
* | Added support for mtddevnum and mtddevname variables (mtdparts command) | Marian Balakowicz | 2005-09-11 | -9/+69 |
| | ||||
* | Add keyboard and dot matrix display support for HMI1001 board. | Wolfgang Denk | 2005-08-30 | -3/+88 |
| | ||||
* | Add new board specific commands for TQM5200/STK52XX | Wolfgang Denk | 2005-08-19 | -2/+2 |
| | | | | | | - Sound commands (beep, wav, sound) - Test commands (led, can, backlight, rs232) Patch by Martin Krause, 02 May 2005 | |||
* | Merge with pollux.denx.org:/home/git/u-boot/.git | 2005-08-16 | -167/+200 | |
|\ | ||||
| * | Fix return values of the jffs2 commands ls/fsload/fsinfo, | Wolfgang Denk | 2005-08-16 | -5/+5 |
| | | | | | | | | | | | | 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 | |||
| * | Fix compiler warnings | Wolfgang Denk | 2005-08-13 | -160/+168 |
| | | ||||
| * | Make bootretry feature work with hush shell. | Wolfgang Denk | 2005-08-12 | -0/+18 |
| | | | | | | | | | | Caveat: this currently *requires* CONFIG_RESET_TO_RETRY to be set, too. Patch by Andreas Engel, 19 Jul 2005 | |||
| * | Preserve PHY_BMCR during a soft reset. | Wolfgang Denk | 2005-08-12 | -1/+7 |
| | | | | | | | | Patch by Carl Riechers, 24 Jun 2005 | |||
| * | Fix problem in cmd_nand.c (only when defined CFG_NAND_SKIP_BAD_DOT_I) | Stefan Roese | 2005-08-12 | -1/+2 |
| | | | | | | | | Patch by Matthias Fuchs, 4 May 2005 | |||
* | | FRAM memory access optimization. | 2005-08-12 | -4/+53 | |
|/ | ||||
* | Add configuration for IFM AEV FIFO board. | Wolfgang Denk | 2005-08-10 | -35/+35 |
| | | | | Minor coding style cleanup. | |||
* | Make new "mtdparts" code build with older compilers | Wolfgang Denk | 2005-08-09 | -2/+5 |
| | | | | Patch by Andrea Scian, 09 Aug 2005 | |||
* | Merge with /home/wd/git/u-boot/master | Wolfgang Denk | 2005-08-09 | -5/+5 |
|\ | ||||
| * | Changed CONFIG_440_xx to CONFIG_440xx for a consistent design (405 and linux) | Stefan Roese | 2005-08-08 | -5/+5 |
| | | | | | | | | Patch by Stefan Roese, 08 Aug 2005 | |||
* | | Fix compiler warnings with older GCC versions | Wolfgang Denk | 2005-08-09 | -9/+16 |
|/ | ||||
* | Add common (with Linux) MTD partition scheme and "mtdparts" command | Wolfgang Denk | 2005-08-08 | -94/+1991 |
| | | | | | | | | 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. | |||
* | Fix sign extension bug in 'fpga loadb' command; | Wolfgang Denk | 2005-08-08 | -41/+56 |
| | | | | | make 'fpga loadb' always print the file header info Patch by Andrew Dyer, 11 Jan 2005 | |||
* | Fix errors that occur when accessing SystemACE CF | Wolfgang Denk | 2005-08-07 | -4/+27 |
| | | | | Patch by Jeff Angielski, 09 Jan 2005 | |||
* | Fix 'mii help' text formatting | Wolfgang Denk | 2005-08-06 | -1/+1 |
| | | | | Patch by Cory Tusar, 10 Dec 2004 | |||
* | Merge with /home/wd/git/u-boot/master | Wolfgang Denk | 2005-08-05 | -10/+53 |
|\ | ||||
| * | Fix compile problem in cmd_flash.c | Wolfgang Denk | 2005-08-05 | -3/+5 |
| | | | | | | | | Patch by Teun Grinwis, 05 Aug 2005 | |||
| * | (re)enabled scsi commands do_scsi() and do_scsiboot() | Wolfgang Denk | 2005-08-04 | -7/+43 |
| | | | | | | | | Patch by Denis Peter, 06 Dec 2004 | |||
| * | Cleanup build problems (on Fedora Core x86_64 build host) | Wolfgang Denk | 2005-08-03 | -0/+5 |
| | | ||||
* | | Merge with rsync://git-user@source.denx.net/git/u-boot.git | Jon Loeliger | 2005-08-02 | -8/+12 |
|\ \ | |/ | ||||
| * | Coding style cleanup | Wolfgang Denk | 2005-08-02 | -18/+16 |
| | | ||||
| * | Add support for AMCC PPC440EP/GR eval boards Yosemite and Yellowstone. | Stefan Roese | 2005-08-01 | -7/+9 |
| | | | | | | | | Patch by Steven Blakeslee, 27 Jul 2005 | |||
* | | Fix style issues primarily in 85xx and 83xx boards. | Jon Loeliger | 2005-08-01 | -17/+13 |
| | | | | | | | | | | | | | | | | - C++ comments - Trailing white space - Indentation not by TAB - Excessive amount of empty lines - Trailing empty lines | |||
* | | Merge with rsync://git-user@source.denx.net/git/u-boot.git | Jon Loeliger | 2005-07-28 | -1/+1 |
|\ \ | |/ | ||||
| * | Fix CFG_CMD_SETGETDCR handling in "common/cmd_dcr.c" | Wolfgang Denk | 2005-07-28 | -1/+1 |
| | | | | | | | | [Patch by Cedric Vincent, 6 Jul 2005] | |||
* | | * Patch by Jon Loeliger, Kumar Gala 2005-02-08 | Jon Loeliger | 2005-07-23 | -4/+4 |
|/ | | | | | | | | - 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. | |||
* | Fix low-level OHCI transfers for ARM920t and MPC5xxx | Wolfgang Denk | 2005-07-21 | -122/+286 |
| | | | | | | | | 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. | |||
* | Add new argument format for flash commands to allow for usage like | Wolfgang Denk | 2005-07-21 | -4/+104 |
| | | | | | "erase $(addr) +$(filesize)", i. e. a size argument can be used and U-Boot will automaticially find the end of the corresponding sector. |