security/vboot: Add measured boot mode
* Introduce a measured boot mode into vboot. * Add hook for stage measurements in prog_loader and cbfs. * Implement and hook-up CRTM in vboot and check for suspend. Change-Id: I339a2f1051e44f36aba9f99828f130592a09355e Signed-off-by: Philipp Deppenwiese <zaolin.daisuki@gmail.com> Signed-off-by: Werner Zeh <werner.zeh@siemens.com> Reviewed-on: https://review.coreboot.org/c/29547 Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
@@ -14,6 +14,7 @@ romstage-y += memmap.c
|
||||
postcar-y += memmap.c
|
||||
ramstage-y += tsc_freq.c
|
||||
romstage-y += tsc_freq.c
|
||||
postcar-y += tsc_freq.c
|
||||
smm-y += tsc_freq.c
|
||||
ramstage-y += spi.c
|
||||
smm-y += spi.c
|
||||
|
@@ -16,6 +16,8 @@ romstage-y += memmap.c
|
||||
romstage-y += pmutil.c
|
||||
romstage-y += tsc_freq.c
|
||||
|
||||
postcar-y += tsc_freq.c
|
||||
|
||||
ramstage-y += acpi.c
|
||||
ramstage-y += chip.c
|
||||
ramstage-y += cpu.c
|
||||
|
@@ -61,6 +61,7 @@ ramstage-y += systemagent.c
|
||||
ramstage-y += tsc_freq.c
|
||||
romstage-y += tsc_freq.c
|
||||
smm-y += tsc_freq.c
|
||||
postcar-y += tsc_freq.c
|
||||
bootblock-$(CONFIG_USBDEBUG) += usb_debug.c
|
||||
romstage-$(CONFIG_USBDEBUG) += usb_debug.c
|
||||
ramstage-$(CONFIG_USBDEBUG) += usb_debug.c
|
||||
|
@@ -32,6 +32,7 @@ ramstage-y += memmap.c
|
||||
romstage-y += memmap.c
|
||||
ramstage-y += tsc_freq.c
|
||||
romstage-y += tsc_freq.c
|
||||
postcar-y += tsc_freq.c
|
||||
smm-$(CONFIG_HAVE_SMI_HANDLER) += tsc_freq.c
|
||||
ramstage-y += spi.c
|
||||
smm-$(CONFIG_HAVE_SMI_HANDLER) += spi.c
|
||||
|
@@ -24,6 +24,7 @@ ramstage-y += acpi.c
|
||||
ramstage-y += smbus_common.c
|
||||
ramstage-y += smbus.c
|
||||
romstage-y += tsc_freq.c
|
||||
postcar-y += tsc_freq.c
|
||||
ramstage-y += smi.c
|
||||
ramstage-y += gpio.c
|
||||
ramstage-y += iou_complto.c
|
||||
|
Reference in New Issue
Block a user