1. d91f5b9 patman: make "No recipient" checking more tolerant by Masahiro Yamada · Fri Jul 18 14:23:20 2014 +0900
  2. 38df2e2 buildman: Support in-tree builds by Simon Glass · Mon Jul 14 17:51:03 2014 -0600
  3. f3018b7a buildman: Add -C option to force a reconfigure for each commit by Simon Glass · Mon Jul 14 17:51:02 2014 -0600
  4. 58d0f67 Merge branch 'master' of git://git.denx.de/u-boot-sh by Tom Rini · Fri Jul 25 15:05:09 2014 -0400
  5. a9b82be sh: unify sh2/sh3/sh4 linker scripts by Masahiro Yamada · Fri Jun 20 16:40:14 2014 +0900
  6. 804b63e buildman: Avoid retrying a build if it definitely failed by Simon Glass · Sun Jul 13 14:03:41 2014 -0600
  7. 7041c39 buildman: Add -F flag to retry failed builds by Simon Glass · Sun Jul 13 12:22:31 2014 -0600
  8. 54e3cdb dm: Give the demo uclass a name by Simon Glass · Wed Jul 23 06:55:24 2014 -0600
  9. 97e22e3 dm: Add dm_scan_other() to locate board-specific devices by Simon Glass · Wed Jul 23 06:55:23 2014 -0600
  10. d98fb0a dm: Improve errors and warnings in lists_bind_fdt() by Simon Glass · Wed Jul 23 06:55:22 2014 -0600
  11. d45560d dm: Add child_pre_probe() and child_post_remove() methods by Simon Glass · Wed Jul 23 06:55:21 2014 -0600
  12. 60d971b dm: Introduce per-child data for devices by Simon Glass · Wed Jul 23 06:55:20 2014 -0600
  13. 48d4e29 dm: Add functions to access a device's children by Simon Glass · Wed Jul 23 06:55:19 2014 -0600
  14. 4071742 dm: Provide a function to scan child FDT nodes by Simon Glass · Wed Jul 23 06:55:18 2014 -0600
  15. cebcebb dm: Tidy up some header file comments by Simon Glass · Wed Jul 23 06:55:17 2014 -0600
  16. c95f678 fdt: Add a function to get the node offset of an alias by Simon Glass · Wed Jul 23 06:55:16 2014 -0600
  17. de70867 dm: Avoid accessing uclasses before they are ready by Simon Glass · Wed Jul 23 06:55:15 2014 -0600
  18. c1464ab dm: Allow a device to be found by its FDT offset by Simon Glass · Wed Jul 23 06:55:14 2014 -0600
  19. bda99b5 dm: Display the sequence number for each device by Simon Glass · Wed Jul 23 06:55:13 2014 -0600
  20. db6f020 dm: Introduce device sequence numbering by Simon Glass · Wed Jul 23 06:55:12 2014 -0600
  21. 64bb92a dm: Avoid activating devices in 'dm uclass' command by Simon Glass · Wed Jul 23 06:55:11 2014 -0600
  22. ae48d20 dm: Move device display into its own function by Simon Glass · Wed Jul 23 06:55:10 2014 -0600
  23. 9908ad4 fdt: Add a function to get the alias sequence of a node by Simon Glass · Wed Jul 23 06:55:09 2014 -0600
  24. 4b67cef dm: Move uclass error checking/probing into a function by Simon Glass · Wed Jul 23 06:55:08 2014 -0600
  25. b9d5f6b Add a flag indicating when the serial console is ready by Simon Glass · Wed Jul 23 06:55:07 2014 -0600
  26. a9d808b console: Remove vprintf() optimisation for sandbox by Simon Glass · Wed Jul 23 06:55:06 2014 -0600
  27. 5d609ce stdio: Provide functions to add/remove devices using stdio_dev by Simon Glass · Wed Jul 23 06:55:05 2014 -0600
  28. a730c5d dm: Support driver model prior to relocation by Simon Glass · Wed Jul 23 06:55:04 2014 -0600
  29. fef72b7 dm: Allow drivers to be marked 'before relocation' by Simon Glass · Wed Jul 23 06:55:03 2014 -0600
  30. 1920051 sandbox: Remove all drivers before exit by Simon Glass · Wed Jul 23 06:55:02 2014 -0600
  31. 0019758 dm: Provide a way to shut down driver model by Simon Glass · Wed Jul 23 06:55:01 2014 -0600
  32. 6d3b3e2 dm: Make sure that the root device is probed by Simon Glass · Wed Jul 23 06:55:00 2014 -0600
  33. 0d1e1f7 stdio: Pass device pointer to stdio methods by Simon Glass · Wed Jul 23 06:54:59 2014 -0600
  34. 1867bd4 stdio: Remove redundant code around stdio_register() calls by Simon Glass · Wed Jul 23 06:54:58 2014 -0600
  35. a7bb08a dm: Use an explicit expect value in core tests by Simon Glass · Wed Jul 23 06:54:57 2014 -0600
  36. f988071 dm: gpio: Don't use the driver model uclass for SPL by Simon Glass · Wed Jul 23 06:54:56 2014 -0600
  37. 05c8600 sandbox: Always enable malloc debug by Simon Glass · Thu Jul 10 22:23:33 2014 -0600
  38. c757cb0 sandbox: config: Enable pre-relocation malloc() by Simon Glass · Thu Jul 10 22:23:32 2014 -0600
  39. 0cc6f5c sandbox: Support pre-relocation malloc() by Simon Glass · Thu Jul 10 22:23:31 2014 -0600
  40. 863e404 Add a simple malloc() implementation for pre-relocation by Simon Glass · Thu Jul 10 22:23:28 2014 -0600
  41. c395fdf sandbox: Set up global data before board_init_f() by Simon Glass · Thu Jul 10 22:23:27 2014 -0600
  42. 7471cc7 Remove form-feeds from dlmalloc.c by Simon Glass · Thu Jul 10 22:23:25 2014 -0600
  43. 6c014d8 m68k: define __kernel_size_t as unsinged int again by Masahiro Yamada · Tue Jul 22 10:57:19 2014 +0900
  44. f26bab3 m68k: fix an undefined behavior warning of M5253DEMO board by Masahiro Yamada · Tue Jul 22 10:57:18 2014 +0900
  45. 5e443d2 boards.cfg: re-claim ownership for TQM8xx boards by Wolfgang Denk · Tue Jul 22 14:20:43 2014 +0200
  46. 222981f Ethernet: let user know if there is no valid ethernet address by Pavel Machek · Sun Jul 13 10:27:02 2014 +0200
  47. 63d424b board_r: run scsi init() on ARM too by Ian Campbell · Mon Jul 21 19:23:18 2014 +0100
  48. 368989b AHCI: Increase link timeout to 200ms by Ian Campbell · Fri Jul 18 20:38:39 2014 +0100
  49. d2d38ca .gitignore: clean-up unnecessary entries by Masahiro Yamada · Thu Jul 17 12:16:43 2014 +0900
  50. 4e978f6 Update .mailmap using scripts/mailmapper by Masahiro Yamada · Wed Jul 16 17:49:46 2014 +0900
  51. 030bfe8 scripts: add mailmapper, a tool to create/update mailmap file by Masahiro Yamada · Wed Jul 16 17:49:45 2014 +0900
  52. c952a31 add .mailmap for proper git-shortlog output by Masahiro Yamada · Wed Jul 16 17:49:44 2014 +0900
  53. 13334e7 whitespace cleanups by Pavel Machek · Sat Jul 19 23:50:44 2014 +0200
  54. 76836ce Makefile: fix tags target documentation by Igor Grinberg · Tue Jul 15 15:52:02 2014 +0300
  55. 3f7ecb9 Makefile: fix ctags/etags clean targets by Igor Grinberg · Tue Jul 15 15:52:01 2014 +0300
  56. bb8f01b Makefile: fix the {c, e}tags/cscope build targets by Igor Grinberg · Tue Jul 15 15:52:00 2014 +0300
  57. cdda2bc rpi_b: handle import of environments in files with CRLF as line endings by Alexander Holler · Mon Jul 14 17:49:58 2014 +0200
  58. 682d7d8 am335x_evm: handle import of environments in files with CRLF as line endings by Alexander Holler · Mon Jul 14 17:49:57 2014 +0200
  59. 927c751 omap3_beagle: handle import of environments in files with CRLF as line endings by Alexander Holler · Mon Jul 14 17:49:56 2014 +0200
  60. 3e12be7 Add option -r to env import to allow import of text files with CRLF as line endings by Alexander Holler · Mon Jul 14 17:49:55 2014 +0200
  61. c15e1f8 h2200: Disable SHA256 on FIT images by Tom Rini · Tue Jul 22 07:43:28 2014 -0400
  62. cb21e37 lib/time.c cleanups by Pavel Machek · Sun Jul 13 13:14:27 2014 +0200
  63. 9aa3827 common: cmd_ide: use __weak and add prototypes by Jeroen Hofstee · Sat Jul 12 15:07:19 2014 +0200
  64. e0b7e54 common: cmd_ide: remove PIO mode by Jeroen Hofstee · Sat Jul 12 15:07:18 2014 +0200
  65. ef2c62f serial: ns16550: use a const variable instead of macro by Masahiro Yamada · Fri Jul 11 20:29:04 2014 +0900
  66. 75ab6cb serial: ns16550: use DIV_ROUND_CLOSEST macro to compute the divisor by Masahiro Yamada · Fri Jul 11 20:29:03 2014 +0900
  67. dabca15 serial: ns16550: drop CONFIG_OMAP1610 from the special case by Masahiro Yamada · Fri Jul 11 20:29:02 2014 +0900
  68. 764c29d bootp can use mdelay by Pavel Machek · Fri Jul 11 11:39:37 2014 +0200
  69. eac6cd6 spl: nand: read only in the size of image_header on the first access by Masahiro Yamada · Thu Jul 10 20:43:16 2014 +0900
  70. 4c1a9c5 catch wrong load address passed to fatload / ext2load by Pavel Machek · Wed Jul 09 22:42:57 2014 +0200
  71. 264ebb5 Fix help text of ext2load and fatload. by Pavel Machek · Wed Jul 09 22:40:07 2014 +0200
  72. a8aebfe tools: compiler.h: add missing time.h by Jeroen Hofstee · Wed Jun 25 23:02:21 2014 +0200
  73. ae0ae22 driver/usb: include upper/lower_32_bits() from linux/compat.h by Lijun Pan · Fri Jun 20 12:18:39 2014 -0500
  74. 036f66d linux/compat.h: port lower_32_bits and upper_32_bits from Linux by Lijun Pan · Fri Jun 20 12:17:29 2014 -0500
  75. 8ac041e sparc: merge LEON2 and LEON3 linker scripts by Masahiro Yamada · Fri Jun 20 14:58:22 2014 +0900
  76. bbc1850 sparc: merge LEON3 linker scripts by Masahiro Yamada · Fri Jun 20 14:58:21 2014 +0900
  77. 065fd4a esd:cmd_loadpci.c: Switch from "do_source" to "source" by Tom Rini · Mon Jul 21 11:16:07 2014 -0400
  78. 40250da Merge branch 'master' of git://git.denx.de/u-boot-i2c by Tom Rini · Mon Jul 21 11:04:10 2014 -0400
  79. a3e5891 common: cmd_mii: fix printf format warning by Jeroen Hofstee · Sun Jul 13 23:44:21 2014 +0200
  80. f682d8c autoboot: add its own header by Jeroen Hofstee · Sun Jul 13 22:57:58 2014 +0200
  81. d5b2fed board: rpi_b: include mmc header and fix prototype by Jeroen Hofstee · Sun Jul 13 22:01:51 2014 +0200
  82. aedeeaa mmc: prevent some warnings with make W=1 by Jeroen Hofstee · Sat Jul 12 21:24:08 2014 +0200
  83. 82d92da common: env_common: make env_get_char_spec __weak by Jeroen Hofstee · Sat Jul 12 15:22:13 2014 +0200
  84. 1990e04 yaffs2: preprocessor cleanup by Jeroen Hofstee · Sat Jul 12 15:16:52 2014 +0200
  85. 7686777 yaffs2: cosmetic: remove self assignments by Jeroen Hofstee · Sat Jul 12 15:16:51 2014 +0200
  86. f7d4a49 common: bootm_os: make arch_preboot_os __weak by Jeroen Hofstee · Thu Jul 10 23:06:25 2014 +0200
  87. 4772630 dirvers: mmc: use __weak by Jeroen Hofstee · Thu Jul 10 22:46:28 2014 +0200
  88. 4659055 lib:vsprintf: reduce scope of pack_hex_byte by Jeroen Hofstee · Thu Jul 10 22:33:00 2014 +0200
  89. 1bd2a6d env_callback.h: spl: mark callback as maybe_unused by Jeroen Hofstee · Thu Jul 10 20:38:35 2014 +0200
  90. 0ee8d79 lib:sha1: remove unused constant by Jeroen Hofstee · Thu Jul 10 20:12:45 2014 +0200
  91. b735e8c common: main.c: make show_boot_progress __weak by Jeroen Hofstee · Thu Jun 26 20:18:31 2014 +0200
  92. 0461dda lib:lmb: use __weak by Jeroen Hofstee · Thu Jun 26 20:04:37 2014 +0200
  93. f7f37e2 common:splash: use __weak by Jeroen Hofstee · Thu Jun 26 19:53:16 2014 +0200
  94. cf0cf82 dm: add missing includes by Jeroen Hofstee · Wed Jun 25 21:57:45 2014 +0200
  95. a802b98 common: board_f: cosmetic use __weak for leds by Jeroen Hofstee · Mon Jun 23 23:20:19 2014 +0200
  96. f384fbf common: commands: make commands static by Jeroen Hofstee · Mon Jun 23 00:22:08 2014 +0200
  97. 2922317 lib: div64: add missing include by Jeroen Hofstee · Sun Jun 22 23:24:04 2014 +0200
  98. 5a85e89 mtd: cfi_flash: fix clang warning by Jeroen Hofstee · Tue Jun 17 22:47:31 2014 +0200
  99. 37787f6 fsl_i2c: add support for 3rd and 4th I2C by Shengzhou Liu · Mon Jul 07 12:17:48 2014 +0800
  100. 0ecd655 i2c, omap24xx: add i2c deblock sequenz by Heiko Schocher · Mon Jun 30 09:12:09 2014 +0200