1. 0ab0037 efi_loader: fix Sphinx warning by Heinrich Schuchardt · 3 years, 6 months ago
  2. e5c2281 efi_loader: efi_capsule_delete_file() NULL dereference by Heinrich Schuchardt · 3 years, 6 months ago
  3. 54f180d efi_loader: partition numbers are hexadecimal by Heinrich Schuchardt · 3 years, 6 months ago
  4. 2af5af3 fastboot: Fix overflow when calculating chunk size by Sean Anderson · 3 years, 6 months ago
  5. 70be5a6 efi_loader: add PE/COFF image measurement by Masahisa Kojima · 3 years, 6 months ago
  6. 1a69f4d efi_loader: Work-around build issue due to missing hash_calculate() by Alexandru Gagniuc · 3 years, 6 months ago
  7. 57e5636 Revert "lib: introduce HASH_CALCULATE option" by Alexandru Gagniuc · 3 years, 6 months ago
  8. 09402b1 efi_loader: Fix coverity warnings for efi tcg2 protocol by Ilias Apalodimas · 3 years, 6 months ago
  9. 190b0a2 efi_loader: Fix -Wextra warning for EFI TCG2 by Ilias Apalodimas · 3 years, 6 months ago
  10. 158c0d7 efi_loader: path length in efi_dp_from_name() by Heinrich Schuchardt · 3 years, 6 months ago
  11. 915e427 efi_loader: expose efi_image_parse() even if UEFI Secure Boot is disabled by Masahisa Kojima · 3 years, 7 months ago
  12. 2426963 efi_loader: remove weak efi_get_public_key_data() by Heinrich Schuchardt · 3 years, 6 months ago
  13. 7bd4e1d sandbox: errno: avoid conflict with libc's errno by Marek Behún · 3 years, 6 months ago
  14. f566a18 lib: crc32: put the crc_table variable into efi_runtime_rodata section by Marek Behún · 3 years, 6 months ago
  15. 3d2010c efi_selftest: compiler flags for efi_selftest_miniapp_exception.o by Marek Behún · 3 years, 6 months ago
  16. cde6978 string: make memcpy(), memset(), memcmp() and memmove() visible for LTO by Marek Behún · 3 years, 6 months ago
  17. 4bebdd3 treewide: Convert macro and uses of __section(foo) to __section("foo") by Marek Behún · 3 years, 6 months ago
  18. c9155f1 lib: kconfig: Limit BINMAN_FDT for OF_SEPARATE or OF_EMBED by Bin Meng · 3 years, 7 months ago
  19. 8a8eeee lib: introduce HASH_CALCULATE option by Masahisa Kojima · 3 years, 7 months ago
  20. cc29c9b efi_loader: Fix Kconfig for EFI_TCG2 protocol by Ilias Apalodimas · 3 years, 7 months ago
  21. 5a2baf9 efi_loader: Don't stop EFI subsystem init if installing TCG2 fails by Ilias Apalodimas · 3 years, 7 months ago
  22. fa5217d efi_loader: Uninstall the TCG2 protocol if logging s-crtm fails by Ilias Apalodimas · 3 years, 7 months ago
  23. 7df2f06 efi_loader: Clean up tcg2 once in case of failure by Ilias Apalodimas · 3 years, 7 months ago
  24. ca02db2 efi_loader: loosen buffer parameter check in efi_file_read_int by Peng Fan · 3 years, 7 months ago
  25. d1bd849 efi_loader: capsule: Remove the check for capsule_authentication_enabled environment variable by Sughosh Ganu · 3 years, 8 months ago
  26. d42f81f hash: Kconfig option for SHA512 hardware acceleration by Heinrich Schuchardt · 3 years, 7 months ago
  27. ba1fc38 efi_loader: build warning in efi_tcg2_hash_log_extend_event by Heinrich Schuchardt · 3 years, 7 months ago
  28. 2a28c6e dm: core: Add address translation in fdt_get_resource by Patrick Delaunay · 3 years, 8 months ago
  29. fa390e6 efi_loader: capsule: return a correct error code at find_boot_device() by AKASHI Takahiro · 3 years, 7 months ago
  30. af886ce efi: Fix ESRT refresh after Capsule update by Jose Marinho · 3 years, 7 months ago
  31. 754b3a4 efi_loader: simplify tcg2_create_digest() by Ilias Apalodimas · 3 years, 7 months ago
  32. 476ff2c efi_loader: missing include in efi_string.c by Heinrich Schuchardt · 3 years, 7 months ago
  33. 71cc9c5 lmb: Add 2 config to define the max number of regions by Patrick Delaunay · 3 years, 9 months ago
  34. cd831af lmb: move MAX_LMB_REGIONS value in Kconfig by Patrick Delaunay · 3 years, 9 months ago
  35. 8c69fc2 lmb: add a max parameter in the struct lmb_region by Patrick Delaunay · 3 years, 9 months ago
  36. bab3296 lmb: remove lmb_region.size by Patrick Delaunay · 3 years, 9 months ago
  37. d62063d lmb: move CONFIG_LMB in Kconfig by Patrick Delaunay · 3 years, 9 months ago
  38. b07f3db lz4: Fix unaligned accesses by Karl Beldan · 3 years, 9 months ago
  39. eb74a90 efi_loader: fix possible buffer overflow by Masahisa Kojima · 3 years, 8 months ago
  40. aa27e5d efi_loader: memory leak in efi_capsule_scan_dir() by Heinrich Schuchardt · 3 years, 8 months ago
  41. 1554352 efi_loader: esrt: Remove incorrect invocations of EFI_CALL macro by Sughosh Ganu · 3 years, 8 months ago
  42. 0bdd4ee lib/rsa: Use EVP_PKEY instead of RSA by Chan, Donald · 3 years, 8 months ago
  43. 80c81a3 lib/ecdsa: Use the 'keydir' argument from mkimage if appropriate by Alexandru Gagniuc · 3 years, 9 months ago
  44. a35da20 lib/rsa: Use the 'keyfile' argument from mkimage by Alexandru Gagniuc · 3 years, 9 months ago
  45. 3ebd200 lib: Add support for ECDSA image signing by Alexandru Gagniuc · 3 years, 9 months ago
  46. 32abcbd lib/rsa: Make fdt_add_bignum() available outside of RSA code by Alexandru Gagniuc · 3 years, 9 months ago
  47. db182c4 lib: Rename rsa-checksum.c to hash-checksum.c by Alexandru Gagniuc · 3 years, 9 months ago
  48. 9297a7f lib: string: Implement strlcat by Sean Anderson · 3 years, 9 months ago
  49. 2f51257 lib: string: Fix strlcpy return value by Sean Anderson · 3 years, 9 months ago
  50. 92efc1f hash: Allow for SHA512 hardware implementations by Joel Stanley · 3 years, 9 months ago
  51. 0538140 lib: optee: migration optee_copy_fdt_nodes for OF_LIVE support by Patrick Delaunay · 3 years, 10 months ago
  52. 4390e76 efi_loader: Change ptr arithmetics tcg eventlog buffer by Ilias Apalodimas · 3 years, 8 months ago
  53. 13ddf77 efi_loader: esrt: wrong type for LocateHandleBuffer() by Heinrich Schuchardt · 3 years, 8 months ago
  54. 60f4409 efi_loader: use correct printf codes by Heinrich Schuchardt · 3 years, 8 months ago
  55. 2fa9866 efi_loader: efi_esrt: Fix the build warning for 32 bit systems by Sughosh Ganu · 3 years, 8 months ago
  56. 3f5318f efi_loader: Kconfig: Select IMAGE_SIGN_INFO when capsule authentication is enabled by Sughosh Ganu · 3 years, 8 months ago
  57. fc4ca6b efi_loader: Cleanup get_var duplication by Ilias Apalodimas · 3 years, 8 months ago
  58. 8183f43 Merge branch 'next' by Tom Rini · 3 years, 8 months ago
  59. 6a6a861 efi_loader: typo 'devide path' by Heinrich Schuchardt · 3 years, 8 months ago
  60. 91853b0 efi_loader: Uart device path missing break by Heinrich Schuchardt · 3 years, 8 months ago
  61. 171c646 bloblist: Make BLOBLIST_TABLES depend on BLOBLIST by Simon Glass · 3 years, 9 months ago
  62. 5dc338f binman: Show a message when changing subnodes by Simon Glass · 3 years, 9 months ago
  63. 3971a2a smbios: Allow writing to the coreboot version string by Simon Glass · 3 years, 9 months ago
  64. 03d0d76 efi_loader: Clean up file size calculations by Ilias Apalodimas · 3 years, 8 months ago
  65. c7c782a efi_selfest: redefine enum efi_test_phase by Heinrich Schuchardt · 3 years, 8 months ago
  66. f576f7d efi_loader: Add an S-CRTM even for firmware version by Ilias Apalodimas · 3 years, 8 months ago
  67. 1b278e6 efi_loader: EFI TCG2 free efi memory on protocol failure by Ilias Apalodimas · 3 years, 8 months ago
  68. 5169ffc efi: ESRT creation tests by Jose Marinho · 3 years, 9 months ago
  69. ebb61ee efi: Add ESRT to the EFI system table by Jose Marinho · 3 years, 9 months ago
  70. b307e3d efi_loader: Replace config option for initrd loading by Ilias Apalodimas · 3 years, 9 months ago
  71. aa0f755 efi_loader: Add helper functions for EFI by Ilias Apalodimas · 3 years, 9 months ago
  72. 483d28e efi_loader: Add device path related functions for initrd via Boot#### by Ilias Apalodimas · 3 years, 9 months ago
  73. 77c0da8 efi_loader: Uart device path by Heinrich Schuchardt · 3 years, 8 months ago
  74. 5381cbc efi_loader: NULL dereference in EFI console by Heinrich Schuchardt · 3 years, 9 months ago
  75. 83698b2 efi: Fix compiler warnings by Simon Glass · 3 years, 10 months ago
  76. d194dea efi_selftest: Remove loadfile2 for initrd selftests by Ilias Apalodimas · 3 years, 9 months ago
  77. d3170e1 efi_selftest: illegal cast to pointer in initrddump by Heinrich Schuchardt · 3 years, 9 months ago
  78. 7a147d7 efi_loader: fix memory type for memory reservation block by Mark Kettenis · 3 years, 9 months ago
  79. 7997960 efi_loader: disable GRUB_ARM32_WORKAROUND on ARCH_SUNXI by Heinrich Schuchardt · 3 years, 9 months ago
  80. 26fce53 efi_loader: Uart device path by Heinrich Schuchardt · 3 years, 8 months ago
  81. ae165ef efi_loader: NULL dereference in EFI console by Heinrich Schuchardt · 3 years, 9 months ago
  82. c665dbf efi: Fix compiler warnings by Simon Glass · 3 years, 10 months ago
  83. 7a896df efi_selftest: Remove loadfile2 for initrd selftests by Ilias Apalodimas · 3 years, 9 months ago
  84. 22f038f efi_selftest: illegal cast to pointer in initrddump by Heinrich Schuchardt · 3 years, 9 months ago
  85. cdcef02 efi_loader: fix memory type for memory reservation block by Mark Kettenis · 3 years, 9 months ago
  86. a579915 efi_loader: disable GRUB_ARM32_WORKAROUND on ARCH_SUNXI by Heinrich Schuchardt · 3 years, 9 months ago
  87. d280d81 Merge tag 'v2021.04-rc4' into next by Tom Rini · 3 years, 9 months ago
  88. 6aa77ac lib/charset: UTF-8 stream conversion by Heinrich Schuchardt · 3 years, 9 months ago
  89. e3fa74b lib/charset: utf8_get() should return error by Heinrich Schuchardt · 3 years, 9 months ago
  90. 91fb089 efi_loader: carve out utf_to_cp() by Heinrich Schuchardt · 3 years, 9 months ago
  91. a9ff07b efi_loader: move codepage 437 table by Heinrich Schuchardt · 3 years, 9 months ago
  92. 39a9ab4 efi_loader: console size of vidconsole by Heinrich Schuchardt · 3 years, 9 months ago
  93. 0a5fee5 lib: kconfig: Mention CONFIG_ADDR_MAP limitation in the help by Bin Meng · 3 years, 9 months ago
  94. e151403 lib: addr_map: Move address_map[] type to the header file by Bin Meng · 3 years, 9 months ago
  95. c5e8b31 lib: Fix BINMAN_FDT dependency by Bin Meng · 3 years, 10 months ago
  96. 77759db tpm: Allow disabling platform hierarchy with TPM2 by Simon Glass · 3 years, 10 months ago
  97. e9d3d59 tpm: Add TPM2 support for write_lock by Simon Glass · 3 years, 10 months ago
  98. 3d930ed tpm: Add TPM2 support for read/write values by Simon Glass · 3 years, 10 months ago
  99. 713c58a tpm: Add an implementation of define_space by Simon Glass · 3 years, 10 months ago
  100. 3b3ac8b tpm: Reduce duplication in a few functions by Simon Glass · 3 years, 10 months ago