summaryrefslogtreecommitdiffstats
path: root/src/security
Commit message (Expand)AuthorAgeFilesLines
* 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
* security/tpm: Use correct hash digest lengthsJacob Garber2019-09-072-7/+7
* security/tpm/tss/tcg-2.0: Add support for algorithmsFrans Hendriks2019-09-061-2/+23
* security/tpm/tss/tcg-2.0: Add multi digits support to tlcl_extend()Frans Hendriks2019-09-053-13/+88
* security/tpm/tss/tcg-2.0: Use tlcl_get_hash_size_from_algo() for hash sizeFrans Hendriks2019-09-034-7/+58
* vboot: remove fastboot supportJoel Kitching2019-09-022-5/+0
* security/intel: Add TXT infrastructurePatrick Rudolph2019-09-026-0/+97
* Split MAYBE_STATIC to _BSS and _NONZERO variantsKyösti Mälkki2019-08-261-2/+2
* vboot: update vboot2 functions to use new vb2_error_tJoel Kitching2019-08-215-25/+29
* vboot: use vboot2 API to set initial secdatak valueJoel Kitching2019-08-211-21/+9
* vboot: fix conditional using vboot_setup_tpm return valueJoel Kitching2019-08-081-2/+1