1. 180bb6a usb: eth: smsc95xx: add LAN9500A device ID by Ilya Ledvich · 11 years ago
  2. 36a6b40 usb: fastboot: fix potential buffer overflow by Jeroen Hofstee · 10 years ago
  3. b351e46 usb: xhci: (likely) fix bracket in if condition by Jeroen Hofstee · 10 years ago
  4. e5bad0d usb:g_dnl:f_thor: remove memset before memcpy by Jeroen Hofstee · 10 years ago
  5. 6931bff usb:composite: clear the whole common buffer by Jeroen Hofstee · 10 years ago
  6. 8af893e usb: r8a66597: Fix initilization size of r8a66597 info structure by Yasuhisa Umano · 11 years ago
  7. ea33c6a usb: r8a66597: Fix initialization hub that using R8A66597_MAX_ROOT_HUB by yasuhisa umano · 11 years ago
  8. 5528f4c usb: cosmetic: double const by Jeroen Hofstee · 10 years ago
  9. fa51417 usb: ci_udc: fix typo in debug message by Stephen Warren · 10 years ago
  10. f66ae99 usb: ci_udc: fix interaction with CONFIG_USB_ETH_CDC by Stephen Warren · 10 years ago
  11. d593f01 Merge branch 'sandbox' of git://git.denx.de/u-boot-x86 by Tom Rini · 10 years ago
  12. 120978e Merge branch 'master' of git://git.denx.de/u-boot-dm by Tom Rini · 10 years ago
  13. 28665b5 sandbox: change local_irq_save() to macro by Masahiro Yamada · 10 years ago
  14. 9671c67 sandbox: terminate os_dirent_ls() result list by Stephen Warren · 10 years ago
  15. bff6c31 sandbox: restore ability to access host fs through standard commands by Stephen Warren · 10 years ago
  16. 37215b7 x86: Enable 32-bit build using x86_64 multilib toolchain by Vasili Galka · 10 years ago
  17. 4c11dcf mpc8313: add CONFIG_SYS_GENERIC_BOARD to ids8313 board by Heiko Schocher · 10 years ago
  18. 80bff37 lib, fdt: move fdtdec_get_int() out of lib/fdtdec.c by Heiko Schocher · 10 years ago
  19. 5a95c65 dm: Use '*' to indicate a device is activated by Simon Glass · 11 years ago
  20. 4697453 include/dm.h: fix inclusion guard by Jeroen Hofstee · 10 years ago
  21. 0039db4 Merge branch 'master' of git://git.denx.de/u-boot-dm by Tom Rini · 10 years ago
  22. 3b2a815 dm: Expand and improve the device lifecycle docs by Simon Glass · 10 years ago
  23. 4dbb5cf dm: Tidy up four minor code nits by Simon Glass · 10 years ago
  24. a436dde tegra: Enable driver model by Simon Glass · 10 years ago
  25. 9d3eefd tegra: dts: Bring in GPIO bindings from linux by Simon Glass · 10 years ago
  26. 39f98ba dm: Fix printf() strings in the 'dm' command by Simon Glass · 10 years ago
  27. 17e9c78 dm: Allow driver model tests only for sandbox by Simon Glass · 10 years ago
  28. 34a1d35 dm: Cast away the const-ness of the global_data pointer by Simon Glass · 10 years ago
  29. df6bd7d dm: Add missing header files in lists and root by Simon Glass · 10 years ago
  30. d4acf63 dm: Use case-insensitive comparison for GPIO banks by Simon Glass · 10 years ago
  31. d097e59 dm: Update README to encourage conversion to driver model by Simon Glass · 10 years ago
  32. 767827a dm: Rename struct device_id to udevice_id by Simon Glass · 10 years ago
  33. 0123ee2 Makefile: Support include files for .dts files by Simon Glass · 10 years ago
  34. 125a27b sandbox: Support iotrace feature by Simon Glass · 10 years ago
  35. ccc63f3 arm: Support iotrace feature by Simon Glass · 10 years ago
  36. 4dc47ca Add an I/O tracing feature by Simon Glass · 10 years ago
  37. 33eb5e7 cosmetic: kbuild: clean-up coding style (sync with Linux 3.16-rc1) by Masahiro Yamada · 10 years ago
  38. 5afc76f cosmetic: autoboot: update old style GNU struct init by Jeroen Hofstee · 10 years ago
  39. 196f27e cmd_md5sum.c: remove dead code / fix warning by Jeroen Hofstee · 10 years ago
  40. 90c477a Remove nios-32 arch remnants by Vasili Galka · 10 years ago
  41. 08315a8 m68k: Remove CONFIG_CMD_BEDBUG related code by Vasili Galka · 10 years ago
  42. 550b42d pmic: tps65090: correct checking i2c bus by Jeroen Hofstee · 10 years ago
  43. ea07042 fix: CONFIG_NETCONSOLE start/handle this stuff only outside SPL by Hannes Petermaier · 10 years ago
  44. bfe88fe includes: move openssl headers to include/u-boot by Jeroen Hofstee · 10 years ago
  45. 3c0e0c2 test: vboot: explicitly request bash by Stephen Warren · 10 years ago
  46. 759a0e7 Add documentation for verified boot on Beaglebone Black by Simon Glass · 10 years ago
  47. a51991d Enhance fit_check_sign to check all images by Simon Glass · 10 years ago
  48. 686f3bb bootm: Move decompression code into its own function by Simon Glass · 10 years ago
  49. 0232ba7 Allow compiling common/bootm.c on with HOSTCC by Simon Glass · 10 years ago
  50. 0edd2ae Avoid including config.h in command.h by Simon Glass · 10 years ago
  51. cd65fb1 Fix small 'case' typo in image-fit.c by Simon Glass · 10 years ago
  52. 9504010 bootm: Support android boot on sandbox by Simon Glass · 10 years ago
  53. a0c0b63 image: Remove the fit_load_image() property parameter by Simon Glass · 10 years ago
  54. 3b5866d bootm: Split out code from cmd_bootm.c by Simon Glass · 10 years ago
  55. 5da42d9 Reverse the meaning of the fit_config_verify() return code by Simon Glass · 10 years ago
  56. d609a8f tools: Check arguments in fit_check_sign/fit_info by Simon Glass · 10 years ago
  57. c3b0de4 fdt: Rename the DEV_TREE_BIN Makefile flag to to EXT_DTB by Simon Glass · 10 years ago
  58. 9423bad mkimage: Automatically expand FDT in more cases by Simon Glass · 10 years ago
  59. a3b240b hash: Use uint8_t in preference to u8 by Simon Glass · 10 years ago
  60. 80ce2b0 am335x_evm: Only enable OF_CONTROL/OF_SEPARATE on VBOOT for now by Tom Rini · 10 years ago
  61. d8d5cb6 .gitignore: drop include/asm/proc from ignore pattern by Masahiro Yamada · 10 years ago
  62. e62f1ba fs: ext4: fix writing zero-length files by Stephen Warren · 10 years ago
  63. 9a3b4de fdt_support: correct the return condition of fdt_initrd() by Masahiro Yamada · 11 years ago
  64. b891a34 fdt_support: fix an endian bug of fdt_initrd() by Masahiro Yamada · 11 years ago
  65. a6ae8d3 fdt_support: fix an endian bug of fdt_fixup_memory_banks by Masahiro Yamada · 11 years ago
  66. aba38af fdt_support: add 'const' qualifier for unchanged argument by Masahiro Yamada · 11 years ago
  67. a467792c6 fdt_support: refactor fdt_fixup_stdout() function by Masahiro Yamada · 11 years ago
  68. 451c204 fdt_support: delete force argument of fdt_chosen() by Masahiro Yamada · 11 years ago
  69. 5b11489 fdt_support: delete force argument of fdt_initrd() by Masahiro Yamada · 11 years ago
  70. c020728 fdt_support: refactor with fdt_find_or_add_subnode helper func by Masahiro Yamada · 11 years ago
  71. 57b9069 fdt_support: delete unnecessary DECLARE_GLOBAL_DATA_PTR by Masahiro Yamada · 11 years ago
  72. c0d51fe freescale: m5253demo: fix unused-but-set-variable warnings by Masahiro Yamada · 11 years ago
  73. fc47300 libfdt: Fix segfault when calling fit_check_format() on corrupt FIT images by Jon Nalley · 11 years ago
  74. daad361 m68k:correct io macros about endian by Chao Fu · 11 years ago
  75. 35b2eb7 m68k: eliminate a warning in cpu_init by Masahiro Yamada · 11 years ago
  76. 0b9bf27 ARM: fdt support: Add usbethaddr as an acceptable MAC by Dan Murphy · 11 years ago
  77. 18b050c Fix bug in io64 target (introduced by commit aba27ac) by Vasili Galka · 10 years ago
  78. eee831a configs: iocon: Enabling CONFIG_CMD_FPGAD again by Michal Simek · 10 years ago
  79. 51c03fa Merge branch 'master' of git://git.denx.de/u-boot-mmc by Tom Rini · 10 years ago
  80. cc350cb mmc: free allocated memory on initialization errors by Darwin Rambo · 11 years ago
  81. cf66e6f cmd_mmc: make mmc dev always re-probe the HW by Stephen Warren · 11 years ago
  82. 07ec4e7 cmd_mmc: Use init_mmc_device() from do_mmc_rescan() by Stephen Warren · 11 years ago
  83. b627f4b cmd_mmc: add force_init parameter to init_mmc_device() by Stephen Warren · 11 years ago
  84. ad17c0f disk: default to HW partition 0 if not specified by Stephen Warren · 11 years ago
  85. 1854980 cmd_mmc: default to HW partition 0 if not specified by Stephen Warren · 11 years ago
  86. bf0c785 mmc: return meaningful error codes from mmc_select_hwpart by Stephen Warren · 11 years ago
  87. 6c2d142 i2c: kona: Resolve Kona I2C driver issue by Steve Rae · 11 years ago
  88. 419b6a4 common/xyzModem.c: move empty statements to newline by Jeroen Hofstee · 10 years ago
  89. bd45d54 jffs2:jffs2_1pass.c: remove double braces by Jeroen Hofstee · 10 years ago
  90. d017c79 board:keymile: remove unnecessary double braces by Jeroen Hofstee · 10 years ago
  91. 95ab0d3 common/cli_hush.c: remove unnecessary double braces by Jeroen Hofstee · 10 years ago
  92. 0d23e8a LzmaTools: don't self assign values by Jeroen Hofstee · 10 years ago
  93. 0f0850e imximage_hynix.cfg: fix unterminated comment by Jeroen Hofstee · 10 years ago
  94. 4ea14f4 cosmetic: board: pm9263 rewrite old style stuct init by Jeroen Hofstee · 10 years ago
  95. d98327d tps6586x.h: fix inclusion guard by Jeroen Hofstee · 10 years ago
  96. 8e53b1e Remove ${objtree}/include/asm/proc/ link by Vasili Galka · 10 years ago
  97. 36ac1b5 cosmetic: Whitespace fix by Vasili Galka · 10 years ago
  98. e887b72 cosmetic: atmel: replace old style struct init by Jeroen Hofstee · 10 years ago
  99. f978b00 ext4: correctly zero filename by Jeroen Hofstee · 10 years ago
  100. b14c052 common: hash: zero end the string instead of the pointer by Jeroen Hofstee · 10 years ago