1. a581dc1 lib: move rtc-lib.c to lib by Heinrich Schuchardt · 3 years, 6 months ago
  2. 1016575 efi_loader: Fix to set bootdev_root correctly if bootdev found by Masami Hiramatsu · 3 years, 5 months ago
  3. b1fae8c efi_loader: set CapsuleLast after each capsule by Heinrich Schuchardt · 3 years, 5 months ago
  4. 24adaa7 efi_loader: missing EFI_CALL() in set_capsule_result by Heinrich Schuchardt · 3 years, 5 months ago
  5. e3087a1 efi_loader: rework messages for capsule updates by Heinrich Schuchardt · 3 years, 5 months ago
  6. 69f722b efi_loader: provide file attributes in EFI_FILE_PROTOCOL.Read() by Heinrich Schuchardt · 3 years, 6 months ago
  7. 75cdf09 lib: remove superfluous #ifdefs from date.c by Heinrich Schuchardt · 3 years, 5 months ago
  8. bfc606b Merge branch 'next' by Tom Rini · 3 years, 5 months ago
  9. a38d0cb efi_loader: Allow capsule update on-disk without checking OsIndications by Ilias Apalodimas · 3 years, 5 months ago
  10. a306a12 efi_loader: clear OsIndications by Heinrich Schuchardt · 3 years, 5 months ago
  11. aee5330 efi_loader: Improve the parameter check for QueryVariableInfo() by Masami Hiramatsu · 3 years, 5 months ago
  12. c86d2bb efi_loader: missing parentheses in query_console_size by Heinrich Schuchardt · 3 years, 5 months ago
  13. fac773e efi_loader: Always install FMPs by Ilias Apalodimas · 3 years, 5 months ago
  14. 967334d efi_loader: Force a single FMP instance per hardware store by Ilias Apalodimas · 3 years, 5 months ago
  15. f538852 efi: Fix to use null handle to create new handle for efi_fmp_raw by Masami Hiramatsu · 3 years, 5 months ago
  16. 73871d2 Merge tag 'efi-2021-07-rc5-2' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 3 years, 5 months ago
  17. d3e8b73 Merge tag 'v2021.07-rc5' into next by Tom Rini · 3 years, 5 months ago
  18. a11ee78 arm64: Fix relocation of env_addr if POSITION_INDEPENDENT=y by Kunihiko Hayashi · 3 years, 5 months ago
  19. 07e1a13 smbios: Fix SMBIOS tables by Ilias Apalodimas · 3 years, 6 months ago
  20. 15578bc smbios: Fix BIOS Characteristics Extension Byte 2 by Ilias Apalodimas · 3 years, 6 months ago
  21. 9809bcc smbios: convert function descriptions to Sphinx style by Heinrich Schuchardt · 3 years, 6 months ago
  22. cf7b04d efi_loader: TPL_HIGH_LEVEL not allowed for CreateEvent by Heinrich Schuchardt · 3 years, 6 months ago
  23. cfbe15c lib: rational: copy the rational fraction lib routines from Linux by Tero Kristo · 3 years, 6 months ago
  24. 0ab0037 efi_loader: fix Sphinx warning by Heinrich Schuchardt · 3 years, 6 months ago
  25. e5c2281 efi_loader: efi_capsule_delete_file() NULL dereference by Heinrich Schuchardt · 3 years, 6 months ago
  26. 54f180d efi_loader: partition numbers are hexadecimal by Heinrich Schuchardt · 3 years, 6 months ago
  27. 02b8f1a display_options: Split print_buffer() into two functions by Simon Glass · 3 years, 7 months ago
  28. 734f76f hexdump: Allow ctrl-c to interrupt output by Simon Glass · 3 years, 7 months ago
  29. f1d0647 hexdump: Support any rowsize by Simon Glass · 3 years, 7 months ago
  30. 2650715 hexdump: Add support for sandbox by Simon Glass · 3 years, 7 months ago
  31. 86d1d2a hexdump: Move API to header file by Simon Glass · 3 years, 7 months ago
  32. 85c8fc5 display_options: Drop two spaces before the ASCII column by Simon Glass · 3 years, 7 months ago
  33. 4812002 lmb: add lmb_dump_region() function by Patrick Delaunay · 3 years, 7 months ago
  34. db2c9aa lmb: add lmb_is_reserved_flags by Patrick Delaunay · 3 years, 7 months ago
  35. e11c908 lmb: Add support of flags for no-map properties by Patrick Delaunay · 3 years, 7 months ago
  36. 2af5af3 fastboot: Fix overflow when calculating chunk size by Sean Anderson · 3 years, 6 months ago
  37. 70be5a6 efi_loader: add PE/COFF image measurement by Masahisa Kojima · 3 years, 6 months ago
  38. 1a69f4d efi_loader: Work-around build issue due to missing hash_calculate() by Alexandru Gagniuc · 3 years, 6 months ago
  39. 57e5636 Revert "lib: introduce HASH_CALCULATE option" by Alexandru Gagniuc · 3 years, 6 months ago
  40. 09402b1 efi_loader: Fix coverity warnings for efi tcg2 protocol by Ilias Apalodimas · 3 years, 6 months ago
  41. 190b0a2 efi_loader: Fix -Wextra warning for EFI TCG2 by Ilias Apalodimas · 3 years, 6 months ago
  42. 158c0d7 efi_loader: path length in efi_dp_from_name() by Heinrich Schuchardt · 3 years, 6 months ago
  43. 915e427 efi_loader: expose efi_image_parse() even if UEFI Secure Boot is disabled by Masahisa Kojima · 3 years, 6 months ago
  44. 2426963 efi_loader: remove weak efi_get_public_key_data() by Heinrich Schuchardt · 3 years, 6 months ago
  45. 7bd4e1d sandbox: errno: avoid conflict with libc's errno by Marek Behún · 3 years, 6 months ago
  46. f566a18 lib: crc32: put the crc_table variable into efi_runtime_rodata section by Marek Behún · 3 years, 6 months ago
  47. 3d2010c efi_selftest: compiler flags for efi_selftest_miniapp_exception.o by Marek Behún · 3 years, 6 months ago
  48. cde6978 string: make memcpy(), memset(), memcmp() and memmove() visible for LTO by Marek Behún · 3 years, 6 months ago
  49. 4bebdd3 treewide: Convert macro and uses of __section(foo) to __section("foo") by Marek Behún · 3 years, 6 months ago
  50. c9155f1 lib: kconfig: Limit BINMAN_FDT for OF_SEPARATE or OF_EMBED by Bin Meng · 3 years, 7 months ago
  51. 8a8eeee lib: introduce HASH_CALCULATE option by Masahisa Kojima · 3 years, 7 months ago
  52. cc29c9b efi_loader: Fix Kconfig for EFI_TCG2 protocol by Ilias Apalodimas · 3 years, 7 months ago
  53. 5a2baf9 efi_loader: Don't stop EFI subsystem init if installing TCG2 fails by Ilias Apalodimas · 3 years, 7 months ago
  54. fa5217d efi_loader: Uninstall the TCG2 protocol if logging s-crtm fails by Ilias Apalodimas · 3 years, 7 months ago
  55. 7df2f06 efi_loader: Clean up tcg2 once in case of failure by Ilias Apalodimas · 3 years, 7 months ago
  56. ca02db2 efi_loader: loosen buffer parameter check in efi_file_read_int by Peng Fan · 3 years, 7 months ago
  57. d1bd849 efi_loader: capsule: Remove the check for capsule_authentication_enabled environment variable by Sughosh Ganu · 3 years, 8 months ago
  58. d42f81f hash: Kconfig option for SHA512 hardware acceleration by Heinrich Schuchardt · 3 years, 6 months ago
  59. ba1fc38 efi_loader: build warning in efi_tcg2_hash_log_extend_event by Heinrich Schuchardt · 3 years, 7 months ago
  60. 2a28c6e dm: core: Add address translation in fdt_get_resource by Patrick Delaunay · 3 years, 8 months ago
  61. fa390e6 efi_loader: capsule: return a correct error code at find_boot_device() by AKASHI Takahiro · 3 years, 7 months ago
  62. af886ce efi: Fix ESRT refresh after Capsule update by Jose Marinho · 3 years, 7 months ago
  63. 754b3a4 efi_loader: simplify tcg2_create_digest() by Ilias Apalodimas · 3 years, 7 months ago
  64. 476ff2c efi_loader: missing include in efi_string.c by Heinrich Schuchardt · 3 years, 7 months ago
  65. 71cc9c5 lmb: Add 2 config to define the max number of regions by Patrick Delaunay · 3 years, 9 months ago
  66. cd831af lmb: move MAX_LMB_REGIONS value in Kconfig by Patrick Delaunay · 3 years, 9 months ago
  67. 8c69fc2 lmb: add a max parameter in the struct lmb_region by Patrick Delaunay · 3 years, 9 months ago
  68. bab3296 lmb: remove lmb_region.size by Patrick Delaunay · 3 years, 9 months ago
  69. d62063d lmb: move CONFIG_LMB in Kconfig by Patrick Delaunay · 3 years, 9 months ago
  70. b07f3db lz4: Fix unaligned accesses by Karl Beldan · 3 years, 8 months ago
  71. eb74a90 efi_loader: fix possible buffer overflow by Masahisa Kojima · 3 years, 7 months ago
  72. aa27e5d efi_loader: memory leak in efi_capsule_scan_dir() by Heinrich Schuchardt · 3 years, 8 months ago
  73. 1554352 efi_loader: esrt: Remove incorrect invocations of EFI_CALL macro by Sughosh Ganu · 3 years, 7 months ago
  74. 0bdd4ee lib/rsa: Use EVP_PKEY instead of RSA by Chan, Donald · 3 years, 8 months ago
  75. 80c81a3 lib/ecdsa: Use the 'keydir' argument from mkimage if appropriate by Alexandru Gagniuc · 3 years, 9 months ago
  76. a35da20 lib/rsa: Use the 'keyfile' argument from mkimage by Alexandru Gagniuc · 3 years, 9 months ago
  77. 3ebd200 lib: Add support for ECDSA image signing by Alexandru Gagniuc · 3 years, 9 months ago
  78. 32abcbd lib/rsa: Make fdt_add_bignum() available outside of RSA code by Alexandru Gagniuc · 3 years, 9 months ago
  79. db182c4 lib: Rename rsa-checksum.c to hash-checksum.c by Alexandru Gagniuc · 3 years, 9 months ago
  80. 9297a7f lib: string: Implement strlcat by Sean Anderson · 3 years, 9 months ago
  81. 2f51257 lib: string: Fix strlcpy return value by Sean Anderson · 3 years, 9 months ago
  82. 92efc1f hash: Allow for SHA512 hardware implementations by Joel Stanley · 3 years, 9 months ago
  83. 0538140 lib: optee: migration optee_copy_fdt_nodes for OF_LIVE support by Patrick Delaunay · 3 years, 10 months ago
  84. 4390e76 efi_loader: Change ptr arithmetics tcg eventlog buffer by Ilias Apalodimas · 3 years, 8 months ago
  85. 13ddf77 efi_loader: esrt: wrong type for LocateHandleBuffer() by Heinrich Schuchardt · 3 years, 8 months ago
  86. 60f4409 efi_loader: use correct printf codes by Heinrich Schuchardt · 3 years, 8 months ago
  87. 2fa9866 efi_loader: efi_esrt: Fix the build warning for 32 bit systems by Sughosh Ganu · 3 years, 8 months ago
  88. 3f5318f efi_loader: Kconfig: Select IMAGE_SIGN_INFO when capsule authentication is enabled by Sughosh Ganu · 3 years, 8 months ago
  89. fc4ca6b efi_loader: Cleanup get_var duplication by Ilias Apalodimas · 3 years, 8 months ago
  90. 8183f43 Merge branch 'next' by Tom Rini · 3 years, 8 months ago
  91. 6a6a861 efi_loader: typo 'devide path' by Heinrich Schuchardt · 3 years, 8 months ago
  92. 91853b0 efi_loader: Uart device path missing break by Heinrich Schuchardt · 3 years, 8 months ago
  93. 171c646 bloblist: Make BLOBLIST_TABLES depend on BLOBLIST by Simon Glass · 3 years, 8 months ago
  94. 5dc338f binman: Show a message when changing subnodes by Simon Glass · 3 years, 8 months ago
  95. 3971a2a smbios: Allow writing to the coreboot version string by Simon Glass · 3 years, 8 months ago
  96. 03d0d76 efi_loader: Clean up file size calculations by Ilias Apalodimas · 3 years, 8 months ago
  97. c7c782a efi_selfest: redefine enum efi_test_phase by Heinrich Schuchardt · 3 years, 8 months ago
  98. f576f7d efi_loader: Add an S-CRTM even for firmware version by Ilias Apalodimas · 3 years, 8 months ago
  99. 1b278e6 efi_loader: EFI TCG2 free efi memory on protocol failure by Ilias Apalodimas · 3 years, 8 months ago
  100. 5169ffc efi: ESRT creation tests by Jose Marinho · 3 years, 9 months ago