1. 6d5fcf4 security/tpm: Add a Kconfig to disregard INVALID_POSTINIT on startup by Arthur Heymans · 4 years, 10 months ago
  2. f350768 vboot: add new vb2ex_abort callback by Joel Kitching · 4 years, 10 months ago
  3. 117453e vboot: create board-specific test-only GBB HWID if not set by Hung-Te Lin · 5 years ago
  4. 31839f3 vboot: extend BOOT_MODE_PCR to SHA256 bank on TPM2 by Andrey Pronin · 5 years ago
  5. 087504f src/security: Remove unused #include <fmap.h> by Elyes HAOUAS · 5 years ago
  6. b590a04 security/vboot: Replace use of __PRE_RAM__ by Kyösti Mälkki · 5 years ago
  7. b3426c0 Revert "security/tpm/tss/tcg-2.0: Add multi digits support to tlcl_extend()" by Julius Werner · 5 years ago
  8. c563d34 security/tpm: Use correct hash digest lengths by Jacob Garber · 5 years ago
  9. aa771cb security/tpm/tss/tcg-2.0: Add support for algorithms by Frans Hendriks · 5 years ago
  10. fdb9805 security/tpm/tss/tcg-2.0: Add multi digits support to tlcl_extend() by Frans Hendriks · 5 years ago
  11. 7e220ca security/tpm/tss/tcg-2.0: Use tlcl_get_hash_size_from_algo() for hash size by Frans Hendriks · 5 years ago
  12. 4d9d964 vboot: remove fastboot support by Joel Kitching · 5 years ago
  13. 5fffb5e security/intel: Add TXT infrastructure by Patrick Rudolph · 5 years ago
  14. 117cf2b Split MAYBE_STATIC to _BSS and _NONZERO variants by Kyösti Mälkki · 5 years ago
  15. 220ac04 vboot: update vboot2 functions to use new vb2_error_t by Joel Kitching · 5 years ago
  16. 544b572 vboot: use vboot2 API to set initial secdatak value by Joel Kitching · 5 years ago
  17. 2a20d13 vboot: fix conditional using vboot_setup_tpm return value by Joel Kitching · 5 years ago
  18. 2c469ad tpm/tspi: include vb2_sha for vb2_get_hash_algorithm_name by Joel Kitching · 5 years ago
  19. 0bd84ed security/vboot: Add Support for Intel PTT by Christian Walter · 5 years ago
  20. 7706a04 drivers/crb: Add CRB driver for TPM2 support by Christian Walter · 5 years ago
  21. 90cf4bb Revert "src/security/vboot: Add option to skip display init with vboot 2.0" by Christian Walter · 5 years ago
  22. 7b10deb vboot: relocate call to vboot_save_recovery_reason_vbnv by Joel Kitching · 5 years ago
  23. 452aaae vboot: deprecate vboot_handoff structure by Joel Kitching · 5 years ago
  24. 589eff7 security/tpm/tss/tcg-2.0: Add TPM2 function tlcl_getcapability() by Frans Hendriks · 5 years ago
  25. 598af2e src/security/vboot: Add option to skip display init with vboot 2.0 by Sukerkar, Amol N · 5 years ago
  26. eda20b6 vboot: Use CONFIG_VBOOT_MIGRATE_WORKING_DATA on all platforms by Julius Werner · 5 years ago
  27. a19b07f security/memory: Clear memory in ramstage by Patrick Rudolph · 5 years ago
  28. 3891d27 security/tpm/tss/tcg-2.0/tss.c: Add debug message to tlcl_lib_init() by Frans Hendriks · 5 years ago
  29. 1b35295 security: Add memory subfolder by Patrick Rudolph · 5 years ago
  30. eb20320 vboot: remove vboot_handoff step by Joel Kitching · 5 years ago
  31. eb1dea8f security/vboot: Remove useless 'const' by Elyes HAOUAS · 5 years ago
  32. 7c05d2a6 security/tpm/Makefile.inc: Remove VBOOT dependency for tss files in postcar by Frans Hendriks · 5 years ago
  33. 532e0c7 vboot: relocate code to log and clear recovery mode switch by Joel Kitching · 5 years ago
  34. b6bcb6c vboot: remove functions which read vboot_handoff.out_flags by Joel Kitching · 5 years ago
  35. a06cd6c vboot: remove vboot_handoff_get_recovery_reason by Joel Kitching · 5 years ago
  36. ba50e48 vboot: recovery path should finalize work context by Joel Kitching · 5 years ago
  37. 7006458 post_code: add post code for failure to load next stage by Keith Short · 5 years ago
  38. b6ee0569 vboot: determine display init before recovery check by Eric Lai · 5 years ago
  39. c1b77c1 security/vboot/vboot_crtm.h: Remove ENV_ for vboot_measure_cbfs_hook() by Frans Hendriks · 5 years ago
  40. 7576bd7 vboot: save whether developer mode is enabled by Joel Kitching · 5 years ago
  41. 807803a vboot: remove OPROM-related code by Joel Kitching · 5 years ago
  42. 18b51b7 vboot: rename BOOT_OPROM_NEEDED to BOOT_DISPLAY_REQUEST by Joel Kitching · 5 years ago
  43. 998dc17 vboot: Turn vboot_logic_executed() into a static inline by Julius Werner · 5 years ago
  44. ef7d89c vboot: Make vboot_logic_executed() a bit more precise by Julius Werner · 5 years ago
  45. 2eb89c8 vboot: include vb2_sha.h when required by Joel Kitching · 5 years ago
  46. 5923d67 vboot: communicate display requirements with vb2api_fw_phase1 by Joel Kitching · 5 years ago
  47. 9e8cf3c vboot: remove use of VbInitParams by Joel Kitching · 5 years ago
  48. 1a6b5c2 vboot: remove use of GoogleBinaryBlockHeader by Joel Kitching · 5 years ago
  49. 6672bd8 vboot: refactor OPROM code by Joel Kitching · 5 years ago
  50. 4114aa8 vboot: specify NEED_VB20_INTERNALS when needed by Joel Kitching · 5 years ago
  51. 97f8029 security/tpm: Change POWER_OFF_ON_CR50_UPDATE so it can be disabled by Keith Short · 5 years ago
  52. cd4fe0f src: include <assert.h> when appropriate by Elyes HAOUAS · 5 years ago
  53. a751445 vboot: do not set VBSD_BOOT_FIRMWARE_WP_ENABLED flag by Joel Kitching · 5 years ago
  54. 8bd5c99 {src,util}: Correct typo in comment and debug string by Frans Hendriks · 6 years ago
  55. bf0970e src: Use include <delay.h> when appropriate by Elyes HAOUAS · 5 years ago
  56. e556f71 vboot: remove Kconfig option VBOOT_PHYSICAL_REC_SWITCH by Joel Kitching · 5 years ago
  57. 9993b6f vboot: Select CONFIG_VBOOT_OPROM_MATTERS in more cases by Julius Werner · 5 years ago
  58. eb789f0 src: Use include <reset.h> when appropriate by Elyes HAOUAS · 6 years ago
  59. f7f41a6 vboot_handoff: do not set VBSD_HONOR_VIRT_DEV_SWITCH by Joel Kitching · 5 years ago
  60. 51bbdac vboot: deprecate physical dev switch by Joel Kitching · 5 years ago
  61. 0ef562f vboot: remove VBOOT_EC_SOFTWARE_SYNC Kconfig option by Joel Kitching · 5 years ago
  62. a7a2387 vboot: remove VBOOT_EC_SLOW_UPDATE Kconfig option by Joel Kitching · 5 years ago
  63. 7169450 vboot: remove VBOOT_EC_EFS Kconfig option by Joel Kitching · 5 years ago
  64. 0097f55 vboot: standardize on working data size by Joel Kitching · 5 years ago
  65. a1e22b8 src: Use 'include <string.h>' when appropriate by Elyes HAOUAS · 5 years ago
  66. 8d0f599 vboot: make vboot workbuf available to payload by Joel Kitching · 5 years ago
  67. 28b38cd src: Drop unused 'include <cbfs.h>' by Elyes HAOUAS · 5 years ago
  68. 51ffa7e vboot: move assert in vboot_migrate_cbmem by Joel Kitching · 5 years ago
  69. af8471c vboot: rename symbols for better consistency by Joel Kitching · 5 years ago
  70. 0bcee88 vboot: copy data structures to CBMEM for downstream use by Joel Kitching · 6 years ago
  71. cd49cce coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) by Julius Werner · 5 years ago
  72. ba5ae5b vboot: rename VB2_DISABLE_DEVELOPER_MODE by Joel Kitching · 6 years ago
  73. fdd3564 vboot: rename VB2_SD_DEV_MODE_ENABLED by Joel Kitching · 6 years ago
  74. 2d4e836 src: Drop unused include <timestamp.h> by Elyes HAOUAS · 5 years ago
  75. c9b7d1f security/tpm: Fix TCPA log feature by Philipp Deppenwiese · 6 years ago
  76. 7132f25 console: Refactor printk() varargs prototypes by Kyösti Mälkki · 6 years ago
  77. 66f9a09 security/vboot: Add measured boot mode by Philipp Deppenwiese · 6 years ago
  78. d6f71d0 vboot: fix STARTS_IN_BOOTBLOCK/_ROMSTAGE logic by Joel Kitching · 5 years ago
  79. 7e0dea6 symbols.h: Add macro to define memlayout region symbols by Julius Werner · 5 years ago
  80. e0f3400 coreboot: check Cr50 PM mode on normal boot by Keith Short · 6 years ago
  81. faa3d46 vboot: Makefile: Also apply CPPFLAGS include path fixups to ccopts by Julius Werner · 6 years ago
  82. dc8fd37 tss/tcg-2.0: remove unnecessary break from marshaling code by Joel Kitching · 6 years ago
  83. e371d42 src/security/tpm: query recovery mode from Cr50 by Keith Short · 6 years ago
  84. 5c29daa buildsystem: Promote rules.h to default include by Kyösti Mälkki · 8 years ago
  85. 2e690ee tss: implement tlcl_save_state by Joel Kitching · 6 years ago
  86. 3c6d9e1 security/vboot: Add VB2_LIB to romstage sources without dependencies by Werner Zeh · 6 years ago
  87. 8a5283a src: Remove unneeded include <cbmem.h> by Elyes HAOUAS · 6 years ago
  88. 55d6238 src: Remove unneeded include <cbfs.h> by Elyes HAOUAS · 6 years ago
  89. e9a0130 src: Remove unneeded include <console/console.h> by Elyes HAOUAS · 6 years ago
  90. ead574e src: Get rid of duplicated includes by Elyes HAOUAS · 6 years ago
  91. a558ca9 security/vboot: Add selection for firmware slots used by VBOOT by Philipp Deppenwiese · 6 years ago
  92. ce3d8c2 security/vboot: Add VB2_LIB to postcar stage if available by Werner Zeh · 6 years ago
  93. c4e4193 src: Add missing include <stdint.h> by Elyes HAOUAS · 6 years ago
  94. 718c6fa reset: Finalize move to new API by Nico Huber · 6 years ago
  95. 30cf14f security/tpm: Add function to measure a region device by Werner Zeh · 6 years ago
  96. 5220aea security/vboot: build vboot_fw20.a per stage by Patrick Georgi · 6 years ago
  97. 61322d7 security/tpm: Fix references to tpm_setup function by Jonathan Neuschäfer · 6 years ago
  98. dfbe6bd src: Add missing include <stdint.h> by Elyes HAOUAS · 6 years ago
  99. 1d93b88 vboot: fix CONFIG_RESUME_PATH_SAME_AS_BOOT S3 resume logic by Joel Kitching · 6 years ago
  100. c5d0a2e tpm2/tlcl_send_startup: should pass on TPM_E_INVALID_POSTINIT by Joel Kitching · 6 years ago