summaryrefslogtreecommitdiffstats
path: root/src/security
Commit message (Expand)AuthorAgeFilesLines
* /: 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
* treewide: Unify Google brandingJon Murphy2022-07-041-4/+4
* security/vboot: Deprecate VBOOT_VBNV_ECYu-Ping Wu2022-06-224-32/+5
* security/vboot: Add support for GSCVD (Google "RO verification")Julius Werner2022-06-212-9/+100
* drivers/tpm/cr50: Add TPM IRQ timeout Kconfig optionYu-Ping Wu2022-06-082-0/+12
* cbfs: Rename TYPE_FIT to TYPE_FIT_PAYLOADJulius Werner2022-06-011-1/+1
* security/tpm/crtm: Add a function to measure the bootblock on SoC levelWerner Zeh2022-05-242-1/+16
* security/tpm/crtm: Use bootblock from FMAP on non x86 platformsWerner Zeh2022-05-241-6/+8
* security/tpm/crtm.c: Fix !CONFIG_BOOTBLOCK_IN_CBFS measuringArthur Heymans2022-05-241-2/+2
* CBMEM: Change declarations for initialization hooksKyösti Mälkki2022-05-202-4/+4
* drivers/i2c/tpm: Work around missing firmware_version in Ti50 < 0.0.15Reka Norman2022-05-161-0/+10
* src: Remove unused <cf9_reset.h>Elyes Haouas2022-05-161-1/+0
* security/intel/cbnt/Makefile.inc: Improve build flowArthur Heymans2022-05-121-5/+8
* Makefile.inc: Generate master header and pointer as C structsArthur Heymans2022-05-121-0/+2
* sec/intel/txt: Use 'bios_acm_error' variableArthur Heymans2022-05-111-1/+1
* security/tpm/crtm.c: Remove set but unused variableArthur Heymans2022-05-111-6/+0
* {drivers,northbridge,security}: Remove unused <cpu/x86/lapic.h>Elyes HAOUAS2022-04-242-2/+0
* src: Remove unused <console/cbmem_console.h>Elyes HAOUAS2022-04-241-1/+0
* tpm: Refactor TPM Kconfig dimensionsJes B. Klinke2022-04-216-21/+23
* {drivers/security}: Replace `cb_err_t` with `enum cb_err`Subrata Banik2022-03-091-2/+2
* commonlib/bsd: Remove cb_err_tJulius Werner2022-03-091-1/+1
* timestamps: Rename timestamps to make names more consistentJakub Czapiga2022-03-083-18/+18
* device/mmio.h: Move readXp/writeXp helpers to device/mmio.hJianjun Wang2022-03-081-1/+1
* drivers/tpm/spi: Refactor out some cr50-specific logicTim Wawrzynczak2022-03-071-0/+4
* security/tpm: Add vendor-specific tis functions to read/write TPM regsTim Wawrzynczak2022-03-011-0/+28
* security/intel/stm: Make STM setup MP safeEugene Myers2022-02-242-3/+11