Minor ma785gmt clean-up
authorAlec Ari <neotheuser@ymail.com>
Mon, 22 Aug 2011 03:09:53 +0000 (22:09 -0500)
committerPatrick Georgi <patrick@georgi-clan.de>
Thu, 25 Aug 2011 13:43:10 +0000 (15:43 +0200)
Change-Id: I9e889a6c475fb3283fa11f8b3de5baaf54235589
Signed-off-by: Alec Ari <neotheuser@ymail.com>
Reviewed-on: http://review.coreboot.org/167
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
src/mainboard/gigabyte/Kconfig
src/mainboard/gigabyte/ma785gmt/Kconfig
src/mainboard/gigabyte/ma785gmt/devicetree.cb
src/mainboard/gigabyte/ma785gmt/mainboard.c

index 9de6574e87792cd0bf05fde99dba17260ba1ed4b..813acefae435768ee5d421c652dffee23447d83b 100644 (file)
@@ -29,7 +29,7 @@ config BOARD_GIGABYTE_GA_6BXE
        bool "GA-6BXE"
 config BOARD_GIGABYTE_M57SLI
        bool "GA-M57SLI-S4"
-config BOARD_GIGABYTE_GA785GMT
+config BOARD_GIGABYTE_MA785GMT
        bool "GA-MA785GMT-UD2H"
 config BOARD_GIGABYTE_MA78GM
        bool "GA-MA78GM-US2H"
index fd511a8a83837d63a60664f430f49a52891c383c..77bda9032148513c296b99c77e0a4d27a3970f94 100644 (file)
@@ -1,4 +1,4 @@
-if BOARD_GIGABYTE_GA785GMT
+if BOARD_GIGABYTE_MA785GMT
 
 config BOARD_SPECIFIC_OPTIONS # dummy
        def_bool y
@@ -83,4 +83,4 @@ config RAMBASE
        hex
        default 0x200000
 
-endif # BOARD_GIGABYTE_GA785GMT
+endif # BOARD_GIGABYTE_MA785GMT
index 02e4bc888a719a96525337cffa4ad7594e820a41..124572f5e5df125e898aba11a26829587a5004d3 100644 (file)
@@ -1,4 +1,4 @@
-# sample config for gigabyte ga785gmt
+# sample config for gigabyte/ma785gmt
 chip northbridge/amd/amdfam10/root_complex
        device lapic_cluster 0 on
                chip cpu/amd/socket_AM3  #L1 and DDR3
index 768c9e1d559bdc0357dc50b00f02ba307554e8fc..5747e62853820b7922fc654d22cd1780c1b04ffd 100644 (file)
@@ -96,8 +96,6 @@ void set_pcie_reset()
        pci_write_config16(sm_dev, 0x7e, word);
 }
 
-
-
 /*
  * justify the dev3 is exist or not
  */
@@ -126,7 +124,6 @@ int is_dev3_present(void)
        }
 }
 
-
 /*
  * set gpio40 gfx
  */
@@ -253,7 +250,7 @@ static void set_thermal_config(void)
 *************************************************/
 static void ma785gmt_enable(device_t dev)
 {
-       printk(BIOS_INFO, "Mainboard Gigabyte ma785gmt Enable. dev=0x%p\n", dev);
+       printk(BIOS_INFO, "Mainboard MA785GMT-UD2H Enable. dev=0x%p\n", dev);
 
 #if (CONFIG_GFXUMA == 1)
        msr_t msr, msr2;
@@ -315,6 +312,6 @@ int add_mainboard_resources(struct lb_memory *mem)
 }
 
 struct chip_operations mainboard_ops = {
-       CHIP_NAME("GIGABYTE MA785GMT   Mainboard")
+       CHIP_NAME("GIGABYTE MA785GMT-UD2H   Mainboard")
        .enable_dev = ma785gmt_enable,
 };