aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/intel/bd82x6x/chip.h
diff options
context:
space:
mode:
authorNico Huber <nico.huber@secunet.com>2015-10-01 19:00:51 +0200
committerNico Huber <nico.h@gmx.de>2015-10-16 22:47:22 +0000
commit7b2f9f6994341a890a11220a9d9fcbf7997bcae9 (patch)
tree62c6fd59dc3bda48969cb6499cfeb3348d71aadb /src/southbridge/intel/bd82x6x/chip.h
parentf3214d02482a4104d7276f06d6b326b2a54c4262 (diff)
intel/southbridge/bd82x6x: Add option to set SPI VSCC registers
These are needed for the hardware-sequencing function of the PCH SPI interface. Values are specific to the flash chip used on a board. Change-Id: Id06766b4bac2686406bc09b8afa02f311f40dee7 Signed-off-by: Nico Huber <nico.huber@secunet.com> Reviewed-on: http://review.coreboot.org/11798 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Nicolas Reinecke <nr@das-labor.org> Reviewed-by: Duncan Laurie <dlaurie@google.com>
Diffstat (limited to 'src/southbridge/intel/bd82x6x/chip.h')
-rw-r--r--src/southbridge/intel/bd82x6x/chip.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/southbridge/intel/bd82x6x/chip.h b/src/southbridge/intel/bd82x6x/chip.h
index 3fa9192a40..41adc9a7f0 100644
--- a/src/southbridge/intel/bd82x6x/chip.h
+++ b/src/southbridge/intel/bd82x6x/chip.h
@@ -96,6 +96,9 @@ struct southbridge_intel_bd82x6x_config {
uint32_t superspeed_capable_ports;
/* Overcurrent Mapping for USB 3.0 Ports */
uint32_t xhci_overcurrent_mapping;
+
+ uint32_t spi_uvscc;
+ uint32_t spi_lvscc;
};
#endif /* SOUTHBRIDGE_INTEL_BD82X6X_CHIP_H */