soc/intel/fsp_broadwell_de: Drop support
Relocatable ramstage, postcar stage and C_ENVIRONMENT_BOOTBLOCK are now mandatory features, which this platform lacks. Change-Id: I8b6502b0894f9e2b8b1334871d7b6cde65cba7d4 Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/c/coreboot/+/36984 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-by: David Hendricks <david.hendricks@gmail.com> Reviewed-by: Werner Zeh <werner.zeh@siemens.com>
This commit is contained in:
parent
433471244b
commit
f67c81fc70
52 changed files with 1 additions and 6218 deletions
|
|
@ -22,7 +22,7 @@ config INTEL_TXT
|
|||
depends on (TPM1 || TPM2)
|
||||
depends on CPU_INTEL_FIRMWARE_INTERFACE_TABLE
|
||||
depends on PLATFORM_HAS_DRAM_CLEAR
|
||||
depends on SOC_INTEL_FSP_BROADWELL_DE || SOC_INTEL_COMMON_BLOCK_SA
|
||||
depends on SOC_INTEL_COMMON_BLOCK_SA
|
||||
|
||||
if INTEL_TXT
|
||||
|
||||
|
|
@ -30,7 +30,6 @@ menu "Intel"
|
|||
|
||||
config INTEL_TXT_BIOSACM_FILE
|
||||
string "BIOS ACM file"
|
||||
default "3rdparty/blobs/soc/intel/fsp_broadwell_de/biosacm.bin" if SOC_INTEL_FSP_BROADWELL_DE
|
||||
default "3rdparty/blobs/soc/intel/skylake/biosacm.bin" if SOC_INTEL_COMMON_SKYLAKE_BASE
|
||||
help
|
||||
Intel TXT BIOS ACM file. This file can be obtained by privileged
|
||||
|
|
@ -39,7 +38,6 @@ config INTEL_TXT_BIOSACM_FILE
|
|||
|
||||
config INTEL_TXT_SINITACM_FILE
|
||||
string "SINIT ACM file"
|
||||
default "3rdparty/blobs/soc/intel/fsp_broadwell_de/sinitacm.bin" if SOC_INTEL_FSP_BROADWELL_DE
|
||||
default "3rdparty/blobs/soc/intel/skylake/sinitacm.bin" if SOC_INTEL_COMMON_SKYLAKE_BASE
|
||||
help
|
||||
Intel TXT SINIT ACM file. This file can be obtained by privileged
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue