1. 50863da src/mainboard to src/security: Fix spelling errors by Martin Roth · 2 years, 11 months ago
  2. b0e1150 security/intel/txt/romstage: add missing arch/cpu.h include by Felix Held · 2 years, 11 months ago
  3. 1b46e76 include/cpu/x86/msr: introduce IA32_MC_*(x) macros by Felix Held · 3 years, 1 month ago
  4. 7cf3787 security/intel/txt: use mca_get_bank_count() by Felix Held · 3 years, 1 month ago
  5. 7b6a397 security/intel/txt: add missing cpu/x86/msr.h include by Felix Held · 3 years, 1 month ago
  6. ee55d71 security/intel/cbnt: Add logging by Arthur Heymans · 3 years, 3 months ago
  7. 773ecfe security/intel/txt: Split off microcode error types string printing by Arthur Heymans · 3 years, 3 months ago
  8. 3a1e1f0 security/intel/txt: Always build logging.c by Arthur Heymans · 3 years, 3 months ago
  9. f303b4f Apply more uses for Kconfig TPM by Kyösti Mälkki · 3 years, 3 months ago
  10. fc6cc71 security/intel/txt: Add weak function to skip TXT lockdown by Arthur Heymans · 3 years, 7 months ago
  11. eb73e5f security/intel/txt: Set up TPM in bootblock if using measured boot by Arthur Heymans · 3 years, 3 months ago
  12. eeacd83 cpu/intel/fit: Add the FIT table as a separate CBFS file by Arthur Heymans · 3 years, 6 months ago
  13. 77639e4 cbfs: Replace more instances of cbfs_boot_locate() with newer APIs by Julius Werner · 3 years, 6 months ago
  14. a9cbfc7 src/{drivers,security}: Remove unused <string.h> by Elyes HAOUAS · 3 years, 6 months ago
  15. 388aaf7 security/intel/txt/Makefile.inc: Use tab for indent by Elyes HAOUAS · 3 years, 6 months ago
  16. 2cc5bcb build system: Always add coreboot.pre dependency to intermediates by Patrick Georgi · 3 years, 7 months ago
  17. d6eb72c build system: Structure and serialize INTERMEDIATE by Patrick Georgi · 3 years, 7 months ago
  18. 17c951b */Makefile.inc: Add some INTERMEDIATE targets to .PHONY by Arthur Heymans · 3 years, 8 months ago
  19. 66dbd9c security/intel/txt: Don't run SCHECK on CBnT by Arthur Heymans · 3 years, 7 months ago
  20. bccb691 security/intel/txt/ramstage.c: Fix clearing secrets on CBNT by Arthur Heymans · 3 years, 9 months ago
  21. 9059a89 sec/intel/txt/Kconfig: Make TXT HEAP and SINIT size configurable by Arthur Heymans · 3 years, 10 months ago
  22. 834b3ec cbfs: Simplify load/map API names, remove type arguments by Julius Werner · 4 years, 6 months ago
  23. 94fe086 sec/intel/cbnt: Stitch in ACMs in the coreboot image by Arthur Heymans · 3 years, 10 months ago
  24. 6c49f40 haswell: Add Intel TXT support in romstage by Angel Pons · 4 years ago
  25. 5725ee4 sec/intel/txt: Add support for running SCLEAN in romstage by Angel Pons · 3 years, 10 months ago
  26. 3603960 sec/intel/txt/Kconfig: Remove the menu for including ACMs by Arthur Heymans · 3 years, 10 months ago
  27. ccb1119 sec/intel/txt/Makefile.inc: Include ACMs using Kconfig variables by Arthur Heymans · 3 years, 10 months ago
  28. 8f8cb95 sec/intel/txt: Split MTRR setup ASM code into a macro by Angel Pons · 3 years, 10 months ago
  29. 0149025 sec/intel/txt: Add `enable_getsec_or_reset` function by Angel Pons · 3 years, 10 months ago
  30. 7b4d67cf sec/intel/txt: Extract BIOS ACM loading into a function by Angel Pons · 3 years, 10 months ago
  31. 6c4028d sec/intel/txt: Only run LockConfig for LT-SX by Angel Pons · 3 years, 10 months ago
  32. e70a3f8 sec/intel/txt: Always run SCHECK on regular boots by Angel Pons · 3 years, 10 months ago
  33. 8a285fd8 sec/intel/txt: Allow skipping ACM NOP function by Angel Pons · 3 years, 10 months ago
  34. c037695 sec/intel/txt/ramstage.c: Do not init the heap on S3 resume by Angel Pons · 3 years, 10 months ago
  35. 8f7e2a3 sec/intel/txt/ramstage.c: Extract heap init into a function by Angel Pons · 3 years, 10 months ago
  36. 08de7d6 sec/intel/txt: Add and fill in BIOS Specification info by Angel Pons · 3 years, 10 months ago
  37. 28d0408 sec/intel/txt/common.c: Only log ACM error on failure by Angel Pons · 3 years, 10 months ago
  38. 5a6daa6 sec/intel/txt: Move DPR size to Kconfig by Angel Pons · 3 years, 10 months ago
  39. ffbb4b2 intel/txt: Add `txt_get_chipset_dpr` function by Angel Pons · 3 years, 10 months ago
  40. 578a4d2 security/intel/txt: Improve MTRR setup for GETSEC[ENTERACCS] by Angel Pons · 4 years ago
  41. 038cef9 sec/intel/txt: Bail if var MTRRs cannot snugly cache the BIOS ACM by Angel Pons · 3 years, 10 months ago
  42. 7af8aca sec/intel/txt/getsec_enteraccs.S: Save and restore MTRR_DEF_TYPE by Arthur Heymans · 3 years, 10 months ago
  43. 1133472 security/intel/txt: Use `smm_region()` to get TSEG base by Angel Pons · 3 years, 11 months ago
  44. 463e44b security/intel/txt: Add and use DPR register layout by Angel Pons · 3 years, 11 months ago
  45. 52082be security/intel/txt: Clean up includes by Angel Pons · 3 years, 11 months ago
  46. 6e536bc security/intel/txt: Print chipset as hex value by Christian Walter · 3 years, 11 months ago
  47. f91bcb3 src/security: Drop unneeded empty lines by Elyes HAOUAS · 4 years ago
  48. 803bd3c security/intel/txt/getsec.c: Do not check lock bit by Angel Pons · 4 years ago
  49. 7fdd1fa security/intel/txt: Add missing definitions by Angel Pons · 4 years ago
  50. ec17902 src: Remove unused 'include <lib.h>' by Elyes HAOUAS · 4 years, 1 month ago
  51. 2f1739a security/intel/txt: Fix variable MTRR handling by Angel Pons · 4 years ago
  52. 1fc43aa security/intel/txt: Allow using CF9 reset, too by Angel Pons · 4 years ago
  53. 536e965 security/intel/txt: Avoid shifting by a negative value by John Zhao · 4 years ago
  54. 5f9f776 security/intel/txt: Add Intel TXT support by Philipp Deppenwiese · 6 years ago
  55. 6b5bc77 treewide: Remove "this file is part of" lines by Patrick Georgi · 4 years, 3 months ago
  56. f7b2fe6 {security,soc}/*/Kconfig: Replace GPLv2 long form headers with SPDX header by Elyes HAOUAS · 4 years, 3 months ago
  57. f3f36fa src (minus soc and mainboard): Remove copyright notices by Patrick Georgi · 4 years, 5 months ago
  58. f67c81f soc/intel/fsp_broadwell_de: Drop support by Arthur Heymans · 4 years, 9 months ago
  59. dd0dc1a security/intel: Hide Intel submenu when INTEL TXT is disabled by Wim Vervoorn · 4 years, 9 months ago
  60. d9c799c build: Mark bootblock files on x86 as IBB by Patrick Rudolph · 5 years ago
  61. 5fffb5e security/intel: Add TXT infrastructure by Patrick Rudolph · 5 years ago