diff options
author | Stefan Reinauer <stepan@openbios.org> | 2003-08-28 13:43:03 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2003-08-28 13:43:03 +0000 |
commit | f5f10d10979688e0d2ac7a01a262c50bf3e08b76 (patch) | |
tree | 3dc0f53da70a051f56c5181618d8fe7e31e79927 /src/mainboard/tyan/s2880 | |
parent | fa2df758f226f5b06537c6e6f8e27072b94644c5 (diff) | |
download | coreboot-f5f10d10979688e0d2ac7a01a262c50bf3e08b76.tar.xz |
cleaning out motherboard specific changes from the generic directories.
Moving tyan resource map to tyan directory. Making IOMMU for hammer choosable
via ENABLE_IOMMU
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1088 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/tyan/s2880')
-rw-r--r-- | src/mainboard/tyan/s2880/Config.lb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mainboard/tyan/s2880/Config.lb b/src/mainboard/tyan/s2880/Config.lb index 865a07d122..9c9953e927 100644 --- a/src/mainboard/tyan/s2880/Config.lb +++ b/src/mainboard/tyan/s2880/Config.lb @@ -5,6 +5,7 @@ uses USE_NORMAL_IMAGE uses AMD8111_DEV uses MAINBOARD uses ARCH +uses ENABLE_IOMMU # # ### @@ -174,3 +175,5 @@ end cpu k8 "cpu1" end + +option ENABLE_IOMMU=1 |