Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-05-02 | Declare load_serial_ymodem() when using CFG_CMD_LOADB. | Wolfgang Denk | |
Patch by Jon Loeliger, 01. May 2006 | |||
2006-04-16 | Some code cleanup | Wolfgang Denk | |
2006-04-16 | Merge with /home/hs/U-Boot/u-boot-dev | Wolfgang Denk | |
2006-04-12 | Merge with /home/m8/git/u-boot | Wolfgang Denk | |
2006-04-11 | Fixes common/cmd_flash.c: | Heiko Schocher | |
- fix some compiler/parser error, if using m68k tool chain - optical fix for protect on/off all messages, if using more then one bank Patch by Jens Scharsig, 28 July 2005 | |||
2006-04-06 | Merge with /home/sr/git/u-boot/cfi-flash | Wolfgang Denk | |
2006-04-05 | Remove dependencies between DoC code and old legacy NAND driver. | Marian Balakowicz | |
Necessary defines and data structures were copied to DoC specific files so that legacy NAND code could be entirely removed from u-boot tree in the near future. | |||
2006-04-01 | * Add support for ymodem protocol download | Wolfgang Denk | |
Patch by Stefano Babic, 29 Mar 2006 * Memory Map Update for Delta board: U-Boot is at 0x80000000-0x84000000 Merge with /home/mk/8-benq/u-boot | |||
2006-04-01 | * Changes/fixes for drivers/cfi_flash.c: | Stefan Roese | |
- Add Intel legacy lock/unlock support to common CFI driver On some Intel flash's (e.g. Intel J3) legacy unlocking is supported, meaning that unlocking of one sector will unlock all sectors of this bank. Using this feature, unlocking of all sectors upon startup (via env var "unlock=yes") will get much faster. - Fixed problem with multiple reads of envronment variable "unlock" as pointed out by Reinhard Arlt & Anders Larsen. - Removed unwanted linefeeds from "protect" command when CFG_FLASH_PROTECTION is enabled. - Changed p3p400 board to use CFG_FLASH_PROTECTION Patch by Stefan Roese, 01 Apr 2006 * Changes/fixes for drivers/cfi_flash.c: - Correctly handle the cases where CFG_HZ != 1000 (several XScale-based boards) - Fix the timeout calculation of buffered writes (off by a factor of 1000) Patch by Anders Larsen, 31 Mar 2006 | |||
2006-03-31 | GCC-4.x fixes: clean up global data pointer initialization for all boards. | Wolfgang Denk | |
2006-03-30 | Add support for ymodem protocol (loady command). | Markus Klotzbuecher | |
Patch by Stefano Babic, 29 Mar 2006 | |||
2006-03-24 | Merge with http://www.denx.de/git/u-boot.git | Markus Klotzbuecher | |
2006-03-20 | Support for redundant environment in NAND Flash. | Markus Klotzbuecher | |
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 |