summaryrefslogtreecommitdiff
path: root/src/mainboard/newisys/khepri/auto.c
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@openbios.org>2003-09-23 20:02:02 +0000
committerStefan Reinauer <stepan@openbios.org>2003-09-23 20:02:02 +0000
commit71e481d24e51c8ae5b02651af1eb0ea20289f425 (patch)
tree5f7e3edff59fae4243fe0e491836984bb9f3ac29 /src/mainboard/newisys/khepri/auto.c
parenta2241c821a7f1bfdf185c66a11fc6ad093c48277 (diff)
downloadcoreboot-71e481d24e51c8ae5b02651af1eb0ea20289f425.tar.xz
update hypertransport setup for khepri
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1124 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/newisys/khepri/auto.c')
-rw-r--r--src/mainboard/newisys/khepri/auto.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mainboard/newisys/khepri/auto.c b/src/mainboard/newisys/khepri/auto.c
index 29da7aa5e3..21c12345b7 100644
--- a/src/mainboard/newisys/khepri/auto.c
+++ b/src/mainboard/newisys/khepri/auto.c
@@ -65,7 +65,7 @@ static unsigned int generate_row(uint8_t node, uint8_t row, uint8_t maxnodes)
uint32_t ret=0x00010101; /* default row entry */
static const unsigned int rows_2p[2][2] = {
- { 0x00050101, 0x00010404 },
+ { 0x00090101, 0x00010808 },
{ 0x00010404, 0x00050101 }
};
@@ -96,6 +96,9 @@ static void coherent_ht_mainboard(unsigned cpus)
#include "southbridge/amd/amd8111/amd8111_ldtstop.c"
#include "northbridge/amd/amdk8/raminit.c"
+
+#define CONNECTION_0_1 DOWN
+
#include "northbridge/amd/amdk8/coherent_ht.c"
#include "sdram/generic_sdram.c"