From e7947df4621ba27c6c41eccb1a98ec414db1082b Mon Sep 17 00:00:00 2001 From: Nico Huber Date: Tue, 9 May 2017 16:03:24 +0200 Subject: fsp1_1: Verify FSP_IMAGE_ID/_REV against headers FSP_IMAGE_ID and FSP_IMAGE_REV are defined in `FspUpdVpd.h`. Check against these to avoid mismatching definitions in coreboot and the FSP blob. Change-Id: Ic86229e7f0c2d0525b8a79add292c6c81a349aa6 Signed-off-by: Nico Huber Reviewed-on: https://review.coreboot.org/19635 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer --- src/drivers/intel/fsp1_1/Kconfig | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/drivers/intel/fsp1_1/Kconfig') diff --git a/src/drivers/intel/fsp1_1/Kconfig b/src/drivers/intel/fsp1_1/Kconfig index 13137ca831..1b3061c2d4 100644 --- a/src/drivers/intel/fsp1_1/Kconfig +++ b/src/drivers/intel/fsp1_1/Kconfig @@ -50,13 +50,6 @@ config FSP_FILE help The path and filename of the Intel FSP binary for this platform. -config FSP_IMAGE_ID_STRING - string "8 byte platform string identifying the FSP platform" - default "$XXXFSP$" - help - 8 ASCII character byte signature string that will help match the FSP - binary to a supported hardware configuration. - config FSP_LOC hex "Intel FSP Binary location in CBFS" default 0xffee0000 -- cgit v1.2.3