1. 89143fb serial: Rename .init() and .uninit() in serial_device by Marek Vasut · 12 years ago
  2. 5368c55 COMMON: Use __stringify() instead of MK_STR() by Marek Vasut · 12 years ago
  3. 868444f SPL: Remove setting GD_FLG_RELOC in preloader_console_init() by Tom Rini · 12 years ago
  4. 61c0d6a gth2: Remove this platform by Tom Rini · 12 years ago
  5. b0d60a9 common: cmd_elf.c: use uintptr_t for casts from u32 to void* by Daniel Schwierzeck · 12 years ago
  6. 62e03d3 common: cmd_elf.c: fix checkpath.pl warnings by Daniel Schwierzeck · 12 years ago
  7. b823fd9 ARM: prevent misaligned array inits by Albert ARIBAUD · 12 years ago
  8. 7ac8055 env: fix crash using default -f -a by Gerlando Falauto · 12 years ago
  9. 961c437 Improve license declaration for cmd_ini.h by Joe Hershberger · 12 years ago
  10. 1981668 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 12 years ago
  11. 194846f serial: Add Zynq serial driver by Michal Simek · 12 years ago
  12. bb64d1c Output strings from echo with puts where easy by Joe Hershberger · 12 years ago
  13. da83bcd Add a command to access the system timer by Joe Hershberger · 12 years ago
  14. c167cc0 Add a new "ini" command by Joe Hershberger · 12 years ago
  15. 36180d9 Cleanup cache command prints by Joe Hershberger · 12 years ago
  16. e9455fc Fix checkpatch.pl complaints in cmd_cache.c by Joe Hershberger · 12 years ago
  17. ecd7295 Add parameter to md5sum to save the md5 sum by Joe Hershberger · 12 years ago
  18. 5ab177b Implement verify option for md5sum command by Joe Hershberger · 12 years ago
  19. 3c210e2 Add parameter to sha1sum to save the SHA1 sum by Joe Hershberger · 12 years ago
  20. e6e77d3 Implement verify option for sha1sum command by Joe Hershberger · 12 years ago
  21. b0fe6ab Change dead code in "test" cmd to debug output by Joe Hershberger · 12 years ago
  22. 93d7212 Allow runtime configuration of "zero-delay" check by Joe Hershberger · 12 years ago
  23. 2eba38c bootstage: Add bootstage command by Simon Glass · 12 years ago
  24. fcf509b bootstage: Add feature to stash/unstash bootstage info by Simon Glass · 12 years ago
  25. 94fd131 bootstage: Store boot timings in device tree by Simon Glass · 12 years ago
  26. 0e99677 bootstage: Add time accumulation feature by Simon Glass · 12 years ago
  27. 094e06a bootstage: Export bootstage_add_record() function by Simon Glass · 12 years ago
  28. 7ac2fe2 OMAP: networking support for SPL by Ilya Yanok · 12 years ago
  29. 4063c77 OMAP: spl: call timer_init() from SPL by Ilya Yanok · 12 years ago
  30. e5acb88 cmd_fat.c: fix build warning by Anatolij Gustschin · 12 years ago
  31. f2b96df common: add zip command support by Lei Wen · 12 years ago
  32. cec2655 Merge branch 'master' of git://git.denx.de/u-boot-net by Tom Rini · 12 years ago
  33. c57b953 SPL: Add support for loading image from ram in SPL. by Pavel Machek · 12 years ago
  34. 4212098 SPL: Rework how we inform about un-headered images by Tom Rini · 12 years ago
  35. 1292eaf SPL: Make un-supported boot device puts a debug instead by Tom Rini · 12 years ago
  36. 3c6f8a0 SPL: Enable use of custom defined U-Boot entry point by Stefan Roese · 12 years ago
  37. a4cc1c4 SPL: SPI: Enhance spi_spl_load to match the other load functions by Tom Rini · 12 years ago
  38. 022b497 SPL: Add option to skip copying of the mkimage header by Stefan Roese · 12 years ago
  39. 33d3464 SPL: Add NOR flash booting support by Stefan Roese · 12 years ago
  40. a655938 PXE: FDT: Add support for fdt in PXE by Chander Kashyap · 12 years ago
  41. d97b4ce SPL: NAND: Move arch/arm/cpu/armv7/omap-common/spl_nand.c to common/spl by Tom Rini · 12 years ago
  42. 77552b0 SPL: Use image_get_xxx() functions to access header values by Stefan Roese · 12 years ago
  43. ae83d88 SPL: do not use fix value for u-boot size by Stefano Babic · 12 years ago
  44. 6507f13 SPL: Create arch/arm/lib/spl.c for board_init_f and jump_to_image_linux by Tom Rini · 12 years ago
  45. 47f7bca SPL: Move the omap SPL framework to common/spl by Tom Rini · 12 years ago
  46. 1170e63 FAT: Make it possible to read from any file position by Benoît Thébaudeau · 12 years ago
  47. 9aa90c1 env: checkpatch clean env_fat by Igor Grinberg · 12 years ago
  48. 3bb89e5 env: remove duplicated env_get_char_spec() by Igor Grinberg · 12 years ago
  49. b3873d3 Merge branch 'master' of git://git.denx.de/u-boot-video by Tom Rini · 12 years ago
  50. 5cf41dc cmd_part: add partition-related command by Stephen Warren · 12 years ago
  51. 10a37fd disk: get_device_and_partition() "auto" partition and cleanup by Stephen Warren · 12 years ago
  52. 650f366 cmd_reiser: use common get_device_and_partition function by Rob Herring · 12 years ago
  53. 4120457 cmd_zfs: use common get_device_and_partition function by Rob Herring · 12 years ago
  54. 475c797 cmd_disk: use common get_device_and_partition function by Rob Herring · 12 years ago
  55. cfda5ae cmd_fat: use common get_device_and_partition function by Rob Herring · 12 years ago
  56. 8118081 cmd_extX: use common get_device_and_partition function by Rob Herring · 12 years ago
  57. 9450106 ext4: remove init_fs/deinit_fs by Rob Herring · 12 years ago
  58. 7405a13 combine block device load commands into common function by Rob Herring · 12 years ago
  59. 5675b50 Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx by Tom Rini · 12 years ago
  60. d23019f common/lcd: fix build breakage for at91sam9x5ek and trats boards by Anatolij Gustschin · 12 years ago
  61. f8be7d6 net: Improve the speed of netconsole by Joe Hershberger · 12 years ago
  62. 495dbd7 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 12 years ago
  63. 1b09b53 common/lcd: add protection from null bmp pointer by Nikita Kiryanov · 12 years ago
  64. 50d924b Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · 12 years ago
  65. 3ab270d Revert "memsize: Fix for bug in memory sizing code" by Tom Rini · 12 years ago
  66. 93ad908 usb: do explicit unaligned accesses by Lucas Stach · 12 years ago
  67. 5fb29f3 Merge branch 'ext4' by Tom Rini · 12 years ago
  68. b64b7c3 env: make "env default" selective, check and apply by Gerlando Falauto · 12 years ago
  69. 152874b env: check and apply changes on delete/destroy by Gerlando Falauto · 12 years ago
  70. c598359 env: add check/apply logic to himport_r() by Gerlando Falauto · 12 years ago
  71. 348b1f1 env: make himport_r() selective on variables by Gerlando Falauto · 12 years ago
  72. c3f6525 env: unify logic to check and apply changes by Gerlando Falauto · 12 years ago
  73. c2ba2ff env: cosmetic: drop assignment i = iomux_doenv() by Gerlando Falauto · 12 years ago
  74. 84209af env_common: Add missing ethprime by Benoît Thébaudeau · 12 years ago
  75. 4796bc4 env import/export: Remove from help if disabled by Benoît Thébaudeau · 12 years ago
  76. b8496cc memsize: Fix for bug in memory sizing code by Iwo Mergler · 12 years ago
  77. 78b2de8 env_nand: fix incorrect size parameter to ALLOC_CACHE_ALIGN_BUFFER by Stephen Warren · 12 years ago
  78. d97f01a dm: sparc: common: Fixup cmd_bdinfo warnings by Marek Vasut · 12 years ago
  79. c413a00 Merge branch 'master' of git://git.denx.de/u-boot-nand-flash by Tom Rini · 12 years ago
  80. e70bfa2 nand: Make NAND lock status compatible with Micron by Joe Hershberger · 12 years ago
  81. eee623a nand: Add support for unlock.invert by Joe Hershberger · 12 years ago
  82. cd40a66 Merge branch 'master' of git://git.denx.de/u-boot-fdt by Tom Rini · 12 years ago
  83. e02c945 fdt: Check if the FDT address is configured by Marek Vasut · 12 years ago
  84. f71d5cd Merge branch 'master' of git://git.denx.de/u-boot-avr32 by Tom Rini · 12 years ago
  85. 9369184 Fix strict-aliasing warning in dlmalloc by Simon Glass · 12 years ago
  86. 300feff env_mmc: allow environment to be in an eMMC partition by Stephen Warren · 12 years ago
  87. 62fd66f cmd_nand: dump: Align data and OOB buffers by Thierry Reding · 12 years ago
  88. d1424ee mmcinfo: Fix help message by Benoît Thébaudeau · 12 years ago
  89. 9404a5f env_mmc: allow environment to be in an eMMC partition by Stephen Warren · 12 years ago
  90. bfdcc65 common lcd: simplify lcd_display_bitmap by Nikita Kiryanov · 12 years ago
  91. 203c37b common lcd: simplify core functions by Nikita Kiryanov · 12 years ago
  92. 7c7e280 common lcd: simplify lcd_display by Nikita Kiryanov · 12 years ago
  93. d3a555e common lcd: simplify lcd_logo by Nikita Kiryanov · 12 years ago
  94. de15a06 cfi: Make the flash erase and write operations abortable by Joe Hershberger · 12 years ago
  95. a005f19 hush: Don't parse the contents of a dereferenced var by Joe Hershberger · 12 years ago
  96. 641b0d3 hush: Add default value substitution support by Joe Hershberger · 12 years ago
  97. 3801a15 env_nand: align NAND buffers by Stephen Warren · 12 years ago
  98. cee84e8 image/FIT: Add ramdisk load, entry address and OS tag inclusion by Jagannadha Sutradharudu Teki · 12 years ago
  99. b700695 usb: Optimize USB storage read/write by Jim Shimer · 12 years ago
  100. 3e8581b usb_stor_BBB_transport: Do not delay when not required by Benoît Thébaudeau · 12 years ago