1. 4622a2f security/tpm/tspi/crtm: Add line break to debug messages by Frans Hendriks · 3 years, 10 months ago
  2. f91bcb3 src/security: Drop unneeded empty lines by Elyes HAOUAS · 4 years ago
  3. c07fb75 security/tpm/tss/tcg-2.0: add const to marshalling functions by Caveh Jalali · 4 years ago
  4. dcae807 drivers/spi/tpm: Enable long cr50 ready pulses for Tiger Lake systems by Jes Klinke · 4 years, 1 month ago
  5. 649fc6b security/tpm/tss/tcg-1.2/tss.c: Drop dead code by Angel Pons · 4 years, 1 month ago
  6. 542cffa drivers/pc80/tpm: Remove LPC_TPM by Kyösti Mälkki · 4 years, 3 months ago
  7. ab673ce security/tpm: Change wording of variable names by Duncan Laurie · 4 years, 2 months ago
  8. 0c154af src: Remove redundant includes by Elyes HAOUAS · 4 years, 3 months ago
  9. fcbbb91 Remove MAYBE_STATIC_BSS and ENV_STAGE_HAS_BSS_SECTION by Kyösti Mälkki · 4 years, 4 months ago
  10. fa8f567 security/tpm: Use SPDX identifiers by Jacob Garber · 4 years, 3 months ago
  11. aae1633 security/tpm/tspi: Fix handling of white space delimited list by harshit · 4 years, 3 months ago
  12. b74f45e src: Remove unused 'include <string.h>' by Elyes HAOUAS · 4 years, 3 months ago
  13. 6b5bc77 treewide: Remove "this file is part of" lines by Patrick Georgi · 4 years, 3 months ago
  14. 71a1314 security: tcg-2.0: Ignore data payload for errors, fix Cr50 boot mode by Julius Werner · 4 years, 4 months ago
  15. f7b2fe6 {security,soc}/*/Kconfig: Replace GPLv2 long form headers with SPDX header by Elyes HAOUAS · 4 years, 4 months ago
  16. 7bcd9a1 drivers/spi/tpm: Add support for non CR50 SPI TPM2 by Patrick Rudolph · 4 years, 5 months ago
  17. d9f26ed vboot: Add permission check for kernel space by Daisuke Nojiri · 4 years, 4 months ago
  18. 622c6b8 TPM: Add tlcl_cr50_get_boot_mode by dnojiri · 4 years, 5 months ago
  19. 986d50e src/security: Use SPDX for GPL-2.0-only files by Angel Pons · 4 years, 5 months ago
  20. 23a82e8 security/tpm: Fix compile-time elimination for SEPARATE_VERSTAGE by Julius Werner · 4 years, 5 months ago
  21. bad08c2 security/tpm: Include mrc.bin in CRTM if present by Bill XIE · 4 years, 6 months ago
  22. c79e96b security/vboot: Decouple measured boot from verified boot by Bill XIE · 5 years ago
  23. f3f36fa src (minus soc and mainboard): Remove copyright notices by Patrick Georgi · 4 years, 5 months ago
  24. 31b7ee4 treewide: Replace uses of "Nehalem" by Angel Pons · 4 years, 6 months ago
  25. c9ac0bc security/tpm/tss: Add ClearControl Function by Christian Walter · 4 years, 7 months ago
  26. 58f3fd6 src/security: Fix typos by Elyes HAOUAS · 4 years, 8 months ago
  27. 94b5030 src/security: Remove unused <stdlib.h> by Elyes HAOUAS · 4 years, 9 months ago
  28. 0ca944b security/tpm: Drop CAR_GLOBAL_MIGRATION support by Arthur Heymans · 4 years, 9 months ago
  29. 6d5fcf4 security/tpm: Add a Kconfig to disregard INVALID_POSTINIT on startup by Arthur Heymans · 4 years, 10 months ago
  30. 087504f src/security: Remove unused #include <fmap.h> by Elyes HAOUAS · 5 years ago
  31. b3426c0 Revert "security/tpm/tss/tcg-2.0: Add multi digits support to tlcl_extend()" by Julius Werner · 5 years ago
  32. c563d34 security/tpm: Use correct hash digest lengths by Jacob Garber · 5 years ago
  33. aa771cb security/tpm/tss/tcg-2.0: Add support for algorithms by Frans Hendriks · 5 years ago
  34. fdb9805 security/tpm/tss/tcg-2.0: Add multi digits support to tlcl_extend() by Frans Hendriks · 5 years ago
  35. 7e220ca security/tpm/tss/tcg-2.0: Use tlcl_get_hash_size_from_algo() for hash size by Frans Hendriks · 5 years ago
  36. 117cf2b Split MAYBE_STATIC to _BSS and _NONZERO variants by Kyösti Mälkki · 5 years ago
  37. 2c469ad tpm/tspi: include vb2_sha for vb2_get_hash_algorithm_name by Joel Kitching · 5 years ago
  38. 7706a04 drivers/crb: Add CRB driver for TPM2 support by Christian Walter · 5 years ago
  39. 589eff7 security/tpm/tss/tcg-2.0: Add TPM2 function tlcl_getcapability() by Frans Hendriks · 5 years ago
  40. 3891d27 security/tpm/tss/tcg-2.0/tss.c: Add debug message to tlcl_lib_init() by Frans Hendriks · 5 years ago
  41. 7c05d2a6 security/tpm/Makefile.inc: Remove VBOOT dependency for tss files in postcar by Frans Hendriks · 5 years ago
  42. 2eb89c8 vboot: include vb2_sha.h when required by Joel Kitching · 5 years ago
  43. 97f8029 security/tpm: Change POWER_OFF_ON_CR50_UPDATE so it can be disabled by Keith Short · 5 years ago
  44. 8bd5c99 {src,util}: Correct typo in comment and debug string by Frans Hendriks · 6 years ago
  45. eb789f0 src: Use include <reset.h> when appropriate by Elyes HAOUAS · 6 years ago
  46. a1e22b8 src: Use 'include <string.h>' when appropriate by Elyes HAOUAS · 5 years ago
  47. cd49cce coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) by Julius Werner · 5 years ago
  48. c9b7d1f security/tpm: Fix TCPA log feature by Philipp Deppenwiese · 6 years ago
  49. 66f9a09 security/vboot: Add measured boot mode by Philipp Deppenwiese · 6 years ago
  50. e0f3400 coreboot: check Cr50 PM mode on normal boot by Keith Short · 6 years ago
  51. dc8fd37 tss/tcg-2.0: remove unnecessary break from marshaling code by Joel Kitching · 6 years ago
  52. e371d42 src/security/tpm: query recovery mode from Cr50 by Keith Short · 6 years ago
  53. 2e690ee tss: implement tlcl_save_state by Joel Kitching · 6 years ago
  54. c4e4193 src: Add missing include <stdint.h> by Elyes HAOUAS · 6 years ago
  55. 30cf14f security/tpm: Add function to measure a region device by Werner Zeh · 6 years ago
  56. 61322d7 security/tpm: Fix references to tpm_setup function by Jonathan Neuschäfer · 6 years ago
  57. dfbe6bd src: Add missing include <stdint.h> by Elyes HAOUAS · 6 years ago
  58. c5d0a2e tpm2/tlcl_send_startup: should pass on TPM_E_INVALID_POSTINIT by Joel Kitching · 6 years ago
  59. 9937a06 tpm/tspi: clean up tpm_setup function flow by Joel Kitching · 6 years ago
  60. 15eb58d tpm/tpm_setup: fail on invalid result from tlcl_resume by Joel Kitching · 6 years ago
  61. 6db1b2f vc/google/chromeos/ec: remove EC hibernate in cr50 update path by Aaron Durbin · 6 years ago
  62. d44221f Move compiler.h to commonlib by Nico Huber · 6 years ago
  63. f97ff0c tpm2/tlcl_send_startup: correct TPM2_Startup error logic by Joel Kitching · 6 years ago
  64. 4d2af9d security/tpm: Fix TPM 1.2 state machine issues by Philipp Deppenwiese · 6 years ago
  65. bc2a2a0 cr50: Allow boards to disable powering off EC on cr50 update by Daisuke Nojiri · 6 years ago
  66. 3d45000 src: Fix typo by Elyes HAOUAS · 6 years ago
  67. 248c60a security/tpm: Report tpm_unmarshal_response warning by Richard Spiegel · 6 years ago
  68. c49ab45 security/tpm: Check for NULL pointer by Furquan Shaikh · 6 years ago
  69. bce49c2 security/tpm: Improve TCPA log generation by Philipp Deppenwiese · 6 years ago
  70. 38f3ffa security/tpm/tspi: Set return type of tcpa_log_add_table_entry as void by Furquan Shaikh · 6 years ago
  71. f849972 security/vboot: Enable TCPA log extension by Philipp Deppenwiese · 6 years ago
  72. f18dc5c security/tpm: Add TCPA logging functionality by Philipp Deppenwiese · 7 years ago
  73. c07f8fb security/tpm: Unify the coreboot TPM software stack by Philipp Deppenwiese · 6 years ago
  74. 1356d62 security/tpm: Fix TPM software stack vulnerability by zaolin · 6 years ago
  75. 86391f1 security/tpm: Move TSS stacks into sub-directory by Philipp Deppenwiese · 7 years ago
  76. d88fb36 security/tpm: Change TPM naming for different layers. by Philipp Deppenwiese · 7 years ago
  77. 64e2d19 security/tpm: Move tpm TSS and TSPI layer to security section by Philipp Deppenwiese · 7 years ago