summaryrefslogtreecommitdiff
path: root/src/vendorcode
diff options
context:
space:
mode:
Diffstat (limited to 'src/vendorcode')
-rw-r--r--src/vendorcode/amd/cimx/sb800/OEM.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/vendorcode/amd/cimx/sb800/OEM.h b/src/vendorcode/amd/cimx/sb800/OEM.h
index c2d8670e0c..640f740fbf 100644
--- a/src/vendorcode/amd/cimx/sb800/OEM.h
+++ b/src/vendorcode/amd/cimx/sb800/OEM.h
@@ -293,3 +293,13 @@
#ifndef Spread_Spectrum_Type
#define Spread_Spectrum_Type 0x00
#endif
+
+/**
+ * Imc Enable OverWrite
+ * 2 - by default strapping
+ * 1 - On
+ * 0 - Off
+ */
+#ifndef IMC_ENABLE_OVER_WRITE
+ #define IMC_ENABLE_OVER_WRITE 0x02
+#endif