1. ca37a39 x86: Use unsigned long for address in table generation by Simon Glass · Mon Jan 16 07:03:35 2017 -0700
  2. 4eceb6c lib: tpm: Add command to flush resources by Mario Six · Wed Jan 11 16:00:50 2017 +0100
  3. 21d3bce disk: convert CONFIG_ISO_PARTITION to Kconfig by Patrick Delaunay · Fri Jan 27 11:00:38 2017 +0100
  4. 23d1489 mkimage: Add support for signing with pkcs11 by George McCollister · Fri Jan 06 13:14:17 2017 -0600
  5. 0656248 lib: net_utils: enforce '.' as octet separator in string_to_ip by Chris Packham · Wed Jan 04 13:36:26 2017 +1300
  6. e917c36 lib: net_utils: make string_to_ip stricter by Chris Packham · Wed Jan 04 13:36:25 2017 +1300
  7. 29d2a62 delay: collect {m, n, u}delay declarations to include/linux/delay.h by Masahiro Yamada · Wed Dec 28 00:35:59 2016 +0900
  8. 9e7fc05 libfdt: Correct fdt handling of overlays without fixups and base trees without symbols by David Gibson · Tue Dec 20 15:58:44 2016 +0100
  9. 79417c5 Merge branch 'master' of git://git.denx.de/u-boot-sunxi by Tom Rini · Tue Jan 10 08:19:21 2017 -0500
  10. cc21ab8 lib: gitignore *.elf and *.so generated by efi_loader by Ladislav Michl · Mon Jan 09 11:33:28 2017 +0100
  11. 7b303b8 SPL: tiny-printf: ignore "-" modifier by Andre Przywara · Mon Jan 02 11:48:29 2017 +0000
  12. 3211868 SPL: tiny-printf: add "l" modifier by Andre Przywara · Mon Jan 02 11:48:28 2017 +0000
  13. ba97b72 fdt: add memory bank decoding functions for board setup by Nathan Rossi · Mon Dec 19 00:03:34 2016 +1000
  14. b548351 efi_loader: Allow to compile helloworld.efi w/o bundling it by Alexander Graf · Thu Nov 17 22:40:10 2016 +0100
  15. 6616c82 image: Combine image_sig_algo with image_sign_info by Andrew Duda · Tue Nov 08 18:53:41 2016 +0000
  16. 06ca6d6 image: Add crypto_algo struct for RSA info by Andrew Duda · Tue Nov 08 18:53:41 2016 +0000
  17. 3db9ff0 rsa: Verify RSA padding programatically by Andrew Duda · Tue Nov 08 18:53:40 2016 +0000
  18. eed7e78 rsa: cosmetic: rename pad_len to key_len by Andrew Duda · Tue Nov 08 18:53:39 2016 +0000
  19. 2ebeb44 ls2080: Exit dpaa only right before exiting U-Boot by Alexander Graf · Thu Nov 17 01:02:57 2016 +0100
  20. d881f5f x86: Enable EFI loader support by Simon Glass · Mon Nov 07 08:47:16 2016 -0700
  21. fac4ced efi: Add support for a hello world test program by Simon Glass · Mon Nov 07 08:47:08 2016 -0700
  22. 6cbaac6 x86: Tidy up selection of building the EFI stub by Simon Glass · Mon Nov 07 08:47:06 2016 -0700
  23. d25bb30 efi: Correct cache flush alignment by Simon Glass · Mon Nov 07 08:47:04 2016 -0700
  24. a074d5d efi_loader: console: Correctly report modes by Emmanuel Vadot · Tue Nov 08 06:03:29 2016 +0100
  25. 5c861d4 efi: Use device device path type Messaging for network interface node by Oleksandr Tymoshenko · Mon Oct 24 10:47:01 2016 -0700
  26. 45841ca efi_loader: fix depends on line of EFI_LOADER by Masahiro Yamada · Thu Oct 20 00:23:43 2016 +0900
  27. 48fd0f1 libfdt: fix fdt_stringlist_search() by Masahiro Yamada · Mon Oct 17 20:22:34 2016 +0900
  28. 0a37826 libfdt: fix fdt_stringlist_count() by Masahiro Yamada · Mon Oct 17 20:22:33 2016 +0900
  29. 0b0490a libfdt: Sync overlay with upstream by Maxime Ripard · Mon Oct 17 22:50:18 2016 +0200
  30. 393dd91 efi_loader: Rename EFI_RUNTIME_{TEXT, DATA} to __efi_runtime{, _data} by Alexander Graf · Fri Oct 14 13:45:30 2016 +0200
  31. cdfe696 x86: efi: Add EFI loader support for x86 by Simon Glass · Sun Sep 25 15:27:35 2016 -0600
  32. c2194bf efi: Fix missing EFIAPI specifiers by Simon Glass · Sun Sep 25 15:27:32 2016 -0600
  33. 9a3e3e2 smbios: Provide serial number by Alexander Graf · Fri Aug 19 01:23:31 2016 +0200
  34. 9982e67 efi_loader: Fix efi_install_configuration_table by Alexander Graf · Fri Aug 19 01:23:30 2016 +0200
  35. 66f96e1 smbios: Expose in efi_loader as table by Alexander Graf · Fri Aug 19 01:23:29 2016 +0200
  36. e44b3c0 smbios: Generate type 4 on non-x86 systems by Alexander Graf · Fri Aug 19 01:23:28 2016 +0200
  37. e4a59ae smbios: Allow compilation on 64bit systems by Alexander Graf · Fri Aug 19 01:23:25 2016 +0200
  38. c5c1163 efi_loader: Expose efi_install_configuration_table by Alexander Graf · Fri Aug 19 01:23:24 2016 +0200
  39. fb22808 x86: Move smbios generation into arch independent directory by Alexander Graf · Fri Aug 19 01:23:23 2016 +0200
  40. ee532d9 x86: Move table csum into separate file by Alexander Graf · Fri Aug 19 01:23:21 2016 +0200
  41. bc76639 efi_loader: gop: Expose fb when 32bpp by Alexander Graf · Tue Jun 07 00:57:05 2016 +0200
  42. 0b12b86 efi_loader: Allow bouncing for network by Alexander Graf · Tue Sep 06 14:26:27 2016 +0200
  43. 7725609 efi_loader: Allow boards to implement get_time and reset_system by Alexander Graf · Tue Aug 16 21:08:45 2016 +0200
  44. 4e9ad8d efi_loader: Do not leak memory when unlinking a mapping by Stefan Brüns · Sat Oct 01 23:32:29 2016 +0200
  45. 9d65651 efi_loader: Keep memory mapping sorted when splitting an entry by Stefan Brüns · Sat Oct 01 23:32:28 2016 +0200
  46. a4f4302 efi_loader: Readd freed pages to memory pool by Stefan Brüns · Sat Oct 01 23:32:27 2016 +0200
  47. 67b67d9 efi_loader: Track size of pool allocations to allow freeing by Stefan Brüns · Sun Oct 09 22:17:26 2016 +0200
  48. 5a09aef efi_loader: Move efi_allocate_pool implementation to efi_memory.c by Stefan Brüns · Sun Oct 09 22:17:18 2016 +0200
  49. 95d2e7e efi_loader: Fix crash on 32-bit systems by Robin Randhawa · Tue Sep 13 18:36:53 2016 +0100
  50. f625855 efi_loader: Fix memory map size check to avoid out-of-bounds access by Stefan Brüns · Sun Oct 09 22:17:07 2016 +0200
  51. 1b00dc1 efi_loader: Update description of internal efi_mem_carve_out by Stefan Brüns · Sat Oct 01 23:32:23 2016 +0200
  52. c9ab910 spl: move FDT_FIXUP_PARTITIONS to Kconfig by Heiko Schocher · Thu Oct 06 07:31:45 2016 +0200
  53. a2235e4 libfdt: Drop inlining of fdt_path_offset() by Simon Glass · Sun Oct 02 17:59:30 2016 -0600
  54. 499c29e libfdt: Sync fdt_for_each_subnode() with upstream by Simon Glass · Sun Oct 02 17:59:29 2016 -0600
  55. b0ea740 libfdt: Bring in upstream stringlist functions by Simon Glass · Sun Oct 02 17:59:28 2016 -0600
  56. dfdcd6f libfdt: Sync up with upstream by Simon Glass · Sun Oct 02 17:59:27 2016 -0600
  57. f8857be libfdt: Fix undefined behaviour in fdt_offset_ptr() by David Gibson · Sun Oct 02 17:59:26 2016 -0600
  58. e9ee762 Fix return value in trailing_strtoln() by Simon Glass · Wed Oct 05 20:42:11 2016 -0600
  59. e94b024 spl: saveenv: adding saveenv support in SPL by B, Ravi · Wed Sep 28 14:46:18 2016 +0530
  60. 9d006b7 arm: Add return value argument to longjmp by Alexander Graf · Tue Sep 27 09:30:32 2016 +0200
  61. c5b1e5d Various, accumulated typos collected from around the tree. by Robert P. J. Day · Wed Sep 07 14:27:59 2016 -0400
  62. 8a80c33 gunzip: cache-align write buffer memory by Clemens Gruber · Mon Aug 29 17:10:36 2016 +0200
  63. 56a931c treewide: replace #include <asm/errno.h> with <linux/errno.h> by Masahiro Yamada · Wed Sep 21 11:28:55 2016 +0900
  64. e7e8ba9 libfdt: simplify fdt_del_mem_rsv() by Masahiro Yamada · Tue Sep 06 22:17:37 2016 +0900
  65. 54cec6d dtoc: Support finding the offset of a property by Simon Glass · Mon Jul 25 18:59:16 2016 -0600
  66. 32d9827 dtoc: Support packing the device tree by Simon Glass · Mon Jul 25 18:59:15 2016 -0600
  67. c719e42 dtoc: Support deleting device tree properties by Simon Glass · Mon Jul 25 18:59:14 2016 -0600
  68. a930ecc dtoc: Move to using bytearray by Simon Glass · Mon Jul 25 18:59:13 2016 -0600
  69. a128ba5 Merge branch 'master' of git://git.denx.de/u-boot-uniphier by Tom Rini · Sun Sep 18 12:12:04 2016 -0400
  70. 98b685d Use separate options for TPL support by Simon Glass · Mon Sep 12 23:18:25 2016 -0600
  71. 5021b8a usb: uniphier: remove UniPhier xHCI driver and select DM_USB by Masahiro Yamada · Wed Sep 14 01:06:00 2016 +0900
  72. 338cf56 efi_loader: provide efi_mem_desc version by Mian Yousaf Kaukab · Mon Sep 05 23:59:22 2016 +0200
  73. 7c78bf9 x86: efi: payload: Make EFI payload build again by Bin Meng · Thu Aug 25 01:47:17 2016 -0700
  74. 0703225 efi_loader: Fix relocations above 64kb image size by Alexander Graf · Thu Aug 18 23:45:18 2016 +0200
  75. 0e31a11 tests: Introduce DT overlay tests by Maxime Ripard · Tue Jul 05 10:26:46 2016 +0200
  76. 5a680aa cmd: fdt: add fdt overlay application subcommand by Maxime Ripard · Tue Jul 05 10:26:45 2016 +0200
  77. 9e901ce libfdt: Add overlay application function by Maxime Ripard · Tue Jul 05 10:26:44 2016 +0200
  78. 3559c79 libfdt: Add fdt_setprop_inplace_namelen_partial by Maxime Ripard · Tue Jul 05 10:26:43 2016 +0200
  79. 87390e8 libfdt: Add fdt_path_offset_namelen by Maxime Ripard · Tue Jul 05 10:26:41 2016 +0200
  80. a4a4fb5 libfdt: Fix separator spelling by Maxime Ripard · Tue Jul 05 10:26:40 2016 +0200
  81. 2125ca5 libfdt: Add max phandle retrieval function by Maxime Ripard · Tue Jul 05 10:26:39 2016 +0200
  82. 7d30e10 fdt: allow fdtdec_get_addr_size_*() to translate addresses by Stephen Warren · Fri Aug 05 09:47:51 2016 -0600
  83. 601db1f efi_loader: disk: Sanitize exposed devices by Alexander Graf · Fri Aug 05 14:51:47 2016 +0200
  84. 34118e7 efi_loader: disk: Fix CONFIG_BLK breakage by Alexander Graf · Fri Aug 05 14:49:53 2016 +0200
  85. 5958cbe tiny-printf: Adjust to avoid using data section by Simon Glass · Thu Aug 04 21:58:14 2016 -0600
  86. 3c6f489 Merge git://git.denx.de/u-boot-nand-flash by Tom Rini · Mon Jul 25 14:49:54 2016 -0400
  87. f970ccb hashtable: Fix compiler warning on 32-bit sandbox by Simon Glass · Fri Jul 22 09:22:48 2016 -0600
  88. dc4053a tools, rsa: Further minor cleanups on top of c236ebd and 2b9ec7 by mario.six@gdsys.cc · Fri Jul 22 08:58:40 2016 +0200
  89. 57f2038 mtd: nand: Add the sunxi NAND controller driver by Boris Brezillon · Wed Jun 15 21:09:23 2016 +0200
  90. 99fc6ea rsa: Fix return value and masked error by mario.six@gdsys.cc · Tue Jul 19 11:07:07 2016 +0200
  91. 102f8bd efi_loader: Add debug output for efi_add_memory_map() by Andreas Färber · Sun Jul 17 06:57:11 2016 +0200
  92. 8d56db9 Various, unrelated tree-wide typo fixes. by Robert P. J. Day · Fri Jul 15 13:44:45 2016 -0400
  93. affe9ee tiny-printf: Support assert() by Simon Glass · Mon Jul 04 11:58:13 2016 -0600
  94. a2a6f04 dm: Add a more efficient libfdt library by Simon Glass · Mon Jul 04 11:58:11 2016 -0600
  95. 4f3ce47 dm: Don't include fdtdec functions when of-platdata is enabled by Simon Glass · Mon Jul 04 11:58:05 2016 -0600
  96. 3e5a8b9 sandbox: Find keyboard driver using driver model by Simon Glass · Sun Jun 19 17:33:15 2016 -0600
  97. 6f70c11 fdt: x86: Tidy up a few COMPAT string definitions by Simon Glass · Sun Jun 19 17:33:14 2016 -0600
  98. 7c38030 fdt: Add a note to avoid adding new compatible strings by Simon Glass · Sun Jun 19 17:33:13 2016 -0600
  99. b1f6c4a fdt: Drop unused exynos compatible strings by Simon Glass · Sun Jun 19 17:33:12 2016 -0600
  100. 9404be5 x86: fdt: Drop the unused compatible strings in fdtdec by Simon Glass · Sun Jun 19 17:33:11 2016 -0600