summaryrefslogtreecommitdiffstats
path: root/src/security
Commit message (Expand)AuthorAgeFilesLines
* console/cbmem_console: Rename cbmem_dump_consoleRaul E Rangel2022-01-131-1/+1
* src: Remove redundant <rules.h> and <commonlib/bsd/compiler.h>Elyes HAOUAS2022-01-122-2/+0
* security/memory/memory.c: Include 'stdbool' instead of 'stdint'Elyes HAOUAS2022-01-041-1/+2
* src: Drop duplicated includesElyes HAOUAS2022-01-011-1/+0
* Revert "security/vboot: Add NVRAM counter for TPM 2.0"Tim Wawrzynczak2021-12-162-29/+0
* x86_64 assembly: Don't touch %gsPatrick Rudolph2021-12-061-0/+6
* security/intel: Use defines for segment registersPatrick Rudolph2021-12-061-2/+3
* cbfs: Remove deprecated APIsJulius Werner2021-12-062-3/+2
* cbfs | tspi: Join hash calculation for verification and measurementJulius Werner2021-12-034-78/+31
* src/security/vboot: Set up secure counter space in TPM NVRAMKarthikeyan Ramasubramanian2021-12-033-0/+43
* security/intel/txt: Fix HEAP_ACM format depending on number of ACMs in CBFSMichał Żygowski2021-12-022-44/+109
* security/intel/txt: Fix GETSEC checks in romstageMichał Żygowski2021-11-272-11/+31
* security/intel/txt: Allow platforms without FIT to use Intel TXTMichał Żygowski2021-11-271-1/+0
* security/intel/txt: Issue a global reset when TXT_RESET bit is setMichał Żygowski2021-11-273-4/+4
* security/intel/txt: Use set_global_reset in txt_reset_platform if possibleMichał Żygowski2021-11-271-0/+6
* security/intel/txt: Implement GETSEC PARAMETER dumpingMichał Żygowski2021-11-273-0/+46
* security/intel/txt: Remove unused region deviceMichał Żygowski2021-11-271-8/+6
* security/intel/txt: Correct reporting of chipset production fuse stateMichał Żygowski2021-11-273-3/+20
* security/intel/txt: Allow to set TXT BIOS Data Region versionMichał Żygowski2021-11-262-4/+13
* security/vboot: Add NVRAM counter for TPM 2.0Miriam Polzer2021-11-192-0/+29
* security/vboot: Use default kernel secdata sizeTim Wawrzynczak2021-11-171-8/+14
* security/tpm/tcg-2.0: Handle TPM_RC_NV_RANGE return codeKarthikeyan Ramasubramanian2021-11-173-0/+5
* Reland "vboot_logic: Set VB2_CONTEXT_EC_TRUSTED in verstage_main"Hsuan-ting Chen2021-11-152-0/+13
* Rename ECAM-specific MMCONF KconfigsShelley Chen2021-11-101-2/+2
* security/intel/txt: Get addr bits at runtimeArthur Heymans2021-11-012-5/+11
* Revert "vboot_logic: Set VB2_CONTEXT_EC_TRUSTED in verstage_main"Hsuan-ting Chen2021-10-152-13/+0
* security/vboot: Remove vb2ex_hwcrypto stubsYu-Ping Wu2021-10-071-21/+0
* src/mainboard to src/security: Fix spelling errorsMartin Roth2021-10-057-8/+8
* security/intel/txt/romstage: add missing arch/cpu.h includeFelix Held2021-09-171-0/+1
* vboot_logic: Set VB2_CONTEXT_EC_TRUSTED in verstage_mainHsuan Ting Chen2021-09-162-0/+13
* vboot: Call check_boot_mode before vb2api_fw_phase1Daisuke Nojiri2021-09-151-8/+11
* vboot/secdata_tpm: Add WRITE_STCLEAR attr to RW ARB spacesAseda Aboagye2021-07-261-0/+1
* 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
* vboot: add VBOOT_X86_SHA256_ACCELERATION configSubrata Banik2021-07-012-0/+9
* security/intel/cbnt: Fix loggingArthur Heymans2021-06-281-13/+13
* security/intel/cbnt: Remove fixed size requirementArthur Heymans2021-06-251-1/+0
* security/intel: Add option to enable SMM flash access onlyAngel Pons2021-06-211-0/+11
* 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
* security/tpm/tspi/crtm.c: Fix early initArthur Heymans2021-06-211-0/+4
* security/tpm/tspi: Reduce scope of tspi_init_crtmArthur Heymans2021-06-162-19/+17
* tpm/tss: Remove local variablePatrick Georgi2021-06-151-2/+1
* security/vboot: Add timestamps when loading verstageRaul E Rangel2021-06-141-0/+3
* security/vboot: Add support for ZTE spacesAseda Aboagye2021-06-102-8/+118
* security/tpm/tss/tcg-2.0: Add `tlcl_set_bits()`Aseda Aboagye2021-06-104-0/+49