1. b5b8d85 Merge branch 'u-boot-sh/rmobile' into 'u-boot-arm/master' by Albert ARIBAUD · 10 years ago
  2. 01a3647 Merge branch 'u-boot-microblaze/zynq' into 'u-boot-arm/master' by Albert ARIBAUD · 10 years ago
  3. ed1d98d Merge branch 'u-boot/master' into 'u-boot-arm/master' by Albert ARIBAUD · 10 years ago
  4. ba9b42c Merge branch 'sandbox' of git://git.denx.de/u-boot-x86 by Tom Rini · 10 years ago
  5. 19198f8 Merge branch 'master' of git://git.denx.de/u-boot-dm by Tom Rini · 10 years ago
  6. 754466a Merge branch 'u-boot-atmel/master' into 'u-boot-arm/master' by Albert ARIBAUD · 10 years ago
  7. 1638d98 sandbox: change local_irq_save() to macro by Masahiro Yamada · 10 years ago
  8. 9c38c07 sandbox: terminate os_dirent_ls() result list by Stephen Warren · 10 years ago
  9. 4d90702 sandbox: restore ability to access host fs through standard commands by Stephen Warren · 10 years ago
  10. dbb7234 x86: Enable 32-bit build using x86_64 multilib toolchain by Vasili Galka · 10 years ago
  11. 0383805 mpc8313: add CONFIG_SYS_GENERIC_BOARD to ids8313 board by Heiko Schocher · 10 years ago
  12. b047d67 lib, fdt: move fdtdec_get_int() out of lib/fdtdec.c by Heiko Schocher · 10 years ago
  13. 4af5b14 dm: Use '*' to indicate a device is activated by Simon Glass · 10 years ago
  14. 1805bfc include/dm.h: fix inclusion guard by Jeroen Hofstee · 10 years ago
  15. 39b6d07 Merge branch 'master' of git://git.denx.de/u-boot-dm by Tom Rini · 10 years ago
  16. 22ec136 dm: Expand and improve the device lifecycle docs by Simon Glass · 10 years ago
  17. f2bc6fc dm: Tidy up four minor code nits by Simon Glass · 10 years ago
  18. 47f3d3c tegra: Enable driver model by Simon Glass · 10 years ago
  19. 8946034 tegra: dts: Bring in GPIO bindings from linux by Simon Glass · 10 years ago
  20. 184b1b7 dm: Fix printf() strings in the 'dm' command by Simon Glass · 10 years ago
  21. b6a49a7 dm: Allow driver model tests only for sandbox by Simon Glass · 10 years ago
  22. 89876a5 dm: Cast away the const-ness of the global_data pointer by Simon Glass · 10 years ago
  23. 6a6d8fb dm: Add missing header files in lists and root by Simon Glass · 10 years ago
  24. 939cda5 dm: Use case-insensitive comparison for GPIO banks by Simon Glass · 10 years ago
  25. 2eb31b1 dm: Update README to encourage conversion to driver model by Simon Glass · 10 years ago
  26. ae7f451 dm: Rename struct device_id to udevice_id by Simon Glass · 10 years ago
  27. 5957ac2 Makefile: Support include files for .dts files by Simon Glass · 10 years ago
  28. 42d3b29 sandbox: Support iotrace feature by Simon Glass · 10 years ago
  29. ad827e1 arm: Support iotrace feature by Simon Glass · 10 years ago
  30. aa53233 Add an I/O tracing feature by Simon Glass · 10 years ago
  31. 45f0ad9 cosmetic: kbuild: clean-up coding style (sync with Linux 3.16-rc1) by Masahiro Yamada · 10 years ago
  32. 9e546ee cosmetic: autoboot: update old style GNU struct init by Jeroen Hofstee · 10 years ago
  33. 9fb70f3 cmd_md5sum.c: remove dead code / fix warning by Jeroen Hofstee · 10 years ago
  34. 5c45f55 Remove nios-32 arch remnants by Vasili Galka · 10 years ago
  35. 7fae9e2 m68k: Remove CONFIG_CMD_BEDBUG related code by Vasili Galka · 10 years ago
  36. a348d56 pmic: tps65090: correct checking i2c bus by Jeroen Hofstee · 10 years ago
  37. 1f9ce30 fix: CONFIG_NETCONSOLE start/handle this stuff only outside SPL by Hannes Petermaier · 10 years ago
  38. 2b9912e includes: move openssl headers to include/u-boot by Jeroen Hofstee · 10 years ago
  39. 967a99a test: vboot: explicitly request bash by Stephen Warren · 10 years ago
  40. c7320ed Add documentation for verified boot on Beaglebone Black by Simon Glass · 10 years ago
  41. ce1400f Enhance fit_check_sign to check all images by Simon Glass · 10 years ago
  42. 2b164f1 bootm: Move decompression code into its own function by Simon Glass · 10 years ago
  43. ea51a62 Allow compiling common/bootm.c on with HOSTCC by Simon Glass · 10 years ago
  44. aa69db1 Avoid including config.h in command.h by Simon Glass · 10 years ago
  45. e3c83c0 Fix small 'case' typo in image-fit.c by Simon Glass · 10 years ago
  46. 07c0cd7 bootm: Support android boot on sandbox by Simon Glass · 10 years ago
  47. 126cc86 image: Remove the fit_load_image() property parameter by Simon Glass · 10 years ago
  48. b639640 bootm: Split out code from cmd_bootm.c by Simon Glass · 10 years ago
  49. 12df2ab Reverse the meaning of the fit_config_verify() return code by Simon Glass · 10 years ago
  50. ba923ca tools: Check arguments in fit_check_sign/fit_info by Simon Glass · 10 years ago
  51. d18926a fdt: Rename the DEV_TREE_BIN Makefile flag to to EXT_DTB by Simon Glass · 10 years ago
  52. 597a8b2 mkimage: Automatically expand FDT in more cases by Simon Glass · 10 years ago
  53. 04819a4 hash: Use uint8_t in preference to u8 by Simon Glass · 10 years ago
  54. 52aa1cf am335x_evm: Only enable OF_CONTROL/OF_SEPARATE on VBOOT for now by Tom Rini · 10 years ago
  55. 0ffc986 .gitignore: drop include/asm/proc from ignore pattern by Masahiro Yamada · 10 years ago
  56. d018028 fs: ext4: fix writing zero-length files by Stephen Warren · 10 years ago
  57. 50babaf fdt_support: correct the return condition of fdt_initrd() by Masahiro Yamada · 11 years ago
  58. f18295d fdt_support: fix an endian bug of fdt_initrd() by Masahiro Yamada · 11 years ago
  59. 739a01e fdt_support: fix an endian bug of fdt_fixup_memory_banks by Masahiro Yamada · 11 years ago
  60. f89d482 fdt_support: add 'const' qualifier for unchanged argument by Masahiro Yamada · 11 years ago
  61. 972f2a8 fdt_support: refactor fdt_fixup_stdout() function by Masahiro Yamada · 11 years ago
  62. bc6ed0f fdt_support: delete force argument of fdt_chosen() by Masahiro Yamada · 11 years ago
  63. dbe963a fdt_support: delete force argument of fdt_initrd() by Masahiro Yamada · 11 years ago
  64. 8edb219 fdt_support: refactor with fdt_find_or_add_subnode helper func by Masahiro Yamada · 11 years ago
  65. 0613c57 fdt_support: delete unnecessary DECLARE_GLOBAL_DATA_PTR by Masahiro Yamada · 11 years ago
  66. e6af385 freescale: m5253demo: fix unused-but-set-variable warnings by Masahiro Yamada · 11 years ago
  67. af67b25 libfdt: Fix segfault when calling fit_check_format() on corrupt FIT images by Jon Nalley · 11 years ago
  68. f1329c9 m68k:correct io macros about endian by Chao Fu · 11 years ago
  69. 5744e53 m68k: eliminate a warning in cpu_init by Masahiro Yamada · 11 years ago
  70. b1f49ab ARM: fdt support: Add usbethaddr as an acceptable MAC by Dan Murphy · 11 years ago
  71. 2e43646 Fix bug in io64 target (introduced by commit aba27ac) by Vasili Galka · 10 years ago
  72. 7d2357c configs: iocon: Enabling CONFIG_CMD_FPGAD again by Michal Simek · 10 years ago
  73. a811db5 arm: zynq: fix a bug in Zynq linker script by Masahiro Yamada · 10 years ago
  74. 6dbeb89 arm: ethernut5: convert to generic board by Tim Schendekehl · 10 years ago
  75. d337a09 ARMv7: at91: enable ICache and DCache. by Wu, Josh · 10 years ago
  76. b137bd8 video: atmel_hlcdfb: enable dcache support by Wu, Josh · 10 years ago
  77. 5ae0e38 net: macb: enable dcache in macb by Wu, Josh · 10 years ago
  78. ceef983 macb: make checkpatch clean by Andreas Bießmann · 10 years ago
  79. 0e05543 avr32: migrate cache functions by Andreas Bießmann · 10 years ago
  80. d8a97f9 Merge branch 'master' of git://git.denx.de/u-boot-mmc by Tom Rini · 10 years ago
  81. 3d6a5a4 mmc: free allocated memory on initialization errors by Darwin Rambo · 10 years ago
  82. a571092 cmd_mmc: make mmc dev always re-probe the HW by Stephen Warren · 10 years ago
  83. 941944e cmd_mmc: Use init_mmc_device() from do_mmc_rescan() by Stephen Warren · 10 years ago
  84. 1ae24a5 cmd_mmc: add force_init parameter to init_mmc_device() by Stephen Warren · 10 years ago
  85. ecdd57e disk: default to HW partition 0 if not specified by Stephen Warren · 10 years ago
  86. 60dc58f cmd_mmc: default to HW partition 0 if not specified by Stephen Warren · 10 years ago
  87. d4622df mmc: return meaningful error codes from mmc_select_hwpart by Stephen Warren · 10 years ago
  88. 6736ec1 i2c: kona: Resolve Kona I2C driver issue by Steve Rae · 10 years ago
  89. e153b13 common/xyzModem.c: move empty statements to newline by Jeroen Hofstee · 10 years ago
  90. 46f46fd jffs2:jffs2_1pass.c: remove double braces by Jeroen Hofstee · 10 years ago
  91. 2716077 board:keymile: remove unnecessary double braces by Jeroen Hofstee · 10 years ago
  92. 930e425 common/cli_hush.c: remove unnecessary double braces by Jeroen Hofstee · 10 years ago
  93. 867abda LzmaTools: don't self assign values by Jeroen Hofstee · 10 years ago
  94. c84f9e0 imximage_hynix.cfg: fix unterminated comment by Jeroen Hofstee · 10 years ago
  95. 1b34e88 cosmetic: board: pm9263 rewrite old style stuct init by Jeroen Hofstee · 10 years ago
  96. 7ffdc83 tps6586x.h: fix inclusion guard by Jeroen Hofstee · 10 years ago
  97. 7d89982 Remove ${objtree}/include/asm/proc/ link by Vasili Galka · 10 years ago
  98. 4b9ca09 cosmetic: Whitespace fix by Vasili Galka · 10 years ago
  99. c346e46 cosmetic: atmel: replace old style struct init by Jeroen Hofstee · 10 years ago
  100. 46a5707 ext4: correctly zero filename by Jeroen Hofstee · 10 years ago