1. 6272c3c Merge branch 'fpga' of git://www.denx.de/git/u-boot-microblaze by Tom Rini · Thu Jan 22 09:48:22 2015 -0500
  2. be09b94 fpga: Protect GZIP usage when LOADMK is enabled by Michal Simek · Wed Jul 16 10:30:50 2014 +0200
  3. 7e33006 Merge branch 'master' of git://git.denx.de/u-boot-mmc by Tom Rini · Tue Jan 20 10:21:36 2015 -0500
  4. 37a50b9 mmc: extend mmcinfo output to show partition write reliability settings by Diego Santa Cruz · Tue Dec 23 10:50:33 2014 +0100
  5. 58bda79 mmc: extend the mmc hwpartition sub-command to change write reliability by Diego Santa Cruz · Tue Dec 23 10:50:32 2014 +0100
  6. 420fc16 mmc: add mmc hwpartition sub-command to do eMMC hardware partitioning by Diego Santa Cruz · Tue Dec 23 10:50:30 2014 +0100
  7. 173c79e mmc: show the erase group size and HC WP group size in mmcinfo output by Diego Santa Cruz · Tue Dec 23 10:50:26 2014 +0100
  8. 2b45f58 mmc: display size and start of eMMC enhanced user data area in mmcinfo by Diego Santa Cruz · Tue Dec 23 10:50:23 2014 +0100
  9. 1f69e22 mmc: skip mmcinfo partition info processing for eMMC < 4.41 by Diego Santa Cruz · Tue Dec 23 10:50:19 2014 +0100
  10. d835843 mmc: make eMMC general purpose partition numbering match spec by Diego Santa Cruz · Tue Dec 23 10:50:18 2014 +0100
  11. c145f9e mmc: extend mmcinfo to show enhanced partition attribute by Diego Santa Cruz · Tue Dec 23 10:50:17 2014 +0100
  12. 99ca028 mmc: show hardware partition sizes in mmcinfo output by Diego Santa Cruz · Tue Dec 23 10:50:16 2014 +0100
  13. 498ab95 musb-new: Fix reset sequence when in host mode by Hans de Goede · Sun Jan 11 20:34:51 2015 +0100
  14. c601ed7 usb: Do not log an error when no devices is plugged into a root-hub-less hcd by Hans de Goede · Sun Jan 11 20:34:46 2015 +0100
  15. e8790a2 usb: Fix usb_kbd_deregister when console-muxing is used by Hans de Goede · Sun Jan 11 20:34:44 2015 +0100
  16. bbd2d2a usb: Add an interval parameter to create_int_queue by Hans de Goede · Sun Jan 11 20:38:28 2015 +0100
  17. 2af8256 USB: make "usb start" start usb only once by Hans de Goede · Tue Jan 06 14:27:41 2015 +0100
  18. 86a6b44d4 Merge branch 'next' of git://git.denx.de/u-boot-video by Tom Rini · Wed Jan 14 16:26:15 2015 -0500
  19. 225581b spl: spl_nor: surround Linux-load code with #ifdef CONFIG_SPL_OS_BOOT by Masahiro Yamada · Thu Jan 08 19:23:35 2015 +0900
  20. caee41f image: Enable OpenRTOS booting via fitImage by Marek Vasut · Tue Dec 16 14:07:22 2014 +0100
  21. 0e3b512 image: bootm: Add OpenRTOS image type by Marek Vasut · Tue Dec 16 14:07:21 2014 +0100
  22. 4f6e6d7 bootm: Factor out common parts of image decompression code by Simon Glass · Tue Dec 02 13:17:37 2014 -0700
  23. 632570c bootm: Use print_decomp_msg() in all cases by Simon Glass · Tue Dec 02 13:17:36 2014 -0700
  24. 5aeccc2 bootm: Export bootm_decomp_image() by Simon Glass · Tue Dec 02 13:17:33 2014 -0700
  25. 73a0445 sandbox: Correct ordering of 'sb save' commands by Simon Glass · Tue Dec 02 13:17:31 2014 -0700
  26. 10ae419 bootm: Move compression progress/error messages into a function by Simon Glass · Tue Dec 02 13:17:30 2014 -0700
  27. cc17fd9 common/memsize.c: Coding style cleanup by Wolfgang Denk · Tue Oct 21 22:14:10 2014 +0200
  28. 616d03e console: Use pre-console buffer to get complete log on all consoles by Siarhei Siamashka · Thu Jan 08 09:02:31 2015 +0200
  29. 6e354e4 edid: Add an edid_check_checksum() helper function by Hans de Goede · Mon Nov 24 13:47:13 2014 +0100
  30. d50b2f4 x86: board_f: Adjust x86 boot order for performance by Simon Glass · Thu Jan 01 16:18:09 2015 -0700
  31. 5b0fc13 lcd_console: remove unused defines by Nikita Kiryanov · Mon Dec 08 17:14:46 2014 +0200
  32. f6ebf6a lcd: refactor lcd console stuff into its own file by Nikita Kiryanov · Mon Dec 08 17:14:45 2014 +0200
  33. fbfb81b lcd: make lcd_drawchars() independant of lcd_base by Nikita Kiryanov · Mon Dec 08 17:14:44 2014 +0200
  34. 631d2e1 lcd: introduce getters for bg/fg color by Nikita Kiryanov · Mon Dec 08 17:14:43 2014 +0200
  35. 6c8cf8d lcd: get rid of COLOR_MASK by Nikita Kiryanov · Mon Dec 08 17:14:42 2014 +0200
  36. 699c05e lcd: expand console api by Nikita Kiryanov · Mon Dec 08 17:14:41 2014 +0200
  37. 0a6ed53 lcd: replace CONSOLE_(ROWS|COLS) with variables by Nikita Kiryanov · Mon Dec 08 17:14:40 2014 +0200
  38. 99b3483 lcd: rename console_(row|col) by Nikita Kiryanov · Mon Dec 08 17:14:39 2014 +0200
  39. 5aec581 lcd: remove LCD_MONOCHROME by Nikita Kiryanov · Mon Dec 08 17:14:38 2014 +0200
  40. 009228a lcd: cleanup lcd_drawchars by Nikita Kiryanov · Mon Dec 08 17:14:36 2014 +0200
  41. fa88cc5 lcd: remove CONFIG_SYS_INVERT_COLORS by Nikita Kiryanov · Mon Dec 08 17:14:35 2014 +0200
  42. a2f46b5 Merge branch 'master' of git://git.denx.de/u-boot-mmc by Tom Rini · Tue Jan 06 10:44:47 2015 -0500
  43. 1143b0a spl: mmc: Fix raw boot mode (related to commit 4c5bbc2328a24f5e1ee990c9a9527e48e5fb3b5f) by Guillaume GARDET · Tue Dec 16 12:00:44 2014 +0100
  44. eac5b83 spl_sata.c: Add <scsi.h> by Tom Rini · Mon Jan 05 21:14:04 2015 -0500
  45. 76ae5d9 memmove_wd: copy chunk down from big address if parameter to is larger than from by Sonic Zhang · Wed Dec 10 18:20:53 2014 +0800
  46. 51b23b8 cmd_fdt: fix working_fdt is set to wrong value by Hua Yanghao · Mon Dec 22 04:45:59 2014 +0800
  47. ecaafd5 cmd_bdinfo: check for CONFIG_ARC instead of CONFIG_ARC700 by Alexey Brodkin · Fri Dec 26 11:03:15 2014 +0300
  48. 3dacc67 powerpc: mpc824x: remove MPC824X cpu support by Masahiro Yamada · Mon Dec 15 23:26:31 2014 +0900
  49. d38a77b mpc8xx: remove SPD823TS board support by Masahiro Yamada · Mon Dec 15 23:26:10 2014 +0900
  50. e37443f Merge branch 'master' of git://git.denx.de/u-boot-tegra by Tom Rini · Thu Jan 01 15:10:39 2015 -0500
  51. 810b84d Fix hash verification by Nikolay Dimitrov · Fri Dec 12 20:01:23 2014 +0200
  52. 676f019 common/board_f.c: fix compile error when tracing disabled by Kevin Hilman · Tue Dec 09 15:03:58 2014 -0800
  53. c97d974 ARM: Implement non-cached memory support by Thierry Reding · Tue Dec 09 22:25:22 2014 -0700
  54. 7d05934 fastboot: handle flash write to GPT partitions by Steve Rae · Fri Dec 12 15:51:54 2014 -0800
  55. 5aba398 fastboot: add support for continue command by Rob Herring · Wed Dec 10 14:43:04 2014 -0600
  56. d38f24e usb, g_dnl: generalize DFU detach functions by Rob Herring · Wed Dec 10 14:43:03 2014 -0600
  57. 41fcb16 Merge branch 'master' of git://git.denx.de/u-boot-mmc by Tom Rini · Fri Dec 12 15:02:00 2014 -0500
  58. 9fc2a41 mmc: Fix handling of bus widths and DDR card capabilities by Andrew Gabbasov · Mon Dec 01 06:59:09 2014 -0600
  59. c11ddd4 dm: i2c: Implement driver model support in the i2c command by Simon Glass · Wed Dec 10 08:55:48 2014 -0700
  60. 5903bdb Merge git://git.denx.de/u-boot-mpc85xx by Tom Rini · Mon Dec 08 16:35:07 2014 -0500
  61. 5c6bc7a Merge branch 'master' of git://git.denx.de/u-boot-uniphier by Tom Rini · Mon Dec 08 16:35:05 2014 -0500
  62. 00f9ca9 fdt: Allow non-FDT kernels to boot when CONFIG_OF_LIBFDT is defined by Suriyan Ramasami · Thu Nov 27 13:24:16 2014 -0800
  63. e722852 Replace <compiler.h> with <linux/compiler.h> by Masahiro Yamada · Wed Nov 26 16:00:58 2014 +0900
  64. cdc932a powerpc: mpc8xx: remove hermes board support by Masahiro Yamada · Fri Nov 21 11:26:11 2014 +0900
  65. 17e99cc cmd_fuse: return CMD_RET_FAILURE on error by Hector Palacios · Thu Nov 20 09:27:42 2014 +0100
  66. 682b6b5 ARM: rpi: rename rpi_b to rpi by Stephen Warren · Wed Nov 19 20:41:03 2014 -0700
  67. 4536a63 spl: if MMCSD_MODE_RAW fails, try MMCSD_MODE_FS, if available by Guillaume GARDET · Tue Nov 18 10:44:46 2014 +0100
  68. 379bcd6 Fix console functions for U-Boot API by Simon Glass · Thu Nov 13 20:51:12 2014 -0700
  69. 17675c8 spl: MMC U-Boot image load from raw partition by Paul Kocialkowski · Sat Nov 08 23:14:56 2014 +0100
  70. eb0e02b flash: do not fail even if flash_size is zero by Masahiro Yamada · Fri Dec 05 12:20:58 2014 +0900
  71. d02389c common: spl: Add interactive DDR debugger support for SPL image by Alison Wang · Wed Dec 03 15:00:44 2014 +0800
  72. 341e8cd MMC SD fs boot partition config coding style and proper description by Paul Kocialkowski · Sat Nov 08 23:14:55 2014 +0100
  73. 8e738ce Merge branch 'sandbox' of git://git.denx.de/u-boot-x86 by Tom Rini · Thu Dec 04 09:24:05 2014 -0500
  74. c2ec2e8 Revert "image-fdt: boot_get_fdt() return value when no DTB exists" by Tom Rini · Wed Dec 03 13:19:34 2014 -0500
  75. 870345b Merge git://git.denx.de/u-boot-fdt by Tom Rini · Mon Dec 01 15:24:26 2014 -0500
  76. 8510133 Merge git://git.denx.de/u-boot-x86 by Tom Rini · Mon Dec 01 15:24:07 2014 -0500
  77. 4c80fb0 fdt: Fix regression in fdt_pack_reg() by Hans de Goede · Fri Nov 28 14:23:51 2014 +0100
  78. e9f343f sandbox: Fix warnings due to 64-bit printf() strings by Simon Glass · Tue Nov 11 12:47:07 2014 -0700
  79. 8a3aeaf spl: Fix SPL EXT support by Guillaume GARDET · Tue Nov 25 15:34:16 2014 +0100
  80. 32bdd4e Merge branch 'master' of http://git.denx.de/u-boot-sunxi by Tom Rini · Tue Nov 25 11:09:48 2014 -0500
  81. 0c87277 Merge git://git.denx.de/u-boot-fdt by Tom Rini · Tue Nov 25 11:08:52 2014 -0500
  82. 8030235 x86: Remove unnecessary call to initr_enable_interrupts() by Bin Meng · Thu Nov 20 16:11:27 2014 +0800
  83. 57a6cd8 x86: Remove cpu_init_r() for x86 by Bin Meng · Thu Nov 20 16:11:00 2014 +0800
  84. d9de96d x86: Remove board_early_init_r() by Simon Glass · Fri Nov 14 18:18:22 2014 -0700
  85. b2726f2 common/lcd: Make lcd_dt_simplefb_configure_node use fdt_setup_simplefb_node by Hans de Goede · Wed Nov 19 13:53:27 2014 +0100
  86. ea87637 fdt_support: Add a fdt_setup_simplefb_node helper function by Hans de Goede · Mon Nov 17 15:29:11 2014 +0100
  87. 86b8953 Revert "common/board_f: add setup of initial stack frame for MIPS" by Tom Rini · Mon Nov 24 17:20:46 2014 -0500
  88. ae68a82 Revert "hush: fix segfault on syntax error" by Rabin Vincent · Fri Nov 21 23:05:22 2014 +0100
  89. 36f9f1b Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · Mon Nov 24 12:02:12 2014 -0500
  90. 7e08a1f Merge git://git.denx.de/u-boot-dm by Tom Rini · Mon Nov 24 12:01:48 2014 -0500
  91. b660ae7 Merge git://git.denx.de/u-boot-x86 by Tom Rini · Mon Nov 24 12:00:00 2014 -0500
  92. 44fd1f9 cmd_sata: implement sata stop command by Nikita Kiryanov · Fri Nov 21 12:47:24 2014 +0200
  93. 96171fb fs: API changes enabling extra parameter to return size of type loff_t by Suriyan Ramasami · Mon Nov 17 14:39:38 2014 -0800
  94. 378da103 sandbox: Prepare API change for files greater than 2GB by Suriyan Ramasami · Mon Nov 17 14:39:37 2014 -0800
  95. b3a2d5a ext4: Prepare API change for files greater than 2GB by Suriyan Ramasami · Mon Nov 17 14:39:36 2014 -0800
  96. 441c223 fat: Prepare API change for files greater than 2GB by Suriyan Ramasami · Mon Nov 17 14:39:35 2014 -0800
  97. 95bfacb sandbox: Use md5sum and fatwrite to enable testing of fs commands by Suriyan Ramasami · Mon Nov 17 14:39:34 2014 -0800
  98. 17c2af6 common/board_f: fix gcc warning on MIPS64 by Daniel Schwierzeck · Sat Nov 15 23:46:53 2014 +0100
  99. 535696f common/board_f: add setup of initial stack frame for MIPS by Daniel Schwierzeck · Sat Nov 15 23:46:52 2014 +0100
  100. 56ef2bf commands: add more command entries in Kconfig by Masahiro Yamada · Thu Nov 13 19:29:08 2014 +0900