diff options
author | Nico Huber <nico.huber@secunet.com> | 2017-05-09 16:03:24 +0200 |
---|---|---|
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2017-06-06 17:41:40 +0200 |
commit | e7947df4621ba27c6c41eccb1a98ec414db1082b (patch) | |
tree | 821bc61280c05140a963084658be1b565a911ba9 /src/soc | |
parent | c272a87f5c2e3a5173b24c0544297bbcb550c40f (diff) |
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 <nico.huber@secunet.com>
Reviewed-on: https://review.coreboot.org/19635
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'src/soc')
-rw-r--r-- | src/soc/intel/quark/Kconfig | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/soc/intel/quark/Kconfig b/src/soc/intel/quark/Kconfig index cb0a1bcec9..e392202736 100644 --- a/src/soc/intel/quark/Kconfig +++ b/src/soc/intel/quark/Kconfig @@ -222,14 +222,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 "QUK-FSP0" - depends on PLATFORM_USES_FSP1_1 - help - 8 ASCII character byte signature string that will help match the FSP - binary to a supported hardware configuration. - config FSP_LOC hex default 0xfff80000 |