aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/via/vx900/vx900.h
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2017-10-31 09:42:46 +0100
committerStefan Reinauer <stefan.reinauer@coreboot.org>2018-01-15 00:45:33 +0000
commit6dd2f69878112cb4c0512e4b91088c7a6f1ac6a3 (patch)
tree61f109492b69a8b7016f82e6ed10dc3a163630d2 /src/northbridge/via/vx900/vx900.h
parentfd470f7163709c1022ee6185134a2387812774ec (diff)
vx900: map the SPI controller
This is required for Flashrom to work well. Change-Id: Id756d86a7f3b34f816ea7a7ed78f159512f550d5 Signed-off-by: Lubomir Rintel <lkundrak@v3.sk> Reviewed-on: https://review.coreboot.org/22258 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'src/northbridge/via/vx900/vx900.h')
-rw-r--r--src/northbridge/via/vx900/vx900.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/northbridge/via/vx900/vx900.h b/src/northbridge/via/vx900/vx900.h
index 12e5733e61..216f63783e 100644
--- a/src/northbridge/via/vx900/vx900.h
+++ b/src/northbridge/via/vx900/vx900.h
@@ -26,6 +26,8 @@
#define SMBUS_IO_BASE 0x500
+#define VX900_MMCONFIG_MBAR 0xbc
+
/* The maximum number of DIMM slots that the VX900 supports */
#define VX900_MAX_DIMM_SLOTS 2
#define VX900_MAX_MEM_RANKS 4