summaryrefslogtreecommitdiff
path: root/src/mainboard/asus/p8x7x-series/Kconfig
diff options
context:
space:
mode:
authorKeith Hui <buurin@gmail.com>2020-02-18 22:21:16 -0500
committerAngel Pons <th3fanbus@gmail.com>2022-01-25 10:27:11 +0000
commit36425312ee8a04efa7582abfe143cb887e8ece30 (patch)
treeddaf077f59b08a5599a09f0a9f51ef547a8b629c /src/mainboard/asus/p8x7x-series/Kconfig
parentf4bb77bd9eb576df0e16d261b1bf461512b784fd (diff)
mainboard/asus/p8x7x-series: Add new variant P8Z77-M
Constructed out of a mix of autoport results, p8z77-m_pro, and tool dumps. Working: - Core i7-3770K CPU - SeaBIOS 1.13.0 boot to Linux 5.4.24 and Windows 10 1903 (all further tests are under these versions) - USB2 / USB3 - SATA - Gigabit ethernet - CPU temp sensors (memtest86+ 5.0.1) - Hardware monitoring under Linux - Native and MRC raminit - PCIe GPU in both "PCIEX16" slots (16x/4x, nVidia Quadro 600) - Integrated graphics with Intel OpROM and libgfxinit (all ports) - Serial port - Windows with libgfxinit framebuffer - 2ch sound playback, Linux and Windows Not working: - PS/2 mouse - 6ch analog audio out - PCI POST card in PCI slot Untested: - PS/2 keyboard - Internal USB3 ports - Digital audio out Change-Id: If756e791ddce747cb1706414be8e41e83f88922b Signed-off-by: Keith Hui <buurin@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/38988 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/mainboard/asus/p8x7x-series/Kconfig')
-rw-r--r--src/mainboard/asus/p8x7x-series/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainboard/asus/p8x7x-series/Kconfig b/src/mainboard/asus/p8x7x-series/Kconfig
index 4ecb4b4d38..7968345698 100644
--- a/src/mainboard/asus/p8x7x-series/Kconfig
+++ b/src/mainboard/asus/p8x7x-series/Kconfig
@@ -24,6 +24,7 @@ config VARIANT_DIR
default "p8z77-m_pro" if BOARD_ASUS_P8Z77_M_PRO
default "p8z77-v_lx2" if BOARD_ASUS_P8Z77_V_LX2
default "p8z77-v" if BOARD_ASUS_P8Z77_V
+ default "p8z77-m" if BOARD_ASUS_P8Z77_M
config MAINBOARD_PART_NUMBER
default "P8C WS" if BOARD_ASUS_P8C_WS
@@ -31,6 +32,7 @@ config MAINBOARD_PART_NUMBER
default "P8Z77-M PRO" if BOARD_ASUS_P8Z77_M_PRO
default "P8Z77-V LX2" if BOARD_ASUS_P8Z77_V_LX2
default "P8Z77-V" if BOARD_ASUS_P8Z77_V
+ default "P8Z77-M" if BOARD_ASUS_P8Z77_M
config OVERRIDE_DEVICETREE
default "variants/\$(CONFIG_VARIANT_DIR)/overridetree.cb"