summaryrefslogtreecommitdiffstats
path: root/src/security/vboot
Commit message (Expand)AuthorAgeFilesLines
* src/security: Remove unused <console/console.h>Elyes HAOUAS2021-02-151-1/+0
* security/vboot/bootmode: Add weak fill_lb_gpiosRaul E Rangel2021-02-091-0/+4
* src: Add missing <cbmem.h>Elyes HAOUAS2021-02-091-0/+1
* coreboot_table: Move VBOOT_VBNV supportKyösti Mälkki2021-02-041-0/+12
* src: Remove unused <cbmem.h>Elyes HAOUAS2021-02-031-1/+0
* security/vboot: Add config for GBB_FLAG_ENABLE_UDCEric Lai2021-02-012-0/+5
* security/vboot/secdata_tpm.c: Remove repeated wordElyes HAOUAS2021-01-181-1/+1
* cbfs: Add verification for RO CBFS metadata hashJulius Werner2020-12-031-12/+9
* cbfs: Simplify load/map API names, remove type argumentsJulius Werner2020-12-021-1/+3
* cbfs: Add metadata cacheJulius Werner2020-11-212-9/+39
* vboot: stop implementing VbExDisplayScreenJoel Kitching2020-11-181-16/+0
* 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-062-3/+12
* security/vboot: fix policy digest for nvmem spacesAndrey Pronin2020-10-281-9/+37
* vboot: Disable vboot functions in SMMJulius Werner2020-10-261-1/+1
* security/vboot: Remove all tpm 1.2 functions for mrc hash in the tpmShelley Chen2020-10-221-70/+41
* mrc_cache: Add tpm_hash_index field to cache_region structShelley Chen2020-10-201-8/+0
* security/vboot: Add new TPM NVRAM index MRC_RW_HASH_NV_INDEXShelley Chen2020-10-202-10/+40
* security/vboot: Make mrc_cache hash functions genericShelley Chen2020-10-206-59/+73
* mrc_cache: Move mrc_cache_*_hash functions into mrc_cache driverShelley Chen2020-10-201-0/+1
* mrc_cache: Add config MRC_SAVE_HASH_IN_TPMShelley Chen2020-10-202-1/+2
* security/vboot: Rename mem_init.h to mrc_cache_hash_tpm.hShelley Chen2020-10-192-1/+20
* src/security: Drop unneeded empty linesElyes HAOUAS2020-09-213-3/+0
* src: Remove unused 'include <boot_device.h>'Elyes HAOUAS2020-08-181-1/+0
* security/vboot/Makefile.inc: Update regions-for-file functionSridhar Siricilla2020-08-131-5/+6
* src: Change BOOL CONFIG_ to CONFIG() in comments & stringsMartin Roth2020-07-261-2/+2
* src: Remove unused 'include <cbmem.h>'Elyes HAOUAS2020-07-263-3/+0
* security/vboot: ensure that NVMEM is saved on every kernel space writeJett Rink2020-07-151-0/+10
* src: Remove unused 'include <stdint.h>Elyes HAOUAS2020-07-141-1/+0
* security/vboot/secdata_tpm.c: Drop dead codeAngel Pons2020-07-091-5/+0
* security/vboot: Allow files to go into only RW-A or RW-B regionMartin Roth2020-07-082-3/+26
* Kconfig: Escape variable to accommodate new Kconfig versionsPatrick Georgi2020-06-191-8/+8
* security/vboot: Add option to run verstage before bootblockMartin Roth2020-06-155-11/+29
* src: Remove unused 'include <fmap.h>'Elyes HAOUAS2020-06-021-1/+0
* src: Remove unused 'include <symbols.h>'Elyes HAOUAS2020-06-021-1/+0
* src: Remove unused 'include <string.h>'Elyes HAOUAS2020-05-181-1/+0
* src: Remove leading blank lines from SPDX headerElyes HAOUAS2020-05-181-3/+0
* src: Remove unused '#include <stddef.h>'Elyes HAOUAS2020-05-131-1/+0
* src: Remove unused '#include <stdint.h>'Elyes HAOUAS2020-05-131-1/+0
* treewide: Convert more license headers to SPDX stylePatrick Georgi2020-05-113-84/+3
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-1122-22/+0
* src/: Replace GPL boilerplate with SPDX headersPatrick Georgi2020-05-091-9/+1
* {security,soc}/*/Kconfig: Replace GPLv2 long form headers with SPDX headerElyes HAOUAS2020-05-081-12/+2
* vboot: Provide declaration for verstage_mainboard_early_init()Furquan Shaikh2020-05-081-0/+1
* security/vboot: Limit vboot verification code access to only verstageSridhar Siricilla2020-05-043-23/+27
* security/vboot: Convert reboot-related errors to vboot2-styleYu-Ping Wu2020-05-011-6/+6
* vboot: Always build secdata functions for romstageJulius Werner2020-04-281-2/+2
* security/lockdown: Write-protect WP_ROPatrick Rudolph2020-04-281-0/+5
* rules.h: Rename ENV_VERSTAGE to ENV_SEPARATE_VERSTAGEJulius Werner2020-04-231-1/+1
* vboot: Add permission check for kernel spaceDaisuke Nojiri2020-04-231-0/+22