blob: b8aeeb64fad7c5cfcfe2c6f9b8ec72181f4e2260 [file] [log] [blame]
Martin Roth41a89972024-02-16 10:57:31 -07001## SPDX-License-Identifier: GPL-2.0-only
2
Tobias Diedrich7a952042017-12-03 10:09:28 +01003if BOARD_INTEL_DCP847SKE
4
Elyes HAOUASf0c5be22018-11-27 20:36:44 +01005config BOARD_SPECIFIC_OPTIONS
Tobias Diedrich7a952042017-12-03 10:09:28 +01006 def_bool y
7 select BOARD_ROMSIZE_KB_8192
Tobias Diedrich7a952042017-12-03 10:09:28 +01008 select SUPERIO_NUVOTON_NCT6776
9 select HAVE_ACPI_RESUME
10 select HAVE_ACPI_TABLES
11 select NORTHBRIDGE_INTEL_SANDYBRIDGE
12 select SOUTHBRIDGE_INTEL_C216
13 select SERIRQ_CONTINUOUS_MODE
14 select INTEL_INT15
15 select MAINBOARD_HAS_LIBGFXINIT
Jan Tatje83a127a2019-01-09 20:39:28 +010016 select MAINBOARD_USES_IFD_GBE_REGION
Tobias Diedrich7a952042017-12-03 10:09:28 +010017
18menu "Debugging"
19
20config DISABLE_UART_ON_TESTPADS
21 bool "Disable UART on testpads"
22 default y
23 select NO_UART_ON_SUPERIO
24 help
25 Serial output requires soldering to the testpad next to
26 NCT5577D pin 18 (txd) and gnd.
27
28endmenu
29
Tobias Diedrich7a952042017-12-03 10:09:28 +010030config MAINBOARD_DIR
Patrick Georgi0bb83462019-11-22 20:58:58 +010031 default "intel/dcp847ske"
Tobias Diedrich7a952042017-12-03 10:09:28 +010032
33config MAINBOARD_PART_NUMBER
Tobias Diedrich7a952042017-12-03 10:09:28 +010034 default "Intel NUC DCP847SKE"
35
Tobias Diedrich7a952042017-12-03 10:09:28 +010036config VGA_BIOS_ID
37 string
38 default "8086,0106"
39
Tobias Diedrich7a952042017-12-03 10:09:28 +010040config MAX_CPUS
41 int
42 default 2
43
44config USBDEBUG_HCD_INDEX
45 int
46 default 2
47
Tobias Diedrich7a952042017-12-03 10:09:28 +010048config CBFS_SIZE
Tobias Diedrich7a952042017-12-03 10:09:28 +010049 default 0x00640000
50
51config MAINBOARD_SMBIOS_MANUFACTURER
52 string
53 default "Intel Corporation"
54
55config MAINBOARD_SMBIOS_PRODUCT_NAME
56 string
57 default "DCP847SKE"
58
59endif # BOARD_INTEL_DCP847SKE