aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2007-10-30 15:58:59 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2007-10-30 15:58:59 +0000
commit7cc3bf319a2f3c517faa16137c51bc9eac5ccb00 (patch)
tree5353651dc69fe57d571fb5f9a16d8470d89e158f /src
parent418bc919d0e6e1b2b2688dd6f61fe6a378454017 (diff)
Rename the SiS761GX/SiS966 board to the correct name, GIGABYTE GA-2761GXDK.
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Jordan Crouse <jordan.crouse@amd.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2908 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src')
-rw-r--r--src/mainboard/gigabyte/ga_2761gxdk/Config.lb (renamed from src/mainboard/sis/sis761/Config.lb)0
-rw-r--r--src/mainboard/gigabyte/ga_2761gxdk/Options.lb (renamed from src/mainboard/sis/sis761/Options.lb)0
-rw-r--r--src/mainboard/gigabyte/ga_2761gxdk/apc_auto.c (renamed from src/mainboard/sis/sis761/apc_auto.c)0
-rw-r--r--src/mainboard/gigabyte/ga_2761gxdk/cache_as_ram_auto.c (renamed from src/mainboard/sis/sis761/cache_as_ram_auto.c)0
-rw-r--r--src/mainboard/gigabyte/ga_2761gxdk/chip.h (renamed from src/mainboard/sis/sis761/chip.h)6
-rw-r--r--src/mainboard/gigabyte/ga_2761gxdk/cmos.layout (renamed from src/mainboard/sis/sis761/cmos.layout)0
-rw-r--r--src/mainboard/gigabyte/ga_2761gxdk/get_bus_conf.c (renamed from src/mainboard/sis/sis761/get_bus_conf.c)0
-rw-r--r--src/mainboard/gigabyte/ga_2761gxdk/irq_tables.c (renamed from src/mainboard/sis/sis761/irq_tables.c)0
-rw-r--r--src/mainboard/gigabyte/ga_2761gxdk/mainboard.c (renamed from src/mainboard/sis/sis761/mainboard.c)4
-rw-r--r--src/mainboard/gigabyte/ga_2761gxdk/mptable.c (renamed from src/mainboard/sis/sis761/mptable.c)4
-rw-r--r--src/mainboard/gigabyte/ga_2761gxdk/resourcemap.c (renamed from src/mainboard/sis/sis761/resourcemap.c)0
11 files changed, 6 insertions, 8 deletions
diff --git a/src/mainboard/sis/sis761/Config.lb b/src/mainboard/gigabyte/ga_2761gxdk/Config.lb
index 46a847f769..46a847f769 100644
--- a/src/mainboard/sis/sis761/Config.lb
+++ b/src/mainboard/gigabyte/ga_2761gxdk/Config.lb
diff --git a/src/mainboard/sis/sis761/Options.lb b/src/mainboard/gigabyte/ga_2761gxdk/Options.lb
index a7832bc078..a7832bc078 100644
--- a/src/mainboard/sis/sis761/Options.lb
+++ b/src/mainboard/gigabyte/ga_2761gxdk/Options.lb
diff --git a/src/mainboard/sis/sis761/apc_auto.c b/src/mainboard/gigabyte/ga_2761gxdk/apc_auto.c
index 7e4eddaa5c..7e4eddaa5c 100644
--- a/src/mainboard/sis/sis761/apc_auto.c
+++ b/src/mainboard/gigabyte/ga_2761gxdk/apc_auto.c
diff --git a/src/mainboard/sis/sis761/cache_as_ram_auto.c b/src/mainboard/gigabyte/ga_2761gxdk/cache_as_ram_auto.c
index 732027adca..732027adca 100644
--- a/src/mainboard/sis/sis761/cache_as_ram_auto.c
+++ b/src/mainboard/gigabyte/ga_2761gxdk/cache_as_ram_auto.c
diff --git a/src/mainboard/sis/sis761/chip.h b/src/mainboard/gigabyte/ga_2761gxdk/chip.h
index 8d6d00cac6..a93dc54917 100644
--- a/src/mainboard/sis/sis761/chip.h
+++ b/src/mainboard/gigabyte/ga_2761gxdk/chip.h
@@ -21,9 +21,7 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
-extern struct chip_operations mainboard_sis_sis761_ops;
+extern struct chip_operations mainboard_gigabyte_ga_2761gxdk_ops;
-struct mainboard_sis_sis761_config {
-// int fixup_scsi;
-// int fixup_vga;
+struct mainboard_gigabyte_ga_2761gxdk_config {
};
diff --git a/src/mainboard/sis/sis761/cmos.layout b/src/mainboard/gigabyte/ga_2761gxdk/cmos.layout
index 84a5c52278..84a5c52278 100644
--- a/src/mainboard/sis/sis761/cmos.layout
+++ b/src/mainboard/gigabyte/ga_2761gxdk/cmos.layout
diff --git a/src/mainboard/sis/sis761/get_bus_conf.c b/src/mainboard/gigabyte/ga_2761gxdk/get_bus_conf.c
index d8b0c0ab5a..d8b0c0ab5a 100644
--- a/src/mainboard/sis/sis761/get_bus_conf.c
+++ b/src/mainboard/gigabyte/ga_2761gxdk/get_bus_conf.c
diff --git a/src/mainboard/sis/sis761/irq_tables.c b/src/mainboard/gigabyte/ga_2761gxdk/irq_tables.c
index c87b9d6954..c87b9d6954 100644
--- a/src/mainboard/sis/sis761/irq_tables.c
+++ b/src/mainboard/gigabyte/ga_2761gxdk/irq_tables.c
diff --git a/src/mainboard/sis/sis761/mainboard.c b/src/mainboard/gigabyte/ga_2761gxdk/mainboard.c
index 9e21efdce8..b8b6a189f9 100644
--- a/src/mainboard/sis/sis761/mainboard.c
+++ b/src/mainboard/gigabyte/ga_2761gxdk/mainboard.c
@@ -29,7 +29,7 @@
#include "chip.h"
#if CONFIG_CHIP_NAME == 1
-struct chip_operations mainboard_sis_sis761_ops = {
- CHIP_NAME("SiS SiS761GX/SiS966 Mainboard")
+struct chip_operations mainboard_gigabyte_ga_2761gxdk_ops = {
+ CHIP_NAME("GIGABYTE GA-2761GXDK Mainboard")
};
#endif
diff --git a/src/mainboard/sis/sis761/mptable.c b/src/mainboard/gigabyte/ga_2761gxdk/mptable.c
index 047a187aaa..ab54d0c361 100644
--- a/src/mainboard/sis/sis761/mptable.c
+++ b/src/mainboard/gigabyte/ga_2761gxdk/mptable.c
@@ -38,8 +38,8 @@ extern unsigned bus_type[256];
void *smp_write_config_table(void *v)
{
static const char sig[4] = "PCMP";
- static const char oem[8] = "SIS";
- static const char productid[12] = "SiS761GX";
+ static const char oem[8] = "GIGABYTE";
+ static const char productid[12] = "GA-2761GXDK ";
struct mp_config_table *mc;
unsigned sbdn;
diff --git a/src/mainboard/sis/sis761/resourcemap.c b/src/mainboard/gigabyte/ga_2761gxdk/resourcemap.c
index 7e23ad9cc9..7e23ad9cc9 100644
--- a/src/mainboard/sis/sis761/resourcemap.c
+++ b/src/mainboard/gigabyte/ga_2761gxdk/resourcemap.c