1. 94fe086 sec/intel/cbnt: Stitch in ACMs in the coreboot image by Arthur Heymans · 3 years, 10 months ago
  2. 6c49f40 haswell: Add Intel TXT support in romstage by Angel Pons · 4 years ago
  3. 5725ee4 sec/intel/txt: Add support for running SCLEAN in romstage by Angel Pons · 3 years, 10 months ago
  4. 3603960 sec/intel/txt/Kconfig: Remove the menu for including ACMs by Arthur Heymans · 3 years, 10 months ago
  5. ccb1119 sec/intel/txt/Makefile.inc: Include ACMs using Kconfig variables by Arthur Heymans · 3 years, 10 months ago
  6. 8f8cb95 sec/intel/txt: Split MTRR setup ASM code into a macro by Angel Pons · 3 years, 10 months ago
  7. 0149025 sec/intel/txt: Add `enable_getsec_or_reset` function by Angel Pons · 3 years, 10 months ago
  8. 7b4d67cf sec/intel/txt: Extract BIOS ACM loading into a function by Angel Pons · 3 years, 10 months ago
  9. 6c4028d sec/intel/txt: Only run LockConfig for LT-SX by Angel Pons · 3 years, 10 months ago
  10. e70a3f8 sec/intel/txt: Always run SCHECK on regular boots by Angel Pons · 3 years, 10 months ago
  11. 8a285fd8 sec/intel/txt: Allow skipping ACM NOP function by Angel Pons · 3 years, 10 months ago
  12. c037695 sec/intel/txt/ramstage.c: Do not init the heap on S3 resume by Angel Pons · 3 years, 10 months ago
  13. 8f7e2a3 sec/intel/txt/ramstage.c: Extract heap init into a function by Angel Pons · 3 years, 10 months ago
  14. 08de7d6 sec/intel/txt: Add and fill in BIOS Specification info by Angel Pons · 3 years, 10 months ago
  15. 28d0408 sec/intel/txt/common.c: Only log ACM error on failure by Angel Pons · 3 years, 10 months ago
  16. 5a6daa6 sec/intel/txt: Move DPR size to Kconfig by Angel Pons · 3 years, 10 months ago
  17. ffbb4b2 intel/txt: Add `txt_get_chipset_dpr` function by Angel Pons · 3 years, 10 months ago
  18. 578a4d2 security/intel/txt: Improve MTRR setup for GETSEC[ENTERACCS] by Angel Pons · 4 years ago
  19. 038cef9 sec/intel/txt: Bail if var MTRRs cannot snugly cache the BIOS ACM by Angel Pons · 3 years, 10 months ago
  20. 7af8aca sec/intel/txt/getsec_enteraccs.S: Save and restore MTRR_DEF_TYPE by Arthur Heymans · 3 years, 10 months ago
  21. 1133472 security/intel/txt: Use `smm_region()` to get TSEG base by Angel Pons · 3 years, 11 months ago
  22. 463e44b security/intel/txt: Add and use DPR register layout by Angel Pons · 3 years, 11 months ago
  23. 52082be security/intel/txt: Clean up includes by Angel Pons · 3 years, 11 months ago
  24. 7979bf5 security/intel/stm: Add options for STM build by Eugene Myers · 3 years, 11 months ago
  25. 6e536bc security/intel/txt: Print chipset as hex value by Christian Walter · 3 years, 11 months ago
  26. bbbdba1 security/intel/stm: Fix size_t printf format error by Felix Held · 3 years, 11 months ago
  27. 075df92 security/intel/stm: Fix size_t printf format error by Eugene D Myers · 4 years ago
  28. f91bcb3 src/security: Drop unneeded empty lines by Elyes HAOUAS · 4 years ago
  29. 803bd3c security/intel/txt/getsec.c: Do not check lock bit by Angel Pons · 4 years ago
  30. 7fdd1fa security/intel/txt: Add missing definitions by Angel Pons · 4 years ago
  31. ec17902 src: Remove unused 'include <lib.h>' by Elyes HAOUAS · 4 years, 1 month ago
  32. 2f1739a security/intel/txt: Fix variable MTRR handling by Angel Pons · 4 years, 1 month ago
  33. 1fc43aa security/intel/txt: Allow using CF9 reset, too by Angel Pons · 4 years, 1 month ago
  34. 536e965 security/intel/txt: Avoid shifting by a negative value by John Zhao · 4 years, 1 month ago
  35. 5f9f776 security/intel/txt: Add Intel TXT support by Philipp Deppenwiese · 6 years ago
  36. 002e5e0 security/intel/stm: Add missing <stdbool.h> by Angel Pons · 4 years, 1 month ago
  37. 14aff23 src: Remove unused 'include <cpu/x86/msr.h>' by Elyes HAOUAS · 4 years, 1 month ago
  38. 5dd76fd src: Remove unused 'include <lib.h>' by Elyes HAOUAS · 4 years, 3 months ago
  39. e30c396 src: Remove unused '#include <stddef.h>' by Elyes HAOUAS · 4 years, 3 months ago
  40. 593124d treewide: Convert more license headers to SPDX style by Patrick Georgi · 4 years, 3 months ago
  41. 6b5bc77 treewide: Remove "this file is part of" lines by Patrick Georgi · 4 years, 3 months ago
  42. f7b2fe6 {security,soc}/*/Kconfig: Replace GPLv2 long form headers with SPDX header by Elyes HAOUAS · 4 years, 3 months ago
  43. f213f17 intel/stm: Drop now unneeded `num_cpus` param by Eugene D Myers · 4 years, 4 months ago
  44. 076605b intel/stm: Place resource list right below MSEG by Eugene D Myers · 4 years, 4 months ago
  45. 374d7c2 Do not select USE_BLOBS by Nico Huber · 4 years, 5 months ago
  46. f3f36fa src (minus soc and mainboard): Remove copyright notices by Patrick Georgi · 4 years, 5 months ago
  47. 9d4f94a security/intel/stm: Use depends on ENABLE_VMX by Eugene Myers · 4 years, 6 months ago
  48. 5544f62 security/intel/stm: Check for processor STM support by Eugene Myers · 4 years, 6 months ago
  49. 9f78fae intel/stm: Add platform opt-in Kconfig by Nico Huber · 4 years, 6 months ago
  50. ae438be security/intel/stm: Add STM support by Eugene Myers · 4 years, 7 months ago
  51. f67c81f soc/intel/fsp_broadwell_de: Drop support by Arthur Heymans · 4 years, 9 months ago
  52. dd0dc1a security/intel: Hide Intel submenu when INTEL TXT is disabled by Wim Vervoorn · 4 years, 9 months ago
  53. d9c799c build: Mark bootblock files on x86 as IBB by Patrick Rudolph · 6 years ago
  54. 5fffb5e security/intel: Add TXT infrastructure by Patrick Rudolph · 5 years ago