summaryrefslogtreecommitdiffstats
path: root/src/security/vboot/vboot_logic.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "vboot: Add catchall recovery reason for unspecified phase 4 errors"Martin L Roth2023-11-011-1/+1
* vboot: Add catchall recovery reason for unspecified phase 4 errorsJulius Werner2023-10-311-1/+1
* drivers/tpm: Add tpm failure handlingJon Murphy2023-09-281-1/+16
* treewide: convert to tpm_result_tJon Murphy2023-09-281-18/+25
* treewide: convert to %#x hex printsJon Murphy2023-09-281-3/+3
* treewide: Adopt TCG standard namingJon Murphy2023-09-251-1/+1
* drivers/tpm: Make temp test value naming consistentJon Murphy2023-09-181-14/+14
* security/vboot: Add tpm return code to vboot fail callJon Murphy2023-09-181-1/+1
* security/vboot: Fix return type of extend_pcrs()Yu-Ping Wu2023-09-181-5/+7
* security/vboot: Update vboot context with slot B absenceMichał Żygowski2023-09-181-0/+3
* security/vboot: Rename Cr50 to GSC when applicableYu-Ping Wu2023-08-101-4/+4
* commonlib/console/post_code.h: Change post code prefix to POSTCODElilacious2023-06-231-1/+1
* security/tpm: make usage of PCRs configurable via KconfigSergii Dmytruk2023-04-101-2/+2
* security/vboot: Update vbnv_init signatureKarthikeyan Ramasubramanian2022-12-161-1/+1
* vboot: Allow for comparison of hash without zero-paddingJakub Czapiga2022-12-011-1/+1
* vboot: Add VBOOT_CBFS_INTEGRATION supportJakub Czapiga2022-11-081-25/+25
* vboot: Introduce handy vboot reboot functionsJakub Czapiga2022-11-081-31/+12
* tpm: Refactor TPM Kconfig dimensionsJes B. Klinke2022-04-211-1/+1
* timestamps: Rename timestamps to make names more consistentJakub Czapiga2022-03-081-14/+14
* Reland "vboot_logic: Set VB2_CONTEXT_EC_TRUSTED in verstage_main"Hsuan-ting Chen2021-11-151-0/+3
* Revert "vboot_logic: Set VB2_CONTEXT_EC_TRUSTED in verstage_main"Hsuan-ting Chen2021-10-151-3/+0
* security/vboot: Remove vb2ex_hwcrypto stubsYu-Ping Wu2021-10-071-21/+0
* vboot_logic: Set VB2_CONTEXT_EC_TRUSTED in verstage_mainHsuan Ting Chen2021-09-161-0/+3
* vboot: Call check_boot_mode before vb2api_fw_phase1Daisuke Nojiri2021-09-151-8/+11
* vboot: Assign 2 to EC_EFS_BOOT_MODE_TRUSTED_RODaisuke Nojiri2021-06-101-2/+2
* vboot: Add VB2_CONTEXT_EC_TRUSTEDDaisuke Nojiri2021-06-041-7/+12
* src: Add missing 'include <console/console.h>'Elyes HAOUAS2020-11-171-0/+1
* security/vboot: Add Kconfig symbol to set hashing block sizeMartin Roth2020-11-061-3/+1
* security/vboot: Make mrc_cache hash functions genericShelley Chen2020-10-201-1/+1
* src/security: Drop unneeded empty linesElyes HAOUAS2020-09-211-1/+0
* src: Remove unused 'include <cbmem.h>'Elyes HAOUAS2020-07-261-1/+0
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* security/vboot: Limit vboot verification code access to only verstageSridhar Siricilla2020-05-041-22/+0
* security/lockdown: Write-protect WP_ROPatrick Rudolph2020-04-281-0/+5
* ec_sync: Run EFS2 in romstagednojiri2020-04-171-14/+65
* src/security: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-041-13/+2
* security/vboot: relocate and rename vboot_platform_is_resuming()Bill XIE2020-03-311-2/+2
* security/vboot: Decouple measured boot from verified bootBill XIE2020-03-311-12/+4
* src (minus soc and mainboard): Remove copyright noticesPatrick Georgi2020-03-171-1/+0
* vboot: remove VBOOT_SAVE_RECOVERY_REASON_ON_REBOOT optionJoel Kitching2020-02-171-3/+0
* vboot: push clear recovery mode switch until BS_WRITE_TABLESJoel Kitching2020-02-171-25/+0
* security/vboot: relocate vb2ex_abort and vb2ex_printfJoel Kitching2020-02-071-21/+0
* security/vboot: Ensure firmware body size is respected againJulius Werner2019-12-131-23/+12
* vboot: Clear secdata change flags after factory initJulius Werner2019-12-061-2/+2
* security/vboot: Add vboot callbacks to support EC software syncTim Wawrzynczak2019-11-201-12/+18
* security/vboot: Remove selected_region from struct vboot_working_dataYu-Ping Wu2019-11-201-22/+4
* security/vboot: Remove vboot_named_region_device(_rw)Yu-Ping Wu2019-11-191-2/+3
* security/vboot: Add config option to always enable the displayWim Vervoorn2019-11-161-1/+1
* security/vboot: Remove flags from struct vboot_working_dataYu-Ping Wu2019-11-151-8/+0
* vboot: use vboot persistent contextJoel Kitching2019-11-151-35/+34