Difference between revisions of "Board:msi/ms7135"
Jump to navigation
Jump to search
m (MSI MS-7135 Build Tutorial moved to MSI MS-7135) |
(status update, a little info on MS-6 power controller chip) |
||
Line 6: | Line 6: | ||
In addition to the stock 512KiB LPC flash (such as Windbond W39V040A), 1MiB LPC flashes (SST 49VF080A) are usable. | In addition to the stock 512KiB LPC flash (such as Windbond W39V040A), 1MiB LPC flashes (SST 49VF080A) are usable. | ||
== Voltage Control == | |||
''This section is presented for reference, coreboot currently ignores this chip, leaving the hardware-default memory voltage at 2.55v and the CK804 at 1.50v.'' | |||
The MS-6 chip appears at address 0x2f (or 0x5e if you consider the | |||
R/W bit part of the address) on the secondary SMBus. | |||
The chip is accessed by writing its IC address, followed by writing | |||
a register index, and then reading or writing a data byte. | |||
{| | |||
|+ '''MS-6 registers as used on MS-7135''' | |||
!index!!function | |||
|- | |||
|0x00||RAM voltage adjust | |||
|- | |||
|0x02||Southbridge core voltage adjust, via MS-6+ companion | |||
|} | |||
{| | |||
|+ '''Index 0x00''' | |||
!value!!volts | |||
|- | |||
|0x00||2.55v | |||
|- | |||
|0x01||2.50v | |||
|- | |||
|0x02||2.60v | |||
|- | |||
|0x03||2.65v | |||
|- | |||
|0x04||2.70v | |||
|} | |||
{| | |||
|+ '''Index 0x02''' | |||
!value!!volts | |||
|- | |||
|0x10||1.50v | |||
|- | |||
|0x11||1.55v | |||
|- | |||
|0x12||1.60v | |||
|} | |||
A keen observer will note these are in this order in the OEM BIOS setup program. | |||
== The Mainboard == | == The Mainboard == | ||
Line 36: | Line 82: | ||
|CDROM_DVD_status = OK | |CDROM_DVD_status = OK | ||
|SATA_status = OK | |SATA_status = OK | ||
|Onboard_SCSI_status = N/A | |||
|USB_status = OK | |USB_status = OK | ||
|Onboard_VGA_status = N/A | |Onboard_VGA_status = N/A | ||
Line 51: | Line 98: | ||
|AGP_cards_comments = AGR slot, it's really legacy PCI. Interrupts untested. | |AGP_cards_comments = AGR slot, it's really legacy PCI. Interrupts untested. | ||
|PCI_cards_status = OK | |PCI_cards_status = OK | ||
|Mini_PCI_cards_status = N/A | |||
|PCIX_cards_status = N/A | |||
|PCIE_x1_status = OK | |PCIE_x1_status = OK | ||
|PCIE_x2_status = N/A | |PCIE_x2_status = N/A | ||
Line 65: | Line 114: | ||
|PP_comments = lpt0 at isa0 port 0x378-0x37b irq 7 | |PP_comments = lpt0 at isa0 port 0x378-0x37b irq 7 | ||
|PS2_keyboard_status = OK | |PS2_keyboard_status = OK | ||
|PS2_mouse_status = OK | |PS2_mouse_status = OK | ||
|Game_port_status = N/A | |Game_port_status = N/A | ||
|IR_status = | |IR_status = N/A | ||
|Speaker_status = OK | |Speaker_status = OK | ||
|DiskOnChip_status = N/A | |DiskOnChip_status = N/A | ||
|Sensors_status = OK | |Sensors_status = OK | ||
| | |SMBus_status = OK | ||
|SMBus_comments = interrupts untested | |||
|CAN_bus_status = N/A | |CAN_bus_status = N/A | ||
|CPUfreq_status = No | |CPUfreq_status = No | ||
Line 86: | Line 135: | ||
|HPET_status = Unknown | |HPET_status = Unknown | ||
|RNG_status = N/A | |RNG_status = N/A | ||
|Flashrom_status = OK | |Flashrom_status = OK | ||
}} | }} | ||
{{Cc-by-2.5}} | {{Cc-by-2.5}} |