1. 97e9152 buildman: Add -C option to force a reconfigure for each commit by Simon Glass · 10 years ago
  2. 772e173 Merge branch 'master' of git://git.denx.de/u-boot-sh by Tom Rini · 10 years ago
  3. afc3929 sh: unify sh2/sh3/sh4 linker scripts by Masahiro Yamada · 10 years ago
  4. 21fe8ec buildman: Avoid retrying a build if it definitely failed by Simon Glass · 10 years ago
  5. 4266dc2 buildman: Add -F flag to retry failed builds by Simon Glass · 10 years ago
  6. 74f96da dm: Give the demo uclass a name by Simon Glass · 10 years ago
  7. bb58503 dm: Add dm_scan_other() to locate board-specific devices by Simon Glass · 10 years ago
  8. 9b0ba06 dm: Improve errors and warnings in lists_bind_fdt() by Simon Glass · 10 years ago
  9. a327dee dm: Add child_pre_probe() and child_post_remove() methods by Simon Glass · 10 years ago
  10. e59f458 dm: Introduce per-child data for devices by Simon Glass · 10 years ago
  11. 997c87b dm: Add functions to access a device's children by Simon Glass · 10 years ago
  12. 1ca7e20 dm: Provide a function to scan child FDT nodes by Simon Glass · 10 years ago
  13. 0040b94 dm: Tidy up some header file comments by Simon Glass · 10 years ago
  14. 3234aa4 fdt: Add a function to get the node offset of an alias by Simon Glass · 10 years ago
  15. c910e2e dm: Avoid accessing uclasses before they are ready by Simon Glass · 10 years ago
  16. f4cdead dm: Allow a device to be found by its FDT offset by Simon Glass · 10 years ago
  17. b7d6657 dm: Display the sequence number for each device by Simon Glass · 10 years ago
  18. 5a66a8f dm: Introduce device sequence numbering by Simon Glass · 10 years ago
  19. 4e8bc21 dm: Avoid activating devices in 'dm uclass' command by Simon Glass · 10 years ago
  20. fffa24d dm: Move device display into its own function by Simon Glass · 10 years ago
  21. 5c33c9f fdt: Add a function to get the alias sequence of a node by Simon Glass · 10 years ago
  22. 9ca296a dm: Move uclass error checking/probing into a function by Simon Glass · 10 years ago
  23. 093f79a Add a flag indicating when the serial console is ready by Simon Glass · 10 years ago
  24. 7793ac9 console: Remove vprintf() optimisation for sandbox by Simon Glass · 10 years ago
  25. d97143a stdio: Provide functions to add/remove devices using stdio_dev by Simon Glass · 10 years ago
  26. ab7cd62 dm: Support driver model prior to relocation by Simon Glass · 10 years ago
  27. 00606d7 dm: Allow drivers to be marked 'before relocation' by Simon Glass · 10 years ago
  28. 6133683 sandbox: Remove all drivers before exit by Simon Glass · 10 years ago
  29. 9adbd7a dm: Provide a way to shut down driver model by Simon Glass · 10 years ago
  30. 7497812 dm: Make sure that the root device is probed by Simon Glass · 10 years ago
  31. 709ea54 stdio: Pass device pointer to stdio methods by Simon Glass · 10 years ago
  32. 91d0be1 stdio: Remove redundant code around stdio_register() calls by Simon Glass · 10 years ago
  33. eb9ef5f dm: Use an explicit expect value in core tests by Simon Glass · 10 years ago
  34. 5b9765c dm: gpio: Don't use the driver model uclass for SPL by Simon Glass · 10 years ago
  35. 6d7601e sandbox: Always enable malloc debug by Simon Glass · 10 years ago
  36. b53e94b sandbox: config: Enable pre-relocation malloc() by Simon Glass · 10 years ago
  37. 29afe9e sandbox: Support pre-relocation malloc() by Simon Glass · 10 years ago
  38. d59476b Add a simple malloc() implementation for pre-relocation by Simon Glass · 10 years ago
  39. 4d94dfa sandbox: Set up global data before board_init_f() by Simon Glass · 10 years ago
  40. d93041a Remove form-feeds from dlmalloc.c by Simon Glass · 10 years ago
  41. fbe79a1 m68k: define __kernel_size_t as unsinged int again by Masahiro Yamada · 10 years ago
  42. 61f06b1 m68k: fix an undefined behavior warning of M5253DEMO board by Masahiro Yamada · 10 years ago
  43. e807804 boards.cfg: re-claim ownership for TQM8xx boards by Wolfgang Denk · 10 years ago
  44. 75d9a45 Ethernet: let user know if there is no valid ethernet address by Pavel Machek · 10 years ago
  45. 2c997e7 board_r: run scsi init() on ARM too by Ian Campbell · 10 years ago
  46. e0ddcf9 AHCI: Increase link timeout to 200ms by Ian Campbell · 10 years ago
  47. f63e36a .gitignore: clean-up unnecessary entries by Masahiro Yamada · 10 years ago
  48. e89a07e Update .mailmap using scripts/mailmapper by Masahiro Yamada · 10 years ago
  49. 45765ee scripts: add mailmapper, a tool to create/update mailmap file by Masahiro Yamada · 10 years ago
  50. 8b90a11 add .mailmap for proper git-shortlog output by Masahiro Yamada · 10 years ago
  51. 3f9eb6e whitespace cleanups by Pavel Machek · 10 years ago
  52. 5fc2f92 Makefile: fix tags target documentation by Igor Grinberg · 10 years ago
  53. b3dfe43 Makefile: fix ctags/etags clean targets by Igor Grinberg · 10 years ago
  54. 8d819ab Makefile: fix the {c, e}tags/cscope build targets by Igor Grinberg · 10 years ago
  55. 11547b2 rpi_b: handle import of environments in files with CRLF as line endings by Alexander Holler · 10 years ago
  56. 4cfe8c3 am335x_evm: handle import of environments in files with CRLF as line endings by Alexander Holler · 10 years ago
  57. 44bd26f omap3_beagle: handle import of environments in files with CRLF as line endings by Alexander Holler · 10 years ago
  58. ecd1446 Add option -r to env import to allow import of text files with CRLF as line endings by Alexander Holler · 10 years ago
  59. 8973601 h2200: Disable SHA256 on FIT images by Tom Rini · 10 years ago
  60. fccacd3 lib/time.c cleanups by Pavel Machek · 10 years ago
  61. 288afdc common: cmd_ide: use __weak and add prototypes by Jeroen Hofstee · 10 years ago
  62. 2bb8eb8 common: cmd_ide: remove PIO mode by Jeroen Hofstee · 10 years ago
  63. 5b9587a serial: ns16550: use a const variable instead of macro by Masahiro Yamada · 10 years ago
  64. f8c7c20 serial: ns16550: use DIV_ROUND_CLOSEST macro to compute the divisor by Masahiro Yamada · 10 years ago
  65. 841977d serial: ns16550: drop CONFIG_OMAP1610 from the special case by Masahiro Yamada · 10 years ago
  66. 8e8d73b bootp can use mdelay by Pavel Machek · 10 years ago
  67. c13bb16 spl: nand: read only in the size of image_header on the first access by Masahiro Yamada · 10 years ago
  68. 949bbd7 catch wrong load address passed to fatload / ext2load by Pavel Machek · 10 years ago
  69. 6b36746 Fix help text of ext2load and fatload. by Pavel Machek · 10 years ago
  70. 9d16e93 tools: compiler.h: add missing time.h by Jeroen Hofstee · 10 years ago
  71. 4a755f1 driver/usb: include upper/lower_32_bits() from linux/compat.h by Lijun Pan · 10 years ago
  72. 8f2df5d linux/compat.h: port lower_32_bits and upper_32_bits from Linux by Lijun Pan · 10 years ago
  73. 9d78b9a sparc: merge LEON2 and LEON3 linker scripts by Masahiro Yamada · 10 years ago
  74. 9f847b8 sparc: merge LEON3 linker scripts by Masahiro Yamada · 10 years ago
  75. ec4f504 esd:cmd_loadpci.c: Switch from "do_source" to "source" by Tom Rini · 10 years ago
  76. 3364b18 Merge branch 'master' of git://git.denx.de/u-boot-i2c by Tom Rini · 10 years ago
  77. c68112f common: cmd_mii: fix printf format warning by Jeroen Hofstee · 10 years ago
  78. 39e1230 autoboot: add its own header by Jeroen Hofstee · 10 years ago
  79. 5dfd162 board: rpi_b: include mmc header and fix prototype by Jeroen Hofstee · 10 years ago
  80. 750121c mmc: prevent some warnings with make W=1 by Jeroen Hofstee · 10 years ago
  81. 0b7df65 common: env_common: make env_get_char_spec __weak by Jeroen Hofstee · 10 years ago
  82. 862c93e yaffs2: preprocessor cleanup by Jeroen Hofstee · 10 years ago
  83. e803fa2 yaffs2: cosmetic: remove self assignments by Jeroen Hofstee · 10 years ago
  84. 82c3a4c common: bootm_os: make arch_preboot_os __weak by Jeroen Hofstee · 10 years ago
  85. cee9ab7 dirvers: mmc: use __weak by Jeroen Hofstee · 10 years ago
  86. d7b2d9d lib:vsprintf: reduce scope of pack_hex_byte by Jeroen Hofstee · 10 years ago
  87. 3ea664c env_callback.h: spl: mark callback as maybe_unused by Jeroen Hofstee · 10 years ago
  88. 6b13f0c lib:sha1: remove unused constant by Jeroen Hofstee · 10 years ago
  89. 3422299 common: main.c: make show_boot_progress __weak by Jeroen Hofstee · 10 years ago
  90. 2c34f3f lib:lmb: use __weak by Jeroen Hofstee · 10 years ago
  91. cc64b92 common:splash: use __weak by Jeroen Hofstee · 10 years ago
  92. fd536d8 dm: add missing includes by Jeroen Hofstee · 10 years ago
  93. c5d4001 common: board_f: cosmetic use __weak for leds by Jeroen Hofstee · 10 years ago
  94. 0e350f8 common: commands: make commands static by Jeroen Hofstee · 10 years ago
  95. e259d6a lib: div64: add missing include by Jeroen Hofstee · 10 years ago
  96. c15df21 mtd: cfi_flash: fix clang warning by Jeroen Hofstee · 10 years ago
  97. a17fd10 fsl_i2c: add support for 3rd and 4th I2C by Shengzhou Liu · 10 years ago
  98. f7c1053 i2c, omap24xx: add i2c deblock sequenz by Heiko Schocher · 10 years ago
  99. 524123a Prepare v2014.07 by Tom Rini · 10 years ago
  100. 2cc0ea7 socfpga: timer actually counts down by Pavel Machek · 10 years ago