1. 78fd2f5 efi_loader: use tpm_auto_start for the tpm device by Ilias Apalodimas · 1 year, 9 months ago
  2. aa2d394 efi_loader: Measure the loaded DTB by Etienne Carriere · 1 year, 8 months ago
  3. cd63e2d efi_loader: update the error message of TCG protocol installation by Ilias Apalodimas · 1 year, 9 months ago
  4. bb8bb30 efi_loader: CloseProtocol in tcg2_measure_gpt_data by Heinrich Schuchardt · 2 years ago
  5. 156ccbc efi: Use 16-bit unicode strings by Simon Glass · 2 years, 9 months ago
  6. f9b51dc efi_loader: correctly handle no tpm device error by Masahisa Kojima · 2 years, 11 months ago
  7. 9e32bf9 efi_loader: check tcg2 protocol installation outside the TCG protocol by Masahisa Kojima · 2 years, 11 months ago
  8. 54bec17 efi_loader: efi_tcg2_register returns appropriate error by Masahisa Kojima · 2 years, 11 months ago
  9. c0d9bb0 efi_loader: Extend PCR's for firmware measurements by Ruchika Gupta · 2 years, 11 months ago
  10. 34287ef efi_loader: Add check for event log passed from firmware by Ruchika Gupta · 2 years, 11 months ago
  11. d6b55a4 efi_loader: startup the tpm device when installing the protocol by Ilias Apalodimas · 3 years ago
  12. 5ba0397 efi_loader: fix FinalEvents table if an EFI app invoked GetEventLog by Ilias Apalodimas · 3 years ago
  13. 3961bd9 efi_loader: Reduce efi_tcg2 logging statement by Masahisa Kojima · 3 years ago
  14. c9c1cdb efi_loader: fix BootOrder variable measurement handling by Masahisa Kojima · 3 years ago
  15. 7fc93ca efi_loader: add EFI_TCG2_PROTOCOL.SubmitCommand by Masahisa Kojima · 3 years ago
  16. 14cbb33 efi_loader: use byteshift unaligned access helper by Masahisa Kojima · 3 years ago
  17. 65aa259 efi_loader: add DeployedMode and AuditMode variable measurement by Masahisa Kojima · 3 years ago
  18. 96485d2 efi_loader: simplify tcg2_measure_secure_boot_variable() by Masahisa Kojima · 3 years ago
  19. ce3dbc5 efi_loader: add UEFI GPT measurement by Masahisa Kojima · 3 years ago
  20. 3d49ee8 efi_loader: add SMBIOS table measurement by Masahisa Kojima · 3 years ago
  21. a45dac1 efi_loader: simplify tcg2_measure_secure_boot_variable() by Heinrich Schuchardt · 3 years, 1 month ago
  22. d47671c efi_loader: treat UEFI variable name as const by Heinrich Schuchardt · 3 years, 1 month ago
  23. e908d20 Merge tag 'v2021.10-rc5' into next by Tom Rini · 3 years, 1 month ago
  24. 346cee3 efi_loader: Fix spec ID event creation by Ruchika Gupta · 3 years, 1 month ago
  25. bdfb6d7 version: Move version_string[] from version.h to version_string.h by Pali Rohár · 3 years, 3 months ago
  26. fa9c5da efi_loader: Use directly version_string variable by Pali Rohár · 3 years, 3 months ago
  27. 0bf538c efi_loader: Remove incorrect calls of EFI_CALL in TCG2 by Ilias Apalodimas · 3 years, 1 month ago
  28. bad49da efi_loader: boot_service_capability_min should be capitalized by Masahisa Kojima · 3 years, 1 month ago
  29. 538c0f2 efi_loader: fix efi_tcg2_hash_log_extend_event() parameter check by Masahisa Kojima · 3 years, 2 months ago
  30. 580d724 efi_loader: add missing parameter check for EFI_TCG2_PROTOCOL api by Masahisa Kojima · 3 years, 2 months ago
  31. 61ee780 efi_loader: refactor efi_append_scrtm_version() by Masahisa Kojima · 3 years, 2 months ago
  32. fdff03e efi_loader: add ExitBootServices() measurement by Masahisa Kojima · 3 years, 2 months ago
  33. 8fc4e0b efi_loader: add boot variable measurement by Masahisa Kojima · 3 years, 2 months ago
  34. cfbcf05 efi_loader: add secure boot variable measurement by Masahisa Kojima · 3 years, 2 months ago
  35. 163a0d7 efi_loader: add PE/COFF image measurement by Masahisa Kojima · 3 years, 5 months ago
  36. 38de680 efi_loader: Fix coverity warnings for efi tcg2 protocol by Ilias Apalodimas · 3 years, 5 months ago
  37. 1f6871d efi_loader: Fix -Wextra warning for EFI TCG2 by Ilias Apalodimas · 3 years, 5 months ago
  38. 2052759 efi_loader: Don't stop EFI subsystem init if installing TCG2 fails by Ilias Apalodimas · 3 years, 5 months ago
  39. 97f446a efi_loader: Uninstall the TCG2 protocol if logging s-crtm fails by Ilias Apalodimas · 3 years, 5 months ago
  40. b76edf6 efi_loader: Clean up tcg2 once in case of failure by Ilias Apalodimas · 3 years, 5 months ago
  41. 700f68c efi_loader: build warning in efi_tcg2_hash_log_extend_event by Heinrich Schuchardt · 3 years, 5 months ago
  42. 6fe8b4a efi_loader: simplify tcg2_create_digest() by Ilias Apalodimas · 3 years, 6 months ago
  43. b1a7a5e efi_loader: fix possible buffer overflow by Masahisa Kojima · 3 years, 6 months ago
  44. f8cd72d efi_loader: Change ptr arithmetics tcg eventlog buffer by Ilias Apalodimas · 3 years, 7 months ago
  45. f69a201 efi_loader: Add an S-CRTM even for firmware version by Ilias Apalodimas · 3 years, 7 months ago
  46. d8cf113 efi_loader: EFI TCG2 free efi memory on protocol failure by Ilias Apalodimas · 3 years, 7 months ago
  47. c8d0fd5 efi_loader: Introduce eventlog support for TCG2_PROTOCOL by Ilias Apalodimas · 3 years, 11 months ago
  48. 9aeb380 efi_loader: tcg2 protocol updates by Ilias Apalodimas · 4 years ago
  49. c1c0210 efi_loader: Add basic EFI_TCG2_PROTOCOL support by Ilias Apalodimas · 4 years ago