1. 641b0d3 hush: Add default value substitution support by Joe Hershberger · 12 years ago
  2. 3801a15 env_nand: align NAND buffers by Stephen Warren · 12 years ago
  3. cee84e8 image/FIT: Add ramdisk load, entry address and OS tag inclusion by Jagannadha Sutradharudu Teki · 12 years ago
  4. b700695 usb: Optimize USB storage read/write by Jim Shimer · 12 years ago
  5. 3e8581b usb_stor_BBB_transport: Do not delay when not required by Benoît Thébaudeau · 12 years ago
  6. 4bee5c8 usb_storage: Remove EHCI constraints by Benoît Thébaudeau · 12 years ago
  7. cffcc50 usb_storage: Restore non-EHCI support by Benoît Thébaudeau · 12 years ago
  8. a006a5d dfu:cmd: Support for DFU u-boot command by Lukasz Majewski · 12 years ago
  9. 2d5e7c7 cmd_spi: remove superfluous semicolon by Marek Vasut · 12 years ago
  10. 4d3c95f zfs: Add ZFS filesystem support by Jorgen Lundman · 12 years ago
  11. 753ac61 u-boot: Update yaffs2 file system by Charles Manning · 12 years ago
  12. a5aae0a Consider CONFIG_ZERO_BOOTDELAY_CHECK when CONFIG_AUTOBOOT_KEYED is set by Dirk Eibach · 12 years ago
  13. 3a8a02b Allow newlines within command environment vars by Simon Glass · 12 years ago
  14. d51004a Add run_command_list() to run a list of commands by Simon Glass · 12 years ago
  15. 034afbc env_onenand: set ONENAND_MAX_ENV_SIZE to CONFIG_ENV_SIZE by David du Colombier · 12 years ago
  16. 948fa17 Merge branch 'master' of git://git.denx.de/u-boot-i2c by Wolfgang Denk · 12 years ago
  17. 8ec038a i2c: deblock i2c bus also if accessed before realocation by Holger Brunck · 12 years ago
  18. 1b4bd0e usb_storage: fix ehci driver max transfer size by Stefan Herbrechtsmeier · 12 years ago
  19. fd06028 usb: check return value of submit_{control, bulk}_msg by Ilya Yanok · 12 years ago
  20. 80ab414 usb: pass cache-aligned buffer to usb_get_descriptor() by Ilya Yanok · 12 years ago
  21. 8f47d91 common lcd: minor coding style changes by Nikita Kiryanov · 12 years ago
  22. 3fe6383 Minor Coding Style cleanup by Wolfgang Denk · 12 years ago
  23. 5e724ca Add env vars describing U-Boot target board by Stephen Warren · 12 years ago
  24. 22b7cff SPL: common/Makefile: Add image.c to SPL build by Stefan Roese · 13 years ago
  25. 4036b63 env_mmc: align buffers using ALLOC_CACHE_ALIGN_BUFFER by Stephen Warren · 12 years ago
  26. 669df7e pxe: add support for parsing local syslinux files by Rob Herring · 12 years ago
  27. 34bd23e pxe: parse initrd file from append string by Rob Herring · 12 years ago
  28. 90ba7d7 pxe: support absolute paths by Rob Herring · 12 years ago
  29. beb9f6c pxe: support linux entries for labels by Rob Herring · 12 years ago
  30. 7815c4e pxe: add support for label menu text by Rob Herring · 12 years ago
  31. 1e08522 pxe: support include files at top-level by Rob Herring · 12 years ago
  32. 8594753 menu: only timeout when menu is displayed by Rob Herring · 12 years ago
  33. b37d41a Block: Remove MG DISK support by Marek Vasut · 13 years ago
  34. 219f478 hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c by Tom Rini · 12 years ago
  35. feb12a1 cmd_mem: cmp: convert while() to for() loop by Mike Frysinger · 13 years ago
  36. 054ea17 cmd_mem: cmp: unify size code paths by Mike Frysinger · 13 years ago
  37. 9504a55 cmd_mem: replace custom PRINTF() with debug() by Mike Frysinger · 13 years ago
  38. 8d75c89 cmd_nand: fix crashing bug in nand read/write by Steve Sakoman · 12 years ago
  39. fb6a9aa LCD: display 32bpp decompressed bitmap image by Donghwa Lee · 12 years ago
  40. 2b5cb3d common/lcd.c: reduce one CONFIG_LCD_LOGO ifdef by Anatolij Gustschin · 12 years ago
  41. 0f999c4 common/lcd.c: reduce some CONFIG_LCD_*_LOGO ifdefs by Anatolij Gustschin · 12 years ago
  42. 095407d common/lcd.c: use ARRAY_SIZE by Anatolij Gustschin · 12 years ago
  43. de3b49c cmd_bmp.c: make bmp_display() usable by drivers or board code by Anatolij Gustschin · 12 years ago
  44. d22c338 net: Add link-local addressing support by Joe Hershberger · 12 years ago
  45. a3e1a72 net: Don't write the "serverip" env var if configured not to by Joe Hershberger · 12 years ago
  46. 10d4e0f common/cmd_nand.c: Fix GCC 4.6 warning by Anatolij Gustschin · 12 years ago
  47. 5017436 common/cmd_nvedit.c: Fix GCC 4.6 warning by Anatolij Gustschin · 12 years ago
  48. a075a79 common/cmd_bootm.c: Fix GCC 4.6 warning by Anatolij Gustschin · 12 years ago
  49. 2ab5be7 Merge branch 'master' of git://git.denx.de/u-boot-usb by Wolfgang Denk · 12 years ago
  50. 8fa3d2b Merge branch 'master' of git://git.denx.de/u-boot-nand-flash by Wolfgang Denk · 12 years ago
  51. 8bd07c9 Merge branch 'master' of git://git.denx.de/u-boot-net by Wolfgang Denk · 12 years ago
  52. f576613 USB: Align buffers at cacheline by Puneet Saxena · 12 years ago
  53. 66cf641 usb: use noinline define by Mike Frysinger · 12 years ago
  54. 418396e nand: extend .raw accesses to work on multiple pages by Scott Wood · 13 years ago
  55. 50a47d0 net: punt bd->bi_ip_addr by Mike Frysinger · 12 years ago
  56. 48522bb net: cosmetic: net.c checkpatch compliance by Joe Hershberger · 12 years ago
  57. 71cadda SATA: check for return value from sata functions by Stefano Babic · 13 years ago
  58. 0a6deb3 Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-staging by Wolfgang Denk · 12 years ago
  59. 7b15e2b linux/compat.h: rename from linux/mtd/compat.h by Mike Frysinger · 12 years ago
  60. 05f132d Merge branch 'master' of /home/wd/git/u-boot/custodians by Wolfgang Denk · 12 years ago
  61. 5f6db68 Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx by Wolfgang Denk · 12 years ago
  62. 314f634 image/fit: drop inline markings on parser code by Mike Frysinger · 12 years ago
  63. f624dd1 GCC47: Fix warning in cmd_nand.c by Marek Vasut · 12 years ago
  64. 34e210f cmd_bdinfo: display the address map size (32-bit vs. 36-bit) by Timur Tabi · 13 years ago
  65. 0a85a9e powerpc/corenet_ds: Slave reads ENV from master when boot from SRIO by Liu Gang · 13 years ago
  66. 030fca5 Fix the behaviour of the 'run' command by Timo Ketola · 12 years ago
  67. 3786980 Move bootstage timer out of lib/time.c by Simon Glass · 12 years ago
  68. 35cf5fe LMB: Fix undefined lmb_reserve() on non-lmb platforms by Marek Vasut · 12 years ago
  69. 8649399 cmd_sf: add size checking to spi flash commands by Gerlando Falauto · 12 years ago
  70. 57d40ab RAMDISK: Fix unused variable issue caused by raw rd support by Marek Vasut · 12 years ago
  71. 017e1f3 BOOT: Add RAW ramdisk support to bootz by Marek Vasut · 13 years ago
  72. 44f074c BOOT: Add "bootz" command to boot Linux zImage on ARM by Marek Vasut · 13 years ago
  73. 57210c7 Add support for loading and saving the environment to a FAT partition by Maximilian Schwerin · 13 years ago
  74. c0b77e0 cmd_log: print log->v2.con value in the "log info" command by Heiko Schocher · 13 years ago
  75. 1e8e7ae command, log: Coding Style cleanup by Heiko Schocher · 13 years ago
  76. c16a123 command, log: print with "log show" a full logbuffer by Heiko Schocher · 13 years ago
  77. a939ea3 Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-staging by Wolfgang Denk · 12 years ago
  78. 1648a37 Add cmd_spl command by Simon Schwarz · 13 years ago
  79. 834c938 cmd_pxe.c: fix strict-aliasing warnings by Jason Hobbs · 13 years ago
  80. 24de357 SPL: Add YMODEM over UART load support by Matt Porter · 13 years ago
  81. 656f4c6 cmd_fat: add FAT write command by Donggeun Kim · 13 years ago
  82. 3fa4977 Revert "Add board_pre_console_putc to deal with early console output" by Simon Glass · 13 years ago
  83. 5b84dd6 usb: replace wait_ms() with mdelay() by Mike Frysinger · 13 years ago
  84. 573f14f bootstage: Plumb in bootstage calls for basic operations by Simon Glass · 13 years ago
  85. 3a608ca bootstage: Implement core microsecond boot time measurement by Simon Glass · 13 years ago
  86. 770605e bootstage: Replace show_boot_progress/error() with bootstage_...() by Simon Glass · 13 years ago
  87. aacc8c1 bootstage: Convert FIT progress numbers to enums by Simon Glass · 13 years ago
  88. c8e66db bootstage: Convert net progress numbers to enums by Simon Glass · 13 years ago
  89. cd24a6b bootstage: Convert NAND progress numbers to enums by Simon Glass · 13 years ago
  90. 90e153d bootstage: Convert IDE progress numbers to enums by Simon Glass · 13 years ago
  91. 5e41088 bootstage: Convert progress numbers 10-19 to enums by Simon Glass · 13 years ago
  92. 5dc8871 bootstage: Convert progress numbers 1-9 into enums by Simon Glass · 13 years ago
  93. 5ddb118 bootstage: Use show_boot_error() for -ve progress numbers by Simon Glass · 13 years ago
  94. 578ac1e bootstage: Make use of BOOTSTAGE_ID_RUN_OS in show_boot_progress() by Simon Glass · 13 years ago
  95. 6eee21d bootvx: Clear and disable data cache, and call vxWorks with parameter. by Reinhard Arlt · 13 years ago
  96. e37ae40 image: Support FDTs already loaded at their load address by Stephen Warren · 13 years ago
  97. 2349893 cmd_cache: use cache/invalidate functions available in common.h by Stefan Kristiansson · 13 years ago
  98. 4c12eeb Convert cmd_usage() calls in common to use a return value by Simon Glass · 13 years ago
  99. 9d12d5d Add cmd_process() to process commands in one place by Simon Glass · 13 years ago
  100. 7344f91 Remove interleave of non-U-Boot code in hush by Simon Glass · 13 years ago