security/intel/txt: Allow platforms without FIT to use Intel TXT
There is no real code or feature dependency on CPU_INTEL_FIRMWARE_INTERFACE_TABLE for Intel TXT. Signed-off-by: Michał Żygowski <michal.zygowski@3mdeb.com> Change-Id: I2858c8de9396449a0ee30837a98fab05570a6259 Reviewed-on: https://review.coreboot.org/c/coreboot/+/59518 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
parent
1e3b48c534
commit
50449eb05f
|
@ -8,7 +8,6 @@ config INTEL_TXT
|
||||||
select AP_IN_SIPI_WAIT
|
select AP_IN_SIPI_WAIT
|
||||||
select TPM_MEASURED_BOOT_INIT_BOOTBLOCK if TPM_MEASURED_BOOT
|
select TPM_MEASURED_BOOT_INIT_BOOTBLOCK if TPM_MEASURED_BOOT
|
||||||
depends on TPM
|
depends on TPM
|
||||||
depends on CPU_INTEL_FIRMWARE_INTERFACE_TABLE
|
|
||||||
depends on PLATFORM_HAS_DRAM_CLEAR
|
depends on PLATFORM_HAS_DRAM_CLEAR
|
||||||
depends on (SOC_INTEL_COMMON_BLOCK_SA || HAVE_CF9_RESET)
|
depends on (SOC_INTEL_COMMON_BLOCK_SA || HAVE_CF9_RESET)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue