Age | Commit message (Expand) | Author |
2008-05-12 | Revert "Change env_get_char from a global function ptr to a function." | Wolfgang Denk |
2008-04-28 | MPC8323ERDB: fix implicit declaration of function 'mac_read_from_eeprom' | Wolfgang Denk |
2008-04-25 | Merge branch 'master' of /home/wd/git/u-boot/lwmon5 | Wolfgang Denk |
2008-04-25 | Add support for calculating hashes with watchdog triggering | Bartlomiej Sieka |
2008-04-24 | Fix show_boot_progress prototype | Jean-Christophe PLAGNIOL-VILLARD |
2008-04-24 | 85xx: Round up frequency calculations to get reasonable output | Kumar Gala |
2008-04-24 | crc32: use uint32_t rather than unsigned long | Mike Frysinger |
2008-04-22 | POST: move CONFIG_POST to Makefiles | Yuri Tikhonov |
2008-04-17 | Change env_get_char from a global function ptr to a function. | Joakim Tjernlund |
2008-03-26 | 85xx: Update multicore boot mechanism to ePAPR v0.81 spec | Kumar Gala |
2008-03-26 | 85xx: Added support for multicore boot mechanism | Kumar Gala |
2008-03-26 | Merge branch 'new-image' of git://www.denx.de/git/u-boot-testing | Bartlomiej Sieka |
2008-03-15 | ppc4xx: Add basic support for AMCC 460EX/460GT (4/5) | Stefan Roese |
2008-03-12 | [new uImage] Add new uImage format support to autoscript routine | Marian Balakowicz |
2008-02-21 | [new uImage] Rename and move print_image_hdr() routine | Marian Balakowicz |
2008-02-15 | Fix compile warning on lib_ppc/board.c | Anatolij Gustschin |
2008-02-15 | Merge branch 'master' of git://www.denx.de/git/u-boot-blackfin | Wolfgang Denk |
2008-02-14 | Mark board_init_[fr] as noreturn | Mike Frysinger |
2008-02-14 | Remove duplicate defines for ARRAY_SIZE | Kumar Gala |
2008-02-04 | always pull in asm/blackfin.h for Blackfin ports | Mike Frysinger |
2008-02-04 | ARM: arm920/s3c24xx: IRQ demulitplexer callback | Harald Welte |
2008-01-12 | MPC512X: Fixed typo in macro name. | Grzegorz Bernacki |
2008-01-09 | Merge branch 'master' of /home/wd/git/u-boot/custodians | Wolfgang Denk |
2008-01-09 | Expose parse_line() globally. | James Yang |
2008-01-09 | API for external applications. | Rafal Jaworowski |
2008-01-09 | Globalize envmatch() | Rafal Jaworowski |
2007-12-27 | Merge branch 'master' of /home/stefan/git/u-boot/u-boot into for-1.3.2-ver2 | Stefan Roese |
2007-12-27 | Merge branch 'master' of /home/wd/git/u-boot/custodians | Wolfgang Denk |
2007-12-27 | TQM885D: adjust for doubled flash sector size + some minor fixes | Martin Krause |
2007-12-11 | Handle Asynchronous DDR clock on 85xx | Kumar Gala |
2007-12-11 | Merge commit 'u-boot/master' into for-1.3.1 | Stefan Roese |
2007-11-16 | ppc4xx: Enable 405EX PCIe UTL register configuration | Stefan Roese |
2007-11-15 | Revert "Correct relocation fixup for mpc5xx" | Grant Likely |
2007-11-15 | Revert "Correct fixup relocation for MPC5xxx" | Grant Likely |
2007-11-15 | Revert "Correct fixup relocation for mpc8220" | Grant Likely |
2007-11-15 | Revert "Correct fixup relocation for mpc824x" | Grant Likely |
2007-11-15 | Revert "Correct fixup relocation for mpc8260" | Grant Likely |
2007-11-15 | Revert "Correct fixup relocation for mpc83xx" | Grant Likely |
2007-11-15 | Revert "[MPC512x] Correct fixup relocation" | Grant Likely |
2007-10-31 | ppc4xx: Consolidate some of the 405 and 440 macros/structs into 4xx | Stefan Roese |
2007-10-31 | ppc4xx: Add PPC405EX support | Stefan Roese |
2007-09-07 | [PPC440SPe] Improve PCIe configuration space access | Grzegorz Bernacki |
2007-08-29 | Add mii_init() prototype | Wolfgang Denk |
2007-08-18 | Merge with /home/wd/git/u-boot/custodian/u-boot-coldfire | Wolfgang Denk |
2007-08-15 | mpc83xx: move common /memory node update mechanism to cpu.c | Kim Phillips |
2007-08-15 | Merge with git://www.denx.de/git/u-boot.git | Stefan Roese |
2007-08-10 | Merge with git://www.denx.de/git/u-boot.git | Stefan Roese |
2007-08-10 | [ARM] TI DaVinci support, hopefully final | Sergey Kubushyn |
2007-08-10 | mpc83xx: Add support for the display of reset status | Dave Liu |
2007-08-08 | Declared attributes of void __mii_init(void) as an alias for int mii_init(void) | TsiChungLiew |