summaryrefslogtreecommitdiffstats
path: root/src/security
Commit message (Expand)AuthorAgeFilesLines
* src/security: Remove unused <stdlib.h>Elyes HAOUAS2019-12-194-4/+0
* arch/x86: Drop uses of ROMCC_BOOTBLOCKArthur Heymans2019-12-191-1/+0
* vboot: remove 2lib headers from MakefileJoel Kitching2019-12-181-2/+0
* vboot: Fix MOCK_SECDATA for new naming schemeJulius Werner2019-12-181-1/+1
* security/vboot: Ensure firmware body size is respected againJulius Werner2019-12-134-30/+22
* vboot: update secdata naming schemeJoel Kitching2019-12-121-21/+23
* vboot: remove old vboot_fill_handoff function headerJoel Kitching2019-12-101-5/+0
* EC sync: Properly handle VBERROR return codes from vb2api_ec_syncTim Wawrzynczak2019-12-091-2/+32
* vboot: Clear secdata change flags after factory initJulius Werner2019-12-062-7/+9
* vboot: update VbExNvStorageWrite functionJoel Kitching2019-12-061-2/+2
* src: Move 'static' to the beginning of declarationElyes HAOUAS2019-12-022-4/+4
* lib/coreboot_table: Add CBMEM_ID_VBOOT_WORKBUF pointer to coreboot tableYu-Ping Wu2019-12-022-2/+1
* security/vboot: Remove struct vboot_working_dataYu-Ping Wu2019-12-022-67/+24
* security/tpm: Drop CAR_GLOBAL_MIGRATION supportArthur Heymans2019-11-295-37/+27
* security/vboot: Drop CAR_GLOBAL_MIGRATION supportArthur Heymans2019-11-295-50/+26
* security/vboot: Use persistent context to read GBB flagsJulius Werner2019-11-285-123/+13
* security/vboot: Remove duplicate offsetof() definitionJacob Garber2019-11-261-4/+0
* Kconfig: Drop the C_ENVIRONMENT_BOOTBLOCK symbolArthur Heymans2019-11-251-1/+1
* Makefiles: Remove -D__PRE_RAM__Kyösti Mälkki2019-11-221-6/+0
* drivers/intel/fsp1_0: Drop supportArthur Heymans2019-11-211-6/+0
* soc/intel/fsp_broadwell_de: Drop supportArthur Heymans2019-11-211-3/+1
* security/vboot: Build vboot library with same .a that depthcharge usesTim Wawrzynczak2019-11-201-5/+5
* security/vboot/sync_ec: Add timestampsTim Wawrzynczak2019-11-201-6/+13
* security/vboot: Add vboot callbacks to support EC software syncTim Wawrzynczak2019-11-205-12/+590
* cbfs: switch to region_device for location APIsAaron Durbin2019-11-201-9/+3
* security/vboot: Remove selected_region from struct vboot_working_dataYu-Ping Wu2019-11-205-77/+39
* security/vboot: Remove buffer_size from struct vboot_working_dataYu-Ping Wu2019-11-202-12/+3
* security/vboot: Remove vboot_named_region_device(_rw)Yu-Ping Wu2019-11-194-19/+5
* include: Make stdbool.h a separate fileJulius Werner2019-11-181-1/+1
* security/vboot: Add config option to always enable the displayWim Vervoorn2019-11-162-1/+7
* vboot: remove vboot_possibly_executed functionJoel Kitching2019-11-161-23/+1
* vboot: update commentPatrick Georgi2019-11-161-1/+1
* security/vboot: Remove flags from struct vboot_working_dataYu-Ping Wu2019-11-153-19/+2
* vboot: use vboot persistent contextJoel Kitching2019-11-154-74/+84
* security/intel: Hide Intel submenu when INTEL TXT is disabledWim Vervoorn2019-11-142-4/+4
* security/vboot: Add rw_region_only support to vbootWim Vervoorn2019-11-112-2/+17
* lib/cbfs: Add fallback to RO region to cbfs_boot_locateWim Vervoorn2019-11-071-0/+9
* security/vboot/Kconfig: Remove unused symbolsArthur Heymans2019-11-061-4/+0
* security/vboot: Removed vboot_prepare from vboot_locatorWim Vervoorn2019-11-052-2/+3
* src/[northbridge,security]: change "unsigned" to "unsigned int"Martin Roth2019-10-271-1/+1
* src: Use 'include <boot/coreboot_tables.h>' when appropriateElyes HAOUAS2019-10-271-1/+0
* security/memory: Add x86_64 supportPatrick Rudolph2019-10-201-1/+2
* build: Mark bootblock files on x86 as IBBPatrick Rudolph2019-10-182-0/+13
* security/tpm: Add a Kconfig to disregard INVALID_POSTINIT on startupArthur Heymans2019-10-172-0/+14
* vboot: add new vb2ex_abort callbackJoel Kitching2019-10-161-0/+5
* vboot: create board-specific test-only GBB HWID if not setHung-Te Lin2019-09-302-1/+11
* vboot: extend BOOT_MODE_PCR to SHA256 bank on TPM2Andrey Pronin2019-09-211-1/+1
* src/security: Remove unused #include <fmap.h>Elyes HAOUAS2019-09-151-1/+0
* security/vboot: Replace use of __PRE_RAM__Kyösti Mälkki2019-09-131-5/+1
* Revert "security/tpm/tss/tcg-2.0: Add multi digits support to tlcl_extend()"Julius Werner2019-09-112-74/+7