Age | Commit message (Expand) | Author |
2024-01-04 | vboot: Add firmware PCR support | Yi Chou |
2023-11-22 | vboot: Add catchall recovery reason for unspecified phase 4 errors | Julius Werner |
2023-11-01 | Revert "vboot: Add catchall recovery reason for unspecified phase 4 errors" | Martin L Roth |
2023-10-31 | vboot: Add catchall recovery reason for unspecified phase 4 errors | Julius Werner |
2023-09-28 | drivers/tpm: Add tpm failure handling | Jon Murphy |
2023-09-28 | treewide: convert to tpm_result_t | Jon Murphy |
2023-09-28 | treewide: convert to %#x hex prints | Jon Murphy |
2023-09-25 | treewide: Adopt TCG standard naming | Jon Murphy |
2023-09-18 | drivers/tpm: Make temp test value naming consistent | Jon Murphy |
2023-09-18 | security/vboot: Add tpm return code to vboot fail call | Jon Murphy |
2023-09-18 | security/vboot: Fix return type of extend_pcrs() | Yu-Ping Wu |
2023-09-18 | security/vboot: Update vboot context with slot B absence | Michał Żygowski |
2023-08-10 | security/vboot: Rename Cr50 to GSC when applicable | Yu-Ping Wu |
2023-06-23 | commonlib/console/post_code.h: Change post code prefix to POSTCODE | lilacious |
2023-04-10 | security/tpm: make usage of PCRs configurable via Kconfig | Sergii Dmytruk |
2022-12-16 | security/vboot: Update vbnv_init signature | Karthikeyan Ramasubramanian |
2022-12-01 | vboot: Allow for comparison of hash without zero-padding | Jakub Czapiga |
2022-11-08 | vboot: Add VBOOT_CBFS_INTEGRATION support | Jakub Czapiga |
2022-11-08 | vboot: Introduce handy vboot reboot functions | Jakub Czapiga |
2022-04-21 | tpm: Refactor TPM Kconfig dimensions | Jes B. Klinke |
2022-03-08 | timestamps: Rename timestamps to make names more consistent | Jakub Czapiga |
2021-11-15 | Reland "vboot_logic: Set VB2_CONTEXT_EC_TRUSTED in verstage_main" | Hsuan-ting Chen |
2021-10-15 | Revert "vboot_logic: Set VB2_CONTEXT_EC_TRUSTED in verstage_main" | Hsuan-ting Chen |
2021-10-07 | security/vboot: Remove vb2ex_hwcrypto stubs | Yu-Ping Wu |
2021-09-16 | vboot_logic: Set VB2_CONTEXT_EC_TRUSTED in verstage_main | Hsuan Ting Chen |
2021-09-15 | vboot: Call check_boot_mode before vb2api_fw_phase1 | Daisuke Nojiri |
2021-06-10 | vboot: Assign 2 to EC_EFS_BOOT_MODE_TRUSTED_RO | Daisuke Nojiri |
2021-06-04 | vboot: Add VB2_CONTEXT_EC_TRUSTED | Daisuke Nojiri |
2020-11-17 | src: Add missing 'include <console/console.h>' | Elyes HAOUAS |
2020-11-06 | security/vboot: Add Kconfig symbol to set hashing block size | Martin Roth |
2020-10-20 | security/vboot: Make mrc_cache hash functions generic | Shelley Chen |
2020-09-21 | src/security: Drop unneeded empty lines | Elyes HAOUAS |
2020-07-26 | src: Remove unused 'include <cbmem.h>' | Elyes HAOUAS |
2020-05-11 | treewide: Remove "this file is part of" lines | Patrick Georgi |
2020-05-04 | security/vboot: Limit vboot verification code access to only verstage | Sridhar Siricilla |
2020-04-28 | security/lockdown: Write-protect WP_RO | Patrick Rudolph |
2020-04-17 | ec_sync: Run EFS2 in romstage | dnojiri |
2020-04-04 | src/security: Use SPDX for GPL-2.0-only files | Angel Pons |
2020-03-31 | security/vboot: relocate and rename vboot_platform_is_resuming() | Bill XIE |
2020-03-31 | security/vboot: Decouple measured boot from verified boot | Bill XIE |
2020-03-17 | src (minus soc and mainboard): Remove copyright notices | Patrick Georgi |
2020-02-17 | vboot: remove VBOOT_SAVE_RECOVERY_REASON_ON_REBOOT option | Joel Kitching |
2020-02-17 | vboot: push clear recovery mode switch until BS_WRITE_TABLES | Joel Kitching |
2020-02-07 | security/vboot: relocate vb2ex_abort and vb2ex_printf | Joel Kitching |
2019-12-13 | security/vboot: Ensure firmware body size is respected again | Julius Werner |
2019-12-06 | vboot: Clear secdata change flags after factory init | Julius Werner |
2019-11-20 | security/vboot: Add vboot callbacks to support EC software sync | Tim Wawrzynczak |
2019-11-20 | security/vboot: Remove selected_region from struct vboot_working_data | Yu-Ping Wu |
2019-11-19 | security/vboot: Remove vboot_named_region_device(_rw) | Yu-Ping Wu |
2019-11-16 | security/vboot: Add config option to always enable the display | Wim Vervoorn |
2019-11-15 | security/vboot: Remove flags from struct vboot_working_data | Yu-Ping Wu |
2019-11-15 | vboot: use vboot persistent context | Joel Kitching |
2019-10-16 | vboot: add new vb2ex_abort callback | Joel Kitching |
2019-08-21 | vboot: update vboot2 functions to use new vb2_error_t | Joel Kitching |
2019-08-08 | vboot: fix conditional using vboot_setup_tpm return value | Joel Kitching |
2019-08-06 | security/vboot: Add Support for Intel PTT | Christian Walter |
2019-07-23 | vboot: relocate call to vboot_save_recovery_reason_vbnv | Joel Kitching |
2019-06-21 | vboot: relocate code to log and clear recovery mode switch | Joel Kitching |
2019-06-12 | vboot: recovery path should finalize work context | Joel Kitching |
2019-05-22 | post_code: add post code for failure to load next stage | Keith Short |
2019-05-22 | vboot: determine display init before recovery check | Eric Lai |
2019-05-20 | vboot: save whether developer mode is enabled | Joel Kitching |
2019-05-09 | vboot: communicate display requirements with vb2api_fw_phase1 | Joel Kitching |
2019-04-06 | src: Use include <delay.h> when appropriate | Elyes HAOUAS |
2019-03-27 | vboot: deprecate physical dev switch | Joel Kitching |
2019-03-15 | vboot: rename symbols for better consistency | Joel Kitching |
2019-03-14 | vboot: copy data structures to CBMEM for downstream use | Joel Kitching |
2019-03-08 | coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) | Julius Werner |
2019-03-07 | vboot: rename VB2_DISABLE_DEVELOPER_MODE | Joel Kitching |
2019-02-27 | console: Refactor printk() varargs prototypes | Kyösti Mälkki |
2019-02-25 | security/vboot: Add measured boot mode | Philipp Deppenwiese |
2018-10-24 | vboot: fix CONFIG_RESUME_PATH_SAME_AS_BOOT S3 resume logic | Joel Kitching |
2018-10-17 | vboot: do not extend PCRs on resume from S3 | Joel Kitching |
2018-10-08 | Move compiler.h to commonlib | Nico Huber |
2018-07-18 | security/vboot: fix typo | Raul E Rangel |
2018-06-04 | security/tpm: Unify the coreboot TPM software stack | Philipp Deppenwiese |
2018-05-13 | timestamp: Add timestamps for TPM communication | Raul E Rangel |
2018-04-24 | compiler.h: add __weak macro | Aaron Durbin |
2018-01-18 | security/tpm: Move tpm TSS and TSPI layer to security section | Philipp Deppenwiese |
2017-10-22 | security/vboot: Move vboot2 to security kconfig section | Philipp Deppenwiese |