summaryrefslogtreecommitdiff
path: root/common
Commit message (Collapse)AuthorAgeLines
* Merge with git://git.kernel.org/pub/scm/boot/u-boot/u-boot.git#ft_infrWolfgang Denk2006-03-12-17/+48
|\
| * Add support for passing initrd information via flat device treeKumar Gala2006-01-11-9/+18
| | | | | | | | Patch by Kumar Gala 11 Jan 2006
| * Added OF_STDOUT_PATH and OF_SOCKumar Gala2006-01-11-0/+3
| | | | | | | | | | | | | | | | OF_STDOUT_PATH specifies the path to the device the kernel can use for console output OF_SOC specifies the proper name of the SOC node if one exists. Patch by Kumar Gala 11 Jan 2006
| * Allow board code to fixup the flat device tree before booting aKumar Gala2006-01-11-1/+4
| | | | | | | | | | kernel Patch by Kumar Gala 11 Jan 2006
| * Added CONFIG_ options for bd_t and env in flat dev treeKumar Gala2006-01-11-7/+23
| | | | | | | | | | | | | | | | | | | | CONFIG_OF_HAS_BD_T will put a copy of the bd_t into the resulting flat device tree. CONFIG_OF_HAS_UBOOT_ENV will copy the environment variables from u-boot into the flat device tree Patch by Kumar Gala 11 Jan 2006
* | Adjust "echo" as a default commandWolfgang Denk2006-03-12-0/+4
| | | | | | | | Patch by Sam Song, 19 Jun 2005
* | Coding Style cleanupWolfgang Denk2006-03-12-1/+1
| |
* | Avoid dereferencing NULL in find_cmd() if no valid commands were foundWolfgang Denk2006-03-12-3/+6
| | | | | | | | Patch by Andrew Dyer, 13 Jun 2005
* | Add ADI Blackfin supportWolfgang Denk2006-03-12-0/+2
| | | | | | | | | | | | | | - 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:
* | Add loads of ntohl() in image header handlingWolfgang Denk2006-03-12-17/+17
| | | | | | | | Patch by Steven Scholz, 10 Jun 2005
* | Fix comment in common/soft_i2c.cWolfgang Denk2006-03-12-1/+4
| | | | | | | | Patches by Peter Korsgaard/Tolunay Orkun, 26 May 2005
* | Some code cleanup for GCC 4.xWolfgang Denk2006-03-11-6/+6
| |
* | Some minor fixes to environment in NAND code.Markus Klotzbuecher2006-03-08-3/+7
| |
* | Minor code cleanupWolfgang Denk2006-03-06-2/+0
| |
* | Re-factoring the legacy NAND code (legacy NAND now only in board-specificBartlomiej Sieka2006-03-05-1941/+451
| | | | | | | | | | | | | | 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.
* | Merge with /home/wd/git/u-boot/testing-NAND/ to add new NAND handling.Bartlomiej Sieka2006-02-24-11/+387
|\ \ | |/ |/|
| * * Add hook to NAND erase and implement nand_wait function.Wolfgang Denk2005-11-02-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-14-281/+2142
| | | | | | | | Patch by Ladislav Michl, 13 Sep 2005
| * Merge with testing-NAND (Rewrite of NAND code)Wolfgang Denk2005-08-17-1763/+277
| |\
| | * Rewrite of NAND code based on what is in 2.6.12 Linux kernelWolfgang Denk2005-08-17-1762/+277
| | | | | | | | | | | | Patch by Ladislav Michl, 29 Jun 2005
* | | Fix U-Boot compilation for MIPS boards using ELDK 4.0Wolfgang Denk2005-12-01-1/+1
| | |
* | | Fix miiphy global data initialization (problem on 4xx boards when noMarian Balakowicz2005-11-30-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-29-58/+307
|\ \ \
| * | | Add support for multiple PHYs.Marian Balakowicz2005-10-28-56/+305
| | | |
| * | | Correct includes for flat tree builder.Marian Balakowicz2005-10-28-2/+2
| | | |
* | | | Fix problem with sleep in NetConsole (use get_timer())Stefan Roese2005-10-20-9/+8
|/ / / | | | | | | | | | Patch by Stefan Roese, 20 Oct 2005
* | | Merge with /home/sr/git/u-bootWolfgang Denk2005-10-17-1/+1
|\ \ \
| * | | Fix identification on ext2ls help entryStefan Roese2005-10-14-1/+1
| | | | | | | | | | | | | | | | Patch by Stefan Roese, 14 Oct 2005
* | | | Merge with /home/m8/git/u-bootWolfgang Denk2005-10-15-6/+14
|\ \ \ \
| * | | | Added support for TQM834x boards.Marian Balakowicz2005-10-11-6/+14
| | | | |
* | | | | Cleanup for GCC-4.xWolfgang Denk2005-10-13-108/+109
| |/ / / |/| | |
* | | | CleanupWolfgang Denk2005-10-13-1459/+0
| | | |
* | | | Add missing files for Pantelis Antoniou's patchWolfgang Denk2005-10-13-0/+2154
| | | | | | | | | | | | | | | | Patch by Pantelis Antoniou, 04 Sep 2005
* | | | Merge with /home/sr/git/u-bootWolfgang Denk2005-10-13-0/+52
|\ \ \ \
| * | | | Fix gzip bmp support (test if malloc fails, warning when truncated).Stefan Roese2005-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 Denk2005-10-13-3/+54
|/ / / | | | | | | | | | Patch by Pantelis Antoniou, 04 Sep 2005
* | | Fix booting from serial dataflash on AT91RM9200Wolfgang Denk2005-10-06-7/+9
| | | | | | | | | | | | Patch by Peter Menzebach, 29 Aug 2005
* | | Fix device partition intialization for SystemACE disks.Wolfgang Denk2005-10-05-0/+1
| | | | | | | | | | | | Patch by Stephen Williams, 28 Apr 2005
* | | Fix compiler warningWolfgang Denk2005-09-30-0/+3
| | |
* | | Fix uninitialized variable problem in hush shellWolfgang Denk2005-09-28-0/+1
| | | | | | | | | | | | Patch by Lars Rostock, 26 Sep 2005
* | | Add iopset command on mpc8xxWolfgang Denk2005-09-26-6/+15
| | | | | | | | | | | | Patch by Daniel Eisenhut, 25 Mar 2005
* | | CleanupWolfgang Denk2005-09-25-1/+1
| | |
* | | Remove unneeded #include <malloc.h>Wolfgang Denk2005-09-25-6/+0
| | | | | | | | | | | | Patch by Ladislav Michl, 22 Feb 2005
* | | Add Xilinx Spartan3 family FPGA supportWolfgang Denk2005-09-25-1/+700
| | | | | | | | | | | | Patch by Kurt Stremerch, 14 February 2005
* | | Add support for AMD's Pb1x00 eval board;Wolfgang Denk2005-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 messagesWolfgang Denk2005-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 commandWolfgang Denk2005-09-24-6/+5
| | | | | | | | | | | | | | | | | | Patch by Andrew Dyer, 28 Dec 2004 * Cleanup: fix broken builds
* | | Cleanup (PPC4xx is AMCC now)Wolfgang Denk2005-09-23-59/+61
| | |
* | | Merge with /home/wd/git/u-boot/workWolfgang Denk2005-09-22-3/+2
|\ \ \
| * | | Fix computation of framebuffer palette for 8bpp LCD bitmapsWolfgang Denk2005-09-21-3/+2
| | | | | | | | | | | | | | | | Patch by Francesco Mandracci, 16 Sep 2005