1. face29c security/intel/stm: Remove check that can never be true by Martin Roth · 10 months ago
  2. d7b8dc9 treewide: convert to tpm_result_t by Jon Murphy · 12 months ago
  3. dc75d3e security/intel/stm: Remove __attribute__(()) by Elyes Haouas · 11 months ago
  4. db3e16e security/intel: Remove unnecessary blank line after '{' by Elyes Haouas · 11 months ago
  5. f362bbd commonlib,console,nb,sb,security: Add SPDX licenses to Makefiles by Martin Roth · 1 year ago
  6. 928584c security/intel/stm/StmApi.h: Use C99 flexible arrays by Elyes Haouas · 1 year, 1 month ago
  7. d985e9d security/intel/cbnt/Makefile: Fix invalid char '*' by Elyes Haouas · 1 year, 2 months ago
  8. 8d9fb76 security/intel/cbnt: Remove unneeded go steps by Arthur Heymans · 3 years, 2 months ago
  9. ad87a82 security/intel/txt: Add helper function to disable TXT by Subrata Banik · 1 year, 8 months ago
  10. 6a2495d security/intel/txt: Create Intel TXT lib with helper functions by Subrata Banik · 1 year, 8 months ago
  11. 411aba2 security/intel/stm/StmPlatformResource.c: Fix typo on "threads" by Elyes HAOUAS · 2 years, 7 months ago
  12. 8823ba1 treewide: Include <device/mmio.h> instead of <arch/mmio.h> by Elyes Haouas · 1 year, 9 months ago
  13. b538d71 security: Remove unnecessary space after casts by Elyes Haouas · 1 year, 9 months ago
  14. f4c11dc cpu/x86: Drop !CPU_INFO_V2 code by Arthur Heymans · 1 year, 10 months ago
  15. aebccac src/security: Use "if (!ptr)" in preference to "if (ptr == NULL)" by Elyes Haouas · 1 year, 11 months ago
  16. ff7725e drivers/intel/ptt: Use the correct detection method by Michał Żygowski · 2 years, 4 months ago
  17. ef26dee treewide: Remove unused <cpu/x86/msr.h> by Elyes Haouas · 2 years, 1 month ago
  18. c2f1202 security/intel/txt/common.c: Remove unuseful "else" after "return" by Elyes HAOUAS · 2 years, 7 months ago
  19. 207225c cpu/x86/mp_init: retype do_smm element in mp_state struct to bool by Felix Held · 2 years, 1 month ago
  20. db735c4 src: Remove unused <cf9_reset.h> by Elyes Haouas · 2 years, 4 months ago
  21. 8ae248e security/intel/cbnt/Makefile.inc: Improve build flow by Arthur Heymans · 3 years, 1 month ago
  22. 35c492b sec/intel/txt: Use 'bios_acm_error' variable by Arthur Heymans · 2 years, 5 months ago
  23. 210b915 {drivers,northbridge,security}: Remove unused <cpu/x86/lapic.h> by Elyes HAOUAS · 2 years, 7 months ago
  24. 8565b94a device/mmio.h: Move readXp/writeXp helpers to device/mmio.h by Jianjun Wang · 2 years, 6 months ago
  25. b2c681f security/intel/stm: Make STM setup MP safe by Eugene Myers · 2 years, 6 months ago
  26. a514192 security/intel/stm: Use correct SMBASE for SMM descriptor setup by Eugene Myers · 2 years, 6 months ago
  27. 64175bc src: Remove redundant <rules.h> and <commonlib/bsd/compiler.h> by Elyes HAOUAS · 2 years, 7 months ago
  28. b23571c src: Drop duplicated includes by Elyes HAOUAS · 2 years, 8 months ago
  29. 5b334b8 x86_64 assembly: Don't touch %gs by Patrick Rudolph · 2 years, 9 months ago
  30. c7f0bca security/intel: Use defines for segment registers by Patrick Rudolph · 2 years, 9 months ago
  31. effe39b security/intel/txt: Fix HEAP_ACM format depending on number of ACMs in CBFS by Michał Żygowski · 2 years, 9 months ago
  32. 257094a security/intel/txt: Fix GETSEC checks in romstage by Michał Żygowski · 2 years, 9 months ago
  33. 50449eb security/intel/txt: Allow platforms without FIT to use Intel TXT by Michał Żygowski · 2 years, 9 months ago
  34. 1e3b48c security/intel/txt: Issue a global reset when TXT_RESET bit is set by Michał Żygowski · 2 years, 9 months ago
  35. de8c8ec security/intel/txt: Use set_global_reset in txt_reset_platform if possible by Michał Żygowski · 2 years, 9 months ago
  36. 7480e87 security/intel/txt: Implement GETSEC PARAMETER dumping by Michał Żygowski · 2 years, 9 months ago
  37. 7656571 security/intel/txt: Remove unused region device by Michał Żygowski · 2 years, 9 months ago
  38. 9734e80 security/intel/txt: Correct reporting of chipset production fuse state by Michał Żygowski · 2 years, 9 months ago
  39. 85d9474 security/intel/txt: Allow to set TXT BIOS Data Region version by Michał Żygowski · 2 years, 9 months ago
  40. 4e9bb33 Rename ECAM-specific MMCONF Kconfigs by Shelley Chen · 2 years, 10 months ago
  41. 083aa9e security/intel/txt: Get addr bits at runtime by Arthur Heymans · 2 years, 10 months ago
  42. 50863da src/mainboard to src/security: Fix spelling errors by Martin Roth · 2 years, 11 months ago
  43. b0e1150 security/intel/txt/romstage: add missing arch/cpu.h include by Felix Held · 2 years, 11 months ago
  44. 1b46e76 include/cpu/x86/msr: introduce IA32_MC_*(x) macros by Felix Held · 3 years, 1 month ago
  45. 7cf3787 security/intel/txt: use mca_get_bank_count() by Felix Held · 3 years, 1 month ago
  46. 7b6a397 security/intel/txt: add missing cpu/x86/msr.h include by Felix Held · 3 years, 1 month ago
  47. 95761c5 Makefile.inc: Fix IFITTOOL dependencies by Arthur Heymans · 3 years, 1 month ago
  48. bf4a8d6 security/intel/cbnt: Fix logging by Arthur Heymans · 3 years, 2 months ago
  49. e243a60 security/intel/cbnt: Remove fixed size requirement by Arthur Heymans · 3 years, 2 months ago
  50. ee55d71 security/intel/cbnt: Add logging by Arthur Heymans · 3 years, 3 months ago
  51. 773ecfe security/intel/txt: Split off microcode error types string printing by Arthur Heymans · 3 years, 3 months ago
  52. 3a1e1f0 security/intel/txt: Always build logging.c by Arthur Heymans · 3 years, 3 months ago
  53. e76aac6 security/intel/cbnt/Makefile.inc: Fix building cbnt-prov by Arthur Heymans · 3 years, 2 months ago
  54. 1128817 3rdparty/intel-sec-tools: Update to support Boot Guard by Christopher Meis · 3 years, 3 months ago
  55. f303b4f Apply more uses for Kconfig TPM by Kyösti Mälkki · 3 years, 3 months ago
  56. fc6cc71 security/intel/txt: Add weak function to skip TXT lockdown by Arthur Heymans · 3 years, 7 months ago
  57. b403da6 src/security/intel/stm: Add warning for non-reproducible build by Martin Roth · 3 years, 3 months ago
  58. eb73e5f security/intel/txt: Set up TPM in bootblock if using measured boot by Arthur Heymans · 3 years, 3 months ago
  59. 0250a78 security/intel/cbnt: Allow to use an externally provided cbnt-prov bin by Arthur Heymans · 3 years, 5 months ago
  60. 8b91c9f security/intel/cbnt/Makefile.inc: Use variables for hash alg by Arthur Heymans · 3 years, 5 months ago
  61. f69cece 3rdparty/intel-sec-tools: Update submodule pointer by Arthur Heymans · 3 years, 4 months ago
  62. 53164ba security/intel/cbnt: Rename bg-prov to cbnt-prov by Arthur Heymans · 3 years, 3 months ago
  63. 6f8e944 security/tpm: Add option to init TPM in bootblock by Arthur Heymans · 3 years, 5 months ago
  64. 647e2c9 security/intel/cbnt: Fix ibbhash command line by Christian Walter · 3 years, 5 months ago
  65. 3d5319e security/intel/cbnt: Add options to generate BPM from Kconfig by Arthur Heymans · 3 years, 6 months ago
  66. 6362df3 security/intel/cbnt: Add option to generate an unsigned BPM by Arthur Heymans · 3 years, 5 months ago
  67. 15412c0 security/intel/cbnt: Add option to generate BPM by Arthur Heymans · 3 years, 6 months ago
  68. 5e0119e security/intel/cbnt: Add an option to generate an unsigned KM by Arthur Heymans · 3 years, 5 months ago
  69. 0514324 security/intel/cbnt: Generate KM from Kconfig symbols by Arthur Heymans · 3 years, 6 months ago
  70. 2ef2e47 security/intel/cbnt: Add option to generate KM by Arthur Heymans · 3 years, 6 months ago
  71. 21176dd security/intel/cbnt: Prepare for KM/BPM generation by Arthur Heymans · 3 years, 5 months ago
  72. 2390754 security/intel/cbnt: Make CBNT compatible with CMOS option table by Arthur Heymans · 3 years, 5 months ago
  73. eeacd83 cpu/intel/fit: Add the FIT table as a separate CBFS file by Arthur Heymans · 3 years, 6 months ago
  74. 77639e4 cbfs: Replace more instances of cbfs_boot_locate() with newer APIs by Julius Werner · 3 years, 6 months ago
  75. 234f8e0 security/intel/stm/Makefile.inc: Fix typo by Benjamin Doron · 3 years, 5 months ago
  76. a9cbfc7 src/{drivers,security}: Remove unused <string.h> by Elyes HAOUAS · 3 years, 6 months ago
  77. 388aaf7 security/intel/txt/Makefile.inc: Use tab for indent by Elyes HAOUAS · 3 years, 6 months ago
  78. cbce390 drivers/security/cbnt: Fix bootblock size by Arthur Heymans · 3 years, 7 months ago
  79. 9849488 soc/intel: Replace `SA_PCIEX_LENGTH` Kconfig options by Angel Pons · 3 years, 7 months ago
  80. 5edd51f security/intel/stm/StmPlatformSmm.c: Remove repeated word by Elyes HAOUAS · 3 years, 7 months ago
  81. 2cc5bcb build system: Always add coreboot.pre dependency to intermediates by Patrick Georgi · 3 years, 7 months ago
  82. d6eb72c build system: Structure and serialize INTERMEDIATE by Patrick Georgi · 3 years, 7 months ago
  83. 17c951b */Makefile.inc: Add some INTERMEDIATE targets to .PHONY by Arthur Heymans · 3 years, 8 months ago
  84. 66dbd9c security/intel/txt: Don't run SCHECK on CBnT by Arthur Heymans · 3 years, 7 months ago
  85. bccb691 security/intel/txt/ramstage.c: Fix clearing secrets on CBNT by Arthur Heymans · 3 years, 9 months ago
  86. 9059a89 sec/intel/txt/Kconfig: Make TXT HEAP and SINIT size configurable by Arthur Heymans · 3 years, 10 months ago
  87. 834b3ec cbfs: Simplify load/map API names, remove type arguments by Julius Werner · 4 years, 6 months ago
  88. 94fe086 sec/intel/cbnt: Stitch in ACMs in the coreboot image by Arthur Heymans · 3 years, 10 months ago
  89. 6c49f40 haswell: Add Intel TXT support in romstage by Angel Pons · 4 years ago
  90. 5725ee4 sec/intel/txt: Add support for running SCLEAN in romstage by Angel Pons · 3 years, 10 months ago
  91. 3603960 sec/intel/txt/Kconfig: Remove the menu for including ACMs by Arthur Heymans · 3 years, 10 months ago
  92. ccb1119 sec/intel/txt/Makefile.inc: Include ACMs using Kconfig variables by Arthur Heymans · 3 years, 10 months ago
  93. 8f8cb95 sec/intel/txt: Split MTRR setup ASM code into a macro by Angel Pons · 3 years, 10 months ago
  94. 0149025 sec/intel/txt: Add `enable_getsec_or_reset` function by Angel Pons · 3 years, 10 months ago
  95. 7b4d67cf sec/intel/txt: Extract BIOS ACM loading into a function by Angel Pons · 3 years, 10 months ago
  96. 6c4028d sec/intel/txt: Only run LockConfig for LT-SX by Angel Pons · 3 years, 10 months ago
  97. e70a3f8 sec/intel/txt: Always run SCHECK on regular boots by Angel Pons · 3 years, 10 months ago
  98. 8a285fd8 sec/intel/txt: Allow skipping ACM NOP function by Angel Pons · 3 years, 10 months ago
  99. c037695 sec/intel/txt/ramstage.c: Do not init the heap on S3 resume by Angel Pons · 3 years, 10 months ago
  100. 8f7e2a3 sec/intel/txt/ramstage.c: Extract heap init into a function by Angel Pons · 3 years, 10 months ago