blob: ebc172b6b09356ec8950b06b3c97619576bbfb00 [file] [log] [blame]
Tobias Diedrich7a952042017-12-03 10:09:28 +01001if BOARD_INTEL_DCP847SKE
2
Elyes HAOUASf0c5be22018-11-27 20:36:44 +01003config BOARD_SPECIFIC_OPTIONS
Tobias Diedrich7a952042017-12-03 10:09:28 +01004 def_bool y
5 select BOARD_ROMSIZE_KB_8192
Tobias Diedrich7a952042017-12-03 10:09:28 +01006 select SUPERIO_NUVOTON_NCT6776
7 select HAVE_ACPI_RESUME
8 select HAVE_ACPI_TABLES
9 select NORTHBRIDGE_INTEL_SANDYBRIDGE
10 select SOUTHBRIDGE_INTEL_C216
11 select SERIRQ_CONTINUOUS_MODE
12 select INTEL_INT15
13 select MAINBOARD_HAS_LIBGFXINIT
Jan Tatje83a127a2019-01-09 20:39:28 +010014 select MAINBOARD_USES_IFD_GBE_REGION
Tobias Diedrich7a952042017-12-03 10:09:28 +010015
16menu "Debugging"
17
18config DISABLE_UART_ON_TESTPADS
19 bool "Disable UART on testpads"
20 default y
21 select NO_UART_ON_SUPERIO
22 help
23 Serial output requires soldering to the testpad next to
24 NCT5577D pin 18 (txd) and gnd.
25
26endmenu
27
Tobias Diedrich7a952042017-12-03 10:09:28 +010028config MAINBOARD_DIR
Patrick Georgi0bb83462019-11-22 20:58:58 +010029 default "intel/dcp847ske"
Tobias Diedrich7a952042017-12-03 10:09:28 +010030
31config MAINBOARD_PART_NUMBER
Tobias Diedrich7a952042017-12-03 10:09:28 +010032 default "Intel NUC DCP847SKE"
33
Tobias Diedrich7a952042017-12-03 10:09:28 +010034config VGA_BIOS_ID
35 string
36 default "8086,0106"
37
Tobias Diedrich7a952042017-12-03 10:09:28 +010038config MAX_CPUS
39 int
40 default 2
41
42config USBDEBUG_HCD_INDEX
43 int
44 default 2
45
Tobias Diedrich7a952042017-12-03 10:09:28 +010046config CBFS_SIZE
Tobias Diedrich7a952042017-12-03 10:09:28 +010047 default 0x00640000
48
49config MAINBOARD_SMBIOS_MANUFACTURER
50 string
51 default "Intel Corporation"
52
53config MAINBOARD_SMBIOS_PRODUCT_NAME
54 string
55 default "DCP847SKE"
56
57endif # BOARD_INTEL_DCP847SKE