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