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