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>
This commit is contained in:
committed by
Stefan Reinauer
parent
c272a87f5c
commit
e7947df462
@@ -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
|
||||
|
Reference in New Issue
Block a user