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