Age | Commit message (Expand) | Author |
2009-02-22 | arm: add uart dcc support | Jean-Christophe PLAGNIOL-VILLARD |
2009-02-19 | Merge branch 'master' of git://git.denx.de/u-boot-arm | Wolfgang Denk |
2009-02-18 | API: Provide syscall entry point for the ARM architecture. | Rafal Jaworowski |
2009-02-06 | ARM: remove unused variable | Guennadi Liakhovetski |
2009-01-31 | ixp: move pci init in arm/board instead of cpu | Jean-Christophe PLAGNIOL-VILLARD |
2008-12-06 | Update U-Boot's build timestamp on every compile | Peter Tyser |
2008-11-21 | lib_arm: do_bootm_linux() - correct a small mistake | Ilko Iliev |
2008-10-29 | bootm: Add subcommands | Kumar Gala |
2008-10-18 | rename CFG_ macros to CONFIG_SYS | Jean-Christophe PLAGNIOL-VILLARD |
2008-10-08 | Fix bug: in arch-arm, env_get_char dose not work fine | gnusercn |
2008-09-30 | Revert "ARM: set GD_FLG_RELOC for boards skipping relocation to RAM" | Jean-Christophe PLAGNIOL-VILLARD |
2008-09-08 | lib_arm/bootm.c: fix compile warnings | Wolfgang Denk |
2008-08-31 | ARM DaVinci: Changing function names for EMAC driver | Sandeep Paulraj |
2008-08-26 | bootm: refactor do_reset and os boot function args | Kumar Gala |
2008-08-26 | bootm: refactor ramdisk locating code | Kumar Gala |
2008-08-26 | bootm: refactor entry point code | Kumar Gala |
2008-08-21 | Consolidate strmhz() implementation | Haavard Skinnemoen |
2008-08-12 | Fix fallout from autostart revert | Kumar Gala |
2008-07-30 | ARM: set GD_FLG_RELOC for boards skipping relocation to RAM | Remy Bohmer |
2008-07-20 | Remove unused code from lib_arm/bootm.c | Gururaja Hebbar K R |
2008-06-03 | Merge remote branch 'u-boot-at91/for-1.3.4' | Wolfgang Denk |
2008-05-28 | Remove prototypes of nand_init() in favor of including nand.h. | Scott Wood |
2008-05-24 | Merging Stelian Pop AT91 patches | Jean-Christophe PLAGNIOL-VILLARD |
2008-05-21 | Big white-space cleanup. | Wolfgang Denk |
2008-05-10 | Add ATMEL LCD driver | Stelian Pop |
2008-05-03 | Fix implicit declaration build warnings | Marcel Ziswiler |
2008-04-17 | Restore the ability to continue booting after legacy image overwrite | Marian Balakowicz |
2008-03-12 | [new uImage] Add new uImage format support to arch specific do_bootm_linux() ... | Marian Balakowicz |
2008-03-12 | [new uImage] Remove unnecessary arguments passed to ramdisk routines | Marian Balakowicz |
2008-02-29 | [new uImage] Update naming convention for bootm/uImage related code | Marian Balakowicz |
2008-02-29 | [new uImage] Respect autostart setting in linux bootm | Kumar Gala |
2008-02-27 | [new uImage] Move image verify flag to bootm_headers structure | Marian Balakowicz |
2008-02-27 | [Makefile] Sort COBJS in lib_<arch> Makefiles | Marian Balakowicz |
2008-02-25 | [new uImage] Add dual format uImage support framework | Marian Balakowicz |
2008-02-21 | Merge branch 'master' of /home/git/u-boot | Marian Balakowicz |
2008-02-15 | Merge branch '080208_dupint' of git://linux-arm.org/u-boot-armdev | Peter Pearse |
2008-02-15 | Merge branch '080131_artila' of git://linux-arm.org/u-boot-armdev | Peter Pearse |
2008-02-14 | ARM: make the machid configurable via the environment | Uwe Kleine-König |
2008-02-14 | ARM: cleanup duplicated exception handlingcode | Andreas Engel |
2008-02-14 | Support for Artila M-501 starter kit | Timo Tuunainen |
2008-02-07 | [new uImage] Factor out common image_get_ramdisk() routine | Marian Balakowicz |
2008-02-07 | [new uImage] Rename architecture specific bootm code files | Marian Balakowicz |
2008-02-07 | [new uImage] Cleanup image header pointer use in bootm code | Marian Balakowicz |
2008-02-07 | [new uImage] Define a API for image handling operations | Marian Balakowicz |
2008-02-04 | ARM: add I2C init function call in lib_arm/board.c | Hebbar |
2008-01-09 | ARM: support board-specific ethernet PHY init | Jean-Christophe PLAGNIOL-VILLARD |
2007-11-25 | drivers/net : move net drivers to drivers/net | Jean-Christophe PLAGNIOL-VILLARD |
2007-10-13 | Merge branch 'master' of git://www.denx.de/git/u-boot-nand-flash | Wolfgang Denk |
2007-10-13 | Coding Style cleanup. | Wolfgang Denk |
2007-09-17 | OneNAND support (take #2) | Kyungmin Park |