summaryrefslogtreecommitdiffstats
path: root/src/security
Commit message (Expand)AuthorAgeFilesLines
* src/security/vboot: Add option to skip display init with vboot 2.0Sukerkar, Amol N2019-07-071-0/+11
* vboot: Use CONFIG_VBOOT_MIGRATE_WORKING_DATA on all platformsJulius Werner2019-07-033-22/+3
* security/memory: Clear memory in ramstagePatrick Rudolph2019-07-023-0/+164
* security/tpm/tss/tcg-2.0/tss.c: Add debug message to tlcl_lib_init()Frans Hendriks2019-07-011-2/+7
* security: Add memory subfolderPatrick Rudolph2019-06-276-0/+91
* vboot: remove vboot_handoff stepJoel Kitching2019-06-273-151/+1
* security/vboot: Remove useless 'const'Elyes HAOUAS2019-06-212-2/+2
* security/tpm/Makefile.inc: Remove VBOOT dependency for tss files in postcarFrans Hendriks2019-06-211-2/+2
* vboot: relocate code to log and clear recovery mode switchJoel Kitching2019-06-213-15/+27
* vboot: remove functions which read vboot_handoff.out_flagsJoel Kitching2019-06-212-27/+0
* vboot: remove vboot_handoff_get_recovery_reasonJoel Kitching2019-06-213-38/+7
* vboot: recovery path should finalize work contextJoel Kitching2019-06-121-2/+3
* post_code: add post code for failure to load next stageKeith Short2019-05-221-2/+4
* vboot: determine display init before recovery checkEric Lai2019-05-221-8/+8
* security/vboot/vboot_crtm.h: Remove ENV_ for vboot_measure_cbfs_hook()Frans Hendriks2019-05-202-2/+2
* vboot: save whether developer mode is enabledJoel Kitching2019-05-205-12/+9
* vboot: remove OPROM-related codeJoel Kitching2019-05-153-15/+0
* vboot: rename BOOT_OPROM_NEEDED to BOOT_DISPLAY_REQUESTJoel Kitching2019-05-152-3/+3
* vboot: Turn vboot_logic_executed() into a static inlineJulius Werner2019-05-102-53/+56
* vboot: Make vboot_logic_executed() a bit more preciseJulius Werner2019-05-101-3/+5
* vboot: include vb2_sha.h when requiredJoel Kitching2019-05-092-0/+2
* vboot: communicate display requirements with vb2api_fw_phase1Joel Kitching2019-05-092-6/+12
* vboot: remove use of VbInitParamsJoel Kitching2019-05-093-5/+4
* vboot: remove use of GoogleBinaryBlockHeaderJoel Kitching2019-05-063-8/+11
* vboot: refactor OPROM codeJoel Kitching2019-04-305-27/+21
* vboot: specify NEED_VB20_INTERNALS when neededJoel Kitching2019-04-292-5/+4
* security/tpm: Change POWER_OFF_ON_CR50_UPDATE so it can be disabledKeith Short2019-04-241-1/+1
* src: include <assert.h> when appropriateElyes HAOUAS2019-04-231-1/+0
* vboot: do not set VBSD_BOOT_FIRMWARE_WP_ENABLED flagJoel Kitching2019-04-111-3/+0
* {src,util}: Correct typo in comment and debug stringFrans Hendriks2019-04-082-3/+3
* src: Use include <delay.h> when appropriateElyes HAOUAS2019-04-061-1/+0
* vboot: remove Kconfig option VBOOT_PHYSICAL_REC_SWITCHJoel Kitching2019-04-042-8/+0
* vboot: Select CONFIG_VBOOT_OPROM_MATTERS in more casesJulius Werner2019-04-011-0/+1
* src: Use include <reset.h> when appropriateElyes HAOUAS2019-03-292-2/+0
* vboot_handoff: do not set VBSD_HONOR_VIRT_DEV_SWITCHJoel Kitching2019-03-271-1/+0
* vboot: deprecate physical dev switchJoel Kitching2019-03-273-15/+1
* vboot: remove VBOOT_EC_SOFTWARE_SYNC Kconfig optionJoel Kitching2019-03-262-11/+0
* vboot: remove VBOOT_EC_SLOW_UPDATE Kconfig optionJoel Kitching2019-03-252-12/+1
* vboot: remove VBOOT_EC_EFS Kconfig optionJoel Kitching2019-03-212-11/+0
* vboot: standardize on working data sizeJoel Kitching2019-03-211-17/+6
* src: Use 'include <string.h>' when appropriateElyes HAOUAS2019-03-207-6/+1
* vboot: make vboot workbuf available to payloadJoel Kitching2019-03-192-19/+20
* src: Drop unused 'include <cbfs.h>'Elyes HAOUAS2019-03-192-1/+2
* vboot: move assert in vboot_migrate_cbmemJoel Kitching2019-03-181-1/+2
* vboot: rename symbols for better consistencyJoel Kitching2019-03-157-62/+78
* vboot: copy data structures to CBMEM for downstream useJoel Kitching2019-03-145-75/+89
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-0816-73/+73
* vboot: rename VB2_DISABLE_DEVELOPER_MODEJoel Kitching2019-03-071-1/+1
* vboot: rename VB2_SD_DEV_MODE_ENABLEDJoel Kitching2019-03-071-1/+1
* src: Drop unused include <timestamp.h>Elyes HAOUAS2019-03-071-1/+0