summaryrefslogtreecommitdiffstats
path: root/src/security
Commit message (Expand)AuthorAgeFilesLines
* 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
* security/tpm: Fix TCPA log featurePhilipp Deppenwiese2019-03-077-60/+242
* console: Refactor printk() varargs prototypesKyösti Mälkki2019-02-271-1/+1
* security/vboot: Add measured boot modePhilipp Deppenwiese2019-02-256-21/+251
* vboot: fix STARTS_IN_BOOTBLOCK/_ROMSTAGE logicJoel Kitching2019-02-221-1/+7
* symbols.h: Add macro to define memlayout region symbolsJulius Werner2019-02-222-4/+4
* coreboot: check Cr50 PM mode on normal bootKeith Short2019-02-135-3/+136
* vboot: Makefile: Also apply CPPFLAGS include path fixups to ccoptsJulius Werner2019-01-281-4/+5
* tss/tcg-2.0: remove unnecessary break from marshaling codeJoel Kitching2019-01-171-1/+0
* src/security/tpm: query recovery mode from Cr50Keith Short2019-01-174-0/+31
* buildsystem: Promote rules.h to default includeKyösti Mälkki2019-01-163-3/+0
* tss: implement tlcl_save_stateJoel Kitching2018-11-285-0/+57
* security/vboot: Add VB2_LIB to romstage sources without dependenciesWerner Zeh2018-11-281-4/+2
* src: Remove unneeded include <cbmem.h>Elyes HAOUAS2018-11-161-1/+0
* src: Remove unneeded include <cbfs.h>Elyes HAOUAS2018-11-162-2/+0
* src: Remove unneeded include <console/console.h>Elyes HAOUAS2018-11-162-2/+0
* src: Get rid of duplicated includesElyes HAOUAS2018-11-161-1/+0
* security/vboot: Add selection for firmware slots used by VBOOTPhilipp Deppenwiese2018-11-082-1/+41
* security/vboot: Add VB2_LIB to postcar stage if availableWerner Zeh2018-11-081-0/+1
* src: Add missing include <stdint.h>Elyes HAOUAS2018-11-013-0/+6
* reset: Finalize move to new APINico Huber2018-10-311-1/+1
* security/tpm: Add function to measure a region deviceWerner Zeh2018-10-314-0/+86
* security/vboot: build vboot_fw20.a per stagePatrick Georgi2018-10-311-28/+23
* security/tpm: Fix references to tpm_setup functionJonathan Neuschäfer2018-10-301-3/+3
* src: Add missing include <stdint.h>Elyes HAOUAS2018-10-301-0/+2
* vboot: fix CONFIG_RESUME_PATH_SAME_AS_BOOT S3 resume logicJoel Kitching2018-10-241-1/+0
* tpm2/tlcl_send_startup: should pass on TPM_E_INVALID_POSTINITJoel Kitching2018-10-241-3/+15
* reset: Provide new single-function reset APINico Huber2018-10-222-3/+2
* tpm/tspi: clean up tpm_setup function flowJoel Kitching2018-10-181-38/+46
* vboot: do not extend PCRs on resume from S3Joel Kitching2018-10-171-8/+12
* tpm/tpm_setup: fail on invalid result from tlcl_resumeJoel Kitching2018-10-171-2/+17
* vc/google/chromeos/ec: remove EC hibernate in cr50 update pathAaron Durbin2018-10-151-6/+0
* Move compiler.h to commonlibNico Huber2018-10-087-8/+4
* tpm2/tlcl_send_startup: correct TPM2_Startup error logicJoel Kitching2018-10-051-7/+6
* security/tpm: Fix TPM 1.2 state machine issuesPhilipp Deppenwiese2018-08-211-17/+14