1. 87bc11d tpm: sandbox: Change the return code when device is already open by Ilias Apalodimas · 1 year, 8 months ago
  2. 0b1671b Correct SPL use of TPM_RNG by Simon Glass · 1 year, 9 months ago
  3. 9d28f67 tpm2: ftpm: add the device in the OP-TEE services list by Ilias Apalodimas · 1 year, 9 months ago
  4. 33ba803 tpm2: ftpm: open session with privileged ree login by Etienne Carriere · 1 year, 11 months ago
  5. 4c57ec7 tpm: Implement state command for Cr50 by Simon Glass · 2 years, 2 months ago
  6. 3bb4db4 tpm: Allow reporting the internal state by Simon Glass · 2 years, 2 months ago
  7. 6694c99 tpm: sandbox: Allow init of TPM in a different phase by Simon Glass · 2 years, 2 months ago
  8. 4e4bf94 common: Drop display_options.h from common header by Simon Glass · 2 years, 3 months ago
  9. aedd451 tpm: Add the RNG child device by Sughosh Ganu · 2 years, 3 months ago
  10. 9f971da tpm: add support for TPMv2.x I2C chips by Eddie James · 2 years, 5 months ago
  11. 8d7199d tpm: core: Set timeouts before requesting locality by Eddie James · 2 years, 5 months ago
  12. 747093d vpl: Add Kconfig options for VPL by Simon Glass · 2 years, 6 months ago
  13. 185f812 doc: replace @return by Return: by Heinrich Schuchardt · 2 years, 9 months ago
  14. c3de051 tis: fix tpm_tis_remove() by Heinrich Schuchardt · 2 years, 11 months ago
  15. 4a08dba drivers: tpm: atmel_twi: fix printf specifier compile warning by Mathew McBride · 3 years ago
  16. fb30d99 drivers: tpm: atmel_twi: implement get_desc operation by Mathew McBride · 3 years ago
  17. fdb4a5f drivers: tpm: atmel_twi: do not use an offset byte by Mathew McBride · 3 years ago
  18. 02f50d8 drivers: tpm: atmel_twi: drop non-DM_I2C compatibility by Mathew McBride · 3 years ago
  19. a5c30c2 tpm: Use the new API on tpm2 spi driver by Ilias Apalodimas · 3 years ago
  20. e0ff348 tpm2: Add a TPMv2 MMIO TIS driver by Ilias Apalodimas · 3 years ago
  21. 2c9626c tpm2: Introduce TIS tpm core by Ilias Apalodimas · 3 years ago
  22. c9e6d9c tpm: refactor function names for LPC based TPMs by Ilias Apalodimas · 3 years ago
  23. 07b6b15 tpm: refactor function names and macros for infineon v1.2 TPM by Ilias Apalodimas · 3 years ago
  24. 414cc15 treewide: Simply conditions with the new OF_REAL by Simon Glass · 3 years, 2 months ago
  25. cc5afab drivers: tpm2: update reset gpio semantics by Jorge Ramirez-Ortiz · 3 years, 5 months ago
  26. 1c6608b sandbox: tpm: Support extending a PCR multiple times by Simon Glass · 3 years, 3 months ago
  27. 9f0b535 sandbox: tpm: Correct handling of SANDBOX_TPM_PCR_NB by Simon Glass · 3 years, 3 months ago
  28. a986216 sandbox: tpm: Support storing device state in tpm2 by Simon Glass · 3 years, 3 months ago
  29. d8f105d sandbox: tpm: Support nvdata in TPM2 by Simon Glass · 3 years, 3 months ago
  30. 0c0ddad sandbox: tpm: Track whether the state is valid by Simon Glass · 3 years, 3 months ago
  31. 46aed06 sandbox: tpm: Finish comments for struct sandbox_tpm2 by Simon Glass · 3 years, 3 months ago
  32. 7f350a9 sandbox: tpm: Correct handling of get-capability by Simon Glass · 3 years, 3 months ago
  33. f9143c1 sandbox: tpm: Support the define-space command by Simon Glass · 3 years, 3 months ago
  34. 1db235a sandbox: tpm: Tidy up reading and writing of device state by Simon Glass · 3 years, 3 months ago
  35. 974c98f sandbox: tpm: Split out common nvdata code by Simon Glass · 3 years, 3 months ago
  36. bca2d57 tpm: cr50: Drop unnecessary coral headers by Simon Glass · 3 years, 4 months ago
  37. e7c920a tpm: Correct warning on 32-bit build by Simon Glass · 3 years, 8 months ago
  38. d5cb668 tpm: Use logging in the uclass by Simon Glass · 3 years, 9 months ago
  39. 13ad993 tpm: Don't include cr50 in TPL/SPL by Simon Glass · 3 years, 9 months ago
  40. 2147a16 dm: i2c: use CONFIG_IS_ENABLED macro for DM_I2C/DM_I2C_GPIO by Igor Opaniuk · 3 years, 8 months ago
  41. 3039fc7 tpm: cr50: Rename driver to work with of-platdata by Simon Glass · 3 years, 10 months ago
  42. 5372fc7 tpm: cr50: Add a better description and more debug by Simon Glass · 3 years, 10 months ago
  43. 6208975 tpm: cr50: Check for valid locality by Simon Glass · 3 years, 10 months ago
  44. d1998a9 dm: treewide: Rename ofdata_to_platdata() to of_to_plat() by Simon Glass · 3 years, 11 months ago
  45. c69cda2 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · 3 years, 11 months ago
  46. caa4daa dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 3 years, 11 months ago
  47. 41575d8 dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · 3 years, 11 months ago
  48. d99f163 tpm: spi: Cleanup source code by Michal Simek · 4 years ago
  49. 39565cc tpm: cr50: Correct logging statements by Simon Glass · 4 years, 1 month ago
  50. eaac971 tpm: cr50: Add ACPI support by Simon Glass · 4 years, 1 month ago
  51. e3e2470 drivers: rename drivers to match compatible string by Walter Lozano · 4 years, 4 months ago
  52. bedbb38 tpm: add #ifndef to fix redeclaration build errors by Johannes Holland · 4 years, 5 months ago
  53. 78cc3fc tpm2: tis_spi: add linux compatible fallback string by Bruno Thomsen · 4 years, 4 months ago
  54. cd93d62 common: Drop linux/bitops.h from common header by Simon Glass · 4 years, 5 months ago
  55. c05ed00 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 5 months ago
  56. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 5 months ago
  57. 8830765 tpm: Don't cleanup unless an error happens by Simon Glass · 4 years, 6 months ago
  58. 32e8ee0 tpm: cr50: Use the correct GPIO binding by Simon Glass · 4 years, 6 months ago
  59. fe6831d tpm: cr50: Add a comment for cr50_priv by Simon Glass · 4 years, 6 months ago
  60. 79b7ade tpm: cr50: Release locality on exit by Simon Glass · 4 years, 6 months ago
  61. 9a8942b Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 4 years, 8 months ago
  62. d36856a tpm: Add a driver for H1/Cr50 by Simon Glass · 4 years, 9 months ago
  63. 8d73be7 tpm2: ftpm: A driver for firmware TPM running inside TEE by Thirupathaiah Annapureddy · 4 years, 9 months ago
  64. bcee8d6 dm: gpio: Allow control of GPIO uclass in SPL by Simon Glass · 4 years, 11 months ago
  65. c3a4d1c common: Drop linux/crc8.h by Simon Glass · 5 years ago
  66. d8206ff tpm2: Don't assume active low reset value by Kayla Theil · 5 years ago
  67. 27eb177 tpm: wait for valid status by Roman Kapl · 5 years ago
  68. 51f00c1 tpm: Export the open/close functions by Simon Glass · 6 years ago
  69. 04488c4 sandbox: tpm: Allow debugging of data packages by Simon Glass · 6 years ago
  70. c89d32a tpm: Use livetree and allow children by Simon Glass · 6 years ago
  71. 6322a7b cros: Update cros_ec code to use struct udevice by Simon Glass · 6 years ago
  72. 6307896 tpm: Add support for SPL and TPL by Simon Glass · 6 years ago
  73. ef8a250 sandbox: tpm: Enhance to support the latest Chromium OS by Simon Glass · 6 years ago
  74. 998af31 sandbox: tpm: Tidy up enums and return values by Simon Glass · 6 years ago
  75. 46703cd tpm: sandbox: fix wrong assignment with a simplification by Miquel Raynal · 6 years ago
  76. fd973ca tpm: sandbox: fix wrong check on pcr_map by Miquel Raynal · 6 years ago
  77. 5823307 tpm: make TPM_V2 be compiled by default by Miquel Raynal · 6 years ago
  78. 2a2096e tpm: allow TPM v1 and v2 to be compiled at the same time by Miquel Raynal · 6 years ago
  79. 8a7aa3e tpm: remove stale symbol in Kconfig by Miquel Raynal · 6 years ago
  80. a0cf1d0 tpm: compile Sandbox driver by default by Miquel Raynal · 6 years ago
  81. 2bae712 tpm: add a Sandbox TPMv2.x driver by Miquel Raynal · 6 years ago
  82. a174f00 tpm2: tis_spi: add the possibility to reset the chip with a gpio by Miquel Raynal · 6 years ago
  83. eb46910 tpm: add support for TPMv2.x SPI modules by Miquel Raynal · 6 years ago
  84. ff32245 tpm: prepare support for TPMv2.x commands by Miquel Raynal · 6 years ago
  85. d677bfe tpm: disociate TPMv1.x specific and generic code by Miquel Raynal · 6 years ago
  86. 9f9ce3c tpm: prepare introduction of TPMv2.x support in Kconfig by Miquel Raynal · 6 years ago
  87. 06425aa tpm: add Revision ID field in the chip structure by Miquel Raynal · 6 years ago
  88. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  89. d024236 Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR by Tom Rini · 7 years ago
  90. d38826a treewide: Fix gdsys mail addresses by Mario Six · 7 years ago
  91. b3f4070 Atmel TPM: Fix potential buffer overruns by Jeremy Boone · 7 years ago
  92. afe0e6b Infineon TPM: Fix potential buffer overruns by Jeremy Boone · 7 years ago
  93. 12e0ab3 STMicro TPM: Fix potential buffer overruns by Jeremy Boone · 7 years ago
  94. 05cd119 tpm: st33zp24: fix STMicroelectronics copyright by Patrice Chotard · 7 years ago
  95. 9b643e3 treewide: replace with error() with pr_err() by Masahiro Yamada · 7 years ago
  96. a821c4a dm: Rename dev_addr..() functions by Simon Glass · 7 years ago
  97. 3d1df0e lib: tpm: Add command to list resources by mario.six@gdsys.cc · 8 years ago
  98. 0f4b2ba tpm: Add function to load keys via their parent's SHA1 hash by mario.six@gdsys.cc · 8 years ago
  99. 7690be3 lib: tpm: Add command to flush resources by Mario Six · 8 years ago
  100. a982b6f tpm: tpm_tis_lpc: Add support for AT97SC3204 by George McCollister · 8 years ago