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/amd/quartet | |
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/amd/quartet')
-rw-r--r-- | src/mainboard/amd/quartet/Config.lb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mainboard/amd/quartet/Config.lb b/src/mainboard/amd/quartet/Config.lb index 2601e5975e..97634ab25a 100644 --- a/src/mainboard/amd/quartet/Config.lb +++ b/src/mainboard/amd/quartet/Config.lb @@ -2,7 +2,7 @@ uses HAVE_MP_TABLE uses HAVE_PIRQ_TABLE uses USE_FALLBACK_IMAGE uses USE_NORMAL_IMAGE -uses AMD8111_DEV +uses ENABLE_IOMMU # # ### @@ -141,3 +141,5 @@ cpu p5 end cpu p6 end cpu k7 end cpu k8 end + +option ENABLE_IOMMU=1 |