1. 85ed289 ARM: image: Add option for ignoring ep bit 3 by Marek Vasut · Wed Jun 13 06:13:32 2018 +0200
  2. 72d8046 mmc: Remove hwpartition help text when command is disabled by Alex Kiernan · Mon Jun 11 16:20:09 2018 +0000
  3. 75aa898 iotrace: fix behaviour when buffer is full by Ramon Fried · Fri Jun 08 20:53:27 2018 +0300
  4. f015eb5 cmd: iotrace: add dump trace command by Ramon Fried · Fri Jun 08 20:53:26 2018 +0300
  5. f0f3bfe avb2.0: add boot states and dm-verity support by Igor Opaniuk · Sun Jun 03 21:56:40 2018 +0300
  6. 6029119 cmd: avb2.0: avb command for performing verification by Igor Opaniuk · Sun Jun 03 21:56:39 2018 +0300
  7. d56c3f6 Merge tag 'signed-efi-next' of git://github.com/agraf/u-boot by Tom Rini · Thu Jun 14 13:28:03 2018 -0400
  8. 2d00dbe efi_loader: Allocate memory handle for mem dp by Alexander Graf · Tue Jun 12 10:21:16 2018 +0200
  9. 51d7898 net: Express LINK_LOCAL dependency on LIB_RAND by Joe Hershberger · Mon Apr 30 12:45:22 2018 -0500
  10. efe757c u-boot: Fix several typos by Shyam Saini · Thu Jun 07 19:47:19 2018 +0530
  11. 591188e cmd: add missing line breaks for pr_err() by Seung-Woo Kim · Mon Jun 04 16:04:51 2018 +0900
  12. 06048b0 cmd: iotrace: add set region command by Ramon Fried · Wed May 30 23:09:57 2018 +0300
  13. c46d0fe menu: fix timeout duration by Masahiro Yamada · Thu May 24 17:04:57 2018 +0900
  14. 0f7186b efi_loader: avoid anonymous constants for AllocatePages by Heinrich Schuchardt · Sat May 26 10:32:27 2018 +0200
  15. 954e2b9 efi_loader: allow unaligned memory access by Heinrich Schuchardt · Tue Apr 03 21:59:32 2018 +0200
  16. e9e9050 efi_selftest: do not call efi_init_obj_list() twice by Heinrich Schuchardt · Thu May 17 18:24:48 2018 +0200
  17. 4cfa481 Merge tag 'xilinx-for-v2018.07-2' of git://www.denx.de/git/u-boot-microblaze by Tom Rini · Fri Jun 01 13:50:15 2018 -0400
  18. 628bb20 Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · Fri Jun 01 09:52:15 2018 -0400
  19. cce0cb0 cmd: fpga: Add support to load secure bitstreams by Siva Durga Prasad Paladugu · Thu May 31 15:10:22 2018 +0530
  20. 8f039b1 cmd: fpga: Reorder the arguments parsing code by Siva Durga Prasad Paladugu · Thu May 31 15:10:21 2018 +0530
  21. d5aa57c net: fastboot: Merge AOSP UDP fastboot by Alex Kiernan · Tue May 29 15:30:53 2018 +0000
  22. c568bcb mmc: Separate "mmc swrite" from fastboot by Alex Kiernan · Tue May 29 15:30:52 2018 +0000
  23. 27b69de fastboot: Refactor fastboot_okay/fail to take response by Alex Kiernan · Tue May 29 15:30:40 2018 +0000
  24. 65de955 fastboot: Move fastboot to drivers/fastboot by Alex Kiernan · Tue May 29 15:30:39 2018 +0000
  25. 9677a37 efi_loader: Enable RISC-V support by Rick Chen · Mon May 28 19:06:37 2018 +0800
  26. 0b864f6 tpm: add PCR authentication commands support by Miquel Raynal · Tue May 15 11:57:20 2018 +0200
  27. 05d7be3 tpm: add TPM2_HierarchyChangeAuth command support by Miquel Raynal · Tue May 15 11:57:19 2018 +0200
  28. 228e990 tpm: add dictionary attack mitigation commands support by Miquel Raynal · Tue May 15 11:57:18 2018 +0200
  29. 2e52c06 tpm: add TPM2_GetCapability command support by Miquel Raynal · Tue May 15 11:57:17 2018 +0200
  30. 4c1a585 tpm: add TPM2_PCR_Read command support by Miquel Raynal · Tue May 15 11:57:16 2018 +0200
  31. 14d7235 tpm: add TPM2_PCR_Extend command support by Miquel Raynal · Tue May 15 11:57:15 2018 +0200
  32. 8df6f8d tpm: add TPM2_Clear command support by Miquel Raynal · Tue May 15 11:57:14 2018 +0200
  33. 39c7608 tpm: add TPM2_SelfTest command support by Miquel Raynal · Tue May 15 11:57:13 2018 +0200
  34. 65a1a6c tpm: add TPM2_Startup command support by Miquel Raynal · Tue May 15 11:57:12 2018 +0200
  35. f3b4350 tpm: prepare support for TPMv2.x commands by Miquel Raynal · Tue May 15 11:57:08 2018 +0200
  36. 4c6759e tpm: disociate TPMv1.x specific and generic code by Miquel Raynal · Tue May 15 11:57:06 2018 +0200
  37. 294f82a tpm: prepare introduction of TPMv2.x support in Kconfig by Miquel Raynal · Tue May 15 11:57:05 2018 +0200
  38. 886ccc0 tpm: align arguments with open parenthesis by Miquel Raynal · Tue May 15 11:57:00 2018 +0200
  39. d790f55 tpm: substitute deprecated uint<x>_t types with their u<x> equivalent by Miquel Raynal · Tue May 15 11:56:59 2018 +0200
  40. e710fa6 bootcount: Add bootcount command by Alex Kiernan · Sat May 12 05:49:47 2018 +0000
  41. 60e0f61 Convert CONFIG_SUPPORT_EMMC_RPMB to Kconfig by Alex Kiernan · Tue May 08 04:43:31 2018 +0000
  42. dfd2b57 pmic: Rewrite the pmic command to not only work with single byte transmission by Lukasz Majewski · Tue May 15 16:26:38 2018 +0200
  43. bfa7c21 net: Add Kconfig option for BOOTP_NTPSERVER by Chris Packham · Thu May 03 20:19:02 2018 +1200
  44. 70df9d6 SPDX: Convert a few files that were missed before by Tom Rini · Mon May 07 17:02:21 2018 -0400
  45. 49261c7 cmd: add ADC cli commands by Neil Armstrong · Fri Apr 27 15:17:57 2018 +0200
  46. d382d22 arm64: Add SMC and HVC commands by Michalis Pappas · Fri Apr 13 10:40:57 2018 +0300
  47. 814a975 mmc: support writing sparse images by Jassi Brar · Fri Apr 06 12:05:24 2018 +0530
  48. f435938 arm: v7R: Add initial support by Michal Simek · Thu Apr 26 18:21:29 2018 +0530
  49. 81b1a67 arm: v7: Kconfig: Rename CPU_V7 as CPU_V7A by Lokesh Vutla · Thu Apr 26 18:21:26 2018 +0530
  50. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  51. 74bad68 cmd: CONFIG_CMD_LOG select CONFIG_LOG by Heinrich Schuchardt · Thu Apr 19 22:02:46 2018 +0200
  52. bdfb5c4 Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR by Tom Rini · Wed Apr 18 13:50:47 2018 -0400
  53. 4e96ff8 Convert CONFIG_SPI to Kconfig by Adam Ford · Sun Apr 15 13:51:26 2018 -0400
  54. 7f6992b cmd: clk: Check return value from soc_clk_dump by Michal Simek · Thu Apr 19 15:15:25 2018 +0200
  55. 75f4b72 bootvx: x86: Assign bootaddr based on kernel memory base by Bin Meng · Wed Apr 11 22:02:22 2018 -0700
  56. 051f95e bootvx: Exit if bootline address is not specified by Bin Meng · Wed Apr 11 22:02:21 2018 -0700
  57. cbc77d4 bootvx: Refactor the bootline copy codes a little bit by Bin Meng · Wed Apr 11 22:02:20 2018 -0700
  58. 71606c4 bootvx: x86: Make VxWorks EFI console driver happy by Bin Meng · Wed Apr 11 22:02:19 2018 -0700
  59. c71073f elf: Add a very simple ELF64 loader by Bin Meng · Wed Apr 11 22:02:14 2018 -0700
  60. 4b8fc74 x86: Rename e820entry to e820_entry by Bin Meng · Wed Apr 11 22:02:11 2018 -0700
  61. dde4ebb vxworks: x86: Rename e820info to e820_info by Bin Meng · Wed Apr 11 22:02:09 2018 -0700
  62. f6a22da bootvx: x86: Explicitly clear the bootloader image size by Bin Meng · Wed Apr 11 22:02:08 2018 -0700
  63. e3be890 bootvx: x86: Prepare e820 related stuff from the given kernel memory base address by Bin Meng · Wed Apr 11 22:02:07 2018 -0700
  64. 555347d Merge git://git.denx.de/u-boot-net by Tom Rini · Sun Apr 15 08:42:37 2018 -0400
  65. 70b551c vxworks: fixed cpu enable using PSCI on armv8 by Vasyl Vavrychuk · Tue Apr 10 12:36:36 2018 +0300
  66. 5277a97 Revert "Kconfig: cmd: Make networking command dependent on NET" by Joe Hershberger · Fri Apr 13 15:26:39 2018 -0500
  67. 8ffe7e5 net: Make the BOOTP options default by Joe Hershberger · Fri Apr 13 15:26:37 2018 -0500
  68. 84ccdbe net: Improve BOOTP PXE config option by Joe Hershberger · Fri Apr 13 15:26:36 2018 -0500
  69. 63e7071 net: Add the BOOTP_DNS2 option to Kconfig by Joe Hershberger · Fri Apr 13 15:26:35 2018 -0500
  70. 06661e1 net: Improve menu options and help for BOOTP options by Joe Hershberger · Fri Apr 13 15:26:34 2018 -0500
  71. 0126179 net: Move the DHCP command below the BOOTP command by Joe Hershberger · Fri Apr 13 15:26:33 2018 -0500
  72. 0824ad9 net: Move net command options to the cmd menu by Joe Hershberger · Fri Apr 13 15:26:32 2018 -0500
  73. b042946 net: Make CMD_NET a menuconfig by Joe Hershberger · Fri Apr 13 15:26:30 2018 -0500
  74. 628ff20 Merge tag 'signed-efi-next' of git://github.com/agraf/u-boot by Tom Rini · Mon Apr 09 11:05:44 2018 -0400
  75. 9c21549 net: Move enetaddr env access code to env config instead of net config by Alex Kiernan · Sun Apr 01 09:22:38 2018 +0000
  76. 0051899 treewide: Migrate CONFIG_SYS_ALT_MEMTEST to Kconfig by Mario Six · Wed Mar 28 14:38:14 2018 +0200
  77. 8a4f664 cmd: Add command for calculating binary operations by Mario Six · Wed Mar 28 14:39:18 2018 +0200
  78. 7feefe4 cmd: ximg: Respect cache line size for flushing by Mario Six · Wed Mar 28 14:39:10 2018 +0200
  79. ae7d4be bootvx: use program header for loading by Christian Gmeiner · Tue Mar 20 14:18:25 2018 +0100
  80. b3510fb powerpc: mpc8xx: Change CONFIG_8xx to CONFIG_MPC8xx by Christophe Leroy · Fri Mar 16 17:20:41 2018 +0100
  81. 22c88bf efi_loader: Respect DT reserved regions by Alexander Graf · Fri Apr 06 09:40:51 2018 +0200
  82. 8f5faaa Merge git://git.denx.de/u-boot-sunxi by Tom Rini · Wed Apr 04 09:18:38 2018 -0400
  83. 7e262a7 efi_loader: correctly determine the boot partition by Heinrich Schuchardt · Tue Apr 03 22:40:55 2018 +0200
  84. 44ab21b efi_loader: support device tree for bootefi selftest by Heinrich Schuchardt · Sat Mar 03 15:29:03 2018 +0100
  85. 8c0dfc2 efi_loader: check initialization of EFI subsystem is successful by Heinrich Schuchardt · Sat Mar 03 15:29:02 2018 +0100
  86. 4b055a2 efi_loader: do_bootefi_exec should always return an EFI status code by Heinrich Schuchardt · Sat Mar 03 15:29:01 2018 +0100
  87. d4b38f0 efi_loader: simplify calling efi_init_obj_list by Heinrich Schuchardt · Sat Mar 03 15:28:58 2018 +0100
  88. 3125a3e sunxi: revert disabling of features by Andre Przywara · Wed Apr 04 01:31:22 2018 +0100
  89. 6491bb1 cmd: cbfs: fix reading the end_of_rom pointer for 64bit archs by Andre Heider · Thu Feb 15 07:40:10 2018 +0100
  90. 0b9e727 cmd: sf: fix map_physmem check by Liam Beguin · Wed Mar 14 19:15:11 2018 -0400
  91. 92bfb86 cmd: part: Extract common code to separate function by Sam Protsenko · Mon Feb 26 23:18:00 2018 +0200
  92. 515a863 cmd: part: Allow passing partition name to start and size by Sam Protsenko · Mon Feb 26 23:17:59 2018 +0200
  93. 75f82d0 libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> by Masahiro Yamada · Mon Mar 05 01:20:11 2018 +0900
  94. b500845 Merge git://git.denx.de/u-boot-net by Tom Rini · Tue Feb 27 20:10:28 2018 -0500
  95. 2f785a1 Kconfig: cmd: Make networking command dependent on NET by Michal Simek · Mon Feb 26 16:01:02 2018 +0100
  96. d6808cf cmd: mdio: Fix style violations by Mario Six · Mon Jan 15 11:08:26 2018 +0100
  97. 58dbf86 Convert CONFIG_BOOTP_BOOTPATH et al to Kconfig by Adam Ford · Tue Feb 06 07:58:59 2018 -0600
  98. 99a8e03 cmd: fastboot: Kconfig: solve config issue by Patrick Delaunay · Thu Dec 07 18:26:17 2017 +0100
  99. 7f8d436 dfu: Rename _FUNCTION_DFU to DFU_OVER_ by Marek Vasut · Fri Feb 16 16:41:18 2018 +0100
  100. ea84f80 dfu: Fix up the Kconfig mess by Marek Vasut · Fri Feb 16 16:41:17 2018 +0100