blob: 9bf9e52e0cdd443aaae5f0ffc22767f26fd42d91 [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
29 string
Patrick Georgi0bb83462019-11-22 20:58:58 +010030 default "intel/dcp847ske"
Tobias Diedrich7a952042017-12-03 10:09:28 +010031
32config MAINBOARD_PART_NUMBER
33 string
34 default "Intel NUC DCP847SKE"
35
36config VGA_BIOS_FILE
37 string
38 default "pci8086,0106.rom"
39
40config VGA_BIOS_ID
41 string
42 default "8086,0106"
43
Tobias Diedrich7a952042017-12-03 10:09:28 +010044config MAX_CPUS
45 int
46 default 2
47
48config USBDEBUG_HCD_INDEX
49 int
50 default 2
51
Tobias Diedrich7a952042017-12-03 10:09:28 +010052config CBFS_SIZE
53 hex
54 default 0x00640000
55
56config MAINBOARD_SMBIOS_MANUFACTURER
57 string
58 default "Intel Corporation"
59
60config MAINBOARD_SMBIOS_PRODUCT_NAME
61 string
62 default "DCP847SKE"
63
64endif # BOARD_INTEL_DCP847SKE