summaryrefslogtreecommitdiffstats
path: root/src/security
Commit message (Expand)AuthorAgeFilesLines
* vboot: create board-specific test-only GBB HWID if not setHung-Te Lin2019-09-302-1/+11
* vboot: extend BOOT_MODE_PCR to SHA256 bank on TPM2Andrey Pronin2019-09-211-1/+1
* src/security: Remove unused #include <fmap.h>Elyes HAOUAS2019-09-151-1/+0
* security/vboot: Replace use of __PRE_RAM__Kyösti Mälkki2019-09-131-5/+1
* Revert "security/tpm/tss/tcg-2.0: Add multi digits support to tlcl_extend()"Julius Werner2019-09-112-74/+7
* security/tpm: Use correct hash digest lengthsJacob Garber2019-09-072-7/+7
* security/tpm/tss/tcg-2.0: Add support for algorithmsFrans Hendriks2019-09-061-2/+23
* security/tpm/tss/tcg-2.0: Add multi digits support to tlcl_extend()Frans Hendriks2019-09-053-13/+88
* security/tpm/tss/tcg-2.0: Use tlcl_get_hash_size_from_algo() for hash sizeFrans Hendriks2019-09-034-7/+58
* vboot: remove fastboot supportJoel Kitching2019-09-022-5/+0
* security/intel: Add TXT infrastructurePatrick Rudolph2019-09-026-0/+97
* Split MAYBE_STATIC to _BSS and _NONZERO variantsKyösti Mälkki2019-08-261-2/+2
* vboot: update vboot2 functions to use new vb2_error_tJoel Kitching2019-08-215-25/+29
* vboot: use vboot2 API to set initial secdatak valueJoel Kitching2019-08-211-21/+9
* vboot: fix conditional using vboot_setup_tpm return valueJoel Kitching2019-08-081-2/+1
* tpm/tspi: include vb2_sha for vb2_get_hash_algorithm_nameJoel Kitching2019-08-081-0/+1
* security/vboot: Add Support for Intel PTTChristian Walter2019-08-068-56/+102
* drivers/crb: Add CRB driver for TPM2 supportChristian Walter2019-07-311-2/+2
* Revert "src/security/vboot: Add option to skip display init with vboot 2.0"Christian Walter2019-07-291-11/+0
* vboot: relocate call to vboot_save_recovery_reason_vbnvJoel Kitching2019-07-233-3/+5
* vboot: deprecate vboot_handoff structureJoel Kitching2019-07-232-45/+0
* security/tpm/tss/tcg-2.0: Add TPM2 function tlcl_getcapability()Frans Hendriks2019-07-194-0/+80
* src/security/vboot: Add option to skip display init with vboot 2.0Sukerkar, Amol N2019-07-071-0/+11
* vboot: Use CONFIG_VBOOT_MIGRATE_WORKING_DATA on all platformsJulius Werner2019-07-033-22/+3
* security/memory: Clear memory in ramstagePatrick Rudolph2019-07-023-0/+164
* security/tpm/tss/tcg-2.0/tss.c: Add debug message to tlcl_lib_init()Frans Hendriks2019-07-011-2/+7
* security: Add memory subfolderPatrick Rudolph2019-06-276-0/+91
* vboot: remove vboot_handoff stepJoel Kitching2019-06-273-151/+1
* security/vboot: Remove useless 'const'Elyes HAOUAS2019-06-212-2/+2
* security/tpm/Makefile.inc: Remove VBOOT dependency for tss files in postcarFrans Hendriks2019-06-211-2/+2
* vboot: relocate code to log and clear recovery mode switchJoel Kitching2019-06-213-15/+27
* vboot: remove functions which read vboot_handoff.out_flagsJoel Kitching2019-06-212-27/+0
* vboot: remove vboot_handoff_get_recovery_reasonJoel Kitching2019-06-213-38/+7
* vboot: recovery path should finalize work contextJoel Kitching2019-06-121-2/+3
* post_code: add post code for failure to load next stageKeith Short2019-05-221-2/+4
* vboot: determine display init before recovery checkEric Lai2019-05-221-8/+8
* security/vboot/vboot_crtm.h: Remove ENV_ for vboot_measure_cbfs_hook()Frans Hendriks2019-05-202-2/+2
* vboot: save whether developer mode is enabledJoel Kitching2019-05-205-12/+9
* vboot: remove OPROM-related codeJoel Kitching2019-05-153-15/+0
* vboot: rename BOOT_OPROM_NEEDED to BOOT_DISPLAY_REQUESTJoel Kitching2019-05-152-3/+3
* vboot: Turn vboot_logic_executed() into a static inlineJulius Werner2019-05-102-53/+56
* vboot: Make vboot_logic_executed() a bit more preciseJulius Werner2019-05-101-3/+5
* vboot: include vb2_sha.h when requiredJoel Kitching2019-05-092-0/+2
* vboot: communicate display requirements with vb2api_fw_phase1Joel Kitching2019-05-092-6/+12
* vboot: remove use of VbInitParamsJoel Kitching2019-05-093-5/+4
* vboot: remove use of GoogleBinaryBlockHeaderJoel Kitching2019-05-063-8/+11
* vboot: refactor OPROM codeJoel Kitching2019-04-305-27/+21
* vboot: specify NEED_VB20_INTERNALS when neededJoel Kitching2019-04-292-5/+4
* security/tpm: Change POWER_OFF_ON_CR50_UPDATE so it can be disabledKeith Short2019-04-241-1/+1
* src: include <assert.h> when appropriateElyes HAOUAS2019-04-231-1/+0