1. 104acf9 dm: Fix error handling when unflattening the DT by Simon Glass · Mon Jun 12 06:21:34 2017 -0600
  2. e8583f9 display_options: Refactor to allow obtaining the banner by Simon Glass · Fri Jun 16 12:51:42 2017 -0600
  3. 7900ce8 fdt: Enable selecting correct DTB from appended FIT Image by Cooper Jr., Franklin · Fri Jun 16 17:25:07 2017 -0500
  4. d26bcdb libfdt: Drop -FDT_ERR_TOODEEP by Simon Glass · Sun Jul 09 21:30:17 2017 -0600
  5. 6ec97d2 efi_loader: abort on unsupported relocation type by xypron.glpk@gmx.de · Tue Jul 04 00:12:58 2017 +0200
  6. 1bf5d87 efi_loader: efi_handle_protocol set attributes by xypron.glpk@gmx.de · Thu Jun 29 21:16:19 2017 +0200
  7. b2a05c1 efi_loader: add static to local functions by Masahiro Yamada · Thu Jun 22 17:49:03 2017 +0900
  8. 7758b21 efi_loader: check CreateEvent() parameters by Jonathan Gray · Sun Mar 12 19:26:07 2017 +1100
  9. 00cfc6a efi_loader: run CreateEvent() notify function based on flags by Jonathan Gray · Sun Mar 12 19:26:06 2017 +1100
  10. 3fae8e5 bch: Fix build on FreeBSD host by Emmanuel Vadot · Tue Jun 20 09:02:29 2017 +0200
  11. 037ef5c bootstage: Provide a default timer function by Simon Glass · Mon May 22 05:05:22 2017 -0600
  12. 3815387 fdt: Stop building the old python libfdt module by Simon Glass · Sat May 27 07:38:24 2017 -0600
  13. acc626d fdt: Rename existing python libfdt module by Simon Glass · Sat May 27 07:38:18 2017 -0600
  14. 3d0b999 fdt: Allow swig options to be provided by Makefile by Simon Glass · Sat May 27 07:38:16 2017 -0600
  15. 5db956a fdt: Move header files into lib/libfdt by Simon Glass · Sat May 27 07:38:15 2017 -0600
  16. 640b78f fdt: Correct cast for sandbox in fdtdec_setup_memory_size() by Simon Glass · Sat May 27 07:38:13 2017 -0600
  17. a13d902 fdt: Add Python bindings by Simon Glass · Sat May 27 07:38:11 2017 -0600
  18. 0d0e3c9 string: Add strcspn() by Simon Glass · Thu May 18 20:09:29 2017 -0600
  19. 4355d42 string: Add strchrnul() by Simon Glass · Thu May 18 20:09:28 2017 -0600
  20. b35e6d6 cros_ec: Convert to support live tree by Simon Glass · Thu May 18 20:09:23 2017 -0600
  21. 0fbf66b dm: core: Add a place to put extra device-tree reading functions by Simon Glass · Thu May 18 20:09:02 2017 -0600
  22. 8ff57ae dm: Add a function to create a 'live' device tree by Simon Glass · Thu May 18 20:08:55 2017 -0600
  23. 264aa5f Convert CONFIG_LZMA to Kconfig by Simon Glass · Wed May 17 03:25:42 2017 -0600
  24. 5bdd919 lib: move hash CONFIG options to Kconfig by Tom Rini · Mon May 15 12:17:49 2017 -0400
  25. 6b2d40c tpm: Fix comparison of unsigned expression warning by Tom Rini · Wed May 10 15:20:18 2017 -0400
  26. e980590 rsa: Fix build with OpenSSL 1.1.x by Jelle van der Waa · Mon May 08 21:31:19 2017 +0200
  27. d6462bb lib/slre: remove superfluous assignment by xypron.glpk@gmx.de · Mon May 08 21:13:43 2017 +0200
  28. 5b661ec Allow boards to initialize the DT at runtime. by Alex Deymo · Sun Apr 02 01:25:20 2017 -0700
  29. 03f827e string: Use memcpy() within memmove() when we can by Simon Glass · Wed Apr 05 16:23:31 2017 -0600
  30. 42cc341 lib: circbuf: avoid possible null pointer dereference by xypron.glpk@gmx.de · Wed May 03 23:20:10 2017 +0200
  31. 528fdd1 Convert CONFIG_CMD_AES et al to Kconfig by Simon Glass · Wed Apr 26 22:27:49 2017 -0600
  32. 03017c5 Merge branch 'master' of git://git.denx.de/u-boot-socfpga by Tom Rini · Fri Apr 14 09:05:57 2017 -0400
  33. b25ae72 fdt: Add compatible strings for Arria 10 by Ley Foon Tan · Wed Apr 05 17:32:47 2017 +0800
  34. aa468b1 Merge git://git.denx.de/u-boot-dm by Tom Rini · Thu Apr 13 17:31:06 2017 -0400
  35. 847f59a fdtgrep: Cope with the /aliases node being last by Simon Glass · Sun Apr 02 12:26:44 2017 -0600
  36. d218320 lib: div64: sync with Linux by Peng Fan · Mon Apr 10 13:39:48 2017 +0800
  37. 0bda3e4 tiny-printf: Add support for %p format by Vignesh R · Mon Apr 10 12:23:22 2017 +0530
  38. 4a24308 Rename aes.h to uboot_aes.h by Stefano Babic · Wed Apr 05 18:08:00 2017 +0200
  39. 8fb2c77 libfdt: fix build with Python 3 by Stefan Agner · Wed Mar 29 12:41:23 2017 -0700
  40. dc9b229 fdt: Bring in changes from v1.4.4 by Simon Glass · Tue Mar 28 10:23:31 2017 -0600
  41. aa57d0f cmd: Expose a Kconfig option to enable UBIFS commands by Boris Brezillon · Mon Feb 27 18:22:06 2017 +0100
  42. 627dc18 mtd: ubi: Select RBTREE option from MTD_UBI Kconfig entry by Boris Brezillon · Mon Feb 27 18:22:05 2017 +0100
  43. a8bbc20 bch: Allow to build for the host by Maxime Ripard · Mon Feb 27 18:22:01 2017 +0100
  44. e2f94ae string: Provide a slimmed-down memset() by Simon Glass · Sun Apr 02 09:50:28 2017 -0600
  45. a5a7ea2 tpm: Add function to load keys via their parent's SHA1 hash by mario.six@gdsys.cc · Mon Mar 20 10:28:28 2017 +0100
  46. 621cc09 libfdt: use CONFIG_IS_ENABLED for OF_LIBFDT by Vignesh R · Mon Mar 20 10:04:38 2017 +0530
  47. 7bb238e Kconfig: Don't use RSA_FREESCALE_EXP on IMX by George McCollister · Thu Mar 16 16:17:06 2017 -0500
  48. f0fa113 Kconfig: introduce md5sum command selection by Andre Przywara · Wed Mar 15 01:19:05 2017 +0000
  49. be4246a Merge git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · Thu Mar 16 16:43:32 2017 -0400
  50. c1cb800 tiny-printf: add static to locally used functions by Masahiro Yamada · Sun Feb 12 18:08:43 2017 +0900
  51. a8e9f0a efi: Add a hook to allow adding memory mapping by York Sun · Mon Mar 06 09:02:27 2017 -0800
  52. ca37a39 x86: Use unsigned long for address in table generation by Simon Glass · Mon Jan 16 07:03:35 2017 -0700
  53. 4eceb6c lib: tpm: Add command to flush resources by Mario Six · Wed Jan 11 16:00:50 2017 +0100
  54. 21d3bce disk: convert CONFIG_ISO_PARTITION to Kconfig by Patrick Delaunay · Fri Jan 27 11:00:38 2017 +0100
  55. 23d1489 mkimage: Add support for signing with pkcs11 by George McCollister · Fri Jan 06 13:14:17 2017 -0600
  56. 0656248 lib: net_utils: enforce '.' as octet separator in string_to_ip by Chris Packham · Wed Jan 04 13:36:26 2017 +1300
  57. e917c36 lib: net_utils: make string_to_ip stricter by Chris Packham · Wed Jan 04 13:36:25 2017 +1300
  58. 29d2a62 delay: collect {m, n, u}delay declarations to include/linux/delay.h by Masahiro Yamada · Wed Dec 28 00:35:59 2016 +0900
  59. 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
  60. 79417c5 Merge branch 'master' of git://git.denx.de/u-boot-sunxi by Tom Rini · Tue Jan 10 08:19:21 2017 -0500
  61. cc21ab8 lib: gitignore *.elf and *.so generated by efi_loader by Ladislav Michl · Mon Jan 09 11:33:28 2017 +0100
  62. 7b303b8 SPL: tiny-printf: ignore "-" modifier by Andre Przywara · Mon Jan 02 11:48:29 2017 +0000
  63. 3211868 SPL: tiny-printf: add "l" modifier by Andre Przywara · Mon Jan 02 11:48:28 2017 +0000
  64. ba97b72 fdt: add memory bank decoding functions for board setup by Nathan Rossi · Mon Dec 19 00:03:34 2016 +1000
  65. b548351 efi_loader: Allow to compile helloworld.efi w/o bundling it by Alexander Graf · Thu Nov 17 22:40:10 2016 +0100
  66. 6616c82 image: Combine image_sig_algo with image_sign_info by Andrew Duda · Tue Nov 08 18:53:41 2016 +0000
  67. 06ca6d6 image: Add crypto_algo struct for RSA info by Andrew Duda · Tue Nov 08 18:53:41 2016 +0000
  68. 3db9ff0 rsa: Verify RSA padding programatically by Andrew Duda · Tue Nov 08 18:53:40 2016 +0000
  69. eed7e78 rsa: cosmetic: rename pad_len to key_len by Andrew Duda · Tue Nov 08 18:53:39 2016 +0000
  70. 2ebeb44 ls2080: Exit dpaa only right before exiting U-Boot by Alexander Graf · Thu Nov 17 01:02:57 2016 +0100
  71. d881f5f x86: Enable EFI loader support by Simon Glass · Mon Nov 07 08:47:16 2016 -0700
  72. fac4ced efi: Add support for a hello world test program by Simon Glass · Mon Nov 07 08:47:08 2016 -0700
  73. 6cbaac6 x86: Tidy up selection of building the EFI stub by Simon Glass · Mon Nov 07 08:47:06 2016 -0700
  74. d25bb30 efi: Correct cache flush alignment by Simon Glass · Mon Nov 07 08:47:04 2016 -0700
  75. a074d5d efi_loader: console: Correctly report modes by Emmanuel Vadot · Tue Nov 08 06:03:29 2016 +0100
  76. 5c861d4 efi: Use device device path type Messaging for network interface node by Oleksandr Tymoshenko · Mon Oct 24 10:47:01 2016 -0700
  77. 45841ca efi_loader: fix depends on line of EFI_LOADER by Masahiro Yamada · Thu Oct 20 00:23:43 2016 +0900
  78. 48fd0f1 libfdt: fix fdt_stringlist_search() by Masahiro Yamada · Mon Oct 17 20:22:34 2016 +0900
  79. 0a37826 libfdt: fix fdt_stringlist_count() by Masahiro Yamada · Mon Oct 17 20:22:33 2016 +0900
  80. 0b0490a libfdt: Sync overlay with upstream by Maxime Ripard · Mon Oct 17 22:50:18 2016 +0200
  81. 393dd91 efi_loader: Rename EFI_RUNTIME_{TEXT, DATA} to __efi_runtime{, _data} by Alexander Graf · Fri Oct 14 13:45:30 2016 +0200
  82. cdfe696 x86: efi: Add EFI loader support for x86 by Simon Glass · Sun Sep 25 15:27:35 2016 -0600
  83. c2194bf efi: Fix missing EFIAPI specifiers by Simon Glass · Sun Sep 25 15:27:32 2016 -0600
  84. 9a3e3e2 smbios: Provide serial number by Alexander Graf · Fri Aug 19 01:23:31 2016 +0200
  85. 9982e67 efi_loader: Fix efi_install_configuration_table by Alexander Graf · Fri Aug 19 01:23:30 2016 +0200
  86. 66f96e1 smbios: Expose in efi_loader as table by Alexander Graf · Fri Aug 19 01:23:29 2016 +0200
  87. e44b3c0 smbios: Generate type 4 on non-x86 systems by Alexander Graf · Fri Aug 19 01:23:28 2016 +0200
  88. e4a59ae smbios: Allow compilation on 64bit systems by Alexander Graf · Fri Aug 19 01:23:25 2016 +0200
  89. c5c1163 efi_loader: Expose efi_install_configuration_table by Alexander Graf · Fri Aug 19 01:23:24 2016 +0200
  90. fb22808 x86: Move smbios generation into arch independent directory by Alexander Graf · Fri Aug 19 01:23:23 2016 +0200
  91. ee532d9 x86: Move table csum into separate file by Alexander Graf · Fri Aug 19 01:23:21 2016 +0200
  92. bc76639 efi_loader: gop: Expose fb when 32bpp by Alexander Graf · Tue Jun 07 00:57:05 2016 +0200
  93. 0b12b86 efi_loader: Allow bouncing for network by Alexander Graf · Tue Sep 06 14:26:27 2016 +0200
  94. 7725609 efi_loader: Allow boards to implement get_time and reset_system by Alexander Graf · Tue Aug 16 21:08:45 2016 +0200
  95. 4e9ad8d efi_loader: Do not leak memory when unlinking a mapping by Stefan Brüns · Sat Oct 01 23:32:29 2016 +0200
  96. 9d65651 efi_loader: Keep memory mapping sorted when splitting an entry by Stefan Brüns · Sat Oct 01 23:32:28 2016 +0200
  97. a4f4302 efi_loader: Readd freed pages to memory pool by Stefan Brüns · Sat Oct 01 23:32:27 2016 +0200
  98. 67b67d9 efi_loader: Track size of pool allocations to allow freeing by Stefan Brüns · Sun Oct 09 22:17:26 2016 +0200
  99. 5a09aef efi_loader: Move efi_allocate_pool implementation to efi_memory.c by Stefan Brüns · Sun Oct 09 22:17:18 2016 +0200
  100. 95d2e7e efi_loader: Fix crash on 32-bit systems by Robin Randhawa · Tue Sep 13 18:36:53 2016 +0100