replace up,across,down with ltd0,ldt1, ldt2

Although it is not used currently, misuse of terminolog is still a misuse.


git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1548 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Li-Ta Lo 2004-05-06 21:39:39 +00:00
parent 9782f7538c
commit 3bb314725a
14 changed files with 18 additions and 17 deletions

View File

@ -1,9 +1,10 @@
extern struct chip_control cpu_k8_control;
struct ht_link {
struct chip *chip;
unsigned int ht_width, ht_speed;
struct chip *chip;
unsigned int ht_width, ht_speed;
};
struct cpu_k8_config {
struct ht_link up, down, across;
struct ht_link ldt0, ldt1, ldt2;
};

View File

@ -292,7 +292,7 @@ northbridge amd/amdk8 "mc1"
end
cpu k8 "cpu0"
register "up" = "{ .chip = &amd8131, .ht_width=16, .ht_speed=600 }"
register "ldt0" = "{ .chip = &amd8131, .ht_width=16, .ht_speed=600 }"
end
cpu k8 "cpu1"

View File

@ -292,7 +292,7 @@ northbridge amd/amdk8 "mc1"
end
cpu k8 "cpu0"
register "up" = "{ .chip = &amd8131, .ht_width=16, .ht_speed=600 }"
register "ldt0" = "{ .chip = &amd8131, .ht_width=16, .ht_speed=600 }"
end
cpu k8 "cpu1"

View File

@ -314,7 +314,7 @@ northbridge amd/amdk8 "mc1"
end
cpu k8 "cpu0"
register "up" = "{ .chip = &amd8131, .ht_width=16, .ht_speed=600 }"
register "ldt0" = "{ .chip = &amd8131, .ht_width=16, .ht_speed=600 }"
end
cpu k8 "cpu1"

View File

@ -314,7 +314,7 @@ northbridge amd/amdk8 "mc1"
end
cpu k8 "cpu0"
register "across" = "{ .chip = &amd8131, .ht_width=16, .ht_speed=600 }"
register "ldt1" = "{ .chip = &amd8131, .ht_width=16, .ht_speed=600 }"
end
cpu k8 "cpu1"

View File

@ -316,7 +316,7 @@ northbridge amd/amdk8 "mc1"
end
cpu k8 "cpu0"
register "across" = "{ .chip = &amd8131, .ht_width=16, .ht_speed=600 }"
register "ldt1" = "{ .chip = &amd8131, .ht_width=16, .ht_speed=600 }"
end
cpu k8 "cpu1"

View File

@ -205,6 +205,6 @@ end
dir /pc80
#dir /bioscall
cpu k8 "cpu0"
register "up" = "{.chip = &amd8111, .ht_width=8, .ht_speed=200}"
register "ldt0" = "{.chip = &amd8111, .ht_width=8, .ht_speed=200}"
end

View File

@ -213,7 +213,7 @@ end
#dir /bioscall
cpu k8 "cpu0"
register "up" = "{.chip = &amd8151, .ht_width=16, .ht_speed=600}"
register "ldt0" = "{.chip = &amd8151, .ht_width=16, .ht_speed=600}"
end
cpu k8 "cpu1"

View File

@ -204,7 +204,7 @@ end
dir /pc80
#dir /bioscall
cpu k8 "cpu0"
register "up" = "{.chip = &amd8131, .ht_width=16, .ht_speed=600}"
register "ldt0" = "{.chip = &amd8131, .ht_width=16, .ht_speed=600}"
end
cpu k8 "cpu1"

View File

@ -213,7 +213,7 @@ end
#dir /bioscall
cpu k8 "cpu0"
register "up" = "{.chip = &amd8131, .ht_width=16, .ht_speed=600}"
register "ldt0" = "{.chip = &amd8131, .ht_width=16, .ht_speed=600}"
end
cpu k8 "cpu1"

View File

@ -218,7 +218,7 @@ end
dir /pc80
#dir /bioscall
cpu k8 "cpu0"
register "up" = "{.chip = &amd8131, .ht_width=16, .ht_speed=600}"
register "ldt0" = "{.chip = &amd8131, .ht_width=16, .ht_speed=600}"
end
cpu k8 "cpu1"

View File

@ -220,8 +220,8 @@ end
#dir /bioscall
cpu k8 "cpu0"
register "up" = "{.chip = &amd8151, .ht_width=16, .ht_speed=600}"
register "down" = "{.chip = &amd8131, .ht_width=16, .ht_speed=600}"
register "ldt0" = "{.chip = &amd8151, .ht_width=16, .ht_speed=600}"
register "ldt2" = "{.chip = &amd8131, .ht_width=16, .ht_speed=600}"
end
cpu k8 "cpu1"

View File

@ -230,7 +230,7 @@ dir /pc80
#dir /bioscall
cpu k8 "cpu0"
register "down" = "{.chip = &amd8131, .ht_width=16, .ht_speed=600}"
register "ldt2" = "{.chip = &amd8131, .ht_width=16, .ht_speed=600}"
end
cpu k8 "cpu1"

View File

@ -234,7 +234,7 @@ dir /pc80
#dir /bioscall
cpu k8 "cpu0"
register "across" = "{.chip = &amd8131, .ht_width=16, .ht_speed=600}"
register "ldt1" = "{.chip = &amd8131, .ht_width=16, .ht_speed=600}"
end
cpu k8 "cpu1"