aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/ocp/deltalake/vpd.h
diff options
context:
space:
mode:
authorJohnny Lin <johnny_lin@wiwynn.com>2020-08-11 10:35:39 +0800
committerAngel Pons <th3fanbus@gmail.com>2020-08-28 17:45:24 +0000
commit6da1710fbc2a1795d879e16822523c22b372afe1 (patch)
tree78b3cf70b35bbfae14f0be6828c5a44de800a2ac /src/mainboard/ocp/deltalake/vpd.h
parentd5f24dd99bb245a6de2d8ca86bfabda05bdb82d1 (diff)
mb/ocp/deltalake: Configure FSP DCI via VPD
Tested on OCP Delta Lake, with FSP WW34 DCI can be connected if enabled. Change-Id: I8e0dff921cef02dfc66467a2b8fa3e196fb36ac2 Signed-off-by: Johnny Lin <johnny_lin@wiwynn.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/44363 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/mainboard/ocp/deltalake/vpd.h')
-rw-r--r--src/mainboard/ocp/deltalake/vpd.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mainboard/ocp/deltalake/vpd.h b/src/mainboard/ocp/deltalake/vpd.h
index 39efd73ea9..ae2099d025 100644
--- a/src/mainboard/ocp/deltalake/vpd.h
+++ b/src/mainboard/ocp/deltalake/vpd.h
@@ -28,4 +28,8 @@
#define FSP_LOG_LEVEL "fsp_log_level"
#define FSP_LOG_LEVEL_DEFAULT 8 /* Default value when the VPD variable is not found */
+/* DCI enable */
+#define FSP_DCI "fsp_dci_enable" /* 1 or 0: enable or disable DCI */
+#define FSP_DCI_DEFAULT 0 /* Default value when the VPD variable is not found */
+
#endif