diff options
author | Stefan Reinauer <stepan@openbios.org> | 2003-07-21 13:05:56 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2003-07-21 13:05:56 +0000 |
commit | 73a9cf4ccb58eccb4a1383088f7c86f325fdad7f (patch) | |
tree | 7617b4d10448e9576eb18a05e68efb8cfefff966 /src/mainboard/arima/hdama/auto.c | |
parent | 8275bad6f640d0da5ead72984f1efe32e6172d7d (diff) |
* update quartet target to latest SMP changes.
* remove dead code from coherent_ht.c
* add ldtstop code for link speed changes
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@991 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/arima/hdama/auto.c')
-rw-r--r-- | src/mainboard/arima/hdama/auto.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mainboard/arima/hdama/auto.c b/src/mainboard/arima/hdama/auto.c index 83f7598822..9ae459b136 100644 --- a/src/mainboard/arima/hdama/auto.c +++ b/src/mainboard/arima/hdama/auto.c @@ -77,11 +77,13 @@ static unsigned int generate_row(uint8_t node, uint8_t row, uint8_t maxnodes) return ret; } +#include "northbridge/amd/amdk8/cpu_ldtstop.c" +#include "southbridge/amd/amd8111/amd8111_ldtstop.c" + #include "northbridge/amd/amdk8/raminit.c" #include "northbridge/amd/amdk8/coherent_ht.c" #include "sdram/generic_sdram.c" - static void enable_lapic(void) { |