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