From 553fe1cbc72c849504041fb65dbbb1afacd3914b Mon Sep 17 00:00:00 2001 From: "Jonathan A. Kollasch" Date: Tue, 15 Oct 2013 16:45:51 -0500 Subject: winent-mb6047: initial WIN Enterprises MB-60470 board port What works: - ACPI interrupt routing for onboard devices - onboard devices including USBs, ATAs, NICs, COM1 What almost works: - SMI720 VGA BIOS needs forthcoming VGA BIOS hooks in SeaBIOS to work Untested: - Interrupt Line Register interrupt routing - PIRQ interrupt routing - MPBIOS/MPTABLE interrupt routing - unpopulated on board revision 1A AC97 audio - unpopulated PCI-E x16 slot - unpopulated ExpressCard slot - HT expansion board Thanks to WIN Enterprises for providing boards. Change-Id: I7787f89b3ab454b668c3b75d0d1cde55b8d53c48 Signed-off-by: Jonathan A. Kollasch Reviewed-on: http://review.coreboot.org/3975 Reviewed-by: Ronald G. Minnich Tested-by: build bot (Jenkins) --- src/mainboard/winent/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/mainboard/winent/Kconfig') diff --git a/src/mainboard/winent/Kconfig b/src/mainboard/winent/Kconfig index 4c13a82bb0..28c3360d57 100644 --- a/src/mainboard/winent/Kconfig +++ b/src/mainboard/winent/Kconfig @@ -21,11 +21,15 @@ if VENDOR_WINENT choice prompt "Mainboard model" +config BOARD_WINENT_MB6047 + bool "MB6047" + config BOARD_WINENT_PL6064 bool "PL6064" endchoice +source "src/mainboard/winent/mb6047/Kconfig" source "src/mainboard/winent/pl6064/Kconfig" config MAINBOARD_VENDOR -- cgit v1.2.3