aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/facebook/fbg1701/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/facebook/fbg1701/Kconfig')
-rw-r--r--src/mainboard/facebook/fbg1701/Kconfig16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/mainboard/facebook/fbg1701/Kconfig b/src/mainboard/facebook/fbg1701/Kconfig
index ce90758462..402165d00a 100644
--- a/src/mainboard/facebook/fbg1701/Kconfig
+++ b/src/mainboard/facebook/fbg1701/Kconfig
@@ -80,6 +80,10 @@ config FSP1_1_DISPLAY_LOGO
bool
default n
+config VENDORCODE_ELTAN_OEM_MANIFEST_LOC
+ hex "OEM Manifest working dflt"
+ default 0xFFFE9000
+
config SPI_FLASH_INCLUDE_ALL_DRIVERS
bool
default n
@@ -96,4 +100,16 @@ config C_ENV_BOOTBLOCK_SIZE
hex "C Bootblock Size"
default 0x4000
+config VENDORCODE_ELTAN_VBOOT_SIGNED_MANIFEST
+ bool
+ default y
+
+config VENDORCODE_ELTAN_VBOOT_MANIFEST
+ string
+ default "mainboard/facebook/fbg1701/manifest.h"
+
+config VENDORCODE_ELTAN_VBOOT_KEY_LOCATION
+ hex "Key Location working dflt"
+ default 0xFFFF9C00
+
endif # BOARD_FACEBOOK_FBG1701