772a154d39
We keep the support, though. Just now that `libgfxinit` is fixed, we don't need the distinction anymore. Causally, we also don't need CPU_INTEL_MODEL_306AX any more. TEST=Played tint on kontron/ktqm77. Score 606 Change-Id: Id1e33c77f44a66baacba375cbb2aeb71effb7b76 Signed-off-by: Nico Huber <nico.huber@secunet.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/32737 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
38 lines
729 B
Text
38 lines
729 B
Text
if BOARD_KONTRON_KTQM77
|
|
|
|
config BOARD_SPECIFIC_OPTIONS
|
|
def_bool y
|
|
select NORTHBRIDGE_INTEL_SANDYBRIDGE
|
|
select SOUTHBRIDGE_INTEL_C216
|
|
select SUPERIO_WINBOND_W83627DHG
|
|
select EC_KONTRON_IT8516E
|
|
select BOARD_ROMSIZE_KB_8192
|
|
select HAVE_ACPI_TABLES
|
|
select HAVE_OPTION_TABLE
|
|
select HAVE_ACPI_RESUME
|
|
select MAINBOARD_HAS_LIBGFXINIT
|
|
select GFX_GMA_ANALOG_I2C_HDMI_B
|
|
select GFX_GMA_INTERNAL_IS_LVDS
|
|
select MAINBOARD_USES_IFD_GBE_REGION
|
|
|
|
config MAINBOARD_DIR
|
|
string
|
|
default kontron/ktqm77
|
|
|
|
config MAINBOARD_PART_NUMBER
|
|
string
|
|
default "KTQM77/mITX"
|
|
|
|
config MAX_CPUS
|
|
int
|
|
default 8
|
|
|
|
config VGA_BIOS_FILE
|
|
string
|
|
default "pci8086,0166.rom"
|
|
|
|
config MAINBOARD_VENDOR
|
|
string
|
|
default "Kontron"
|
|
|
|
endif # BOARD_KONTRON_KTQM77
|