1. aba2736 Merge branch 'master' of git://git.denx.de/u-boot-socfpga by Tom Rini · Thu Jun 02 21:42:23 2016 -0400
  2. d61ba11 spl: Allow settings malloc_f base address by Marek Vasut · Wed May 25 02:14:56 2016 +0200
  3. 970e201 spl: Remove bogus GD_FLG_SPL_INIT check by Marek Vasut · Mon May 30 17:10:53 2016 +0200
  4. c840585 spl: fit: Fix load address of fit header by Lokesh Vutla · Wed Jun 01 10:28:31 2016 +0530
  5. 9a8f4cf Merge git://git.denx.de/u-boot-dm by Tom Rini · Fri May 27 15:49:43 2016 -0400
  6. 37d2632 spl: Add an option to load a FIT containing U-Boot from UART by Lokesh Vutla · Tue May 24 10:34:44 2016 +0530
  7. 2d357e0 spl: fit: Do not print selected dtb during fit load by Lokesh Vutla · Tue May 24 10:34:43 2016 +0530
  8. 12c4922 spl: Support loading a FIT from NAND by Lokesh Vutla · Tue May 24 10:34:42 2016 +0530
  9. a0913a3 spl: Support loading a FIT from FAT FS by Lokesh Vutla · Tue May 24 10:34:39 2016 +0530
  10. f62cef1 spl: Allow to load a FIT containing U-Boot from FS by Lokesh Vutla · Tue May 24 10:34:38 2016 +0530
  11. 906969d spl: fit: Fix the number of bytes read when reading fdt from fit by Lokesh Vutla · Tue May 24 10:34:37 2016 +0530
  12. 3bba650 Drop use of CONFIG_SYS_GENERIC_BOARD in U-Boot by Simon Glass · Sat May 14 18:49:35 2016 -0600
  13. 90632bd board_f: Don't require CONFIG_SYS_MONITOR_BASE by Simon Glass · Sat May 14 18:49:28 2016 -0600
  14. 9167e10 cosmetic: debug: Replace #ifdef DEBUG with debug() macro by Lukasz Majewski · Sun May 08 08:52:21 2016 +0200
  15. 670d304 dm: mmc: spl: Add support for CONFIG_BLK by Simon Glass · Sat May 14 14:03:06 2016 -0600
  16. da89892 dm: env: mmc: Convert env_mmc to support CONFIG_BLK by Simon Glass · Sat May 14 14:03:03 2016 -0600
  17. 2e9306a SPL: FIT: Align loading address for header by Michal Simek · Thu Apr 28 10:36:11 2016 +0200
  18. 03f08c5 fdt: Document the rest of struct of_bus by Paul Burton · Tue May 17 07:43:25 2016 +0100
  19. dbef2f0 fdt: Support for ISA busses by Paul Burton · Tue May 17 07:43:24 2016 +0100
  20. ebae78b image: Add boot_get_fpga() to load fpga with bootm by Michal Simek · Tue May 17 14:03:50 2016 +0200
  21. 0a130b1 mkimage: Report information about fpga by Michal Simek · Tue May 17 13:58:44 2016 +0200
  22. fa12466 tools: zynqmpimage: Add Xilinx ZynqMP boot header generation by Michal Simek · Wed Apr 27 14:03:29 2016 +0200
  23. 853fee2 SPL: FIT: Enable SPL_FIT_LOAD in RAM based boot mode by Michal Simek · Thu Apr 28 09:54:16 2016 +0200
  24. 7a8465b spl: Introduce new function spl_board_prepare_for_boot by Michal Simek · Tue May 10 07:54:20 2016 +0200
  25. 1f54cbb SPL: fat: Fix spl_parse_image_header() return value handling by Tom Rini · Mon May 23 11:51:13 2016 -0400
  26. 8667f8c spl: fit: Print error message when FDT is not present by Michal Simek · Wed May 04 15:08:00 2016 +0200
  27. e4016fa image-fit: Don't display an error in fit_set_timestamp() by Simon Glass · Sun May 01 13:55:37 2016 -0600
  28. 44628b8 malloc: improve memalign fragmentation fix by Stephen Warren · Mon Apr 25 15:55:42 2016 -0600
  29. 37dda1c cmd: eeprom: add support for layout aware commands by Nikita Kiryanov · Sat Apr 16 17:55:03 2016 +0300
  30. ce084b0 Merge git://git.denx.de/u-boot-dm by Tom Rini · Tue May 17 13:58:27 2016 -0400
  31. 11f2bb6 dm: mmc: Use the new select_hwpart() API by Simon Glass · Sun May 01 13:52:29 2016 -0600
  32. 966b695 dm: blk: Add a easier way to create a named block device by Simon Glass · Sun May 01 11:36:29 2016 -0600
  33. 7d741ac dm: sata: Add support for driver-model block devices by Simon Glass · Sun May 01 11:36:26 2016 -0600
  34. 5bf96dc dm: scsi: Add support for driver-model block devices by Simon Glass · Sun May 01 11:36:24 2016 -0600
  35. f94bea0 dm: ide: Add support for driver-model block devices by Simon Glass · Sun May 01 11:36:22 2016 -0600
  36. 9a68432 dm: scsi: Drop the get_dev() function by Simon Glass · Sun May 01 11:36:16 2016 -0600
  37. 844ef1d dm: ide: Drop the get_dev() function by Simon Glass · Sun May 01 11:36:14 2016 -0600
  38. cf43778 dm: usb: Drop the get_dev() function by Simon Glass · Sun May 01 11:36:13 2016 -0600
  39. 3665a40 dm: sata: Separate the non-command code into its own file by Simon Glass · Sun May 01 11:36:11 2016 -0600
  40. e11f0ef dm: ide: Separate the non-command code into its own file by Simon Glass · Sun May 01 11:36:10 2016 -0600
  41. c8e89ab dm: scsi: Separate the non-command code into its own file by Simon Glass · Sun May 01 11:36:09 2016 -0600
  42. d317141 dm: usb: Add a legacy block interface for USB storage by Simon Glass · Sun May 01 11:36:06 2016 -0600
  43. 8706b81 dm: scsi: Rename CONFIG_CMD_SCSI to CONFIG_SCSI by Simon Glass · Sun May 01 11:36:02 2016 -0600
  44. bf541b2 SPL: Add CONFIG_SPL_ABORT_ON_RAW_IMAGE by Marek Vasut · Fri Apr 29 00:44:55 2016 +0200
  45. 02266e2 SPL: Let spl_parse_image_header() return value by Marek Vasut · Fri Apr 29 00:44:54 2016 +0200
  46. 614d9dd usb: hub: Don't continue on get_port_status failure by Marek Vasut · Tue May 03 22:22:59 2016 +0200
  47. 84b7662 usb: Assure Get Descriptor request is in separate microframe by Marek Vasut · Wed Apr 27 03:32:56 2016 +0200
  48. 847ddc2 usb: Wait after sending Set Configuration request by Marek Vasut · Wed Apr 27 03:08:12 2016 +0200
  49. 82daad6 usb: Don't init pointer to zero, but NULL by Marek Vasut · Wed Apr 27 01:55:10 2016 +0200
  50. cde7761 fdt: fix setting MAC addresses for multiple interfaces by Lev Iserovich · Thu Jan 07 18:04:16 2016 -0500
  51. edfdb99 Fix spelling of "occurred". by Vagrant Cascadian · Sat Apr 30 19:18:00 2016 -0700
  52. 83e713b common/dlmalloc.c: Delete content that was moved to malloc.h by Robert P. J. Day · Thu Apr 21 07:35:55 2016 -0400
  53. 37342ab spl: spl_mmc: Disambiguate error message by Fabio Estevam · Wed Apr 20 23:12:04 2016 -0300
  54. 5da543c common: env: support sata device by Peng Fan · Sun Apr 03 21:52:13 2016 +0800
  55. 407f0f5 fastboot: sparse: remove unnecessary logging by Steve Rae · Tue Feb 09 11:19:11 2016 -0800
  56. 1bf15f7 fastboot: sparse: fix block addressing for don't care chunk type by Steve Rae · Tue Feb 09 11:19:10 2016 -0800
  57. 9dee77f spl: mmc: raw: Try to load u-boot if Linux image is not found by Lokesh Vutla · Mon Apr 11 15:24:50 2016 +0530
  58. 2bf884e env_eeprom invalidates gd->env_addr by setting it to an offset value by Guy Thouret · Fri Mar 11 13:31:39 2016 +0000
  59. 967605d fastboot: sparse: fix sparse blocks calculation by Jeffy Chen · Wed Feb 03 18:13:55 2016 +0800
  60. a88d437 usb: kbd: Do not deregister usbkbd twice when using dm by Hans de Goede · Sun Apr 03 09:18:53 2016 +0200
  61. 824300a common: cli: Fix typo CONFIG_CMDINE -> CONFIG_CMDLINE by Stefan Roese · Mon Apr 04 16:32:15 2016 +0200
  62. 3e21c72 common: env_sf: Add exclamation mark by Peng Fan · Mon Mar 28 17:26:27 2016 +0800
  63. b976eb2 Common: SPL: spl_nand: Fixed debug correct NAND ECC type. by Ahmed Samir Khalil · Fri Mar 25 13:13:17 2016 +0100
  64. 4ef90b7 Drop command-processing code when CONFIG_CMDLINE is disabled by Simon Glass · Sat Mar 19 02:18:38 2016 -0600
  65. fdb3e4a debug_uart: Remove duplicated carriage return handling by Bin Meng · Thu Mar 17 23:59:04 2016 -0700
  66. 0137e60 Fix typo choosen in comments and printf logs by Alexander Merkle · Thu Mar 17 15:44:47 2016 +0100
  67. d2dc92e lcd: Fix compile warning in 64bit mode by Alexander Graf · Wed Mar 16 15:41:22 2016 +0100
  68. 97f4842 Merge branch 'master' of http://git.denx.de/u-boot-sunxi by Tom Rini · Wed Mar 23 18:35:11 2016 -0400
  69. 9ef3c9e spl: Print from which mmc slot spl is trying to boot by Hans de Goede · Sun Mar 20 14:17:10 2016 +0100
  70. 802f1c3 spl_mmc: allow to load raw image by Masahiro Yamada · Wed Mar 16 12:10:00 2016 +0900
  71. 8c6c074 usb: Correct return value in usb_stor_info() by Simon Glass · Wed Mar 16 07:45:44 2016 -0600
  72. 53d41e6 Fix spelling of "transferred". by Vagrant Cascadian · Tue Mar 15 12:16:39 2016 -0700
  73. 0ea4959 Allow command-line files to be dropped by Simon Glass · Sun Mar 13 19:07:34 2016 -0600
  74. 2833290 Panic when no command line processing can be performed by Simon Glass · Sun Mar 13 19:07:32 2016 -0600
  75. ed4823a usb: Change power-on / scanning timeout handling by Stefan Roese · Tue Mar 15 13:59:15 2016 +0100
  76. c41294e usb: Don't reset the USB hub a 2nd time by Stefan Roese · Tue Mar 15 13:59:14 2016 +0100
  77. 9885801 usb: Remove 200 ms delay in usb_hub_port_connect_change() by Stefan Roese · Tue Mar 15 13:59:13 2016 +0100
  78. 3678cb5 usb: legacy_hub_port_reset(): Speedup hub reset handling by Stefan Roese · Tue Mar 15 13:59:12 2016 +0100
  79. f4d337c Revert "fdt: fix address cell count checking in fdt_translate_address()" by Przemyslaw Marczak · Tue Jan 12 15:40:44 2016 +0100
  80. 51f73f1 x86: Allow use of serial soon after relocation by Simon Glass · Fri Mar 11 22:06:51 2016 -0700
  81. b0fb7bd dm: timer: Correct timer init ordering after relocation by Simon Glass · Fri Mar 11 22:06:46 2016 -0700
  82. e8211b4 malloc_simple: Add a little more debugging by Simon Glass · Sun Mar 06 19:27:55 2016 -0700
  83. bc69da2 spl_nor: fix warning when compiled for 64bit target by Masahiro Yamada · Mon Feb 29 20:50:34 2016 +0900
  84. c81b347 efi_loader: Call fdt preparation functions by Alexander Graf · Fri Mar 04 01:10:13 2016 +0100
  85. 8623f92 efi_loader: Implement memory allocation and map by Alexander Graf · Fri Mar 04 01:10:04 2016 +0100
  86. 0bd425a efi_loader: Add runtime services by Alexander Graf · Fri Mar 04 01:10:01 2016 +0100
  87. e080b82 Merge git://git.denx.de/u-boot-dm by Tom Rini · Mon Mar 14 19:21:44 2016 -0400
  88. 084ff1e lib/crc16.c: Rename cyg_crc16() to crc16_ccitt() and add crc start value by Stefan Roese · Thu Mar 03 09:34:12 2016 +0100
  89. 31e5add common: image-fit: Fix load and entry addresses in FIT image by York Sun · Mon Feb 29 15:48:41 2016 -0800
  90. 2b0464e common: image-fit: Use a common function to get address by York Sun · Mon Feb 29 15:48:40 2016 -0800
  91. b52c7fc spl: Support loading a FIT from MMC by Simon Glass · Mon Feb 22 22:55:58 2016 -0700
  92. a6131a2 spl: Add an option to load a FIT containing U-Boot by Simon Glass · Mon Feb 22 22:55:56 2016 -0700
  93. 86c362d image: Add functions to obtain short names by Simon Glass · Mon Feb 22 22:55:50 2016 -0700
  94. 8b42692 fdt: Allow libfdt to be used in SPL by Simon Glass · Mon Feb 22 22:55:45 2016 -0700
  95. e3ee2fb Kconfig: Move CONFIG_FIT and related options to Kconfig by Simon Glass · Mon Feb 22 22:55:43 2016 -0700
  96. 01f5be9 dm: usb: Convert USB storage to use driver-model for block devs by Simon Glass · Mon Feb 29 15:25:58 2016 -0700
  97. 99e598e dm: usb: Tidy up storage code ready for driver model conversion by Simon Glass · Mon Feb 29 15:25:54 2016 -0700
  98. 6d74d7c dm: usb: Avoid exceeding available array size for storage devices by Simon Glass · Mon Feb 29 15:25:53 2016 -0700
  99. 2ee8ada dm: block: Adjust device calls to go through helpers function by Simon Glass · Mon Feb 29 15:25:52 2016 -0700
  100. 2f26fff dm: block: Rename device number member dev to devnum by Simon Glass · Mon Feb 29 15:25:51 2016 -0700