diff options
author | Rudolf Marek <r.marek@assembler.cz> | 2010-05-16 15:31:53 +0000 |
---|---|---|
committer | Rudolf Marek <r.marek@assembler.cz> | 2010-05-16 15:31:53 +0000 |
commit | d9c2549333e1d688cf0b4ec82d8945dea77e0bbf (patch) | |
tree | dbf540270226e512df1c71d91cfa8bcffdedb190 /src/drivers/sil/3114/Makefile.inc | |
parent | 7cfa7f97a1affb06f493a2335c99b213a91d335d (diff) | |
download | coreboot-d9c2549333e1d688cf0b4ec82d8945dea77e0bbf.tar.xz |
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/drivers/sil/3114/Makefile.inc')
-rw-r--r-- | src/drivers/sil/3114/Makefile.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/drivers/sil/3114/Makefile.inc b/src/drivers/sil/3114/Makefile.inc new file mode 100644 index 0000000000..7e5db65987 --- /dev/null +++ b/src/drivers/sil/3114/Makefile.inc @@ -0,0 +1 @@ +driver-$(CONFIG_DRIVERS_SIL) += sil_sata.o |