summaryrefslogtreecommitdiffstats
path: root/src/mainboard/tyan
diff options
context:
space:
mode:
authorRudolf Marek <r.marek@assembler.cz>2010-05-16 15:31:53 +0000
committerRudolf Marek <r.marek@assembler.cz>2010-05-16 15:31:53 +0000
commitd9c2549333e1d688cf0b4ec82d8945dea77e0bbf (patch)
treedbf540270226e512df1c71d91cfa8bcffdedb190 /src/mainboard/tyan
parent7cfa7f97a1affb06f493a2335c99b213a91d335d (diff)
downloadcoreboot-d9c2549333e1d688cf0b4ec82d8945dea77e0bbf.tar.gz
coreboot-d9c2549333e1d688cf0b4ec82d8945dea77e0bbf.tar.bz2
coreboot-d9c2549333e1d688cf0b4ec82d8945dea77e0bbf.zip
Following patch reprograms SIL3114 into PCI IDE native mode compatible class code allowing
legacy software to recognize it as IDE and boot from it. I think this should be the default for two Tyan boards (k8s aka s2882 and s2881). Rename the directory to sil prefix to match the Linux kernel naming. (And I think it was a SiliconSystems wish to be named sil ;) Signed-off-by: Rudolf Marek <r.marek@assembler.cz> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5560 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/tyan')
-rw-r--r--src/mainboard/tyan/s2881/Kconfig1
-rw-r--r--src/mainboard/tyan/s2882/Kconfig1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/mainboard/tyan/s2881/Kconfig b/src/mainboard/tyan/s2881/Kconfig
index 482a1df7ea68..e8d543c18dd8 100644
--- a/src/mainboard/tyan/s2881/Kconfig
+++ b/src/mainboard/tyan/s2881/Kconfig
@@ -13,6 +13,7 @@ config BOARD_TYAN_S2881
select HAVE_MP_TABLE
select BOARD_ROMSIZE_KB_512
select SB_HT_CHAIN_UNITID_OFFSET_ONLY
+ select DRIVERS_SIL
config MAINBOARD_DIR
string
diff --git a/src/mainboard/tyan/s2882/Kconfig b/src/mainboard/tyan/s2882/Kconfig
index ea03bc28a32f..5fe7eb8198a6 100644
--- a/src/mainboard/tyan/s2882/Kconfig
+++ b/src/mainboard/tyan/s2882/Kconfig
@@ -12,6 +12,7 @@ config BOARD_TYAN_S2882
select HAVE_MP_TABLE
select BOARD_ROMSIZE_KB_512
select SB_HT_CHAIN_UNITID_OFFSET_ONLY
+ select DRIVERS_SIL
config MAINBOARD_DIR
string