summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Collapse)AuthorAgeFilesLines
* Merge with /home/wd/git/u-boot/testing-NAND/ to add new NAND handling.Bartlomiej Sieka2006-02-244-11/+387
|\
| * * Add hook to NAND erase and implement nand_wait function.Wolfgang Denk2005-11-021-1/+1
| | | | | | | | | | | | Patch by Mike Rapoport, 01 Nov 2005 Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
| * Update of new NAND codeWolfgang Denk2005-09-143-281/+2142
| | | | | | | | Patch by Ladislav Michl, 13 Sep 2005
| * Merge with testing-NAND (Rewrite of NAND code)Wolfgang Denk2005-08-171-1763/+277
| |\
| | * Rewrite of NAND code based on what is in 2.6.12 Linux kernelWolfgang Denk2005-08-171-1762/+277
| | | | | | | | | | | | Patch by Ladislav Michl, 29 Jun 2005
* | | Fix U-Boot compilation for MIPS boards using ELDK 4.0Wolfgang Denk2005-12-011-1/+1
| | |
* | | Fix miiphy global data initialization (problem on 4xx boards when noMarian Balakowicz2005-11-301-7/+10
| | | | | | | | | | | | | | | | | | | | | ethaddr is assigned). Initialization moved from miiphy_register() to eth_initialize(). Based on initial patch for 4xx platform by Matthias Fuchs.
* | | Merge with /home/m8/git/u-bootWolfgang Denk2005-10-294-58/+307
|\ \ \
| * | | Add support for multiple PHYs.Marian Balakowicz2005-10-283-56/+305
| | | |
| * | | Correct includes for flat tree builder.Marian Balakowicz2005-10-281-2/+2
| | | |
* | | | Fix problem with sleep in NetConsole (use get_timer())Stefan Roese2005-10-201-9/+8
|/ / / | | | | | | | | | Patch by Stefan Roese, 20 Oct 2005
* | | Merge with /home/sr/git/u-bootWolfgang Denk2005-10-171-1/+1
|\ \ \
| * | | Fix identification on ext2ls help entryStefan Roese2005-10-141-1/+1
| | | | | | | | | | | | | | | | Patch by Stefan Roese, 14 Oct 2005
* | | | Merge with /home/m8/git/u-bootWolfgang Denk2005-10-155-6/+14
|\ \ \ \
| * | | | Added support for TQM834x boards.Marian Balakowicz2005-10-115-6/+14
| | | | |
* | | | | Cleanup for GCC-4.xWolfgang Denk2005-10-1328-108/+109
| |/ / / |/| | |
* | | | CleanupWolfgang Denk2005-10-132-1459/+0
| | | |
* | | | Add missing files for Pantelis Antoniou's patchWolfgang Denk2005-10-133-0/+2154
| | | | | | | | | | | | | | | | Patch by Pantelis Antoniou, 04 Sep 2005
* | | | Merge with /home/sr/git/u-bootWolfgang Denk2005-10-131-0/+52
|\ \ \ \
| * | | | Fix gzip bmp support (test if malloc fails, warning when truncated).Stefan Roese2005-10-081-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 Denk2005-10-133-3/+54
|/ / / | | | | | | | | | Patch by Pantelis Antoniou, 04 Sep 2005
* | | Fix booting from serial dataflash on AT91RM9200Wolfgang Denk2005-10-061-7/+9
| | | | | | | | | | | | Patch by Peter Menzebach, 29 Aug 2005
* | | Fix device partition intialization for SystemACE disks.Wolfgang Denk2005-10-051-0/+1
| | | | | | | | | | | | Patch by Stephen Williams, 28 Apr 2005
* | | Fix compiler warningWolfgang Denk2005-09-301-0/+3
| | |
* | | Fix uninitialized variable problem in hush shellWolfgang Denk2005-09-281-0/+1
| | | | | | | | | | | | Patch by Lars Rostock, 26 Sep 2005
* | | Add iopset command on mpc8xxWolfgang Denk2005-09-261-6/+15
| | | | | | | | | | | | Patch by Daniel Eisenhut, 25 Mar 2005
* | | CleanupWolfgang Denk2005-09-251-1/+1
| | |
* | | Remove unneeded #include <malloc.h>Wolfgang Denk2005-09-256-6/+0
| | | | | | | | | | | | Patch by Ladislav Michl, 22 Feb 2005
* | | Add Xilinx Spartan3 family FPGA supportWolfgang Denk2005-09-253-1/+700
| | | | | | | | | | | | Patch by Kurt Stremerch, 14 February 2005
* | | Add support for AMD's Pb1x00 eval board;Wolfgang Denk2005-09-251-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 messagesWolfgang Denk2005-09-241-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 commandWolfgang Denk2005-09-241-6/+5
| | | | | | | | | | | | | | | | | | Patch by Andrew Dyer, 28 Dec 2004 * Cleanup: fix broken builds
* | | Cleanup (PPC4xx is AMCC now)Wolfgang Denk2005-09-231-59/+61
| | |
* | | Merge with /home/wd/git/u-boot/workWolfgang Denk2005-09-221-3/+2
|\ \ \
| * | | Fix computation of framebuffer palette for 8bpp LCD bitmapsWolfgang Denk2005-09-211-3/+2
| | | | | | | | | | | | | | | | Patch by Francesco Mandracci, 16 Sep 2005
* | | | Add SM501 support to HH405 board.Stefan Roese2005-09-221-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 Balakowicz2005-09-111-9/+69
| | |
* | | Add keyboard and dot matrix display support for HMI1001 board.Wolfgang Denk2005-08-302-3/+88
| | |
* | | Add new board specific commands for TQM5200/STK52XXWolfgang Denk2005-08-191-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/.git2005-08-165-167/+200
|\ \ \ | |/ /
| * | Fix return values of the jffs2 commands ls/fsload/fsinfo,Wolfgang Denk2005-08-161-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 warningsWolfgang Denk2005-08-131-160/+168
| | |
| * | Make bootretry feature work with hush shell.Wolfgang Denk2005-08-121-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 Denk2005-08-121-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 Roese2005-08-121-1/+2
| | | | | | | | | | | | Patch by Matthias Fuchs, 4 May 2005
* | | FRAM memory access optimization.2005-08-122-4/+53
|/ /
* | Add configuration for IFM AEV FIFO board.Wolfgang Denk2005-08-104-35/+35
| | | | | | | | Minor coding style cleanup.
* | Make new "mtdparts" code build with older compilersWolfgang Denk2005-08-091-2/+5
| | | | | | | | Patch by Andrea Scian, 09 Aug 2005
* | Merge with /home/wd/git/u-boot/masterWolfgang Denk2005-08-092-5/+5
|\ \
| * | Changed CONFIG_440_xx to CONFIG_440xx for a consistent design (405 and linux)Stefan Roese2005-08-082-5/+5
| | | | | | | | | | | | Patch by Stefan Roese, 08 Aug 2005
OpenPOWER on IntegriCloud