Maximilian Brune has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/73470 )
Change subject: sb/intel/common: Validate IFD by default ......................................................................
sb/intel/common: Validate IFD by default
The results from overlapping IFD regions into FMAP regions can get hard to debug. To avoid that enable validation by default.
Signed-off-by: Maximilian Brune maximilian.brune@9elements.com Change-Id: Ia11f56a5bbe3259c3ebae810036d1aac00a911f7 --- M src/southbridge/intel/common/Kconfig.common 1 file changed, 14 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/70/73470/1
diff --git a/src/southbridge/intel/common/Kconfig.common b/src/southbridge/intel/common/Kconfig.common index 0caf964..d6f6abd 100644 --- a/src/southbridge/intel/common/Kconfig.common +++ b/src/southbridge/intel/common/Kconfig.common @@ -86,7 +86,7 @@ config VALIDATE_INTEL_DESCRIPTOR depends on INTEL_DESCRIPTOR_MODE_CAPABLE bool "Validate Intel firmware descriptor" - default n + default y help This config enables validating the Intel firmware descriptor against the fmap layout. If the firmware descriptor layout does not match the fmap