At least one mobile 945 series northbridge supports 4 threads, because the dual-core Atom 330 CPU supports Hyper-threading. Therefore, we use that as the default for this chipset. Change-Id: I899ed1644d9b2da4fc72f09233a421200770110d Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/41845 Reviewed-by: Felix Held <felix-coreboot@felixheld.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
42 lines
801 B
Plaintext
42 lines
801 B
Plaintext
## SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
if BOARD_GETAC_P470
|
|
|
|
config BOARD_SPECIFIC_OPTIONS
|
|
def_bool y
|
|
select SYSTEM_TYPE_LAPTOP
|
|
select CPU_INTEL_SOCKET_M
|
|
select NORTHBRIDGE_INTEL_I945
|
|
select NORTHBRIDGE_INTEL_SUBTYPE_I945GM
|
|
select SOUTHBRIDGE_INTEL_I82801GX
|
|
select SOUTHBRIDGE_TI_PCIXX12
|
|
select SUPERIO_SMSC_FDC37N972
|
|
select SUPERIO_SMSC_SIO10N268
|
|
select EC_ACPI
|
|
select HAVE_ACPI_TABLES
|
|
select HAVE_PIRQ_TABLE
|
|
select HAVE_MP_TABLE
|
|
select HAVE_OPTION_TABLE
|
|
select HAVE_ACPI_RESUME
|
|
select BOARD_ROMSIZE_KB_1024
|
|
select INTEL_INT15
|
|
select I945_LVDS
|
|
|
|
config MAINBOARD_DIR
|
|
string
|
|
default "getac/p470"
|
|
|
|
config MAINBOARD_PART_NUMBER
|
|
string
|
|
default "P470"
|
|
|
|
config IRQ_SLOT_COUNT
|
|
int
|
|
default 18
|
|
|
|
config VGA_BIOS_FILE
|
|
string
|
|
default "getac-pci8086,27a2.rom"
|
|
|
|
endif # BOARD_GETAC_P470
|