summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Collapse)Author
2006-03-12Coding Style cleanupWolfgang Denk
2006-03-12Avoid dereferencing NULL in find_cmd() if no valid commands were foundWolfgang Denk
Patch by Andrew Dyer, 13 Jun 2005
2006-03-12Add ADI Blackfin supportWolfgang Denk
- add support for Analog Devices Blackfin BF533 CPU - add support for the ADI BF533 Stamp uClinux board - add support for the ADI BF533 EZKit board Patches by Richard Klingler, June 11th 2005:
2006-03-12Add loads of ntohl() in image header handlingWolfgang Denk
Patch by Steven Scholz, 10 Jun 2005
2006-03-12Fix comment in common/soft_i2c.cWolfgang Denk
Patches by Peter Korsgaard/Tolunay Orkun, 26 May 2005
2006-03-11Some code cleanup for GCC 4.xWolfgang Denk
2006-03-07Some minor fixes to environment in NAND code.Markus Klotzbuecher
2006-03-06Minor code cleanupWolfgang Denk
2006-03-05Re-factoring the legacy NAND code (legacy NAND now only in board-specificBartlomiej Sieka
code and in SoC code). Boards using the old way have CFG_NAND_LEGACY and BOARDLIBS = drivers/nand_legacy/libnand_legacy.a added. Build breakage for NETTA.ERR and NETTA_ISDN - will go away when the new NAND support is implemented for these boards.
2006-02-24Merge with /home/wd/git/u-boot/testing-NAND/ to add new NAND handling.Bartlomiej Sieka
2005-12-01Fix U-Boot compilation for MIPS boards using ELDK 4.0Wolfgang Denk
2005-11-30Fix miiphy global data initialization (problem on 4xx boards when noMarian Balakowicz
ethaddr is assigned). Initialization moved from miiphy_register() to eth_initialize(). Based on initial patch for 4xx platform by Matthias Fuchs.
2005-11-02* Add hook to NAND erase and implement nand_wait function.Wolfgang Denk
Patch by Mike Rapoport, 01 Nov 2005 Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
2005-10-29Merge with /home/m8/git/u-bootWolfgang Denk
2005-10-28Add support for multiple PHYs.Marian Balakowicz
2005-10-28Correct includes for flat tree builder.Marian Balakowicz
2005-10-20Fix problem with sleep in NetConsole (use get_timer())Stefan Roese
Patch by Stefan Roese, 20 Oct 2005
2005-10-16Merge with /home/sr/git/u-bootWolfgang Denk
2005-10-15Merge with /home/m8/git/u-bootWolfgang Denk
2005-10-14Fix identification on ext2ls help entryStefan Roese
Patch by Stefan Roese, 14 Oct 2005
2005-10-13Cleanup for GCC-4.xWolfgang Denk
2005-10-13CleanupWolfgang Denk
2005-10-12Add missing files for Pantelis Antoniou's patchWolfgang Denk
Patch by Pantelis Antoniou, 04 Sep 2005
2005-10-12Merge with /home/sr/git/u-bootWolfgang Denk
2005-10-12Support passing of OF flat trees to the kernel.Wolfgang Denk
Patch by Pantelis Antoniou, 04 Sep 2005
2005-10-11Added support for TQM834x boards.Marian Balakowicz
2005-10-08Fix gzip bmp support (test if malloc fails, warning when truncated).Stefan Roese
Increase CFG_VIDEO_LOGO_MAX_SIZE on HH405 board. Patch by Stefan Roese, 08 Oct 2005
2005-10-05Fix booting from serial dataflash on AT91RM9200Wolfgang Denk
Patch by Peter Menzebach, 29 Aug 2005
2005-10-04Fix device partition intialization for SystemACE disks.Wolfgang Denk
Patch by Stephen Williams, 28 Apr 2005
2005-09-30Fix compiler warningWolfgang Denk
2005-09-27Fix uninitialized variable problem in hush shellWolfgang Denk
Patch by Lars Rostock, 26 Sep 2005
2005-09-25Add iopset command on mpc8xxWolfgang Denk
Patch by Daniel Eisenhut, 25 Mar 2005
2005-09-25CleanupWolfgang Denk
2005-09-25Remove unneeded #include <malloc.h>Wolfgang Denk
Patch by Ladislav Michl, 22 Feb 2005
2005-09-25Add Xilinx Spartan3 family FPGA supportWolfgang Denk
Patch by Kurt Stremerch, 14 February 2005
2005-09-24Add support for AMD's Pb1x00 eval board;Wolfgang Denk
add MII routines to the au1x00 ethernet driver; add USB ohci driver (work in progress) Patch by Thomas Sailer, 20 Jan 2005
2005-09-24virtex2 fix for bogus download error messagesWolfgang Denk
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
2005-09-24* Fix PHY address argument passing with mii info commandWolfgang Denk
Patch by Andrew Dyer, 28 Dec 2004 * Cleanup: fix broken builds
2005-09-23Cleanup (PPC4xx is AMCC now)Wolfgang Denk
2005-09-22Merge with /home/wd/git/u-boot/workWolfgang Denk
2005-09-22Add SM501 support to HH405 board.Stefan Roese
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
2005-09-21Fix computation of framebuffer palette for 8bpp LCD bitmapsWolfgang Denk
Patch by Francesco Mandracci, 16 Sep 2005
2005-09-14Update of new NAND codeWolfgang Denk
Patch by Ladislav Michl, 13 Sep 2005
2005-09-11Added support for mtddevnum and mtddevname variables (mtdparts command)Marian Balakowicz
2005-08-30Add keyboard and dot matrix display support for HMI1001 board.Wolfgang Denk
2005-08-18Add new board specific commands for TQM5200/STK52XXWolfgang Denk
- Sound commands (beep, wav, sound) - Test commands (led, can, backlight, rs232) Patch by Martin Krause, 02 May 2005
2005-08-17Merge with testing-NAND (Rewrite of NAND code)Wolfgang Denk
2005-08-17Rewrite of NAND code based on what is in 2.6.12 Linux kernelWolfgang Denk
Patch by Ladislav Michl, 29 Jun 2005
2005-08-16Merge with pollux.denx.org:/home/git/u-boot/.git
2005-08-16Fix return values of the jffs2 commands ls/fsload/fsinfo,Wolfgang Denk
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