1. 900db5d fs:ext4:write:fix: Reinitialize global variables after updating a file by Łukasz Majewski · 11 years ago
  2. 5767dc8 fs:ext4:cleanup: Remove superfluous code by Łukasz Majewski · 11 years ago
  3. e1f4ac5 disk: part_efi: add support for the Backup GPT by Steve Rae · 11 years ago
  4. 60ac15a common/board_f: Fix size variable by York Sun · 11 years ago
  5. 021d202 common/board_f: Initialized global data for generic board by York Sun · 11 years ago
  6. a30bf79 Trivial fix to .gitignore for spl/Makefile by Ralph Siemsen · 11 years ago
  7. c0b29bb cmd_bootm.c: Only say XIP image when load is image_start by Tom Rini · 11 years ago
  8. 285c435 tools: env: Add aes.c placeholder by Marek Vasut · 11 years ago
  9. d3efa97 nand_spl: remove unused linker scripts u-boot-nand.lds by Masahiro Yamada · 11 years ago
  10. 62077d1 config: remove platform CONFIG_SYS_HZ definition part 4 by Masahiro Yamada · 11 years ago
  11. cd1b58e cosmetic: delete misleading comment /* CONFIG_BOARDDIR */ by Masahiro Yamada · 11 years ago
  12. 2a262cd hush shell: Avoid string write overflow when entering max cmd length by Kristian Otnes · 11 years ago
  13. 2253e16 kbuild: allow null board for spl build by Masahiro Yamada · 11 years ago
  14. a1148f7 tps6586x: staticize funtions by Manish Badarkhe · 11 years ago
  15. 56f3f43 doc: README.generic-board: Fix typo by Fabio Estevam · 11 years ago
  16. 511740c lib/sha256: fix compile on some hosts by Andreas Bießmann · 11 years ago
  17. 153d34a kbuild: build with -Werror=date-time if the compiler supports it by Masahiro Yamada · 11 years ago
  18. 91e27a4 fs: ubifs: drop __DATE__ and __TIME__ by Masahiro Yamada · 11 years ago
  19. 5630039 blackfin: replace bfin_gen_rand_mac() with eth_random_addr() by Masahiro Yamada · 11 years ago
  20. 0b16e65 net: rename and refactor eth_rand_ethaddr() function by Masahiro Yamada · 11 years ago
  21. 0722cf3 rand: do not surround function declarations by #ifdef by Masahiro Yamada · 11 years ago
  22. b1c675c cmd_time: do not show ticks by Masahiro Yamada · 11 years ago
  23. fcfc786 net/phy: enable get_phy_id redefinable by Shengzhou Liu · 11 years ago
  24. aa09e68 AR8035/phy: Enable autonegotiation function for ar8035 by Xiaobo Xie · 11 years ago
  25. cbc0888 serial: nsl16550: add hw flow control support by Karicheri, Muralidharan · 11 years ago
  26. ec6e525 fs: fat: Fix cache align error message in fatwrite by Nobuhiro Iwamatsu · 11 years ago
  27. 197c720 bd_info: remove bi_barudrate member from struct bd_info by Masahiro Yamada · 11 years ago
  28. 6a5919e Prepare v2014.07-rc1 by Tom Rini · 11 years ago
  29. 22383af Merge branch 'tom' of git://git.denx.de/u-boot-x86 by Tom Rini · 11 years ago
  30. e4caae5 sandbox: ignore sandbox.dtb by Masahiro Yamada · 11 years ago
  31. 17cb77b sandbox: move source files from board/ to arch/sandbox/ by Masahiro Yamada · 11 years ago
  32. 46b3421 patman: Avoid duplicate sign-offs by Simon Glass · 11 years ago
  33. 0c3e9c1 patman: Deal with 'git apply' failures correctly by Simon Glass · 11 years ago
  34. 53552c9 sandbox: Update and expand the README by Simon Glass · 11 years ago
  35. dcc0bf4 sandbox: Provide a build option to avoid using SDL by Simon Glass · 11 years ago
  36. 4c39b1d Make 'run' use run_command_list() instead of run_command() by Simon Glass · 11 years ago
  37. a745926 sandbox: Support 'env import' and 'env export' by Simon Glass · 11 years ago
  38. 8243b58 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 11 years ago
  39. 32857be Merge branch 'master' of git://git.denx.de/u-boot-sparc by Tom Rini · 11 years ago
  40. 6284547 Merge branch 'u-boot/master' by Albert ARIBAUD · 11 years ago
  41. 9c2a0f2 leon: implement missing get_tbclk() by Daniel Hellstrom · 11 years ago
  42. 8f7557d leon: use CONFIG_SYS_HZ to config timer prescaler by Daniel Hellstrom · 11 years ago
  43. 6466612 serial: zynq: Fix typo in suffix function name by Michal Simek · 11 years ago
  44. 9f8658e serial: zynq: Remove sparse warnings by Michal Simek · 11 years ago
  45. 6eaec4c i2c: zynq: Fixed compilation errors when using DEBUG by Jesper B. Christensen · 11 years ago
  46. dfa75ed Merge branch 'serial' of git://www.denx.de/git/u-boot-microblaze by Tom Rini · 11 years ago
  47. d47b274 Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze by Tom Rini · 11 years ago
  48. 1df24c5 Merge branch 'net' of git://www.denx.de/git/u-boot-microblaze by Tom Rini · 11 years ago
  49. 0c08478 Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · 11 years ago
  50. c669b7d serial: zynq: Fix typo in suffix function name by Michal Simek · 11 years ago
  51. 7537045 serial: zynq: Remove sparse warnings by Michal Simek · 11 years ago
  52. b055f67 net: zynq: Fix sparse warnings in gem by Michal Simek · 11 years ago
  53. 5031623 net: zynq: Use predefined macros instead of hardcoded value by Michal Simek · 11 years ago
  54. c8cb151 microblaze: Wire up OF support for emaclite by Stephan Linz · 12 years ago
  55. 463ce69 common: fixed linker-list example by Mateusz Zalega · 11 years ago
  56. e239fa5 USB: gadget: save driver name before registering it by Stephen Warren · 11 years ago
  57. 69cb0bb USB: gadget: added a saner gadget downloader registration API by Mateusz Zalega · 11 years ago
  58. cebb8dc am335x: dfu: disable DFU in am335x_evm SPL build by Mateusz Zalega · 11 years ago
  59. 59c6c6f ums: always initialize mmc before ums_disk_init() by Mateusz Zalega · 11 years ago
  60. 0ab80bf dfu: mmc: change offset base handling by Mateusz Zalega · 11 years ago
  61. dcb6ea6 dfu: mmc: raw data write fix by Mateusz Zalega · 11 years ago
  62. 21fe3f7 usb: dfu: fix boards wo USB cable detection by Mateusz Zalega · 11 years ago
  63. e604a13 part: header fix by Mateusz Zalega · 11 years ago
  64. 05d2f41 mmc: mmc header fix by Mateusz Zalega · 11 years ago
  65. a36f47f Merge branch 'next' of git://git.denx.de/u-boot-sh by Tom Rini · 11 years ago
  66. fbff5b3 ARM: highbank: use default prompt by Rob Herring · 11 years ago
  67. 5ed6a3d ARM: highbank: use config_distro_defaults.h by Rob Herring · 11 years ago
  68. 546e2cd usb: gadget: allow ci_udc to build with new gadget framework by Stephen Warren · 11 years ago
  69. 5d94687 usb: ums: use only 1 buffer for CI_UDC by Stephen Warren · 11 years ago
  70. e13a704 usb: ci_udc: support variants with hostpc register by Stephen Warren · 11 years ago
  71. 0381a727 usb: ci_udc: make PHY initialization conditional by Stephen Warren · 11 years ago
  72. d06444f usb: ci_udc: set ep->req.actual after transfer by Stephen Warren · 11 years ago
  73. de40a1e usb: ci_udc: Support larger packets by Stephen Warren · 11 years ago
  74. f62b92d dfu:fix: Replace wrong return value with proper one by Lukasz Majewski · 11 years ago
  75. 6baf21c exynos: usb: Fix data abort on boards w/o vbus-gpio node in the DT by andrey.konovalov@linaro.org · 11 years ago
  76. 15175e7 usb: musb: fill in usb_gadget_unregister_driver by Rob Herring · 11 years ago
  77. ef60fda usb: handle NULL table in usb_gadget_get_string by Rob Herring · 11 years ago
  78. ef9d4d4 usb:gadget:f_thor: fix write to filesystem by add dfu_flush() by Przemyslaw Marczak · 11 years ago
  79. 13a41c8 usb:gadget:f_thor: code cleanup in function download_tail() by Przemyslaw Marczak · 11 years ago
  80. 17472dc usb: Fix USB keyboard polling via control endpoint by Adrian Cox · 11 years ago
  81. 29d0587 usb: Add endian support macros to interrupt transfers in the EHCI driver. by Adrian Cox · 11 years ago
  82. 53000ce usb: ehci: rmobile: Add support ehci host driver of rmobile SoCs by Nobuhiro Iwamatsu · 11 years ago
  83. 1320bc2 sh: delete an unused source file by Masahiro Yamada · 11 years ago
  84. fdd7efe drivers/i2c/fsl_i2c: modify i2c_read to handle multi-byte write by Shaveta Leekha · 11 years ago
  85. a4c0266 driver/mxc_i2c: Move static data structure to global_data by York Sun · 11 years ago
  86. 479bf0d Merge branch 'master' of git://www.denx.de/git/u-boot-arc by Tom Rini · 11 years ago
  87. b4e5f38 Merge branch 'master' of git://www.denx.de/git/u-boot-ppc4xx by Tom Rini · 11 years ago
  88. c83b542 Merge branch 'master' of git://git.denx.de/u-boot-mpc83xx by Tom Rini · 11 years ago
  89. b095762 Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx by Tom Rini · 11 years ago
  90. 8dcc69f axs101: bump DDR size from 256 to 512 Mb by Alexey Brodkin · 11 years ago
  91. 1765631 axs101: increase EEPROM page write delay from 32 to 64 msec by Alexey Brodkin · 11 years ago
  92. 043d8f7 ppc4xx: add support for new PMC440 revision with cleanup by Matthias Fuchs · 11 years ago
  93. 3c773bb mpc83xx: add ids8313 support by Heiko Schocher · 11 years ago
  94. 04e3b3a mpc8313, bootcount: mpc8313 has no qe muram by Heiko Schocher · 11 years ago
  95. 47e54ce powerpc, ids8247: create vendor board dir ids by Heiko Schocher · 11 years ago
  96. bfb5169 Merge branch 'master' of git://git.denx.de/u-boot-mips by Tom Rini · 11 years ago
  97. e73905e Revert "build: Use filechk rules to create and update u-boot.lds" by Masahiro Yamada · 11 years ago
  98. 05caaf9 ar8031: modify the config func of ar8031 to ar8021_config by Zhao Qiang · 11 years ago
  99. 9ff72dc powerpc/T4QDS: add two stage boot of nand/sd by Shaohui Xie · 11 years ago
  100. 3e57a37 powerpc/t4240: updated RCW and PBI for rev2.0 by Shaohui Xie · 11 years ago