summaryrefslogtreecommitdiffstats
path: root/src/mainboard/dmp
diff options
context:
space:
mode:
authorAndrew Wu <arw@dmp.com.tw>2013-12-23 19:54:26 +0800
committerPatrick Georgi <patrick@georgi-clan.de>2014-01-23 20:40:53 +0100
commita4ae3107cae800c1fa13a97c78827ef2608684bd (patch)
treeedd7f37a137c56d0be1e80cdb97a88af9a0eb4ec /src/mainboard/dmp
parent77c70a06e1cdb6781857a2f488f13432bbcf18ec (diff)
downloadcoreboot-a4ae3107cae800c1fa13a97c78827ef2608684bd.tar.gz
coreboot-a4ae3107cae800c1fa13a97c78827ef2608684bd.tar.bz2
coreboot-a4ae3107cae800c1fa13a97c78827ef2608684bd.zip
dmp/vortex86ex: Initialize I2C controller base address/IRQ
Change-Id: Iefd6852f2300f703ebed8b52aee627107a024f85 Signed-off-by: Andrew Wu <arw@dmp.com.tw> Reviewed-on: http://review.coreboot.org/4570 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
Diffstat (limited to 'src/mainboard/dmp')
-rw-r--r--src/mainboard/dmp/vortex86ex/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mainboard/dmp/vortex86ex/Kconfig b/src/mainboard/dmp/vortex86ex/Kconfig
index 723a251cf1a4..b1db0dc4816f 100644
--- a/src/mainboard/dmp/vortex86ex/Kconfig
+++ b/src/mainboard/dmp/vortex86ex/Kconfig
@@ -50,6 +50,11 @@ config ID_SECTION_OFFSET
hex
default 0x4800
+# SPI I/O base address control.
+config I2C_BASE
+ hex
+ default 0xfb00
+
# ROM Strap PLL config setting :
choice