summaryrefslogtreecommitdiff
path: root/src/security
AgeCommit message (Expand)Author
2019-09-30vboot: create board-specific test-only GBB HWID if not setHung-Te Lin
2019-09-21vboot: extend BOOT_MODE_PCR to SHA256 bank on TPM2Andrey Pronin
2019-09-15src/security: Remove unused #include <fmap.h>Elyes HAOUAS
2019-09-13security/vboot: Replace use of __PRE_RAM__Kyösti Mälkki
2019-09-11Revert "security/tpm/tss/tcg-2.0: Add multi digits support to tlcl_extend()"Julius Werner
2019-09-07security/tpm: Use correct hash digest lengthsJacob Garber
2019-09-06security/tpm/tss/tcg-2.0: Add support for algorithmsFrans Hendriks
2019-09-05security/tpm/tss/tcg-2.0: Add multi digits support to tlcl_extend()Frans Hendriks
2019-09-03security/tpm/tss/tcg-2.0: Use tlcl_get_hash_size_from_algo() for hash sizeFrans Hendriks
2019-09-02vboot: remove fastboot supportJoel Kitching
2019-09-02security/intel: Add TXT infrastructurePatrick Rudolph
2019-08-26Split MAYBE_STATIC to _BSS and _NONZERO variantsKyösti Mälkki
2019-08-21vboot: update vboot2 functions to use new vb2_error_tJoel Kitching
2019-08-21vboot: use vboot2 API to set initial secdatak valueJoel Kitching
2019-08-08vboot: fix conditional using vboot_setup_tpm return valueJoel Kitching
2019-08-08tpm/tspi: include vb2_sha for vb2_get_hash_algorithm_nameJoel Kitching
2019-08-06security/vboot: Add Support for Intel PTTChristian Walter
2019-07-31drivers/crb: Add CRB driver for TPM2 supportChristian Walter
2019-07-29Revert "src/security/vboot: Add option to skip display init with vboot 2.0"Christian Walter
2019-07-23vboot: relocate call to vboot_save_recovery_reason_vbnvJoel Kitching
2019-07-23vboot: deprecate vboot_handoff structureJoel Kitching
2019-07-19security/tpm/tss/tcg-2.0: Add TPM2 function tlcl_getcapability()Frans Hendriks
2019-07-07src/security/vboot: Add option to skip display init with vboot 2.0Sukerkar, Amol N
2019-07-03vboot: Use CONFIG_VBOOT_MIGRATE_WORKING_DATA on all platformsJulius Werner
2019-07-02security/memory: Clear memory in ramstagePatrick Rudolph
2019-07-01security/tpm/tss/tcg-2.0/tss.c: Add debug message to tlcl_lib_init()Frans Hendriks
2019-06-27security: Add memory subfolderPatrick Rudolph
2019-06-27vboot: remove vboot_handoff stepJoel Kitching
2019-06-21security/vboot: Remove useless 'const'Elyes HAOUAS
2019-06-21security/tpm/Makefile.inc: Remove VBOOT dependency for tss files in postcarFrans Hendriks
2019-06-21vboot: relocate code to log and clear recovery mode switchJoel Kitching
2019-06-21vboot: remove functions which read vboot_handoff.out_flagsJoel Kitching
2019-06-21vboot: remove vboot_handoff_get_recovery_reasonJoel Kitching
2019-06-12vboot: recovery path should finalize work contextJoel Kitching
2019-05-22post_code: add post code for failure to load next stageKeith Short
2019-05-22vboot: determine display init before recovery checkEric Lai
2019-05-20security/vboot/vboot_crtm.h: Remove ENV_ for vboot_measure_cbfs_hook()Frans Hendriks
2019-05-20vboot: save whether developer mode is enabledJoel Kitching
2019-05-15vboot: remove OPROM-related codeJoel Kitching
2019-05-15vboot: rename BOOT_OPROM_NEEDED to BOOT_DISPLAY_REQUESTJoel Kitching
2019-05-10vboot: Turn vboot_logic_executed() into a static inlineJulius Werner
2019-05-10vboot: Make vboot_logic_executed() a bit more preciseJulius Werner
2019-05-09vboot: include vb2_sha.h when requiredJoel Kitching
2019-05-09vboot: communicate display requirements with vb2api_fw_phase1Joel Kitching
2019-05-09vboot: remove use of VbInitParamsJoel Kitching
2019-05-06vboot: remove use of GoogleBinaryBlockHeaderJoel Kitching
2019-04-30vboot: refactor OPROM codeJoel Kitching
2019-04-29vboot: specify NEED_VB20_INTERNALS when neededJoel Kitching
2019-04-24security/tpm: Change POWER_OFF_ON_CR50_UPDATE so it can be disabledKeith Short
2019-04-23src: include <assert.h> when appropriateElyes HAOUAS