1. cf2064d fdt: Add Python bindings by Simon Glass · 7 years ago
  2. a7d0021 string: Add strcspn() by Simon Glass · 7 years ago
  3. 6b45ba4 string: Add strchrnul() by Simon Glass · 7 years ago
  4. 2ec9d17 cros_ec: Convert to support live tree by Simon Glass · 7 years ago
  5. b7e0d73 dm: core: Add a place to put extra device-tree reading functions by Simon Glass · 7 years ago
  6. 8b50d52 dm: Add a function to create a 'live' device tree by Simon Glass · 7 years ago
  7. aed998a Convert CONFIG_LZMA to Kconfig by Simon Glass · 7 years ago
  8. 089df18 lib: move hash CONFIG options to Kconfig by Tom Rini · 7 years ago
  9. 667d685 tpm: Fix comparison of unsigned expression warning by Tom Rini · 7 years ago
  10. c3b4328 rsa: Fix build with OpenSSL 1.1.x by Jelle van der Waa · 7 years ago
  11. b8865e6 lib/slre: remove superfluous assignment by xypron.glpk@gmx.de · 7 years ago
  12. 82f766d Allow boards to initialize the DT at runtime. by Alex Deymo · 8 years ago
  13. cb0eae8 string: Use memcpy() within memmove() when we can by Simon Glass · 8 years ago
  14. 05d887b lib: circbuf: avoid possible null pointer dereference by xypron.glpk@gmx.de · 7 years ago
  15. b1a873d Convert CONFIG_CMD_AES et al to Kconfig by Simon Glass · 7 years ago
  16. c1a16c3 Merge branch 'master' of git://git.denx.de/u-boot-socfpga by Tom Rini · 7 years ago
  17. e11b5e8 fdt: Add compatible strings for Arria 10 by Ley Foon Tan · 8 years ago
  18. b7b24a7 Merge git://git.denx.de/u-boot-dm by Tom Rini · 7 years ago
  19. c47a38b fdtgrep: Cope with the /aliases node being last by Simon Glass · 8 years ago
  20. 0342e33 lib: div64: sync with Linux by Peng Fan · 7 years ago
  21. cdce1f7 tiny-printf: Add support for %p format by Vignesh R · 7 years ago
  22. b80c0b9 Rename aes.h to uboot_aes.h by Stefano Babic · 8 years ago
  23. 9963890 libfdt: fix build with Python 3 by Stefan Agner · 8 years ago
  24. 92688a0 fdt: Bring in changes from v1.4.4 by Simon Glass · 8 years ago
  25. 173aafb cmd: Expose a Kconfig option to enable UBIFS commands by Boris Brezillon · 8 years ago
  26. aa04915 mtd: ubi: Select RBTREE option from MTD_UBI Kconfig entry by Boris Brezillon · 8 years ago
  27. 71d2c07 bch: Allow to build for the host by Maxime Ripard · 8 years ago
  28. ab4458b string: Provide a slimmed-down memset() by Simon Glass · 8 years ago
  29. 0f4b2ba tpm: Add function to load keys via their parent's SHA1 hash by mario.six@gdsys.cc · 8 years ago
  30. 5efa1bf libfdt: use CONFIG_IS_ENABLED for OF_LIBFDT by Vignesh R · 8 years ago
  31. f4e9ff7 Kconfig: Don't use RSA_FREESCALE_EXP on IMX by George McCollister · 8 years ago
  32. bea79d7 Kconfig: introduce md5sum command selection by Andre Przywara · 8 years ago
  33. ce38ebb Merge git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 8 years ago
  34. 433cbfb tiny-printf: add static to locally used functions by Masahiro Yamada · 8 years ago
  35. 4263374 efi: Add a hook to allow adding memory mapping by York Sun · 8 years ago
  36. 42fd8c1 x86: Use unsigned long for address in table generation by Simon Glass · 8 years ago
  37. 7690be3 lib: tpm: Add command to flush resources by Mario Six · 8 years ago
  38. 1acc008 disk: convert CONFIG_ISO_PARTITION to Kconfig by Patrick Delaunay · 8 years ago
  39. f1ca1fd mkimage: Add support for signing with pkcs11 by George McCollister · 8 years ago
  40. f267e40 lib: net_utils: enforce '.' as octet separator in string_to_ip by Chris Packham · 8 years ago
  41. d921ed9 lib: net_utils: make string_to_ip stricter by Chris Packham · 8 years ago
  42. 5bc516e delay: collect {m, n, u}delay declarations to include/linux/delay.h by Masahiro Yamada · 8 years ago
  43. 46743c4 libfdt: Correct fdt handling of overlays without fixups and base trees without symbols by David Gibson · 8 years ago
  44. 0b84043 Merge branch 'master' of git://git.denx.de/u-boot-sunxi by Tom Rini · 8 years ago
  45. 8361af0 lib: gitignore *.elf and *.so generated by efi_loader by Ladislav Michl · 8 years ago
  46. 1c85362 SPL: tiny-printf: ignore "-" modifier by Andre Przywara · 8 years ago
  47. a28e1d9 SPL: tiny-printf: add "l" modifier by Andre Przywara · 8 years ago
  48. 623f601 fdt: add memory bank decoding functions for board setup by Nathan Rossi · 8 years ago
  49. 95b62b2 efi_loader: Allow to compile helloworld.efi w/o bundling it by Alexander Graf · 8 years ago
  50. 83dd98e image: Combine image_sig_algo with image_sign_info by Andrew Duda · 8 years ago
  51. 0c1d74f image: Add crypto_algo struct for RSA info by Andrew Duda · 8 years ago
  52. da29f29 rsa: Verify RSA padding programatically by Andrew Duda · 8 years ago
  53. 5300a4f rsa: cosmetic: rename pad_len to key_len by Andrew Duda · 8 years ago
  54. b7b8410 ls2080: Exit dpaa only right before exiting U-Boot by Alexander Graf · 8 years ago
  55. 58ad862 x86: Enable EFI loader support by Simon Glass · 8 years ago
  56. c7ae3df efi: Add support for a hello world test program by Simon Glass · 8 years ago
  57. 5abd913 x86: Tidy up selection of building the EFI stub by Simon Glass · 8 years ago
  58. d0d9099 efi: Correct cache flush alignment by Simon Glass · 8 years ago
  59. 5be8b0a efi_loader: console: Correctly report modes by Emmanuel Vadot · 8 years ago
  60. d7608ab efi: Use device device path type Messaging for network interface node by Oleksandr Tymoshenko · 8 years ago
  61. 456ca6b efi_loader: fix depends on line of EFI_LOADER by Masahiro Yamada · 8 years ago
  62. 01ae56c libfdt: fix fdt_stringlist_search() by Masahiro Yamada · 8 years ago
  63. 7c9786d libfdt: fix fdt_stringlist_count() by Masahiro Yamada · 8 years ago
  64. 610db70 libfdt: Sync overlay with upstream by Maxime Ripard · 8 years ago
  65. 3c63db9 efi_loader: Rename EFI_RUNTIME_{TEXT, DATA} to __efi_runtime{, _data} by Alexander Graf · 8 years ago
  66. 65e4c0b x86: efi: Add EFI loader support for x86 by Simon Glass · 8 years ago
  67. e275458 efi: Fix missing EFIAPI specifiers by Simon Glass · 8 years ago
  68. 6fb580d smbios: Provide serial number by Alexander Graf · 8 years ago
  69. aba5e91 efi_loader: Fix efi_install_configuration_table by Alexander Graf · 8 years ago
  70. e663b35 smbios: Expose in efi_loader as table by Alexander Graf · 8 years ago
  71. 9647620 smbios: Generate type 4 on non-x86 systems by Alexander Graf · 8 years ago
  72. e824cf3 smbios: Allow compilation on 64bit systems by Alexander Graf · 8 years ago
  73. 488bf12 efi_loader: Expose efi_install_configuration_table by Alexander Graf · 8 years ago
  74. 4b6dddc x86: Move smbios generation into arch independent directory by Alexander Graf · 8 years ago
  75. 1befb38 x86: Move table csum into separate file by Alexander Graf · 8 years ago
  76. 8f661a5 efi_loader: gop: Expose fb when 32bpp by Alexander Graf · 8 years ago
  77. 712cd29 efi_loader: Allow bouncing for network by Alexander Graf · 8 years ago
  78. 80a4800 efi_loader: Allow boards to implement get_time and reset_system by Alexander Graf · 8 years ago
  79. 511d0b9 efi_loader: Do not leak memory when unlinking a mapping by Stefan Brüns · 8 years ago
  80. b6a9517 efi_loader: Keep memory mapping sorted when splitting an entry by Stefan Brüns · 8 years ago
  81. b61d857 efi_loader: Readd freed pages to memory pool by Stefan Brüns · 8 years ago
  82. 42417bc efi_loader: Track size of pool allocations to allow freeing by Stefan Brüns · 8 years ago
  83. ead1274 efi_loader: Move efi_allocate_pool implementation to efi_memory.c by Stefan Brüns · 8 years ago
  84. 991d62f efi_loader: Fix crash on 32-bit systems by Robin Randhawa · 8 years ago
  85. bdf5c1b efi_loader: Fix memory map size check to avoid out-of-bounds access by Stefan Brüns · 8 years ago
  86. 852efbf efi_loader: Update description of internal efi_mem_carve_out by Stefan Brüns · 8 years ago
  87. ebf7fff spl: move FDT_FIXUP_PARTITIONS to Kconfig by Heiko Schocher · 8 years ago
  88. 42b7600 libfdt: Drop inlining of fdt_path_offset() by Simon Glass · 8 years ago
  89. df87e6b libfdt: Sync fdt_for_each_subnode() with upstream by Simon Glass · 8 years ago
  90. b02e404 libfdt: Bring in upstream stringlist functions by Simon Glass · 8 years ago
  91. 9c07b98 libfdt: Sync up with upstream by Simon Glass · 8 years ago
  92. 491c7b6 libfdt: Fix undefined behaviour in fdt_offset_ptr() by David Gibson · 8 years ago
  93. b91c6a1 Fix return value in trailing_strtoln() by Simon Glass · 8 years ago
  94. d2d9bdf spl: saveenv: adding saveenv support in SPL by B, Ravi · 8 years ago
  95. 692fcdd arm: Add return value argument to longjmp by Alexander Graf · 8 years ago
  96. fc0b594 Various, accumulated typos collected from around the tree. by Robert P. J. Day · 8 years ago
  97. d025021 gunzip: cache-align write buffer memory by Clemens Gruber · 8 years ago
  98. 1221ce4 treewide: replace #include <asm/errno.h> with <linux/errno.h> by Masahiro Yamada · 8 years ago
  99. 7dc0789 libfdt: simplify fdt_del_mem_rsv() by Masahiro Yamada · 8 years ago
  100. babdbde dtoc: Support finding the offset of a property by Simon Glass · 8 years ago