mb/asrock: Add ASRock H77 Pro4-M mainboard
This adds a new port for the ASRock H77 Pro4-M motherboard. It is microATX-sized with an LGA1155 socket and four DIMM sockets for DDR3 SDRAM. The port was initially done with autoport. It is quite similar to the ASRock B75 Pro3-M which is already supported by coreboot. Working: - Sandy Bridge and Ivy Bridge CPUs (tested: i5-2500, Pentium G2120) - Native RAM initialization with four DIMMs of two different types - PS/2 combined port (mouse or keyboard) - Integrated GPU by libgfxinit on all monitor ports (DVI-D, HDMI, D-Sub) - PCIe graphics in the PEG slot - All three additional PCIe slots - All rear and internal USB2 ports - All rear and internal USB3 ports with reasonable transfer rates - All six SATA ports from the PCH (two 6 Gb/s, four 3 Gb/s) - All two SATA ports from the ASM1061 PCIe-to-SATA bridge (6 Gb/s) - Rear eSATA connector (multiplexed with one ASM1061 port) - Console output on the serial port of the Super I/O - SeaBIOS 1.15.0 to boot slackware64 - SeaBIOS 1.15.0 to boot Windows 10 (needs VGA BIOS) - Internal flashing with flashrom-1.2 (needs `--ifd -i bios --noverify-all`) - External flashing with flashrom-1.2 and a Raspberry Pi 1 - S3 suspend/resume from either Linux or Windows 10 Not working: - Booting from the two SATA ports provided by the ASM1061 - Automatic fan control with the NCT6776D Super I/O Untested: - VBT (it is included, though) - Infrared header Change-Id: Ic2c51bf7babd9dfcbaf69a5019b2a034762052f2 Signed-off-by: Michael Büchler <michael.buechler@posteo.net> Reviewed-on: https://review.coreboot.org/c/coreboot/+/45317 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
committed by
Felix Held
parent
15d4b95cc6
commit
4f1378ee47
140
src/mainboard/asrock/h77pro4-m/devicetree.cb
Normal file
140
src/mainboard/asrock/h77pro4-m/devicetree.cb
Normal file
@@ -0,0 +1,140 @@
|
||||
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
chip northbridge/intel/sandybridge
|
||||
device cpu_cluster 0 on
|
||||
chip cpu/intel/model_206ax
|
||||
register "acpi_c1" = "1"
|
||||
register "acpi_c2" = "3"
|
||||
register "acpi_c3" = "5"
|
||||
device lapic 0 on end
|
||||
device lapic 0xacac off end
|
||||
end
|
||||
end
|
||||
device domain 0 on
|
||||
device pci 00.0 on # Host bridge
|
||||
subsystemid 0x1849 0x0100
|
||||
end
|
||||
device pci 01.0 on end # PEG - slot "PCIE1"
|
||||
device pci 02.0 on # iGPU
|
||||
subsystemid 0x1849 0x0102
|
||||
end
|
||||
chip southbridge/intel/bd82x6x # Intel Series 7 Panther Point PCH
|
||||
register "gen1_dec" = "0x000c0291"
|
||||
register "gen2_dec" = "0x000c0241"
|
||||
register "gen3_dec" = "0x000c0251"
|
||||
register "sata_interface_speed_support" = "0x3"
|
||||
register "sata_port_map" = "0x3f"
|
||||
register "spi_lvscc" = "0x2005"
|
||||
register "spi_uvscc" = "0x2005"
|
||||
register "superspeed_capable_ports" = "0x0000000f"
|
||||
register "xhci_overcurrent_mapping" = "0x00000c03"
|
||||
register "xhci_switchable_ports" = "0x0000000f"
|
||||
device pci 14.0 on # USB 3.0 Controller
|
||||
subsystemid 0x1849 0x1e31
|
||||
end
|
||||
device pci 16.0 on # Management Engine Interface 1
|
||||
subsystemid 0x1849 0x1e3a
|
||||
end
|
||||
device pci 16.1 off end # Management Engine Interface 2
|
||||
device pci 16.2 off end # Management Engine IDE-R
|
||||
device pci 16.3 off end # Management Engine KT
|
||||
device pci 19.0 off end # Intel Gigabit Ethernet
|
||||
device pci 1a.0 on # USB2 EHCI #2
|
||||
subsystemid 0x1849 0x1e2d
|
||||
end
|
||||
device pci 1b.0 on # High Definition Audio
|
||||
subsystemid 0x1849 0x8892
|
||||
end
|
||||
device pci 1c.0 on # PCIe Port #1 - slot "PCIE4", 4 lanes
|
||||
subsystemid 0x1849 0x1e10
|
||||
end
|
||||
device pci 1c.1 off end # PCIe Port #2
|
||||
device pci 1c.2 off end # PCIe Port #3
|
||||
device pci 1c.3 off end # PCIe Port #4
|
||||
device pci 1c.4 on # PCIe Port #5 - slot "PCIE2", 1 lane
|
||||
subsystemid 0x1849 0x1e18
|
||||
end
|
||||
device pci 1c.5 on # PCIe Port #6 - RTL8111E GbE
|
||||
subsystemid 0x1849 0x1e1a
|
||||
end
|
||||
device pci 1c.6 on # PCIe Port #7 - slot "PCIE3", 1 lane
|
||||
subsystemid 0x1849 0x1e16
|
||||
end
|
||||
device pci 1c.7 on # PCIe Port #8 - ASM1061 SATA Controller
|
||||
subsystemid 0x1849 0x1e1e
|
||||
end
|
||||
device pci 1d.0 on # USB2 EHCI #1
|
||||
subsystemid 0x1849 0x1e26
|
||||
end
|
||||
device pci 1e.0 off end # PCI bridge
|
||||
device pci 1f.0 on # LPC bridge
|
||||
subsystemid 0x1849 0x1e4a
|
||||
chip superio/nuvoton/nct6776
|
||||
device pnp 2e.0 off end # Floppy
|
||||
device pnp 2e.1 on # Parallel port
|
||||
io 0x60 = 0x378
|
||||
irq 0x70 = 5
|
||||
drq 0x74 = 3
|
||||
end
|
||||
device pnp 2e.2 on # COM1
|
||||
io 0x60 = 0x3f8
|
||||
irq 0x70 = 4
|
||||
end
|
||||
device pnp 2e.3 off end # COM2, IR
|
||||
device pnp 2e.5 on # Keyboard
|
||||
io 0x60 = 0x60
|
||||
io 0x62 = 0x64
|
||||
irq 0x70 = 1
|
||||
irq 0x72 = 12
|
||||
end
|
||||
device pnp 2e.6 off end # CIR
|
||||
device pnp 2e.7 off end # GPIO8
|
||||
device pnp 2e.107 off end # GPIO9
|
||||
device pnp 2e.8 off end # WDT1
|
||||
device pnp 2e.108 off end # GPIO0
|
||||
device pnp 2e.208 off end # GPIOA
|
||||
device pnp 2e.308 on # GPIO base
|
||||
io 0x60 = 0x0
|
||||
irq 0xf0 = 0x3e # + GPIO1 direction
|
||||
irq 0xf1 = 0xde # + GPIO1 value
|
||||
end
|
||||
device pnp 2e.109 on end # GPIO1
|
||||
device pnp 2e.209 on # GPIO2
|
||||
irq 0xe0 = 0xff # + GPIO2 direction
|
||||
irq 0xe1 = 0x0c # + GPIO2 value
|
||||
end
|
||||
device pnp 2e.309 on # GPIO3
|
||||
irq 0xe4 = 0xf7 # + GPIO3 direction
|
||||
irq 0xe5 = 0x08 # + GPIO3 value
|
||||
end
|
||||
device pnp 2e.409 off end # GPIO4
|
||||
device pnp 2e.509 off end # GPIO5
|
||||
device pnp 2e.609 off end # GPIO6
|
||||
device pnp 2e.709 on end # GPIO7
|
||||
device pnp 2e.a on # ACPI
|
||||
irq 0xe4 = 0x10 # + enable 3VSBSW#
|
||||
irq 0xf0 = 0x20 # + pin 70 = 3VSBSW
|
||||
end
|
||||
device pnp 2e.b on # HWM, front panel LED
|
||||
irq 0x30 = 0xe1 # + Fan RPM sense pins
|
||||
io 0x60 = 0x0290 # + HWM base address
|
||||
end
|
||||
device pnp 2e.d off end # VID
|
||||
device pnp 2e.e off end # CIR WAKE-UP
|
||||
device pnp 2e.f off end # GPIO Push-Pull or Open-drain
|
||||
device pnp 2e.14 off end # SVID
|
||||
device pnp 2e.16 off end # Deep Sleep
|
||||
device pnp 2e.17 off end # GPIOA
|
||||
end
|
||||
end
|
||||
device pci 1f.2 on # SATA (AHCI)
|
||||
subsystemid 0x1849 0x1e02
|
||||
end
|
||||
device pci 1f.3 on # SMBus
|
||||
subsystemid 0x1849 0x1e22
|
||||
end
|
||||
device pci 1f.5 off end # SATA (Legacy)
|
||||
device pci 1f.6 off end # Thermal
|
||||
end
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user