aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/tyan
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2006-10-27 11:30:27 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2006-10-27 11:30:27 +0000
commite0e1d425274d5e2c90e19eec6ef125d1fffd73a1 (patch)
treedd1f22fe124eae9105fba07380b30041b4185616 /src/mainboard/tyan
parent733681583ca9bf96288df2449bb61cd69e3b9345 (diff)
Fix the CHIP_NAME() entries of all mainboards to have the same format
and (hopefully) the correct canonical name of the vendor and board. Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2476 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/tyan')
-rw-r--r--src/mainboard/tyan/s2735/mainboard.c2
-rw-r--r--src/mainboard/tyan/s2850/mainboard.c2
-rw-r--r--src/mainboard/tyan/s2875/mainboard.c2
-rw-r--r--src/mainboard/tyan/s2880/mainboard.c2
-rw-r--r--src/mainboard/tyan/s2881/mainboard.c2
-rw-r--r--src/mainboard/tyan/s2882/mainboard.c2
-rw-r--r--src/mainboard/tyan/s2885/mainboard.c2
-rw-r--r--src/mainboard/tyan/s2891/mainboard.c2
-rw-r--r--src/mainboard/tyan/s2892/mainboard.c2
-rw-r--r--src/mainboard/tyan/s2895/mainboard.c2
-rw-r--r--src/mainboard/tyan/s4880/mainboard.c2
-rw-r--r--src/mainboard/tyan/s4882/mainboard.c2
12 files changed, 12 insertions, 12 deletions
diff --git a/src/mainboard/tyan/s2735/mainboard.c b/src/mainboard/tyan/s2735/mainboard.c
index 61ddd8242a..666843f908 100644
--- a/src/mainboard/tyan/s2735/mainboard.c
+++ b/src/mainboard/tyan/s2735/mainboard.c
@@ -7,6 +7,6 @@
#if CONFIG_CHIP_NAME == 1
struct chip_operations mainboard_tyan_s2735_ops = {
- CHIP_NAME("Tyan s2735 mainboard")
+ CHIP_NAME("Tyan S2735 mainboard")
};
#endif
diff --git a/src/mainboard/tyan/s2850/mainboard.c b/src/mainboard/tyan/s2850/mainboard.c
index 8b96c5f0a6..3f298e4f69 100644
--- a/src/mainboard/tyan/s2850/mainboard.c
+++ b/src/mainboard/tyan/s2850/mainboard.c
@@ -7,6 +7,6 @@
#if CONFIG_CHIP_NAME == 1
struct chip_operations mainboard_tyan_s2850_ops = {
- CHIP_NAME("Tyan s2850 mainboard")
+ CHIP_NAME("Tyan S2850 mainboard")
};
#endif
diff --git a/src/mainboard/tyan/s2875/mainboard.c b/src/mainboard/tyan/s2875/mainboard.c
index 737178a492..3f8907a20c 100644
--- a/src/mainboard/tyan/s2875/mainboard.c
+++ b/src/mainboard/tyan/s2875/mainboard.c
@@ -7,6 +7,6 @@
#if CONFIG_CHIP_NAME == 1
struct chip_operations mainboard_tyan_s2875_ops = {
- CHIP_NAME("Tyan s2875 mainboard")
+ CHIP_NAME("Tyan S2875 mainboard")
};
#endif
diff --git a/src/mainboard/tyan/s2880/mainboard.c b/src/mainboard/tyan/s2880/mainboard.c
index 535ccdc530..0bcad7a5df 100644
--- a/src/mainboard/tyan/s2880/mainboard.c
+++ b/src/mainboard/tyan/s2880/mainboard.c
@@ -7,6 +7,6 @@
#if CONFIG_CHIP_NAME == 1
struct chip_operations mainboard_tyan_s2880_ops = {
- CHIP_NAME("Tyan s2880 mainboard")
+ CHIP_NAME("Tyan S2880 mainboard")
};
#endif
diff --git a/src/mainboard/tyan/s2881/mainboard.c b/src/mainboard/tyan/s2881/mainboard.c
index e96bd39051..f6dbf85292 100644
--- a/src/mainboard/tyan/s2881/mainboard.c
+++ b/src/mainboard/tyan/s2881/mainboard.c
@@ -7,6 +7,6 @@
#if CONFIG_CHIP_NAME == 1
struct chip_operations mainboard_tyan_s2881_ops = {
- CHIP_NAME("Tyan s2881 mainboard")
+ CHIP_NAME("Tyan S2881 mainboard")
};
#endif
diff --git a/src/mainboard/tyan/s2882/mainboard.c b/src/mainboard/tyan/s2882/mainboard.c
index 8ad4bec92c..43c9d2eb1b 100644
--- a/src/mainboard/tyan/s2882/mainboard.c
+++ b/src/mainboard/tyan/s2882/mainboard.c
@@ -7,6 +7,6 @@
#if CONFIG_CHIP_NAME == 1
struct chip_operations mainboard_tyan_s2882_ops = {
- CHIP_NAME("Tyan s2882 mainboard")
+ CHIP_NAME("Tyan S2882 mainboard")
};
#endif
diff --git a/src/mainboard/tyan/s2885/mainboard.c b/src/mainboard/tyan/s2885/mainboard.c
index 1f652c2cca..82d6724e8b 100644
--- a/src/mainboard/tyan/s2885/mainboard.c
+++ b/src/mainboard/tyan/s2885/mainboard.c
@@ -7,6 +7,6 @@
#if CONFIG_CHIP_NAME == 1
struct chip_operations mainboard_tyan_s2885_ops = {
- CHIP_NAME("Tyan s2885 mainboard")
+ CHIP_NAME("Tyan S2885 mainboard")
};
#endif
diff --git a/src/mainboard/tyan/s2891/mainboard.c b/src/mainboard/tyan/s2891/mainboard.c
index a547abfd66..b2d465e8f4 100644
--- a/src/mainboard/tyan/s2891/mainboard.c
+++ b/src/mainboard/tyan/s2891/mainboard.c
@@ -7,6 +7,6 @@
#if CONFIG_CHIP_NAME == 1
struct chip_operations mainboard_tyan_s2891_ops = {
- CHIP_NAME("Tyan s2891 mainboard")
+ CHIP_NAME("Tyan S2891 mainboard")
};
#endif
diff --git a/src/mainboard/tyan/s2892/mainboard.c b/src/mainboard/tyan/s2892/mainboard.c
index 32a2e609c9..1954260e4b 100644
--- a/src/mainboard/tyan/s2892/mainboard.c
+++ b/src/mainboard/tyan/s2892/mainboard.c
@@ -7,6 +7,6 @@
#if CONFIG_CHIP_NAME == 1
struct chip_operations mainboard_tyan_s2892_ops = {
- CHIP_NAME("Tyan s2892 mainboard")
+ CHIP_NAME("Tyan S2892 mainboard")
};
#endif
diff --git a/src/mainboard/tyan/s2895/mainboard.c b/src/mainboard/tyan/s2895/mainboard.c
index 044be53d61..541b2ef90d 100644
--- a/src/mainboard/tyan/s2895/mainboard.c
+++ b/src/mainboard/tyan/s2895/mainboard.c
@@ -7,6 +7,6 @@
#if CONFIG_CHIP_NAME == 1
struct chip_operations mainboard_tyan_s2895_ops = {
- CHIP_NAME("Tyan s2895 mainboard")
+ CHIP_NAME("Tyan S2895 mainboard")
};
#endif
diff --git a/src/mainboard/tyan/s4880/mainboard.c b/src/mainboard/tyan/s4880/mainboard.c
index b13dd9f702..c4aa4cf46a 100644
--- a/src/mainboard/tyan/s4880/mainboard.c
+++ b/src/mainboard/tyan/s4880/mainboard.c
@@ -7,6 +7,6 @@
#if CONFIG_CHIP_NAME == 1
struct chip_operations mainboard_tyan_s4880_ops = {
- CHIP_NAME("Tyan s4880 mainboard")
+ CHIP_NAME("Tyan S4880 mainboard")
};
#endif
diff --git a/src/mainboard/tyan/s4882/mainboard.c b/src/mainboard/tyan/s4882/mainboard.c
index 9687ee313c..3b21360576 100644
--- a/src/mainboard/tyan/s4882/mainboard.c
+++ b/src/mainboard/tyan/s4882/mainboard.c
@@ -7,6 +7,6 @@
#if CONFIG_CHIP_NAME == 1
struct chip_operations mainboard_tyan_s4882_ops = {
- CHIP_NAME("Tyan s4882 mainboard")
+ CHIP_NAME("Tyan S4882 mainboard")
};
#endif