mb/asus/p8h61-m_pro: Add small fixes
* Add VBT * Configure OnBoard NIC * Add documentation Change-Id: Iad739b4e1dacb41f5f63247150951df7013bbf0c Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/32890 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
committed by
Patrick Rudolph
parent
239b13ce38
commit
84b8f90bba
@ -31,6 +31,9 @@ config BOARD_SPECIFIC_OPTIONS
|
||||
select HAVE_CMOS_DEFAULT
|
||||
select DRIVERS_ASMEDIA_ASPM_BLACKLIST
|
||||
select MAINBOARD_HAS_LPC_TPM
|
||||
select REALTEK_8168_RESET
|
||||
select RT8168_SET_LED_MODE
|
||||
select INTEL_GMA_HAVE_VBT
|
||||
|
||||
config MAINBOARD_DIR
|
||||
string
|
||||
|
BIN
src/mainboard/asus/p8h61-m_pro/data.vbt
Normal file
BIN
src/mainboard/asus/p8h61-m_pro/data.vbt
Normal file
Binary file not shown.
@ -49,7 +49,13 @@ chip northbridge/intel/sandybridge
|
||||
device pci 1b.0 on end # High Definition Audio Audio controller
|
||||
device pci 1c.0 on end # PCIe x1 Port (PCIEX1_1)
|
||||
device pci 1c.1 on end # PCIe x1 Port (PCIEX1_2)
|
||||
device pci 1c.2 on end # Realtek RTL8111E Ethernet Controller
|
||||
device pci 1c.2 on # Realtek RTL8111E Ethernet Controller
|
||||
chip drivers/net
|
||||
register "customized_leds" = "0x00f6"
|
||||
register "wake" = "9"
|
||||
device pci 00.0 on end
|
||||
end
|
||||
end
|
||||
device pci 1c.3 on end # ASMedia ASM1042 USB3 Controller
|
||||
device pci 1c.4 on end # PCIe x1 Port, x16 size (PCIEX16_2)
|
||||
device pci 1c.5 on end # ASMedia ASM1062 SATA Controller
|
||||
|
Reference in New Issue
Block a user