summaryrefslogtreecommitdiffstats
path: root/src/security/intel
Commit message (Expand)AuthorAgeFilesLines
* include/cpu/x86/msr: introduce IA32_MC_*(x) macrosFelix Held2021-07-141-1/+1
* security/intel/txt: use mca_get_bank_count()Felix Held2021-07-121-2/+1
* security/intel/txt: add missing cpu/x86/msr.h includeFelix Held2021-07-121-0/+1
* Makefile.inc: Fix IFITTOOL dependenciesArthur Heymans2021-07-071-1/+1
* security/intel/cbnt: Fix loggingArthur Heymans2021-06-281-13/+13
* security/intel/cbnt: Remove fixed size requirementArthur Heymans2021-06-251-1/+0
* security/intel/cbnt: Add loggingArthur Heymans2021-06-215-0/+220
* security/intel/txt: Split off microcode error types string printingArthur Heymans2021-06-212-43/+24
* security/intel/txt: Always build logging.cArthur Heymans2021-06-211-2/+2
* security/intel/cbnt/Makefile.inc: Fix building cbnt-provArthur Heymans2021-06-211-1/+1
* 3rdparty/intel-sec-tools: Update to support Boot GuardChristopher Meis2021-06-071-1/+0
* Apply more uses for Kconfig TPMKyösti Mälkki2021-05-301-1/+1
* security/intel/txt: Add weak function to skip TXT lockdownArthur Heymans2021-05-202-0/+10
* src/security/intel/stm: Add warning for non-reproducible buildMartin Roth2021-05-121-0/+2
* security/intel/txt: Set up TPM in bootblock if using measured bootArthur Heymans2021-05-111-0/+1
* security/intel/cbnt: Allow to use an externally provided cbnt-prov binArthur Heymans2021-05-112-0/+19
* security/intel/cbnt/Makefile.inc: Use variables for hash algArthur Heymans2021-05-111-3/+7
* 3rdparty/intel-sec-tools: Update submodule pointerArthur Heymans2021-05-101-5/+3
* security/intel/cbnt: Rename bg-prov to cbnt-provArthur Heymans2021-05-102-34/+34
* security/tpm: Add option to init TPM in bootblockArthur Heymans2021-05-061-0/+1
* security/intel/cbnt: Fix ibbhash command lineChristian Walter2021-04-061-1/+1
* security/intel/cbnt: Add options to generate BPM from KconfigArthur Heymans2021-03-302-1/+96
* security/intel/cbnt: Add option to generate an unsigned BPMArthur Heymans2021-03-302-1/+26
* security/intel/cbnt: Add option to generate BPMArthur Heymans2021-03-302-1/+28
* security/intel/cbnt: Add an option to generate an unsigned KMArthur Heymans2021-03-302-1/+28
* security/intel/cbnt: Generate KM from Kconfig symbolsArthur Heymans2021-03-282-1/+62
* security/intel/cbnt: Add option to generate KMArthur Heymans2021-03-282-2/+49
* security/intel/cbnt: Prepare for KM/BPM generationArthur Heymans2021-03-282-0/+54
* security/intel/cbnt: Make CBNT compatible with CMOS option tableArthur Heymans2021-03-193-0/+25
* cpu/intel/fit: Add the FIT table as a separate CBFS fileArthur Heymans2021-03-192-4/+4
* cbfs: Replace more instances of cbfs_boot_locate() with newer APIsJulius Werner2021-03-172-31/+14
* security/intel/stm/Makefile.inc: Fix typoBenjamin Doron2021-03-151-1/+1
* src/{drivers,security}: Remove unused <string.h>Elyes HAOUAS2021-02-161-1/+0
* security/intel/txt/Makefile.inc: Use tab for indentElyes HAOUAS2021-02-111-4/+4
* drivers/security/cbnt: Fix bootblock sizeArthur Heymans2021-02-011-0/+2
* soc/intel: Replace `SA_PCIEX_LENGTH` Kconfig optionsAngel Pons2021-01-301-1/+1
* security/intel/stm/StmPlatformSmm.c: Remove repeated wordElyes HAOUAS2021-01-181-1/+1
* build system: Always add coreboot.pre dependency to intermediatesPatrick Georgi2021-01-152-4/+4
* build system: Structure and serialize INTERMEDIATEPatrick Georgi2021-01-142-12/+4
* */Makefile.inc: Add some INTERMEDIATE targets to .PHONYArthur Heymans2021-01-082-0/+4
* security/intel/txt: Don't run SCHECK on CBnTArthur Heymans2021-01-071-1/+1
* security/intel/txt/ramstage.c: Fix clearing secrets on CBNTArthur Heymans2021-01-041-16/+14
* sec/intel/txt/Kconfig: Make TXT HEAP and SINIT size configurableArthur Heymans2020-12-292-2/+21
* cbfs: Simplify load/map API names, remove type argumentsJulius Werner2020-12-022-9/+5
* sec/intel/cbnt: Stitch in ACMs in the coreboot imageArthur Heymans2020-11-106-0/+59
* haswell: Add Intel TXT support in romstageAngel Pons2020-11-045-0/+182
* sec/intel/txt: Add support for running SCLEAN in romstageAngel Pons2020-11-043-0/+186
* sec/intel/txt/Kconfig: Remove the menu for including ACMsArthur Heymans2020-10-281-4/+0
* sec/intel/txt/Makefile.inc: Include ACMs using Kconfig variablesArthur Heymans2020-10-281-10/+11
* sec/intel/txt: Split MTRR setup ASM code into a macroAngel Pons2020-10-222-64/+84