1. 01db155 Add bb_miiphy_init call before any ethernet bring-up code. by Luigi 'Comio' Mantellini · 15 years ago
  2. 5b66044 push LOAD_ADDR out to arch mk files by Mike Frysinger · 15 years ago
  3. 781c9b8 Consolidate arch-specific mem_malloc_init() implementations by Peter Tyser · 15 years ago
  4. ed52770 Standardize mem_malloc_init() implementation by Peter Tyser · 15 years ago
  5. a78ded6 Consolidate arch-specific sbrk() implementations by Peter Tyser · 15 years ago
  6. a49623a lib_avr32/board.c: fix too long line added by 716ece1d by Anatolij Gustschin · 15 years ago
  7. c563e48 Add AVR32 LCD support by Mark Jackson · 15 years ago
  8. 31d434d Move architecture specific config.mk files into subdirs by Peter Tyser · 15 years ago
  9. 2a7a031 stdio/device: rework function naming convention by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  10. 6bb9449 rename include/zlib.h to include/u-boot/zlib.h by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  11. 4cbcd5c AVR32: Must add NOPs after disabling interrupts for AT32UC3A0512ES by Olav Morken · 16 years ago
  12. 51b2ec9 AVR32: Move addrspace.h to arch-directory, and move some functions from io.h to addrspace.h by Olav Morken · 16 years ago
  13. cbc6ce0 AVR32: Make cacheflush cpu-dependent by Olav Morken · 16 years ago
  14. 77bd367 Merge branch 'fixes' into cleanups by Haavard Skinnemoen · 16 years ago
  15. 9d8e3ba avr32/bootm: remove unused variable 'ret' by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  16. 6294850 Update U-Boot's build timestamp on every compile by Peter Tyser · 16 years ago
  17. 18178bc bootm: Add subcommands by Kumar Gala · 16 years ago
  18. 0383694 rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  19. 7ed7a27 bootm arm/avr32/blackfin/microblaze/nios2/sh: remove no more need 'error' label by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  20. 68a8756 rename CFG_ENV_IS_NOWHERE in CONFIG_ENV_IS_NOWHERE by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  21. d6799f7 avr32: use board_early_init_r instead of board_init_info by Haavard Skinnemoen · 16 years ago
  22. 23ba3ac avr32: Use board_postclk_init instead of gclk_init by Haavard Skinnemoen · 16 years ago
  23. 48626aa bootm: refactor do_reset and os boot function args by Kumar Gala · 16 years ago
  24. fffb143 bootm: refactor ramdisk locating code by Kumar Gala · 16 years ago
  25. 93467bc bootm: refactor entry point code by Kumar Gala · 16 years ago
  26. 026e4ac Fix fallout from autostart revert by Kumar Gala · 16 years ago
  27. 6ab31ce avr32: Put memset in its own section by Haavard Skinnemoen · 17 years ago
  28. ab00e02 Restore the ability to continue booting after legacy image overwrite by Marian Balakowicz · 17 years ago
  29. df8ff33 [new uImage] Add new uImage format support to arch specific do_bootm_linux() routines by Marian Balakowicz · 17 years ago
  30. a0ffb42 [new uImage] Remove unnecessary arguments passed to ramdisk routines by Marian Balakowicz · 17 years ago
  31. d7c88a4 [new uImage] Update naming convention for bootm/uImage related code by Marian Balakowicz · 17 years ago
  32. aa0826b [new uImage] Respect autostart setting in linux bootm by Kumar Gala · 17 years ago
  33. 61fde55 [new uImage] Move image verify flag to bootm_headers structure by Marian Balakowicz · 17 years ago
  34. 699ffe5 [Makefile] Sort COBJS in lib_<arch> Makefiles by Marian Balakowicz · 17 years ago
  35. dbdd16a [new uImage] Add dual format uImage support framework by Marian Balakowicz · 17 years ago
  36. 9541850 [new uImage] Factor out common image_get_ramdisk() routine by Marian Balakowicz · 17 years ago
  37. 79fcab8 [new uImage] Rename architecture specific bootm code files by Marian Balakowicz · 17 years ago
  38. b4a12a9 [new uImage] Cleanup image header pointer use in bootm code by Marian Balakowicz · 17 years ago
  39. 41d71ed [new uImage] Define a API for image handling operations by Marian Balakowicz · 17 years ago
  40. f26b7ff9 AVR32: Initialize ipaddr, loadaddr and bootfile at startup by Haavard Skinnemoen · 17 years ago
  41. d3567ab AVR32: Fix logic inversion in disable_interrupts() by Haavard Skinnemoen · 17 years ago
  42. 64e7975 AVR32: Enable interrupts at bootup by Haavard Skinnemoen · 17 years ago
  43. 1d80095 AVR32: Initialize bi_flash* in board_init_r by Haavard Skinnemoen · 17 years ago
  44. fb1dacd Move 64bit division from avr32 to generic lib by Dirk Behme · 17 years ago
  45. ff87484 Merge with /home/wd/git/u-boot/custodian/u-boot-testing by Wolfgang Denk · 17 years ago
  46. 8a8ec53 make show_boot_progress () weak. by Heiko Schocher · 17 years ago
  47. 1207797 lib_{arm,avr32,blackfin,generic,i386}/: Remove obsolete references to CONFIG_COMMANDS by Jon Loeliger · 17 years ago
  48. 2f7ec43 lib_*/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). by Jon Loeliger · 17 years ago
  49. 58f4c26 AVR32: Enable networking by Haavard Skinnemoen · 18 years ago
  50. a6622e8 AVR32: Implement simple DMA memory allocator by Haavard Skinnemoen · 18 years ago
  51. 1def43a AVR32: Use initdram() instead of board_init_memories() by Haavard Skinnemoen · 18 years ago
  52. abf19bf AVR32: Relocate u-boot to SDRAM by Haavard Skinnemoen · 18 years ago
  53. 0a2743f AVR32: Resource management rewrite by Haavard Skinnemoen · 18 years ago
  54. 4707f0f AVR32: Split start_u_boot into board_init_f and board_init_r by Haavard Skinnemoen · 18 years ago
  55. 827c875 Fix "ar" flags in some Makefiles to allow for silent "make -s" by Wolfgang Denk · 18 years ago
  56. 83c1585 Add AVR32 architecture support by Wolfgang Denk · 18 years ago