summaryrefslogtreecommitdiffstats
path: root/src/security/vboot
Commit message (Expand)AuthorAgeFilesLines
* src: Use 'include <string.h>' when appropriateElyes HAOUAS2019-03-204-3/+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-0813-60/+60
* 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-073-11/+63
* console: Refactor printk() varargs prototypesKyösti Mälkki2019-02-271-1/+1
* security/vboot: Add measured boot modePhilipp Deppenwiese2019-02-255-16/+249
* 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
* vboot: Makefile: Also apply CPPFLAGS include path fixups to ccoptsJulius Werner2019-01-281-4/+5
* buildsystem: Promote rules.h to default includeKyösti Mälkki2019-01-163-3/+0
* 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
* reset: Finalize move to new APINico Huber2018-10-311-1/+1
* security/tpm: Add function to measure a region deviceWerner Zeh2018-10-311-0/+4
* security/vboot: build vboot_fw20.a per stagePatrick Georgi2018-10-311-28/+23
* vboot: fix CONFIG_RESUME_PATH_SAME_AS_BOOT S3 resume logicJoel Kitching2018-10-241-1/+0
* reset: Provide new single-function reset APINico Huber2018-10-222-3/+2
* vboot: do not extend PCRs on resume from S3Joel Kitching2018-10-171-8/+12
* Move compiler.h to commonlibNico Huber2018-10-086-7/+4
* security/vboot/Makefile: Use shell cat instead of make file commandRaul E Rangel2018-08-131-1/+1
* src/security/vboot: Fix typoElyes HAOUAS2018-08-091-2/+2
* security/vboot: Split fwid.region build targetRaul E Rangel2018-08-081-2/+7
* security/tpm: Improve TCPA log generationPhilipp Deppenwiese2018-08-031-3/+0
* security/vboot: Enable TCPA log extensionPhilipp Deppenwiese2018-07-301-2/+15
* security/vboot: fix typoRaul E Rangel2018-07-181-1/+1
* security/vboot: Add interface for FSP 2.0 mrc cachingPhilipp Deppenwiese2018-07-172-0/+117
* src: Add missing license headersMartin Roth2018-07-061-2/+28
* vboot: Fix linking error with USE_OPTION_TABLE enabledPatrick Rudolph2018-06-281-0/+2
* security/tpm: Unify the coreboot TPM software stackPhilipp Deppenwiese2018-06-045-154/+143
* security/vboot: Remove redundent _verstage/_everstage/_verstage_size symbolsSubrata Banik2018-05-141-5/+0
* timestamp: Add timestamps for TPM communicationRaul E Rangel2018-05-131-0/+5
* security/vboot: make vboot starts in bootblock depend on c envAaron Durbin2018-05-031-0/+1
* security/vboot: Add function to check if UDC can be enabledFurquan Shaikh2018-04-272-0/+22
* security/vboot: Add function to read UDC enable flagFurquan Shaikh2018-04-273-0/+12
* compiler.h: add __weak macroAaron Durbin2018-04-244-10/+14
* vboot: Add support for reading GBB flagsFurquan Shaikh2018-04-093-0/+118
* vboot: Update to most recent GBB flag usageJulius Werner2018-03-262-3/+8
* security/vboot: overwrite existing spaces during factory init for tpm2Andrey Pronin2018-02-071-25/+27