Attention is currently required from: Felix Held, Fred Reitberger, Jason Glenesk, Matt DeVillier.
Konrad Adamczyk has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/76109?usp=email )
Change subject: soc/amd/phoenix/Kconfig: Drop TODO for FSP_DMI_TABLES ......................................................................
soc/amd/phoenix/Kconfig: Drop TODO for FSP_DMI_TABLES
BUG=b:288520486 TEST=In kernel, dump `dmidecode -t 17`.
Signed-off-by: Konrad Adamczyk konrada@google.com Change-Id: I1a8aae12ec449fe921814a6e363306fced969367 --- M src/soc/amd/phoenix/Kconfig 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/09/76109/1
diff --git a/src/soc/amd/phoenix/Kconfig b/src/soc/amd/phoenix/Kconfig index 942c931..4ab26ee 100644 --- a/src/soc/amd/phoenix/Kconfig +++ b/src/soc/amd/phoenix/Kconfig @@ -78,7 +78,7 @@ select SOC_AMD_COMMON_BLOCK_UCODE select SOC_AMD_COMMON_BLOCK_XHCI select SOC_AMD_COMMON_FSP_CCX_CPPC_HOB # TODO: Check if this is still correct - select SOC_AMD_COMMON_FSP_DMI_TABLES # TODO: Check if this is still correct + select SOC_AMD_COMMON_FSP_DMI_TABLES select SOC_AMD_COMMON_FSP_PCI # TODO: Check if this is still correct select SOC_AMD_COMMON_FSP_PRELOAD_FSPS select SSE2