From 420d3a93c1f54768591dab1958c037e2c8936d58 Mon Sep 17 00:00:00 2001 From: Denis 'GNUtoo' Carikli Date: Sun, 26 Jul 2015 19:57:51 +0200 Subject: mainboard/asus: Add F2A85-M PRO variant to F2A85-M. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Status: - The primary PCIe 16x slot works: It was tested with a GPU compatible with nouveau - USB and audio are not very reliable - The ethernet card is not seen with lspci - The secondary pcie16x slot isn't working: When plugging a GPU inside, it's not seen with lspci - SATA works: The board fully boots GNU/Linux - Serial doesn't work - Populating the RAM slots might have to follow the recommended memory configuration that is described in the mainboard manual in order to be able to boot. Note that when running the shutdown command, the default boot firmware will rewrite part of the boot flash before powering off the machine. Flashing coreboot internally from the default boot fimrware can still work, if the power plug is removed after running flashrom. Change-Id: I934de521d0acceb7770f23b2ae15c31a67ae73eb Signed-off-by: Denis 'GNUtoo' Carikli Reviewed-on: https://review.coreboot.org/16931 Tested-by: build bot (Jenkins) Reviewed-by: Kyösti Mälkki --- src/mainboard/asus/f2a85-m/Kconfig | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) (limited to 'src/mainboard/asus/f2a85-m/Kconfig') diff --git a/src/mainboard/asus/f2a85-m/Kconfig b/src/mainboard/asus/f2a85-m/Kconfig index 04eb936008..03c9c28bd3 100644 --- a/src/mainboard/asus/f2a85-m/Kconfig +++ b/src/mainboard/asus/f2a85-m/Kconfig @@ -14,7 +14,7 @@ # GNU General Public License for more details. # -if BOARD_ASUS_F2A85_M +if BOARD_ASUS_F2A85_M || BOARD_ASUS_F2A85_M_PRO config BOARD_SPECIFIC_OPTIONS # dummy def_bool y @@ -25,7 +25,8 @@ config BOARD_SPECIFIC_OPTIONS # dummy select HAVE_PIRQ_TABLE select HAVE_MP_TABLE select HAVE_ACPI_TABLES - select SUPERIO_ITE_IT8728F + select SUPERIO_ITE_IT8728F if BOARD_ASUS_F2A85_M + select SUPERIO_NUVOTON_NCT6779D if BOARD_ASUS_F2A85_M_PRO select BOARD_ROMSIZE_KB_8192 select GFXUMA select HUDSON_DISABLE_IMC @@ -60,7 +61,8 @@ config MAINBOARD_DIR config MAINBOARD_PART_NUMBER string - default "F2A85-M" + default "F2A85-M" if BOARD_ASUS_F2A85_M + default "F2A85-M_PRO" if BOARD_ASUS_F2A85_M_PRO config HW_MEM_HOLE_SIZEK hex @@ -102,4 +104,9 @@ config POST_IO bool default n -endif # BOARD_ASUS_F2A85_M +config DEVICETREE + string + default "devicetree_f2a85-m_pro.cb" if BOARD_ASUS_F2A85_M_PRO + default "devicetree_f2a85-m.cb" if BOARD_ASUS_F2A85_M + +endif # BOARD_ASUS_F2A85_M || BOARD_ASUS_F2A85_M_PRO -- cgit v1.2.3