1. 6284547 Merge branch 'u-boot/master' by Albert ARIBAUD · 11 years ago
  2. 69cb0bb USB: gadget: added a saner gadget downloader registration API by Mateusz Zalega · 11 years ago
  3. 21fe3f7 usb: dfu: fix boards wo USB cable detection by Mateusz Zalega · 11 years ago
  4. 17472dc usb: Fix USB keyboard polling via control endpoint by Adrian Cox · 11 years ago
  5. b095762 Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx by Tom Rini · 11 years ago
  6. 2896cb7 driver/ddr/fsl: Add DDR4 support to Freescale DDR driver by York Sun · 11 years ago
  7. 19555be fdt_support: Add helper function to read "ranges" property by Alexander Graf · 11 years ago
  8. 7c8a6cf fdt_support: split fdt_getprop_u32_default by Alexander Graf · 11 years ago
  9. 2e88a3f board_f: call timer_init on MIPS by Paul Burton · 11 years ago
  10. 10da49b board_f: call init_func_ram on MIPS by Paul Burton · 11 years ago
  11. 073eea1 bootm: set max decompression size for LZO by Kees Cook · 11 years ago
  12. 9516c27 board_r: return 0 from show_model_r by Paul Burton · 11 years ago
  13. 87af5e1 blackfin: make name_to_gpio be a weak symbol by Ian Campbell · 11 years ago
  14. cfbdf56 env_flash.c: Drop unused variables by Tom Rini · 11 years ago
  15. 8277793 tools: mkimage: add support for gpimage format by Karicheri, Muralidharan · 11 years ago
  16. a122cbb fdt: call ft_board_setup_ex() at the end of image_setup_libfdt() by Vitaly Andrianov · 11 years ago
  17. 70566b6 spl_mmc/CONFIG_SPL_OS_BOOT: Allow environment to determine what to boot by Tom Rini · 11 years ago
  18. a279b4c env_mmc.c: Remove NULL check on tmp_env1/2 by Tom Rini · 11 years ago
  19. c929f82 env_mmc.c: Allow environment to be used within SPL by Tom Rini · 11 years ago
  20. 6ce2e13 floppy: delete unused files by Masahiro Yamada · 11 years ago
  21. d231bd9 Merge branch 'next' by Tom Rini · 11 years ago
  22. f5b1c6d Start the deprecation process for generic board by Simon Glass · 11 years ago
  23. 1eb7495 Revert "Start the deprecation process for generic board" by Tom Rini · 11 years ago
  24. 5ec2ed2 cmd:gpt: randomly generate each partition uuid if undefined by Przemyslaw Marczak · 11 years ago
  25. 35a3ea1 mmc: Add 'mmc rst-function' sub-command by Tom Rini · 11 years ago
  26. 46a3b3d Start the deprecation process for generic board by Simon Glass · 11 years ago
  27. 5f9f4a9 common, env: Fix support for environment in i2c eeprom by Matthias Fuchs · 11 years ago
  28. 75a652f Merge branch 'master' of git://git.denx.de/u-boot-mmc by Tom Rini · 11 years ago
  29. 2c85046 mmc: Split mmc struct, rework mmc initialization (v2) by Pantelis Antoniou · 11 years ago
  30. bd1f7ef Add lzmadec command by Patrice Bouchand · 11 years ago
  31. 486112d env: Implement support for encrypting environment by Marek Vasut · 11 years ago
  32. d73c129 env: Add env_export() wrapper by Marek Vasut · 11 years ago
  33. c4d8a1b aes: Add 'aes' command to access AES-128-CBC by Marek Vasut · 11 years ago
  34. d7b4232 tools, fit_check_sign: verify a signed fit image by Heiko Schocher · 11 years ago
  35. f061b1a gen: Add progressive hash API by Hung-ying Tyan · 11 years ago
  36. 4b81756 rsa: add sha256,rsa4096 algorithm by Heiko Schocher · 11 years ago
  37. edaf9b1 rsa: add sha256-rsa2048 algorithm by Heiko Schocher · 11 years ago
  38. 8ae3380 fit: add sha256 support by Heiko Schocher · 11 years ago
  39. fce16b9 fdt: add "fdt checksign" command by Heiko Schocher · 11 years ago
  40. b9ddbf4 sandbox: Add LCD driver by Simon Glass · 11 years ago
  41. e5d1579 cros_ec: Move EC interface into common library by Vadim Bendebury · 11 years ago
  42. e735b68 sandbox: Use os functions to read host device tree by Simon Glass · 11 years ago
  43. 5a2bf98 powerpc: mpc8260: consolidate CONFIG_MPC8260 and CONFIG_8260 by Masahiro Yamada · 11 years ago
  44. 0c44c49 cmd_nvedit: Make 'env import -c' require size parameter by Tom Rini · 11 years ago
  45. 60c38c9 hush: fix some quoted variable expansion issues by Stephen Warren · 11 years ago
  46. 6c48001 Add 64-bit data support for memory commands by York Sun · 11 years ago
  47. 459c47a dm: Enable gpio command to support driver model by Simon Glass · 11 years ago
  48. 63b1757 dm: Add a demonstration/example driver by Simon Glass · 11 years ago
  49. eea8710 dm: Set up driver model after relocation by Simon Glass · 11 years ago
  50. d738553 Add cmd_process_error() to report and process errors by Simon Glass · 11 years ago
  51. f343378 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 11 years ago
  52. 958a8f8 arm: Switch to -mno-unaligned-access when supported by the compiler by Tom Rini · 11 years ago
  53. 6e29472 arm: remove unneeded symbol offsets and _TEXT_BASE by Albert ARIBAUD · 11 years ago
  54. 2181806 Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx by Tom Rini · 11 years ago
  55. 354846f SPL: P2020RDB: fix the problem booting from spi flash by Ying Zhang · 11 years ago
  56. 817ae74 ubifs: fix checkpatch warning by Karicheri, Muralidharan · 11 years ago
  57. e82717d common, itest: pass u-boot env variables to itest.s by Heiko Schocher · 11 years ago
  58. 1762ab1 common, ubi: add ubi check volumename command by Heiko Schocher · 11 years ago
  59. d8a405d Fix memory commands for 64-bit platforms by York Sun · 11 years ago
  60. c059239 pxe: prepend fdtdir to DTB name irrespective of source by Stephen Warren · 11 years ago
  61. f40b221 fix address of error message in mtest command by David Feng · 11 years ago
  62. 863e8d8 common: Add get_effective_memsize() to memsize.c by York Sun · 11 years ago
  63. 59d599a common: Remove invalid endianess conversion by Christian Eggers · 11 years ago
  64. 857291b pxe: allow compilation when !defined(CONFIG_CMD_NET) by Stephen Warren · 11 years ago
  65. 06ab7dd fs/fdos: Remove by Tom Rini · 11 years ago
  66. c68e851 blackfin: Add <asm/clock.h> to numerous drivers by Tom Rini · 11 years ago
  67. aa58eec cosmetic: FIT: fix a strange comment by Masahiro Yamada · 11 years ago
  68. 81a689e Move #ifdef(CONFIG_DISPLAY_CPUINFO) from caller to callee by Masahiro Yamada · 11 years ago
  69. 43c0893 dts: re-write dts/Makefile more simply with Kbuild by Masahiro Yamada · 11 years ago
  70. 0d68fb1 kbuild: use Linux Kernel build scripts by Masahiro Yamada · 11 years ago
  71. 59f15f2 kbuild: change out-of-tree build by Masahiro Yamada · 11 years ago
  72. 0c3ab85 common: spl: Add spl sata boot support by Dan Murphy · 11 years ago
  73. f81e0ce EXT4: Fix number base handling of "ext4write" command by Wolfgang Denk · 11 years ago
  74. 7e4a4b2 fdt: rename IMAAGE_OF_BOARD_SETUP to IMAGE_OF_BOARD_SETUP by Masahiro Yamada · 11 years ago
  75. 0700db6 cmd_test: implement -e test for file existence by Stephen Warren · 11 years ago
  76. 4f6e1aa cmd_test: evaluate to false without any arguments by Stephen Warren · 11 years ago
  77. 08b763b cmd_test: implement ! on sub-expressions by Stephen Warren · 11 years ago
  78. 4c1b281 cmd_test: check for binary operators before unary by Stephen Warren · 11 years ago
  79. 28cca55 cmd_test: use table lookup for parsing by Stephen Warren · 11 years ago
  80. 034dd3d Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 11 years ago
  81. 04cbbe4 Merge branch 'master' of git://git.denx.de/u-boot-mmc by Tom Rini · 11 years ago
  82. f85cd82 cmd_mmc.c: Drop open/close mmc sub-commands by Tom Rini · 11 years ago
  83. 4cf854c cmd_mmc.c: Add bootbus mmc sub-command by Tom Rini · 11 years ago
  84. f8c6f79 cmd_mmc.c: Add 'partconf' command to mmc by Tom Rini · 11 years ago
  85. 7991946 cmd_mmc.c: Rename 'bootpart' to 'bootpart-resize' by Tom Rini · 11 years ago
  86. c3068eb cmd_mmc.c: Change 'bootpart' code to match normal coding style by Tom Rini · 11 years ago
  87. cc61269 SPL: Add CONFIG_SUPPORT_EMMC_BOOT support to CONFIG_SPL_FRAMEWORK by Tom Rini · 11 years ago
  88. 78bc86f arc: bdinfo, image and arc-specific init functions declarations support by Alexey Brodkin · 11 years ago
  89. cd90dc8 cmd_pxe.c add any option for filesystem with sysboot uses generic load by Dennis Gilmore · 11 years ago
  90. 57d7910 Merge branch 'clk' of git://www.denx.de/git/u-boot-microblaze by Tom Rini · 11 years ago
  91. 90d09af pxe: implement fdtdir extlinux.conf tag by Stephen Warren · 11 years ago
  92. 7b472af pxe: support "devicetree" tag by Stephen Warren · 11 years ago
  93. a0d2802 common: Add new clk command by Michal Simek · 11 years ago
  94. c3bf15e common: lcd.c: fix data abort exception when try to access bmp header by Przemyslaw Marczak · 11 years ago
  95. 3f0516f board_r - fixup functions table after relocation by Alexey Brodkin · 11 years ago
  96. cb367e1 spl: common: Support for USB MSD FAT image loading by Dan Murphy · 11 years ago
  97. b7b5b0c spl: common: Move FAT funcs to a common file by Dan Murphy · 11 years ago
  98. 2cc84cc fdt_support.c: Correct linux,initrd-start/end setting by Tom Rini · 11 years ago
  99. f086d1d Merge branch 'master' of git://git.denx.de/u-boot-i2c by Tom Rini · 11 years ago
  100. df62d35 common, env: optimize boottime by Heiko Schocher · 11 years ago