Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/23756
to look at the new patch set (#14).
Change subject: security/vboot: Add boot mode selection
......................................................................
security/vboot: Add boot mode selection
* Add Measured Boot mode. Now a boot mode is selectable:
-> Verified Boot (default)
-> Verified Boot without TPM (antirollback protection is disabled)
-> Verified & Measured Boot
* Measurements start in verstage for bootblock/verstage
because of different bootblock sizes and issues related to it.
* prog_run() hook offers ability to measure every stage.
* Supported stages: romstage, postcar, ramstage, payload.
Change-Id: I43d233d5a8766af2dd7f07cc0b64293a80d5d7d2
Signed-off-by: Philipp Deppenwiese <zaolin(a)das-labor.org>
---
M src/arch/x86/postcar_loader.c
M src/drivers/i2c/tpm/Makefile.inc
M src/drivers/pc80/tpm/Makefile.inc
M src/drivers/spi/tpm/Makefile.inc
M src/include/program_loading.h
M src/lib/prog_ops.c
M src/mainboard/google/poppy/Kconfig
M src/mainboard/google/rotor/Kconfig
M src/mainboard/intel/cannonlake_rvp/Kconfig
M src/mainboard/intel/kblrvp/Kconfig
M src/security/tpm/tspi.h
M src/security/vboot/Kconfig
M src/security/vboot/Makefile.inc
M src/security/vboot/antirollback.h
A src/security/vboot/secdata_measurements.c
M src/security/vboot/secdata_mock.c
M src/security/vboot/secdata_tpm.c
M src/security/vboot/vboot_logic.c
18 files changed, 210 insertions(+), 46 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/56/23756/14
--
To view, visit https://review.coreboot.org/23756
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I43d233d5a8766af2dd7f07cc0b64293a80d5d7d2
Gerrit-Change-Number: 23756
Gerrit-PatchSet: 14
Gerrit-Owner: Philipp Deppenwiese <zaolin.daisuki(a)gmail.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>