summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorJulius Werner <jwerner@chromium.org>2019-12-16 10:18:15 -0800
committerJoel Kitching <kitching@google.com>2019-12-18 06:31:39 +0000
commit26060bc7c852b6b6ecf6ecb0e225d4ef414c8f6f (patch)
treeb0fdcad82006740c1431cee7d39babf44da48c8b /configs
parent413a742ad91a454ef2bf2d7f2e3ed149d3897ea3 (diff)
downloadcoreboot-26060bc7c852b6b6ecf6ecb0e225d4ef414c8f6f.tar.xz
configs: add config.google_kevin_secdata_mock
This patch adds a BOARD_GOOGLE_KEVIN variant config that enables CONFIG_VBOOT_MOCK_SECDATA. This is to ensure that Jenkins will build the MOCK_SECDATA-specific code at least once, to be sure we don't accidentally break it during refactoring. Change-Id: Ib0ffaccdf4601d6bfb889ae289d1d7df18bed1fd Signed-off-by: Julius Werner <jwerner@chromium.org> Reviewed-on: https://review.coreboot.org/c/coreboot/+/37773 Reviewed-by: Furquan Shaikh <furquan@google.com> Reviewed-by: Joel Kitching <kitching@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'configs')
-rw-r--r--configs/config.google_kevin_secdata_mock5
1 files changed, 5 insertions, 0 deletions
diff --git a/configs/config.google_kevin_secdata_mock b/configs/config.google_kevin_secdata_mock
new file mode 100644
index 0000000000..97d6a3a30c
--- /dev/null
+++ b/configs/config.google_kevin_secdata_mock
@@ -0,0 +1,5 @@
+CONFIG_VENDOR_GOOGLE=y
+CONFIG_BOARD_GOOGLE_KEVIN=y
+CONFIG_CHROMEOS=y
+CONFIG_VBOOT_MOCK_SECDATA=y
+CONFIG_PAYLOAD_NONE=y