1. 963f7b9 security/tpm/: turn tis_{init,open} into tis_probe by Sergii Dmytruk · 1 year, 10 months ago
  2. b7cbb7c cbmem.h: Drop cbmem_possible_online in favor of ENV_HAS_CBMEM by Arthur Heymans · 1 year ago
  3. 3aa7bb0 security/tpm: Enable Hibernate on setup failure by Jon Murphy · 11 months ago
  4. a2f08aa drivers/tpm: Add tpm failure handling by Jon Murphy · 11 months ago
  5. d7b8dc9 treewide: convert to tpm_result_t by Jon Murphy · 11 months ago
  6. 53fc667 treewide: convert to %#x hex prints by Jon Murphy · 11 months ago
  7. 056952e treewide: Adopt TCG standard naming by Jon Murphy · 11 months ago
  8. cce6d13 security/tpm: Remove unnecessary tss_common.h by Jon Murphy · 11 months ago
  9. 2460481 drivers/tpm: Make temp test value naming consistent by Jon Murphy · 11 months ago
  10. c6f4738 vc/google/chromeos: Move clear_ec_ap_idle() to common code by Derek Huang · 12 months ago
  11. f362bbd commonlib,console,nb,sb,security: Add SPDX licenses to Makefiles by Martin Roth · 1 year ago
  12. 16f08cf security/tpm/tpm{1,2}_log_serialized.h: Use C99 flexible arrays by Elyes Haouas · 1 year, 1 month ago
  13. f501128 security/tpm: Respect CBMEM TPM log size by Jeremy Soller · 1 year, 2 months ago
  14. 7758b47 drivers/tpm: Move tis_plat_irq_status to cr50 driver by Grzegorz Bernacki · 1 year, 2 months ago
  15. 40cb3fe commonlib/console/post_code.h: Change post code prefix to POSTCODE by lilacious · 1 year, 2 months ago
  16. 4129c26 security/tpm: make usage of PCRs configurable via Kconfig by Sergii Dmytruk · 1 year, 10 months ago
  17. c77c7f0 security/tpm/tspi: Fix preram TPM log max entries by Jeremy Soller · 1 year, 6 months ago
  18. 53db677 security/tpm: add TPM log format as per 2.0 spec by Sergii Dmytruk · 1 year, 10 months ago
  19. 4191dbf security/tpm: add TPM log format as per 1.2 spec by Sergii Dmytruk · 1 year, 10 months ago
  20. c807d55 security/tpm/tspi/log.c: fix strncpy() usage by Sergii Dmytruk · 1 year, 9 months ago
  21. 26203e7 security/tpm: make tspi/crtm.c agnostic to log format by Sergii Dmytruk · 1 year, 9 months ago
  22. 2710df7 treewide: stop calling custom TPM log "TCPA" by Sergii Dmytruk · 1 year, 9 months ago
  23. da38122 chromeos/cr50_enable_update.c: Clear EC AP_IDLE flag by Derek Huang · 1 year, 8 months ago
  24. 4ee0317 Revert "security/tpm/: turn tis_{init,open} into tis_probe" by Sergii Dmytruk · 1 year, 8 months ago
  25. a012136 treewide: Remove duplicated includes by Elyes Haouas · 1 year, 8 months ago
  26. d431544 security/tpm/: turn tis_{init,open} into tis_probe by Sergii Dmytruk · 1 year, 10 months ago
  27. 0a89d52 security/tpm: remove tis_close() by Sergii Dmytruk · 1 year, 10 months ago
  28. b538d71 security: Remove unnecessary space after casts by Elyes Haouas · 1 year, 9 months ago
  29. 97fe17f security/tpm: make log format configurable via Kconfig by Sergii Dmytruk · 1 year, 10 months ago
  30. 7221a6c security/tpm: improve tlcl_extend() signature by Sergii Dmytruk · 1 year, 10 months ago
  31. 283e587 drivers/crb: Add SMBIOS hook to generate type 43 TPM Device by Michał Żygowski · 2 years, 3 months ago
  32. aebccac src/security: Use "if (!ptr)" in preference to "if (ptr == NULL)" by Elyes Haouas · 1 year, 11 months ago
  33. d96ca24 cbfs/vboot: Adapt to new vb2_digest API by Julius Werner · 2 years ago
  34. 3956492 drivers/i2c/tpm: Remove TI50_FIRMWARE_VERSION_NOT_SUPPORTED by Reka Norman · 2 years ago
  35. 28f1729 tpm: Correct TI50_FIRMWARE_VERSION_NOT_SUPPORTED help text by Yu-Ping Wu · 2 years ago
  36. ae1e702 drivers/tpm/cr50: Add TPM IRQ timeout Kconfig option by Yu-Ping Wu · 2 years, 3 months ago
  37. 0057262 cbfs: Rename TYPE_FIT to TYPE_FIT_PAYLOAD by Julius Werner · 2 years, 3 months ago
  38. 5c808e0 security/tpm/crtm: Add a function to measure the bootblock on SoC level by Werner Zeh · 2 years, 3 months ago
  39. 823b7b3 security/tpm/crtm: Use bootblock from FMAP on non x86 platforms by Werner Zeh · 2 years, 3 months ago
  40. 9642e97 security/tpm/crtm.c: Fix !CONFIG_BOOTBLOCK_IN_CBFS measuring by Arthur Heymans · 2 years, 3 months ago
  41. fa3bc04 CBMEM: Change declarations for initialization hooks by Kyösti Mälkki · 2 years, 5 months ago
  42. d88233e drivers/i2c/tpm: Work around missing firmware_version in Ti50 < 0.0.15 by Reka Norman · 2 years, 3 months ago
  43. 73a7353 security/tpm/crtm.c: Remove set but unused variable by Arthur Heymans · 2 years, 5 months ago
  44. 7ff2c17 src: Remove unused <console/cbmem_console.h> by Elyes HAOUAS · 2 years, 7 months ago
  45. c6b041a1 tpm: Refactor TPM Kconfig dimensions by Jes B. Klinke · 2 years, 4 months ago
  46. 60b2ab8 {drivers/security}: Replace `cb_err_t` with `enum cb_err` by Subrata Banik · 2 years, 5 months ago
  47. 6b8599f drivers/tpm/spi: Refactor out some cr50-specific logic by Tim Wawrzynczak · 2 years, 6 months ago
  48. 63632d7 security/tpm: Add vendor-specific tis functions to read/write TPM regs by Tim Wawrzynczak · 2 years, 6 months ago
  49. e966595 treewide: Remove "ERROR: "/"WARN: " prefixes from log messages by Julius Werner · 2 years, 7 months ago
  50. 64175bc src: Remove redundant <rules.h> and <commonlib/bsd/compiler.h> by Elyes HAOUAS · 2 years, 7 months ago
  51. 9f37647 cbfs: Remove deprecated APIs by Julius Werner · 3 years ago
  52. 7e7cc1a cbfs | tspi: Join hash calculation for verification and measurement by Julius Werner · 3 years ago
  53. 2e445ad security/tpm/tcg-2.0: Handle TPM_RC_NV_RANGE return code by Karthikeyan Ramasubramanian · 2 years, 9 months ago
  54. 50863da src/mainboard to src/security: Fix spelling errors by Martin Roth · 2 years, 11 months ago
  55. d873fa8 security/tpm/tspi/crtm.c: Fix early init by Arthur Heymans · 3 years, 2 months ago
  56. 17cb5be security/tpm/tspi: Reduce scope of tspi_init_crtm by Arthur Heymans · 3 years, 2 months ago
  57. a5061f8 tpm/tss: Remove local variable by Patrick Georgi · 3 years, 2 months ago
  58. 4ad0420 security/tpm/tss/tcg-2.0: Add `tlcl_set_bits()` by Aseda Aboagye · 3 years, 3 months ago
  59. f303b4f Apply more uses for Kconfig TPM by Kyösti Mälkki · 3 years, 3 months ago
  60. 8ad9379 tpm: Remove USER_TPMx options, make TPM1/TPM2 menuconfig visible by Julius Werner · 3 years, 3 months ago
  61. d2b2a18 Add Kconfig TPM by Kyösti Mälkki · 3 years, 4 months ago
  62. b192af1 security/tpm/tspi: Always measure the cache to pcr by Arthur Heymans · 3 years, 3 months ago
  63. b0ccac09 security/tpm/tspi/crtm: Fix FMAP TPM PCR by Arthur Heymans · 3 years, 3 months ago
  64. 99973d2 src/security/tpm: Deal with zero length tlcl writes by Patrick Georgi · 3 years, 3 months ago
  65. 6f8e944 security/tpm: Add option to init TPM in bootblock by Arthur Heymans · 3 years, 5 months ago
  66. f28dcbc security/tpm/crtm: Measure FMAP into TPM by Arthur Heymans · 3 years, 4 months ago
  67. ba7b90e security/tpm/tss/vendor/cr50: Introduce vendor sub-command to reset EC by Karthikeyan Ramasubramanian · 3 years, 6 months ago
  68. df89df7 security/tpm/tss/vendor/cr50/cr50.c: Fix typo by Elyes HAOUAS · 3 years, 6 months ago
  69. 02d4318 security/tpm/tss/tcg-1.2/tss.c: Use __func__ by Elyes HAOUAS · 3 years, 7 months ago
  70. 0d9072b cbfs: Move more stuff into cbfs_boot_lookup() by Julius Werner · 4 years, 5 months ago
  71. 4622a2f security/tpm/tspi/crtm: Add line break to debug messages by Frans Hendriks · 3 years, 10 months ago
  72. f91bcb3 src/security: Drop unneeded empty lines by Elyes HAOUAS · 4 years ago
  73. c07fb75 security/tpm/tss/tcg-2.0: add const to marshalling functions by Caveh Jalali · 4 years ago
  74. dcae807 drivers/spi/tpm: Enable long cr50 ready pulses for Tiger Lake systems by Jes Klinke · 4 years, 1 month ago
  75. 649fc6b security/tpm/tss/tcg-1.2/tss.c: Drop dead code by Angel Pons · 4 years, 1 month ago
  76. 542cffa drivers/pc80/tpm: Remove LPC_TPM by Kyösti Mälkki · 4 years, 3 months ago
  77. ab673ce security/tpm: Change wording of variable names by Duncan Laurie · 4 years, 2 months ago
  78. 0c154af src: Remove redundant includes by Elyes HAOUAS · 4 years, 3 months ago
  79. fcbbb91 Remove MAYBE_STATIC_BSS and ENV_STAGE_HAS_BSS_SECTION by Kyösti Mälkki · 4 years, 4 months ago
  80. fa8f567 security/tpm: Use SPDX identifiers by Jacob Garber · 4 years, 3 months ago
  81. aae1633 security/tpm/tspi: Fix handling of white space delimited list by harshit · 4 years, 3 months ago
  82. b74f45e src: Remove unused 'include <string.h>' by Elyes HAOUAS · 4 years, 3 months ago
  83. 6b5bc77 treewide: Remove "this file is part of" lines by Patrick Georgi · 4 years, 3 months ago
  84. 71a1314 security: tcg-2.0: Ignore data payload for errors, fix Cr50 boot mode by Julius Werner · 4 years, 3 months ago
  85. f7b2fe6 {security,soc}/*/Kconfig: Replace GPLv2 long form headers with SPDX header by Elyes HAOUAS · 4 years, 3 months ago
  86. 7bcd9a1 drivers/spi/tpm: Add support for non CR50 SPI TPM2 by Patrick Rudolph · 4 years, 5 months ago
  87. d9f26ed vboot: Add permission check for kernel space by Daisuke Nojiri · 4 years, 4 months ago
  88. 622c6b8 TPM: Add tlcl_cr50_get_boot_mode by dnojiri · 4 years, 4 months ago
  89. 986d50e src/security: Use SPDX for GPL-2.0-only files by Angel Pons · 4 years, 5 months ago
  90. 23a82e8 security/tpm: Fix compile-time elimination for SEPARATE_VERSTAGE by Julius Werner · 4 years, 5 months ago
  91. bad08c2 security/tpm: Include mrc.bin in CRTM if present by Bill XIE · 4 years, 6 months ago
  92. c79e96b security/vboot: Decouple measured boot from verified boot by Bill XIE · 5 years ago
  93. f3f36fa src (minus soc and mainboard): Remove copyright notices by Patrick Georgi · 4 years, 5 months ago
  94. 31b7ee4 treewide: Replace uses of "Nehalem" by Angel Pons · 4 years, 6 months ago
  95. c9ac0bc security/tpm/tss: Add ClearControl Function by Christian Walter · 4 years, 7 months ago
  96. 58f3fd6 src/security: Fix typos by Elyes HAOUAS · 4 years, 7 months ago
  97. 94b5030 src/security: Remove unused <stdlib.h> by Elyes HAOUAS · 4 years, 9 months ago
  98. 0ca944b security/tpm: Drop CAR_GLOBAL_MIGRATION support by Arthur Heymans · 4 years, 9 months ago
  99. 6d5fcf4 security/tpm: Add a Kconfig to disregard INVALID_POSTINIT on startup by Arthur Heymans · 4 years, 10 months ago
  100. 087504f src/security: Remove unused #include <fmap.h> by Elyes HAOUAS · 5 years ago