drivers/mrc_cache: Deselect MRC_CACHE_USING_MRC_VERSION by default
EDK2 version binding is irrelevant for MRC_CACHE_USING_MRC_VERSION as this is SoC FSP choice to enable/disable this feature. So deselect the option and leave it to SoC codes to enable it depending on needs. Change-Id: I84fdcfbf3c833a7ccb259a1a1d4be0bcfe291dc3 Signed-off-by: Jincheng Li <jincheng.li@intel.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/80693 Reviewed-by: Subrata Banik <subratabanik@google.com> Reviewed-by: Kapil Porwal <kapilporwal@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
		| @@ -56,14 +56,12 @@ config MRC_SAVE_HASH_IN_TPM | ||||
|  | ||||
| config MRC_CACHE_USING_MRC_VERSION | ||||
| 	bool | ||||
| 	default y if UDK_VERSION >= 202302 | ||||
| 	default n | ||||
| 	help | ||||
| 	  Use the MRC version info from FSP extended header to store the MRC cache data. | ||||
| 	  This method relies on the FSP_PRODUCER_DATA_TABLES belongs to the | ||||
| 	  `FspProducerDataHeader.h`file to get the MRC version. | ||||
|  | ||||
| 	  Intel FSP built with EDK2 version 202302 onwards has support to retrieve the | ||||
| 	  MRC version by directly parsing the binary. | ||||
| 	  Supported platform can retrieve the MRC version by directly parsing the binary. | ||||
|  | ||||
| endif # CACHE_MRC_SETTINGS | ||||
|   | ||||
		Reference in New Issue
	
	Block a user