update hypertransport setup for khepri
authorStefan Reinauer <stepan@openbios.org>
Tue, 23 Sep 2003 20:02:02 +0000 (20:02 +0000)
committerStefan Reinauer <stepan@openbios.org>
Tue, 23 Sep 2003 20:02:02 +0000 (20:02 +0000)
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1124 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

src/mainboard/newisys/khepri/Config.lb
src/mainboard/newisys/khepri/auto.c

index ce5b9add676ac57fc2a8cf54e670aa6b8b696874..da7aa4d0dd930d856551dcc6b2ddef76999f7ae7 100644 (file)
@@ -273,7 +273,7 @@ northbridge amd/amdk8 "mc1"
 end
 
 cpu k8 "cpu0"
-       register "up" = "{ .chip = &amd8131, .ht_width=16, .ht_speed=600 }"
+       register "across" = "{ .chip = &amd8131, .ht_width=16, .ht_speed=600 }"
 end
 
 cpu k8 "cpu1" 
index 29da7aa5e3c780a264c651c91f415ed34f4ad572..21c12345b7ae84f6112f976219f5eb2756e2cc6d 100644 (file)
@@ -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"