diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2019-10-12 19:19:02 +0200 |
---|---|---|
committer | Nico Huber <nico.h@gmx.de> | 2019-11-02 16:15:42 +0000 |
commit | ea2bec2c4b1a986b059147506c99a202d5c8fad3 (patch) | |
tree | e42be601daa1513b4f430874536a5252ceebfede | |
parent | 4f7568b126f8a51f23c994ef7b4acd24a3c64a47 (diff) |
nb/intel/gm45: Add VBOOT support
Change-Id: I943723da7167a47f514eda19fb9b71b8f56c2d32
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/35997
Reviewed-by: Nico Huber <nico.h@gmx.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
-rw-r--r-- | src/northbridge/intel/gm45/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/northbridge/intel/gm45/Kconfig b/src/northbridge/intel/gm45/Kconfig index e7bfe5d26a..4877fa9d6b 100644 --- a/src/northbridge/intel/gm45/Kconfig +++ b/src/northbridge/intel/gm45/Kconfig @@ -28,6 +28,10 @@ config NORTHBRIDGE_SPECIFIC_OPTIONS # dummy select PARALLEL_MP select C_ENVIRONMENT_BOOTBLOCK +config VBOOT + select VBOOT_STARTS_IN_BOOTBLOCK + select VBOOT_SEPARATE_VERSTAGE + config CBFS_SIZE hex default 0x100000 |