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
This commit is contained in:
Uwe Hermann
2007-10-30 15:58:59 +00:00
parent 418bc919d0
commit 7cc3bf319a
18 changed files with 82 additions and 131 deletions

View File

@@ -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 {
};

View File

@@ -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

View File

@@ -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;