Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-03-13 | Change max size of uncompressed uImage's to 8MByte and add | Stefan Roese | |
CFG_BOOTM_LEN to adjust this setting. As mentioned by Robin Getz on 2005-05-24 the size of uncompressed uImages was restricted to 4MBytes. This default size is now increased to 8Mbytes and can be overrided by setting CFG_BOOTM_LEN in the board config file. Patch by Stefan Roese, 13 Mar 2006 | |||
2006-03-13 | Change the sequence of events in soft_i2c.c:send_ack() to keep from | Wolfgang Denk | |
incorrectly generating start/stop conditions on the bus. Patch by Andrew Dyer, 26 Jul 2005 | |||
2006-03-12 | Merge with git://git.kernel.org/pub/scm/boot/u-boot/u-boot.git#ft_infr | Wolfgang Denk | |
2006-03-12 | Adjust "echo" as a default command | Wolfgang Denk | |
Patch by Sam Song, 19 Jun 2005 | |||
2006-03-12 | Coding Style cleanup | Wolfgang Denk | |
2006-03-12 | Avoid dereferencing NULL in find_cmd() if no valid commands were found | Wolfgang Denk | |
Patch by Andrew Dyer, 13 Jun 2005 | |||
2006-03-12 | Add ADI Blackfin support | Wolfgang 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-12 | Add loads of ntohl() in image header handling | Wolfgang Denk | |
Patch by Steven Scholz, 10 Jun 2005 | |||
2006-03-12 | Fix comment in common/soft_i2c.c | Wolfgang Denk | |
Patches by Peter Korsgaard/Tolunay Orkun, 26 May 2005 | |||
2006-03-11 | Some code cleanup for GCC 4.x | Wolfgang Denk | |
2006-03-08 | Some minor fixes to environment in NAND code. | Markus Klotzbuecher | |
2006-03-06 | Minor code cleanup | Wolfgang Denk | |
2006-03-05 | Re-factoring the legacy NAND code (legacy NAND now only in board-specific | Bartlomiej 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-24 | Merge with /home/wd/git/u-boot/testing-NAND/ to add new NAND handling. | Bartlomiej Sieka | |
2006-01-11 | Add support for passing initrd information via flat device tree | Kumar Gala | |
Patch by Kumar Gala 11 Jan 2006 | |||
2006-01-11 | Added OF_STDOUT_PATH and OF_SOC | Kumar Gala | |
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 | |||
2006-01-11 | Allow board code to fixup the flat device tree before booting a | Kumar Gala | |
kernel Patch by Kumar Gala 11 Jan 2006 | |||
2006-01-11 | Added CONFIG_ options for bd_t and env in flat dev tree | Kumar Gala | |
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 | |||
2005-12-01 | Fix U-Boot compilation for MIPS boards using ELDK 4.0 | Wolfgang Denk | |
2005-11-30 | Fix miiphy global data initialization (problem on 4xx boards when no | Marian 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-29 | Merge with /home/m8/git/u-boot | Wolfgang Denk | |
2005-10-28 | Add support for multiple PHYs. | Marian Balakowicz | |
2005-10-28 | Correct includes for flat tree builder. | Marian Balakowicz | |
2005-10-20 | Fix problem with sleep in NetConsole (use get_timer()) | Stefan Roese | |
Patch by Stefan Roese, 20 Oct 2005 | |||
2005-10-17 | Merge with /home/sr/git/u-boot | Wolfgang Denk | |
2005-10-15 | Merge with /home/m8/git/u-boot | Wolfgang Denk | |
2005-10-14 | Fix identification on ext2ls help entry | Stefan Roese | |
Patch by Stefan Roese, 14 Oct 2005 | |||
2005-10-13 | Cleanup for GCC-4.x | Wolfgang Denk | |
2005-10-13 | Cleanup | Wolfgang Denk | |
2005-10-13 | Add missing files for Pantelis Antoniou's patch | Wolfgang Denk | |
Patch by Pantelis Antoniou, 04 Sep 2005 | |||
2005-10-13 | Merge with /home/sr/git/u-boot | Wolfgang Denk | |
2005-10-13 | Support passing of OF flat trees to the kernel. | Wolfgang Denk | |
Patch by Pantelis Antoniou, 04 Sep 2005 | |||
2005-10-11 | Added support for TQM834x boards. | Marian Balakowicz | |
2005-10-08 | Fix 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-06 | Fix booting from serial dataflash on AT91RM9200 | Wolfgang Denk | |
Patch by Peter Menzebach, 29 Aug 2005 | |||
2005-10-05 | Fix device partition intialization for SystemACE disks. | Wolfgang Denk | |
Patch by Stephen Williams, 28 Apr 2005 | |||
2005-09-30 | Fix compiler warning | Wolfgang Denk | |
2005-09-28 | Fix uninitialized variable problem in hush shell | Wolfgang Denk | |
Patch by Lars Rostock, 26 Sep 2005 | |||
2005-09-26 | Add iopset command on mpc8xx | Wolfgang Denk | |
Patch by Daniel Eisenhut, 25 Mar 2005 | |||
2005-09-25 | Cleanup | Wolfgang Denk | |
2005-09-25 | Remove unneeded #include <malloc.h> | Wolfgang Denk | |
Patch by Ladislav Michl, 22 Feb 2005 | |||
2005-09-25 | Add Xilinx Spartan3 family FPGA support | Wolfgang Denk | |
Patch by Kurt Stremerch, 14 February 2005 | |||
2005-09-25 | Add 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-24 | virtex2 fix for bogus download error messages | Wolfgang 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 command | Wolfgang Denk | |
Patch by Andrew Dyer, 28 Dec 2004 * Cleanup: fix broken builds | |||
2005-09-23 | Cleanup (PPC4xx is AMCC now) | Wolfgang Denk | |
2005-09-22 | Merge with /home/wd/git/u-boot/work | Wolfgang Denk | |
2005-09-22 | Add 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-21 | Fix computation of framebuffer palette for 8bpp LCD bitmaps | Wolfgang Denk | |
Patch by Francesco Mandracci, 16 Sep 2005 |