1. 717b33c efidebug: avoid 'dfu_alt_info not defined' message by Heinrich Schuchardt · 2 years, 8 months ago
  2. a2f1482 efi_loader: Get rid of kaslr-seed if EFI_RNG_PROTOCOL is installed by Ilias Apalodimas · 2 years, 9 months ago
  3. 2b18d95 efi_loader: Don't limit the StMM buffer size explicitly by Ilias Apalodimas · 2 years, 9 months ago
  4. f9b51dc efi_loader: correctly handle no tpm device error by Masahisa Kojima · 2 years, 10 months ago
  5. 9e32bf9 efi_loader: check tcg2 protocol installation outside the TCG protocol by Masahisa Kojima · 2 years, 10 months ago
  6. 54bec17 efi_loader: efi_tcg2_register returns appropriate error by Masahisa Kojima · 2 years, 10 months ago
  7. c0d9bb0 efi_loader: Extend PCR's for firmware measurements by Ruchika Gupta · 2 years, 10 months ago
  8. 34287ef efi_loader: Add check for event log passed from firmware by Ruchika Gupta · 2 years, 10 months ago
  9. 9d1564d efi_loader: segfault in efi_clear_os_indications() by Heinrich Schuchardt · 2 years, 10 months ago
  10. cd9a26b efi_loader: efi_disk_register() should not fail by Heinrich Schuchardt · 2 years, 10 months ago
  11. 3f73e79 efi: Call bootm_disable_interrupts earlier in efi_exit_boot_services by Tom Rini · 2 years, 10 months ago
  12. d6b55a4 efi_loader: startup the tpm device when installing the protocol by Ilias Apalodimas · 2 years, 10 months ago
  13. 5ba0397 efi_loader: fix FinalEvents table if an EFI app invoked GetEventLog by Ilias Apalodimas · 2 years, 10 months ago
  14. 43eaf5b efi_loader: EFI_EVENT_GROUP_BEFORE_EXIT_BOOT_SERVICES by Heinrich Schuchardt · 2 years, 10 months ago
  15. 5d49b32 efi_loader: capsule: Record capsule result only if capsule is read by Masami Hiramatsu · 2 years, 10 months ago
  16. 3961bd9 efi_loader: Reduce efi_tcg2 logging statement by Masahisa Kojima · 2 years, 11 months ago
  17. c9c1cdb efi_loader: fix BootOrder variable measurement handling by Masahisa Kojima · 2 years, 11 months ago
  18. e16c47f efi: Create a 64-bit app by Simon Glass · 2 years, 11 months ago
  19. 7fc93ca efi_loader: add EFI_TCG2_PROTOCOL.SubmitCommand by Masahisa Kojima · 2 years, 11 months ago
  20. 14cbb33 efi_loader: use byteshift unaligned access helper by Masahisa Kojima · 2 years, 11 months ago
  21. 50b05eb efi_loader: capsule: drop __weak from efi_get_public_key_data() by AKASHI Takahiro · 2 years, 11 months ago
  22. 65aa259 efi_loader: add DeployedMode and AuditMode variable measurement by Masahisa Kojima · 2 years, 11 months ago
  23. 96485d2 efi_loader: simplify tcg2_measure_secure_boot_variable() by Masahisa Kojima · 2 years, 11 months ago
  24. ce3dbc5 efi_loader: add UEFI GPT measurement by Masahisa Kojima · 2 years, 11 months ago
  25. 3d49ee8 efi_loader: add SMBIOS table measurement by Masahisa Kojima · 2 years, 11 months ago
  26. a45dac1 efi_loader: simplify tcg2_measure_secure_boot_variable() by Heinrich Schuchardt · 3 years ago
  27. 02fef8b efi_loader: simplify efi_sigstore_parse_sigdb() by Heinrich Schuchardt · 3 years ago
  28. e618d1d efi_loader: function to get GUID for variable name by Heinrich Schuchardt · 3 years ago
  29. d47671c efi_loader: treat UEFI variable name as const by Heinrich Schuchardt · 3 years ago
  30. 7a6fb28 efi_loader: capsule: add back efi_get_public_key_data() by AKASHI Takahiro · 3 years ago
  31. f86352e efi_loader: add missing const qualifier by Masahisa Kojima · 3 years ago
  32. db61e70 efi_loader: efi_dp_from_lo() should skip VenMedia node by Heinrich Schuchardt · 3 years ago
  33. 9ad37fe efi_loader: avoid multiple local copies of lf2_initrd_guid by Heinrich Schuchardt · 3 years ago
  34. 0534542 efi_loader: efi_dp_from_lo() unused parameter size by Heinrich Schuchardt · 3 years ago
  35. 0421735 efi_loader: efi_dp_from_lo() don't copy GUID by Heinrich Schuchardt · 3 years ago
  36. ebdea88 efi_loader: Fix loaded image alignment by Ilias Apalodimas · 3 years ago
  37. fa00b6f efi_loader: don't load Shim's MOK database from file by Heinrich Schuchardt · 3 years ago
  38. c779e0d efi_loader: Drop code that doesn't work with driver model by Simon Glass · 3 years ago
  39. 79f9def efi_loader: GOP: Fix 30bpp block transfer support by Mark Kettenis · 3 years ago
  40. 01fcf0e efi_loader: GOP: Add 30bpp support by Mark Kettenis · 3 years ago
  41. 1eccbb1 efi: Correct dependency on FIT_SIGNATURE by Simon Glass · 3 years ago
  42. e908d20 Merge tag 'v2021.10-rc5' into next by Tom Rini · 3 years ago
  43. 346cee3 efi_loader: Fix spec ID event creation by Ruchika Gupta · 3 years ago
  44. 47a25e8 Revert "efi_capsule: Move signature from DTB to .rodata" by Simon Glass · 3 years, 2 months ago
  45. bdfb6d7 version: Move version_string[] from version.h to version_string.h by Pali Rohár · 3 years, 2 months ago
  46. fa9c5da efi_loader: Use directly version_string variable by Pali Rohár · 3 years, 2 months ago
  47. 6674eda Merge tag 'v2021.10-rc4' into next by Tom Rini · 3 years ago
  48. 56a85b8 Merge tag 'efi-2021-10-rc4-2' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 3 years ago
  49. aec7c09 efi_loader: simplify efi_watchdog_timer_notify() by Heinrich Schuchardt · 3 years ago
  50. 0bf538c efi_loader: Remove incorrect calls of EFI_CALL in TCG2 by Ilias Apalodimas · 3 years ago
  51. 6919619 efi_loader: require CONFIG_BLK by Heinrich Schuchardt · 3 years, 1 month ago
  52. bad49da efi_loader: boot_service_capability_min should be capitalized by Masahisa Kojima · 3 years, 1 month ago
  53. 465bff8 Kconfig: Drop duplicate 'select SHA512' instances by Tom Rini · 3 years ago
  54. e60e449 lib: Drop SHA512_ALGO in lieu of SHA512 by Alexandru Gagniuc · 3 years, 1 month ago
  55. 538c0f2 efi_loader: fix efi_tcg2_hash_log_extend_event() parameter check by Masahisa Kojima · 3 years, 1 month ago
  56. 580d724 efi_loader: add missing parameter check for EFI_TCG2_PROTOCOL api by Masahisa Kojima · 3 years, 1 month ago
  57. 7219856 efi_loader: correct determination of secure boot state by Heinrich Schuchardt · 3 years, 1 month ago
  58. b191aa4 efi_loader: efi_auth_var_type for AuditMode, DeployedMode by Heinrich Schuchardt · 3 years, 1 month ago
  59. 9ef82e2 efi_loader: don't load signature database from file by Heinrich Schuchardt · 3 years, 1 month ago
  60. f3a343d efi_loader: rounding of image size by Heinrich Schuchardt · 3 years, 1 month ago
  61. 1ea133a efi_loader: sections with zero VirtualSize by Heinrich Schuchardt · 3 years, 1 month ago
  62. b4c2c15 Kconfig: Remove all default n/no options by Michal Simek · 3 years, 1 month ago
  63. 9a4b3c8 efi_loader: use EfiBootServicesData for DP to text by Heinrich Schuchardt · 3 years, 1 month ago
  64. 426a158 efi_loader: use EfiBootServicesData for device path by Heinrich Schuchardt · 3 years, 1 month ago
  65. 49d225e efi_loader: use correct type for AllocatePages, AllocatePool by Heinrich Schuchardt · 3 years, 1 month ago
  66. 61ee780 efi_loader: refactor efi_append_scrtm_version() by Masahisa Kojima · 3 years, 1 month ago
  67. fdff03e efi_loader: add ExitBootServices() measurement by Masahisa Kojima · 3 years, 1 month ago
  68. 8fc4e0b efi_loader: add boot variable measurement by Masahisa Kojima · 3 years, 1 month ago
  69. cfbcf05 efi_loader: add secure boot variable measurement by Masahisa Kojima · 3 years, 1 month ago
  70. 148ce20 efi_loader: Uri() device path node by Heinrich Schuchardt · 3 years, 2 months ago
  71. 78e6b87 efi_loader: typo cerificate by Heinrich Schuchardt · 3 years, 2 months ago
  72. 86a3d43 efi_loader: remove asm/setjmp.h from efi_api.h by AKASHI Takahiro · 3 years, 2 months ago
  73. c2cc60c efi_loader: capsule: remove authentication data by AKASHI Takahiro · 3 years, 2 months ago
  74. ef890f6 efi_loader: capsule: remove unused guid by AKASHI Takahiro · 3 years, 2 months ago
  75. c193d9b smbios: error handling for invalid addresses by Heinrich Schuchardt · 3 years, 4 months ago
  76. ddf67da efi_capsule: Move signature from DTB to .rodata by Ilias Apalodimas · 3 years, 2 months ago
  77. d934ed5 efi_loader: increase eventlog buffer size by Masahisa Kojima · 3 years, 2 months ago
  78. 484d7d8 efi_loader: Use %pD to log device-path instead of local efi_dp_str() by Masami Hiramatsu · 3 years, 2 months ago
  79. 17f8cda efi_loader: set partition GUID in device path for SIG_TYPE_GUID by Alfonso Sánchez-Beato · 3 years, 2 months ago
  80. b0b1449 efi_loader: Fix to set bootdev_root correctly if bootdev found by Masami Hiramatsu · 3 years, 2 months ago
  81. 70bad54 efi_loader: set CapsuleLast after each capsule by Heinrich Schuchardt · 3 years, 2 months ago
  82. d7eedd9 efi_loader: missing EFI_CALL() in set_capsule_result by Heinrich Schuchardt · 3 years, 2 months ago
  83. 3e49119 efi_loader: rework messages for capsule updates by Heinrich Schuchardt · 3 years, 2 months ago
  84. 79a61cc efi_loader: provide file attributes in EFI_FILE_PROTOCOL.Read() by Heinrich Schuchardt · 3 years, 4 months ago
  85. 0fa5020 efi_loader: Allow capsule update on-disk without checking OsIndications by Ilias Apalodimas · 3 years, 3 months ago
  86. 149108a efi_loader: clear OsIndications by Heinrich Schuchardt · 3 years, 3 months ago
  87. 417a3c2 efi_loader: Improve the parameter check for QueryVariableInfo() by Masami Hiramatsu · 3 years, 3 months ago
  88. abd62e4 efi_loader: missing parentheses in query_console_size by Heinrich Schuchardt · 3 years, 3 months ago
  89. 6e0184b efi_loader: Always install FMPs by Ilias Apalodimas · 3 years, 3 months ago
  90. b891ff1 efi_loader: Force a single FMP instance per hardware store by Ilias Apalodimas · 3 years, 3 months ago
  91. 3ef7722 efi: Fix to use null handle to create new handle for efi_fmp_raw by Masami Hiramatsu · 3 years, 3 months ago
  92. 7891fe6 efi_loader: TPL_HIGH_LEVEL not allowed for CreateEvent by Heinrich Schuchardt · 3 years, 3 months ago
  93. b95e5ed efi_loader: fix Sphinx warning by Heinrich Schuchardt · 3 years, 4 months ago
  94. e27b0ff efi_loader: efi_capsule_delete_file() NULL dereference by Heinrich Schuchardt · 3 years, 4 months ago
  95. 3dca77b efi_loader: partition numbers are hexadecimal by Heinrich Schuchardt · 3 years, 4 months ago
  96. 163a0d7 efi_loader: add PE/COFF image measurement by Masahisa Kojima · 3 years, 4 months ago
  97. 464010b efi_loader: Work-around build issue due to missing hash_calculate() by Alexandru Gagniuc · 3 years, 4 months ago
  98. ec0512b Revert "lib: introduce HASH_CALCULATE option" by Alexandru Gagniuc · 3 years, 4 months ago
  99. 38de680 efi_loader: Fix coverity warnings for efi tcg2 protocol by Ilias Apalodimas · 3 years, 4 months ago
  100. 1f6871d efi_loader: Fix -Wextra warning for EFI TCG2 by Ilias Apalodimas · 3 years, 4 months ago