Age | Commit message (Expand) | Author |
2020-11-06 | security/vboot: Add Kconfig symbol to set hashing block size | Martin Roth |
2020-10-28 | security/vboot: fix policy digest for nvmem spaces | Andrey Pronin |
2020-10-26 | vboot: Disable vboot functions in SMM | Julius Werner |
2020-10-22 | security/vboot: Remove all tpm 1.2 functions for mrc hash in the tpm | Shelley Chen |
2020-10-20 | mrc_cache: Add tpm_hash_index field to cache_region struct | Shelley Chen |
2020-10-20 | security/vboot: Add new TPM NVRAM index MRC_RW_HASH_NV_INDEX | Shelley Chen |
2020-10-20 | security/vboot: Make mrc_cache hash functions generic | Shelley Chen |
2020-10-20 | mrc_cache: Move mrc_cache_*_hash functions into mrc_cache driver | Shelley Chen |
2020-10-20 | mrc_cache: Add config MRC_SAVE_HASH_IN_TPM | Shelley Chen |
2020-10-19 | security/vboot: Rename mem_init.h to mrc_cache_hash_tpm.h | Shelley Chen |
2020-09-21 | src/security: Drop unneeded empty lines | Elyes HAOUAS |
2020-08-18 | src: Remove unused 'include <boot_device.h>' | Elyes HAOUAS |
2020-08-13 | security/vboot/Makefile.inc: Update regions-for-file function | Sridhar Siricilla |
2020-07-26 | src: Change BOOL CONFIG_ to CONFIG() in comments & strings | Martin Roth |
2020-07-26 | src: Remove unused 'include <cbmem.h>' | Elyes HAOUAS |
2020-07-15 | security/vboot: ensure that NVMEM is saved on every kernel space write | Jett Rink |
2020-07-14 | src: Remove unused 'include <stdint.h> | Elyes HAOUAS |
2020-07-09 | security/vboot/secdata_tpm.c: Drop dead code | Angel Pons |
2020-07-08 | security/vboot: Allow files to go into only RW-A or RW-B region | Martin Roth |
2020-06-19 | Kconfig: Escape variable to accommodate new Kconfig versions | Patrick Georgi |
2020-06-15 | security/vboot: Add option to run verstage before bootblock | Martin Roth |
2020-06-02 | src: Remove unused 'include <fmap.h>' | Elyes HAOUAS |
2020-06-02 | src: Remove unused 'include <symbols.h>' | Elyes HAOUAS |
2020-05-18 | src: Remove unused 'include <string.h>' | Elyes HAOUAS |
2020-05-18 | src: Remove leading blank lines from SPDX header | Elyes HAOUAS |
2020-05-13 | src: Remove unused '#include <stddef.h>' | Elyes HAOUAS |
2020-05-13 | src: Remove unused '#include <stdint.h>' | Elyes HAOUAS |
2020-05-11 | treewide: Convert more license headers to SPDX style | Patrick Georgi |
2020-05-11 | treewide: Remove "this file is part of" lines | Patrick Georgi |
2020-05-09 | src/: Replace GPL boilerplate with SPDX headers | Patrick Georgi |
2020-05-08 | {security,soc}/*/Kconfig: Replace GPLv2 long form headers with SPDX header | Elyes HAOUAS |
2020-05-08 | vboot: Provide declaration for verstage_mainboard_early_init() | Furquan Shaikh |
2020-05-04 | security/vboot: Limit vboot verification code access to only verstage | Sridhar Siricilla |
2020-05-01 | security/vboot: Convert reboot-related errors to vboot2-style | Yu-Ping Wu |
2020-04-28 | vboot: Always build secdata functions for romstage | Julius Werner |
2020-04-28 | security/lockdown: Write-protect WP_RO | Patrick Rudolph |
2020-04-23 | rules.h: Rename ENV_VERSTAGE to ENV_SEPARATE_VERSTAGE | Julius Werner |
2020-04-23 | vboot: Add permission check for kernel space | Daisuke Nojiri |
2020-04-20 | security/vboot, mb/google: Fix build errors | Patrick Georgi |
2020-04-20 | vboot/secdata: remove retries, readback, and CRC check | Joel Kitching |
2020-04-20 | vboot: remove leftover TPM_PCR_GBB constants | Joel Kitching |
2020-04-17 | ec_sync: Run EFS2 in romstage | dnojiri |
2020-04-10 | assert.h: Simplify dead_code() | Nico Huber |
2020-04-04 | assert.h: Add a tag parameter to dead_code() | Nico Huber |
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-03-12 | vboot: remove extraneous vboot_recovery_mode_memory_retrain | Joel Kitching |
2020-03-07 | vboot: Upgrade kernel space to v1.0 | dnojiri |
2020-03-06 | security/vboot: Support enabling EC EFS with EC software sync | Sam McNally |
2020-02-24 | treewide: Capitalize 'CMOS' | Elyes HAOUAS |
2020-02-24 | vboot: remove rogue vboot_struct.h include | Joel Kitching |
2020-02-19 | vboot: use vb2api_get_recovery_reason function | Joel Kitching |
2020-02-18 | security/vboot: Correct help text of VBOOT_STARTS_IN_ROMSTAGE | Yu-Ping Wu |
2020-02-17 | vboot: rename GBB flag FAFT_KEY_OVERIDE to FLAG_RUNNING_FAFT | Joel Kitching |
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-14 | vboot: fix up some includes | Joel Kitching |
2020-02-10 | vboot: correct workbuf size when VBOOT_STARTS_IN_ROMSTAGE | Joel Kitching |
2020-02-07 | security/vboot: relocate vb2ex_abort and vb2ex_printf | Joel Kitching |
2020-02-05 | vendorcode/eltan/security: Switch to vb2 vboot library | Wim Vervoorn |
2020-01-25 | vboot: Remove hard dependency on MISSING_BOARD_RESET | Julius Werner |
2020-01-18 | security/vboot: Allow UDC regardless of vboot state | Wim Vervoorn |
2020-01-18 | cbfs: Remove locator concept | Julius Werner |
2020-01-10 | src/security: Fix typos | Elyes HAOUAS |
2019-12-26 | src: Remove unused include <string.h> | Elyes HAOUAS |
2019-12-20 | security/vboot: Add a dedicated flag for building of vboot library | Bill XIE |
2019-12-19 | src/security: Remove unused <stdlib.h> | Elyes HAOUAS |
2019-12-19 | arch/x86: Drop uses of ROMCC_BOOTBLOCK | Arthur Heymans |
2019-12-18 | vboot: remove 2lib headers from Makefile | Joel Kitching |
2019-12-18 | vboot: Fix MOCK_SECDATA for new naming scheme | Julius Werner |
2019-12-13 | security/vboot: Ensure firmware body size is respected again | Julius Werner |
2019-12-12 | vboot: update secdata naming scheme | Joel Kitching |
2019-12-10 | vboot: remove old vboot_fill_handoff function header | Joel Kitching |
2019-12-09 | EC sync: Properly handle VBERROR return codes from vb2api_ec_sync | Tim Wawrzynczak |
2019-12-06 | vboot: Clear secdata change flags after factory init | Julius Werner |
2019-12-06 | vboot: update VbExNvStorageWrite function | Joel Kitching |
2019-12-02 | src: Move 'static' to the beginning of declaration | Elyes HAOUAS |
2019-12-02 | lib/coreboot_table: Add CBMEM_ID_VBOOT_WORKBUF pointer to coreboot table | Yu-Ping Wu |
2019-12-02 | security/vboot: Remove struct vboot_working_data | Yu-Ping Wu |
2019-11-29 | security/vboot: Drop CAR_GLOBAL_MIGRATION support | Arthur Heymans |
2019-11-28 | security/vboot: Use persistent context to read GBB flags | Julius Werner |
2019-11-26 | security/vboot: Remove duplicate offsetof() definition | Jacob Garber |
2019-11-25 | Kconfig: Drop the C_ENVIRONMENT_BOOTBLOCK symbol | Arthur Heymans |
2019-11-22 | Makefiles: Remove -D__PRE_RAM__ | Kyösti Mälkki |
2019-11-20 | security/vboot: Build vboot library with same .a that depthcharge uses | Tim Wawrzynczak |
2019-11-20 | security/vboot/sync_ec: Add timestamps | Tim Wawrzynczak |
2019-11-20 | security/vboot: Add vboot callbacks to support EC software sync | Tim Wawrzynczak |
2019-11-20 | cbfs: switch to region_device for location APIs | Aaron Durbin |
2019-11-20 | security/vboot: Remove selected_region from struct vboot_working_data | Yu-Ping Wu |
2019-11-20 | security/vboot: Remove buffer_size 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-16 | vboot: remove vboot_possibly_executed function | Joel Kitching |
2019-11-16 | vboot: update comment | Patrick Georgi |
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-11-11 | security/vboot: Add rw_region_only support to vboot | Wim Vervoorn |
2019-11-07 | lib/cbfs: Add fallback to RO region to cbfs_boot_locate | Wim Vervoorn |