1. 41bfe43 tools: fix env_flags build by Lubomir Rintel · Sun Feb 14 20:13:24 2016 +0100
  2. f4a63c9 Merge branch 'master' of git://git.denx.de/u-boot-video by Tom Rini · Thu Feb 11 18:18:15 2016 -0500
  3. 86f0746 dm: video: Add a temporary work-around for old stdout var by Simon Glass · Sat Feb 06 14:31:37 2016 -0700
  4. ff94579 Revert "common/memsize.c: Simplify RAM size detection" by Hans de Goede · Tue Feb 09 22:38:31 2016 +0100
  5. fe6fbf3 Remove unused CONFIG_MODEM_SUPPORT option and associated dead code. by David Müller (ELSOFT AG) · Sat Feb 06 07:57:25 2016 +0100
  6. b970a89 board_r: fix a typo in comment block by Masahiro Yamada · Fri Feb 05 20:49:39 2016 +0900
  7. bee2f4b image: fix getenv_bootm_size() function again by Masahiro Yamada · Fri Feb 05 16:12:50 2016 +0900
  8. d901851 malloc: solve dead code issue in memalign() by Stephen Warren · Thu Feb 04 11:54:20 2016 -0700
  9. 3ef69de common/memsize.c: Simplify RAM size detection by Eddy Petrișor · Tue Feb 02 22:15:28 2016 +0200
  10. 734fb04 hush: Add rudimentary support for PS1 and PS2 by Marek Vasut · Wed Jan 27 04:47:55 2016 +0100
  11. 755e12d hush: Pull out U-Boot prompt display and read functionality by Marek Vasut · Wed Jan 27 04:47:54 2016 +0100
  12. 4e336ee tools: env validate: pass values as 0-based array by Andreas Fenkart · Wed Dec 09 13:13:21 2015 +0100
  13. 3d93c94 Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-staging by Tom Rini · Mon Feb 08 09:48:04 2016 -0500
  14. 7557405 Use correct spelling of "U-Boot" by Bin Meng · Fri Feb 05 19:30:11 2016 -0800
  15. c9fa9a5 autoboot.c: Fill env vars in process_fdt_options() only if TEXT_BASE is set by Stefan Roese · Thu Jan 28 17:34:40 2016 +0100
  16. 54ca0c7 malloc: work around some memalign fragmentation issues by Stephen Warren · Mon Jan 25 14:03:42 2016 -0700
  17. d51b77e Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · Wed Jan 27 15:05:36 2016 -0500
  18. 6d85a60 dm: env_sf: fix saveenv() to use driver model by Gong Qianyu · Tue Jan 26 15:06:42 2016 +0800
  19. 4eaebbc Merge branch 'master' of git://git.denx.de/u-boot-video by Tom Rini · Tue Jan 26 09:48:07 2016 -0500
  20. f79dbf9 Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · Mon Jan 25 17:23:19 2016 -0500
  21. 0082cd1 usb: kbd: Prevent out of bound access by Marek Vasut · Mon Jan 25 22:00:44 2016 +0100
  22. 11b34d6 common/console.c: Remove unused inline functions by Tom Rini · Thu Jan 21 09:10:26 2016 -0500
  23. f7b6144 env_mmc: support overriding mmc dev from board code by Clemens Gruber · Wed Jan 20 15:43:37 2016 +0100
  24. ddf69ac bootm: fix size arg of flush_cache() in bootm_load_os(). by Purna Chandra Mandal · Wed Jan 20 14:07:39 2016 +0530
  25. 29499a0 Move all command code into its own directory by Simon Glass · Sun Jan 17 20:53:51 2016 -0700
  26. 9f9b56a lcd: fix the color testpattern in 16bit mode by Andreas Neubacher · Thu Jan 21 13:06:32 2016 +0100
  27. f5330a4 gpio: Warn about invalid GPIOs used with the 'gpio' command by Simon Glass · Thu Jan 21 19:44:50 2016 -0700
  28. c5667f4 stdio: Correct a build error with driver model by Simon Glass · Thu Jan 21 19:44:49 2016 -0700
  29. 8aba11d gpio: Allow 's' as an abbreviation for 'status' by Simon Glass · Thu Jan 21 19:43:51 2016 -0700
  30. 0875f24 dm: pmic: Add 'reg status' to show all regulators by Simon Glass · Thu Jan 21 19:43:27 2016 -0700
  31. 38a2ae2 dm: video: sandbox: Convert sandbox to use driver model for video by Simon Glass · Mon Jan 18 19:52:25 2016 -0700
  32. 0005cb2 dm: stdio: video: Plumb the video uclass into stdio by Simon Glass · Mon Jan 18 19:52:23 2016 -0700
  33. 68b2627 dm: video: Implement the bmp command for driver model by Simon Glass · Mon Jan 18 19:52:22 2016 -0700
  34. fce58f5 dm: common: Add memory reservation for the video uclass by Simon Glass · Mon Jan 18 19:52:21 2016 -0700
  35. 1008da0 common: Move LCD and video memory reservation together by Simon Glass · Mon Jan 18 19:52:20 2016 -0700
  36. 68f5bf3 dm: lcd: Avoid using the lcd.h header file with driver model by Simon Glass · Mon Jan 18 19:52:16 2016 -0700
  37. b819911 Revert "fdt_support: Add multi-serial support for stdout fixup" by Bin Meng · Wed Jan 13 19:38:58 2016 -0800
  38. 9eb361b usb: Define USB_MAX_STOR_DEV in only one place by Simon Glass · Thu Jan 07 15:16:08 2016 -0700
  39. cd161d8 sandbox: Support the bmp command by Simon Glass · Tue Jan 05 09:30:58 2016 -0700
  40. 63f5785 i2c: Correct command return values by Simon Glass · Tue Dec 29 05:22:50 2015 -0700
  41. e237880 Add more SPDX-License-Identifier tags by Tom Rini · Thu Jan 14 22:05:13 2016 -0500
  42. 620e823 image: fix getenv_bootm_size() function by Masahiro Yamada · Fri Dec 18 14:17:10 2015 +0900
  43. 45f4b5c common: usb: fix checking condition by Peng Fan · Tue Jan 12 15:57:01 2016 +0800
  44. cfac2e7 x86: Fix board init breakage by Simon Glass · Fri Jan 15 05:23:23 2016 -0700
  45. 34fd6c9 Fix GCC format-security errors and convert sprintfs. by Ben Whitten · Wed Dec 30 13:05:58 2015 +0000
  46. fff4320 common: env_flags: fix loop condition when using env_flags_varaccess_mask by Peng Fan · Tue Jan 12 17:23:12 2016 +0800
  47. 00ed2df common: cli_simple: use strlcpy instead of strcpy by Peng Fan · Sun Jan 10 13:01:22 2016 +0800
  48. 2451dec cmd_boot: Add a poweroff command by Michael van Slingerland · Wed Jan 13 19:31:17 2016 +0100
  49. 9e7d588 ums: support multiple LUNs at once by Stephen Warren · Mon Dec 07 11:38:50 2015 -0700
  50. 1e0f92a mmc: store hwpart in the block device by Stephen Warren · Mon Dec 07 11:38:49 2015 -0700
  51. e73f296 block: pass block dev not num to read/write/erase() by Stephen Warren · Mon Dec 07 11:38:48 2015 -0700
  52. 85260bb arm: move gd handling outside of C code by Albert ARIBAUD · Wed Nov 25 17:56:33 2015 +0100
  53. 6cb4c46 Fix board init code to respect the C runtime environment by Albert ARIBAUD · Wed Nov 25 17:56:32 2015 +0100
  54. de857fa Merge git://git.denx.de/u-boot-net by Tom Rini · Wed Jan 13 18:03:05 2016 -0500
  55. 6173838 hash.c: Conditionally compile hash_command, static hash_show by Tom Rini · Tue Jan 05 08:47:48 2016 -0500
  56. f93592c image: check "bootm_low" and "bootm_size" if "initrd_high" is missing by Masahiro Yamada · Thu Dec 17 17:19:35 2015 +0900
  57. 7c3f62a dm: pci: scsi: Use driver-model PCI API by Simon Glass · Sun Nov 29 13:17:51 2015 -0700
  58. 84283d5 dm: pci: Add a dm_ prefix to pci_bus_find_bdf() by Simon Glass · Sun Nov 29 13:17:48 2015 -0700
  59. abd06c9 fix always succesful memory test by Rasmus Villemoes · Thu Jan 07 11:36:04 2016 +0100
  60. 0f6ba87 fdt: fix address cell count checking in fdt_translate_address() by Przemyslaw Marczak · Wed Oct 28 15:37:57 2015 +0100
  61. 3c3ba90 dm: usb: Add a remove() method for USB keyboards by Simon Glass · Sun Jan 03 13:50:31 2016 -0700
  62. 1dae494 usb: Allow up to 7 storage devices by Simon Glass · Sun Jan 03 13:50:30 2016 -0700
  63. 46c99d4 common: nvedit: use snprintf instead of sprintf by Peng Fan · Wed Dec 23 12:08:09 2015 +0800
  64. 1bef00d common: env: initialize scalar variable by Peng Fan · Wed Dec 23 12:07:24 2015 +0800
  65. 6322551 common: cli: avoid memory leak by Peng Fan · Tue Dec 22 17:14:13 2015 +0800
  66. a010568 usb: Move determination of TT hub address/port into separate function by Stefan Brüns · Tue Dec 22 01:21:03 2015 +0100
  67. 4aa3627 usb: Alloc buffer for USB descriptor dynamically by Stefan Brüns · Tue Dec 22 01:18:13 2015 +0100
  68. bfb93cc fdt: Rewrite the logic in fdt_fixup_ethernet() by Bin Meng · Tue Nov 03 04:24:41 2015 -0800
  69. 719271a fdt: Deprecate "usbethaddr" usage in fdt_fixup_ethernet() by Bin Meng · Tue Nov 03 04:24:40 2015 -0800
  70. 1e6f4ff Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · Thu Dec 17 21:46:04 2015 -0500
  71. 1fd879e usb: kbd: don't use int xfers when polling via ctrl xfers by Stephen Warren · Fri Nov 13 13:34:09 2015 -0700
  72. 05c2de8 Merge git://git.denx.de/u-boot-rockchip by Tom Rini · Wed Dec 16 14:50:03 2015 -0500
  73. 90eed7f eeprom: fix eeprom write procedure by Alexey Brodkin · Mon Dec 14 18:45:34 2015 +0300
  74. f5d90db Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · Mon Dec 14 20:27:23 2015 -0500
  75. b3e9820 armv8/ls1043ardb: add SECURE BOOT target for NOR by Aneesh Bansal · Tue Dec 08 13:54:29 2015 +0530
  76. 5073937 common: Rewrite hiding the end of memory by York Sun · Mon Dec 07 11:05:29 2015 -0800
  77. 5d286cd Reserve secure memory by York Sun · Fri Dec 04 11:57:07 2015 -0800
  78. d09e59f spl: mmc: use block device number, not hard-coded 0 by Eric Nelson · Sat Dec 05 12:32:28 2015 -0700
  79. 78bb0c1 part: fix "part list ... -bootable varname" to use hex by Stephen Warren · Wed Dec 09 09:48:04 2015 -0700
  80. 9f08e44 spl: use panic_str instead of panic by Sjoerd Simons · Fri Dec 04 23:27:35 2015 +0100
  81. 0978ef3 common: cli_hush: Fix up simple typo by Nishanth Menon · Fri Dec 04 13:02:11 2015 -0600
  82. 46f2daa VxWorks: fixup MAC address for VxWorks by Miao Yan · Tue Dec 01 23:39:01 2015 -0800
  83. 3161764 common: Remove timer_init() call for x86 by Bin Meng · Tue Dec 08 17:31:40 2015 -0800
  84. d9a0093 fdt: Change OF_BAD_ADDR to FDT_ADDR_T_NONE by Bin Meng · Mon Dec 07 01:39:47 2015 -0800
  85. 23415e5 CONFIG_NEEDS_MANUAL_RELOC: Fix warnings when not set by Tom Rini · Mon Dec 07 08:23:29 2015 -0500
  86. 28990ed i2c: cmd: Relocate subcommands when MANUAL_RELOC by Michal Simek · Fri Dec 04 16:56:57 2015 +0100
  87. abffd31 common: board: Dont relocate FDT incase of CONFIG_OF_EMBED by Siva Durga Prasad Paladugu · Thu Dec 03 15:46:03 2015 +0100
  88. 51ace32 spl: mmc: Unify non/driver model spl_mmc_find_device() by Simon Glass · Wed Dec 02 10:59:13 2015 -0700
  89. 4faf63b spl: mmc: Rename 'mmc' variable to 'mmcp' by Simon Glass · Wed Dec 02 10:59:12 2015 -0700
  90. a2b771c spl: mmc: Fix compiler warning with CONFIG_DM_MMC by Simon Glass · Wed Dec 02 10:59:11 2015 -0700
  91. 27a9d26 common: cli_hush: avoid memory leak by Peng Fan · Fri Nov 27 10:12:02 2015 +0800
  92. 74c8389 common/Makefile: Compile fdt_support is enabled in SPL by Stefan Roese · Thu Nov 26 13:38:15 2015 +0100
  93. b2b7c44 common: miiphyutil: avoid memory leak by Peng Fan · Thu Nov 26 10:26:59 2015 +0800
  94. b1e455a common: mmc: unsigned char compared against 0 by Peng Fan · Wed Nov 25 17:16:21 2015 +0800
  95. cd41c21 common: miiphyutil: no need to check name of mii_dev by Peng Fan · Tue Nov 24 17:03:47 2015 +0800
  96. ab80a11 common: image-fdt: correct fdt_blob for IMAGE_FORMAT_LEGACY by Peng Fan · Tue Nov 24 16:54:22 2015 +0800
  97. 0db5f0b common: cli_hush: avoid dead code by Peng Fan · Tue Nov 24 16:54:21 2015 +0800
  98. 9029029 Merge branch 'master' of http://git.denx.de/u-boot-sparc by Tom Rini · Fri Dec 04 17:50:34 2015 -0500
  99. fc7784e sparc: Update PROM initialization code for generic board by Francois Retief · Mon Nov 23 13:05:44 2015 +0200
  100. 7d07d68 sparc: Update cpu_init.c to use generic timer infrastructure by Francois Retief · Wed Oct 28 15:18:22 2015 +0200