summaryrefslogtreecommitdiffstats
path: root/src/security
Commit message (Expand)AuthorAgeFilesLines
* commonlib,console,nb,sb,security: Add SPDX licenses to MakefilesMartin Roth2023-08-148-0/+15
* security/vboot: Rename Cr50 to GSC when applicableYu-Ping Wu2023-08-103-9/+10
* security/intel/stm/StmApi.h: Use C99 flexible arraysElyes Haouas2023-08-011-4/+4
* security/tpm/tpm{1,2}_log_serialized.h: Use C99 flexible arraysElyes Haouas2023-08-012-2/+2
* security/tpm: Respect CBMEM TPM log sizeJeremy Soller2023-07-183-0/+15
* security/vboot/secdata_tpm: Simplify antirollback_read_space_firmware()Yu-Ping Wu2023-07-121-12/+3
* drivers/tpm: Move tis_plat_irq_status to cr50 driverGrzegorz Bernacki2023-07-061-11/+0
* Makefile.inc: don't add fmap_config.h dependency twiceFelix Held2023-06-231-5/+0
* commonlib/console/post_code.h: Change post code prefix to POSTCODElilacious2023-06-232-2/+2
* security/intel/cbnt/Makefile: Fix invalid char '*'Elyes Haouas2023-06-151-1/+1
* mb/google/nissa/var/joxer: Remove VBOOT_GSC_BOARD_ID configReka Norman2023-06-071-0/+2
* security/intel/cbnt: Remove unneeded go stepsArthur Heymans2023-06-071-2/+0
* vboot: Drop argument to select slot from `vb2ex_ec_protect()`Subrata Banik2023-06-061-7/+4
* security/tpm: make usage of PCRs configurable via KconfigSergii Dmytruk2023-04-104-17/+28
* security/vboot: Don't add RO pagetables to RW_A/BArthur Heymans2023-04-061-0/+1
* security/tpm/tspi: Fix preram TPM log max entriesJeremy Soller2023-03-221-1/+1
* security/tpm: add TPM log format as per 2.0 specSergii Dmytruk2023-03-047-1/+373
* security/tpm: add TPM log format as per 1.2 specSergii Dmytruk2023-03-049-22/+351
* vboot: Fix reboot loop in recovery with VBOOT_CBFS_INTEGRATIONJakub Czapiga2023-02-211-6/+6
* vboot: Add VBOOT_ARMV8_CE_SHA256_ACCELERATION configYidi Lin2023-02-162-0/+9
* security/vboot: Add store/validate methods for AMD VBIOS FMAP cacheMatt DeVillier2023-02-136-0/+165
* security/vboot: Don't build with flashrom supportBrian Norris2023-02-051-0/+1
* security/vboot: Check RW_NVRAM at buildtimeArthur Heymans2023-01-132-0/+9
* security/tpm/tspi/log.c: fix strncpy() usageSergii Dmytruk2023-01-111-0/+7
* security/tpm: make tspi/crtm.c agnostic to log formatSergii Dmytruk2023-01-113-67/+132
* treewide: stop calling custom TPM log "TCPA"Sergii Dmytruk2023-01-115-82/+83
* chromeos/cr50_enable_update.c: Clear EC AP_IDLE flagDerek Huang2023-01-101-0/+7
* security/intel/txt: Add helper function to disable TXTSubrata Banik2023-01-092-0/+27
* security/intel/txt: Create Intel TXT lib with helper functionsSubrata Banik2023-01-085-38/+70
* security/intel/stm/StmPlatformResource.c: Fix typo on "threads"Elyes HAOUAS2022-12-311-1/+1
* src/security/vboot: Fix wrong CONFIG nameMaximilian Brune2022-12-281-1/+1
* Revert "security/tpm/: turn tis_{init,open} into tis_probe"Sergii Dmytruk2022-12-233-31/+41
* treewide: Remove duplicated includesElyes Haouas2022-12-211-2/+0
* security/vboot: Drop assert call from vbnv_udc_enable_flag()Sridhar Siricilla2022-12-211-5/+0
* security/tpm/: turn tis_{init,open} into tis_probeSergii Dmytruk2022-12-213-41/+31
* security/vboot: Update vbnv_init signatureKarthikeyan Ramasubramanian2022-12-163-21/+23
* treewide: Include <device/mmio.h> instead of <arch/mmio.h>Elyes Haouas2022-12-104-5/+5
* vboot: Force config file inclusion with CBFS integrationJulius Werner2022-12-071-0/+1
* security/tpm: remove tis_close()Sergii Dmytruk2022-12-051-11/+1
* vboot: Allow for comparison of hash without zero-paddingJakub Czapiga2022-12-011-1/+1
* vboot/vboot_common: Fix vboot_save_data() code exclusion guardJakub Czapiga2022-12-011-10/+17
* /: Remove extra space after commaElyes Haouas2022-11-301-1/+1
* security: Remove unnecessary space after castsElyes Haouas2022-11-224-12/+12
* security/tpm: make log format configurable via KconfigSergii Dmytruk2022-11-193-6/+30
* security/tpm: improve tlcl_extend() signatureSergii Dmytruk2022-11-125-25/+40
* ec/google/chromeec: Deprecate dev_index from google_chromeec_rebootCaveh Jalali2022-11-121-4/+4
* vboot: Add VBOOT_CBFS_INTEGRATION supportJakub Czapiga2022-11-086-30/+78
* vboot: Introduce handy vboot reboot functionsJakub Czapiga2022-11-083-31/+37
* security/vboot: Update build rules using x86 SHA extensionKarthikeyan Ramasubramanian2022-11-071-1/+2
* cpu/x86: Drop !CPU_INFO_V2 codeArthur Heymans2022-11-071-2/+2