1. 6f2ed0e cosmetic: delete misleading comment /* CONFIG_BOARDDIR */ by Masahiro Yamada · 10 years ago
  2. 5c50a92 hush shell: Avoid string write overflow when entering max cmd length by Kristian Otnes · 10 years ago
  3. bf69d66 kbuild: allow null board for spl build by Masahiro Yamada · 10 years ago
  4. bafd67d tps6586x: staticize funtions by Manish Badarkhe · 10 years ago
  5. 96ee97a doc: README.generic-board: Fix typo by Fabio Estevam · 10 years ago
  6. 822ef00 lib/sha256: fix compile on some hosts by Andreas Bießmann · 10 years ago
  7. 65bb6d8 kbuild: build with -Werror=date-time if the compiler supports it by Masahiro Yamada · 10 years ago
  8. 9995d8c fs: ubifs: drop __DATE__ and __TIME__ by Masahiro Yamada · 10 years ago
  9. c42f56d blackfin: replace bfin_gen_rand_mac() with eth_random_addr() by Masahiro Yamada · 10 years ago
  10. da384a9 net: rename and refactor eth_rand_ethaddr() function by Masahiro Yamada · 10 years ago
  11. c85bb5a rand: do not surround function declarations by #ifdef by Masahiro Yamada · 10 years ago
  12. 1d64377 cmd_time: do not show ticks by Masahiro Yamada · 10 years ago
  13. 597fe04 net/phy: enable get_phy_id redefinable by Shengzhou Liu · 10 years ago
  14. 02aa4c5 AR8035/phy: Enable autonegotiation function for ar8035 by Xiaobo Xie · 10 years ago
  15. d57dee5 serial: nsl16550: add hw flow control support by Karicheri, Muralidharan · 11 years ago
  16. 8abd053 fs: fat: Fix cache align error message in fatwrite by Nobuhiro Iwamatsu · 11 years ago
  17. 8e26157 bd_info: remove bi_barudrate member from struct bd_info by Masahiro Yamada · 11 years ago
  18. 3e41c54 Prepare v2014.07-rc1 by Tom Rini · 10 years ago
  19. f4617ef Merge branch 'tom' of git://git.denx.de/u-boot-x86 by Tom Rini · 10 years ago
  20. 097c5de sandbox: ignore sandbox.dtb by Masahiro Yamada · 10 years ago
  21. 2580609 sandbox: move source files from board/ to arch/sandbox/ by Masahiro Yamada · 10 years ago
  22. 102061b patman: Avoid duplicate sign-offs by Simon Glass · 10 years ago
  23. 757f64a patman: Deal with 'git apply' failures correctly by Simon Glass · 10 years ago
  24. 75b3c3a sandbox: Update and expand the README by Simon Glass · 11 years ago
  25. ad0e463 sandbox: Provide a build option to avoid using SDL by Simon Glass · 11 years ago
  26. 1992dbf Make 'run' use run_command_list() instead of run_command() by Simon Glass · 11 years ago
  27. fd37dac sandbox: Support 'env import' and 'env export' by Simon Glass · 11 years ago
  28. bcb879c Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 10 years ago
  29. 146b468 Merge branch 'master' of git://git.denx.de/u-boot-sparc by Tom Rini · 10 years ago
  30. 0ef797a wandboard: Pass video kernel arguments for HDMI and LCD by Otavio Salvador · 10 years ago
  31. 8bc7c48 wandboard: add Future Eletronics 7" WVGA LCD extension board by Otavio Salvador · 10 years ago
  32. 7a278f9 imx: ventana: add HDMI and LVDS display capability by Tim Harvey · 10 years ago
  33. effb7dc imx: ventana: Convert to generic board by Tim Harvey · 10 years ago
  34. 483a435 imx6: ventana: fix system-serial dt property by Tim Harvey · 10 years ago
  35. d1dacf7 video: Add support for imx25 lcd controller by Thomas Diener · 10 years ago
  36. bf0adb8 imx25: Add new hardware registers by Thomas Diener · 10 years ago
  37. 98d2cff iomux-v3: Add support for mx6sl LVE bit by Fabio Estevam · 10 years ago
  38. 234d89d ventana: Add support for the LTC3676 PMIC by Tim Harvey · 10 years ago
  39. 5e2f017 power: Add support for LTC3676 PMIC by Tim Harvey · 10 years ago
  40. 1744927 ventana: use non-generic pfuze100 init by Tim Harvey · 10 years ago
  41. 93a6d92 power: make pfuze100 be able to coexist with other pmics by Tim Harvey · 10 years ago
  42. d2a3e911 Merge branch 'u-boot/master' by Albert ARIBAUD · 10 years ago
  43. 4148b3d leon: implement missing get_tbclk() by Daniel Hellstrom · 10 years ago
  44. 1c1c750 leon: use CONFIG_SYS_HZ to config timer prescaler by Daniel Hellstrom · 10 years ago
  45. 0986546 serial: zynq: Fix typo in suffix function name by Michal Simek · 10 years ago
  46. 891655e serial: zynq: Remove sparse warnings by Michal Simek · 10 years ago
  47. fc25fa2 dfu, nand: add medium specific polltimeout function by Heiko Schocher · 10 years ago
  48. ab2f5c1 musb-new, dfu: first send request answer then call completions by Heiko Schocher · 11 years ago
  49. dd5b68f arm: beagle: enable Android fastboot support by Rob Herring · 10 years ago
  50. 3aab70a usb/gadget: add the fastboot gadget by Sebastian Siewior · 10 years ago
  51. 9ace3fc image: add support for Android's boot image format by Sebastian Siewior · 10 years ago
  52. 8c60045 ums: allow the user to specify the device type by Stephen Warren · 10 years ago
  53. 1725f12 ums: move all variable declarations to the start of the block by Stephen Warren · 10 years ago
  54. d0cc456 ums: use get_device() not find_mmc_device(); by Stephen Warren · 10 years ago
  55. abfe8af ums: move IO support code to common location by Stephen Warren · 10 years ago
  56. 36ff05c ums: remove ums_disk_init() by Stephen Warren · 10 years ago
  57. dc1e746 ums: remove error-checking of MMC device size by Stephen Warren · 10 years ago
  58. c2474d9 ums: remove UMS_{NUM,START}_SECTORS + UMS_START_SECTOR by Stephen Warren · 10 years ago
  59. ce19d97 ums: support block devices not MMC devices by Stephen Warren · 10 years ago
  60. 66b88b0 usb: ums: add error handling for failed registration by Stephen Warren · 10 years ago
  61. 5146fc2 i2c: zynq: Fixed compilation errors when using DEBUG by Jesper B. Christensen · 10 years ago
  62. 340ed42 usb: ums: remove ci_udc special case by Stephen Warren · 10 years ago
  63. 2813006 usb: ci_udc: allow multiple buffer allocs per ep by Stephen Warren · 10 years ago
  64. 605d7e2 samsung: misc: remove download mode info screen by Przemyslaw Marczak · 10 years ago
  65. f418a1c samsung: misc: menu: increase delay in menu main loop by Przemyslaw Marczak · 10 years ago
  66. 0954dd6 samsung: misc: add env default option to lcd menu by Inha Song · 10 years ago
  67. 5c7b8a3 samsung: misc: add gpt restore option to lcd menu by Przemyslaw Marczak · 10 years ago
  68. e6bfe79 samsung: misc: allows using environmental macros as args in menu commands by Przemyslaw Marczak · 10 years ago
  69. 188c42b ARM: exynos: remove the unused code by Jaehoon Chung · 10 years ago
  70. 6afc3f6 trats: config: fix: Set default console to ttySAC2 by Łukasz Majewski · 11 years ago
  71. 2ee9324 trats2: config: fix: Set default console to ttySAC2 by Łukasz Majewski · 11 years ago
  72. 173d294 Merge branch 'serial' of git://www.denx.de/git/u-boot-microblaze by Tom Rini · 10 years ago
  73. 33b0f7b Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze by Tom Rini · 10 years ago
  74. a1a1f6e Merge branch 'net' of git://www.denx.de/git/u-boot-microblaze by Tom Rini · 10 years ago
  75. 3c3f13f Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · 10 years ago
  76. 870e0bd serial: zynq: Fix typo in suffix function name by Michal Simek · 10 years ago
  77. 6c4da35 serial: zynq: Remove sparse warnings by Michal Simek · 10 years ago
  78. 2fd2489 net: zynq: Fix sparse warnings in gem by Michal Simek · 10 years ago
  79. c1a9fa4 net: zynq: Use predefined macros instead of hardcoded value by Michal Simek · 11 years ago
  80. d1d37b5 microblaze: Wire up OF support for emaclite by Stephan Linz · 12 years ago
  81. 1161f98 at91: video: atmel_hlcdfb.c: fix bad timing configuration by Wu, Josh · 11 years ago
  82. 264e0e5 config: enable CMD_BMP when API+LCD is enabled by Stephen Warren · 10 years ago
  83. e1ae71d logos: Update of the syteco company logo by Thomas Diener · 10 years ago
  84. af41d6b common: fixed linker-list example by Mateusz Zalega · 10 years ago
  85. 25fbf96 USB: gadget: save driver name before registering it by Stephen Warren · 10 years ago
  86. c4d0e85 USB: gadget: added a saner gadget downloader registration API by Mateusz Zalega · 10 years ago
  87. fad8edf am335x: dfu: disable DFU in am335x_evm SPL build by Mateusz Zalega · 10 years ago
  88. 41c2d60 ums: always initialize mmc before ums_disk_init() by Mateusz Zalega · 10 years ago
  89. b7d4259 dfu: mmc: change offset base handling by Mateusz Zalega · 10 years ago
  90. 711b931 dfu: mmc: raw data write fix by Mateusz Zalega · 10 years ago
  91. 75504e9 usb: dfu: fix boards wo USB cable detection by Mateusz Zalega · 10 years ago
  92. 6b423b7 part: header fix by Mateusz Zalega · 10 years ago
  93. 07a2d42 mmc: mmc header fix by Mateusz Zalega · 10 years ago
  94. 52fded7 Merge branch 'next' of git://git.denx.de/u-boot-sh by Tom Rini · 10 years ago
  95. 7904b70 ARM: highbank: use default prompt by Rob Herring · 11 years ago
  96. ac9ae13 ARM: highbank: use config_distro_defaults.h by Rob Herring · 11 years ago
  97. 2fc5dab usb: gadget: allow ci_udc to build with new gadget framework by Stephen Warren · 10 years ago
  98. a69214d video: mxc_ipuv3_fb: stash frame buffer pointer in global data. by Eric Nelson · 10 years ago
  99. a022c1e usb: ums: use only 1 buffer for CI_UDC by Stephen Warren · 10 years ago
  100. fcf2ede usb: ci_udc: support variants with hostpc register by Stephen Warren · 10 years ago