summaryrefslogtreecommitdiffstats
path: root/src/security
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* security/memory/memory.h: Add <stdbool.h>Elyes Haouas2022-10-061-0/+2
* drivers/crb: Add SMBIOS hook to generate type 43 TPM DeviceMichał Żygowski2022-09-301-0/+5
* security/vboot: Add rollback NVRAM space for TPM 2Miriam Polzer2022-09-172-0/+36
* src/security: Use "if (!ptr)" in preference to "if (ptr == NULL)"Elyes Haouas2022-09-156-10/+10
* timer: Change timer util functions to 64-bitRob Barnes2022-09-141-4/+4
* drivers/intel/ptt: Use the correct detection methodMichał Żygowski2022-09-121-0/+5
* security/vboot/tpm: Avoid duplicate vb2api_secdata_firmware_create callsYu-Ping Wu2022-09-041-6/+1
* soc/intel: Add SI_DESC region to GSCVD rangesJulius Werner2022-09-031-0/+2
* cbfs/vboot: Adapt to new vb2_digest APIJulius Werner2022-09-024-31/+29
* drivers/i2c/tpm: Remove TI50_FIRMWARE_VERSION_NOT_SUPPORTEDReka Norman2022-08-291-10/+0
* Add SBOM (Software Bill of Materials) GenerationMaximilian Brune2022-08-221-1/+2
* tpm: Correct TI50_FIRMWARE_VERSION_NOT_SUPPORTED help textYu-Ping Wu2022-08-211-3/+3
* security/vboot: Simplify image signingJakub Czapiga2022-07-301-31/+13
* treewide: Remove unused <cpu/x86/msr.h>Elyes Haouas2022-07-201-1/+0
* security/intel/txt/common.c: Remove unuseful "else" after "return"Elyes HAOUAS2022-07-171-8/+7
* cpu/x86/mp_init: retype do_smm element in mp_state struct to boolFelix Held2022-07-131-1/+1