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/s2885/auto.c | |
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/s2885/auto.c')
-rw-r--r-- | src/mainboard/tyan/s2885/auto.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mainboard/tyan/s2885/auto.c b/src/mainboard/tyan/s2885/auto.c index c494ca0985..d2f6c648f1 100644 --- a/src/mainboard/tyan/s2885/auto.c +++ b/src/mainboard/tyan/s2885/auto.c @@ -84,10 +84,12 @@ static inline int spd_read_byte(unsigned device, unsigned address) #include "northbridge/amd/amdk8/cpu_ldtstop.c" #include "southbridge/amd/amd8111/amd8111_ldtstop.c" -#include "northbridge/amd/amdk8/raminit.1.c" +#include "northbridge/amd/amdk8/raminit.c" #include "northbridge/amd/amdk8/coherent_ht.1.c" #include "sdram/generic_sdram.c" +#include "resourcemap.c" /* tyan does not want the default */ + static void enable_lapic(void) { msr_t msr; @@ -164,7 +166,7 @@ static void main(void) } uart_init(); console_init(); - setup_default_resource_map(); + setup_s2885_resource_map(); setup_coherent_ht_domain(); enumerate_ht_chain(0); //setup_resource_map_x(); |