diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2006-11-05 18:50:49 +0000 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2006-11-05 18:50:49 +0000 |
commit | a7aa29b9436e1c3ddf367713720bc1e74667a1d4 (patch) | |
tree | 5058382cd3c3aa96126cfed63e787ac20d9b2754 /src/mainboard/tyan | |
parent | bdb50fe40a3b58993cecf91929a75e68a7408960 (diff) |
Use the canonical name of the vendors/devices and the
same format for all CHIP_NAME() entries in LinuxBIOS (Closes #20).
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Stefan Reinauer <stepan@linuxbios.org>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2490 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/tyan')
-rw-r--r-- | src/mainboard/tyan/s2735/mainboard.c | 2 | ||||
-rw-r--r-- | src/mainboard/tyan/s2850/mainboard.c | 2 | ||||
-rw-r--r-- | src/mainboard/tyan/s2875/mainboard.c | 2 | ||||
-rw-r--r-- | src/mainboard/tyan/s2880/mainboard.c | 2 | ||||
-rw-r--r-- | src/mainboard/tyan/s2881/mainboard.c | 2 | ||||
-rw-r--r-- | src/mainboard/tyan/s2882/mainboard.c | 2 | ||||
-rw-r--r-- | src/mainboard/tyan/s2885/mainboard.c | 2 | ||||
-rw-r--r-- | src/mainboard/tyan/s2891/mainboard.c | 2 | ||||
-rw-r--r-- | src/mainboard/tyan/s2892/mainboard.c | 2 | ||||
-rw-r--r-- | src/mainboard/tyan/s2895/mainboard.c | 2 | ||||
-rw-r--r-- | src/mainboard/tyan/s4880/mainboard.c | 2 | ||||
-rw-r--r-- | src/mainboard/tyan/s4882/mainboard.c | 2 |
12 files changed, 12 insertions, 12 deletions
diff --git a/src/mainboard/tyan/s2735/mainboard.c b/src/mainboard/tyan/s2735/mainboard.c index a20db8c6d2..a460b77683 100644 --- a/src/mainboard/tyan/s2735/mainboard.c +++ b/src/mainboard/tyan/s2735/mainboard.c @@ -3,7 +3,7 @@ #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 238c707fd5..c769cb52a1 100644 --- a/src/mainboard/tyan/s2850/mainboard.c +++ b/src/mainboard/tyan/s2850/mainboard.c @@ -3,7 +3,7 @@ #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 dcbbe172ce..1f4a38bcb8 100644 --- a/src/mainboard/tyan/s2875/mainboard.c +++ b/src/mainboard/tyan/s2875/mainboard.c @@ -3,7 +3,7 @@ #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 6197172934..20721c19ef 100644 --- a/src/mainboard/tyan/s2880/mainboard.c +++ b/src/mainboard/tyan/s2880/mainboard.c @@ -3,7 +3,7 @@ #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 b17c4b12cd..e0aea30dd8 100644 --- a/src/mainboard/tyan/s2881/mainboard.c +++ b/src/mainboard/tyan/s2881/mainboard.c @@ -3,7 +3,7 @@ #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 3475d709b0..89e81956ec 100644 --- a/src/mainboard/tyan/s2882/mainboard.c +++ b/src/mainboard/tyan/s2882/mainboard.c @@ -3,7 +3,7 @@ #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 aca02f0d3b..6b1beadaf2 100644 --- a/src/mainboard/tyan/s2885/mainboard.c +++ b/src/mainboard/tyan/s2885/mainboard.c @@ -3,7 +3,7 @@ #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 455e65a7f9..a396404b08 100644 --- a/src/mainboard/tyan/s2891/mainboard.c +++ b/src/mainboard/tyan/s2891/mainboard.c @@ -3,7 +3,7 @@ #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 fc4c88953a..2aad2b3b42 100644 --- a/src/mainboard/tyan/s2892/mainboard.c +++ b/src/mainboard/tyan/s2892/mainboard.c @@ -3,7 +3,7 @@ #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 1476702527..03514f11c6 100644 --- a/src/mainboard/tyan/s2895/mainboard.c +++ b/src/mainboard/tyan/s2895/mainboard.c @@ -3,7 +3,7 @@ #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 dd7e3ede4c..c48c7e3e74 100644 --- a/src/mainboard/tyan/s4880/mainboard.c +++ b/src/mainboard/tyan/s4880/mainboard.c @@ -3,7 +3,7 @@ #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 83371ee659..1d1d306e85 100644 --- a/src/mainboard/tyan/s4882/mainboard.c +++ b/src/mainboard/tyan/s4882/mainboard.c @@ -3,7 +3,7 @@ #if CONFIG_CHIP_NAME == 1 struct chip_operations mainboard_tyan_s4882_ops = { - CHIP_NAME("Tyan S4882 mainboard") + CHIP_NAME("Tyan S4882 Mainboard") }; #endif |