2011-02-14 20:04:45 +01:00
|
|
|
#
|
|
|
|
# This file is part of the coreboot project.
|
|
|
|
#
|
2011-06-21 04:56:06 +02:00
|
|
|
# Copyright (C) 2010-2011 Advanced Micro Devices, Inc.
|
2011-02-14 20:04:45 +01:00
|
|
|
#
|
|
|
|
# This program is free software; you can redistribute it and/or modify
|
|
|
|
# it under the terms of the GNU General Public License as published by
|
|
|
|
# the Free Software Foundation; version 2 of the License.
|
|
|
|
#
|
|
|
|
# This program is distributed in the hope that it will be useful,
|
|
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
# GNU General Public License for more details.
|
|
|
|
#
|
|
|
|
|
|
|
|
if BOARD_AMD_INAGUA
|
|
|
|
|
|
|
|
config BOARD_SPECIFIC_OPTIONS # dummy
|
2012-01-19 06:25:55 +01:00
|
|
|
def_bool y
|
|
|
|
select CPU_AMD_AGESA_FAMILY14
|
|
|
|
select NORTHBRIDGE_AMD_AGESA_FAMILY14
|
|
|
|
select SOUTHBRIDGE_AMD_CIMX_SB800
|
|
|
|
select SUPERIO_SMSC_KBC1100
|
|
|
|
select HAVE_OPTION_TABLE
|
|
|
|
select HAVE_PIRQ_TABLE
|
|
|
|
select HAVE_MP_TABLE
|
|
|
|
select HAVE_ACPI_TABLES
|
|
|
|
select BOARD_ROMSIZE_KB_2048
|
|
|
|
select ENABLE_APIC_EXT_ID
|
|
|
|
select GFXUMA
|
2011-02-14 20:04:45 +01:00
|
|
|
|
|
|
|
config MAINBOARD_DIR
|
2012-01-19 06:25:55 +01:00
|
|
|
string
|
|
|
|
default amd/inagua
|
2011-02-14 20:04:45 +01:00
|
|
|
|
|
|
|
config MAINBOARD_PART_NUMBER
|
2012-01-19 06:25:55 +01:00
|
|
|
string
|
|
|
|
default "Inagua"
|
2011-02-14 20:04:45 +01:00
|
|
|
|
|
|
|
config HW_MEM_HOLE_SIZEK
|
2012-01-19 06:25:55 +01:00
|
|
|
hex
|
|
|
|
default 0x200000
|
2011-02-14 20:04:45 +01:00
|
|
|
|
|
|
|
config MAX_CPUS
|
2012-01-19 06:25:55 +01:00
|
|
|
int
|
|
|
|
default 2
|
2011-02-14 20:04:45 +01:00
|
|
|
|
|
|
|
config HW_MEM_HOLE_SIZE_AUTO_INC
|
2012-01-19 06:25:55 +01:00
|
|
|
bool
|
|
|
|
default n
|
2011-02-14 20:04:45 +01:00
|
|
|
|
|
|
|
config IRQ_SLOT_COUNT
|
2012-01-19 06:25:55 +01:00
|
|
|
int
|
|
|
|
default 11
|
2011-02-14 20:04:45 +01:00
|
|
|
|
2011-09-15 18:59:55 +02:00
|
|
|
config ONBOARD_VGA_IS_PRIMARY
|
2012-01-19 06:25:55 +01:00
|
|
|
bool
|
|
|
|
default y
|
2011-09-15 18:59:55 +02:00
|
|
|
|
|
|
|
config VGA_BIOS
|
2012-01-19 06:25:55 +01:00
|
|
|
bool
|
|
|
|
default n
|
2011-09-15 18:59:55 +02:00
|
|
|
|
|
|
|
#config VGA_BIOS_FILE
|
|
|
|
# string "VGA BIOS path and filename"
|
|
|
|
# depends on VGA_BIOS
|
|
|
|
# default "rom/video/OntarioGenericVBios.bin"
|
|
|
|
|
|
|
|
config VGA_BIOS_ID
|
2012-01-19 06:25:55 +01:00
|
|
|
string "VGA device PCI IDs"
|
|
|
|
depends on VGA_BIOS
|
|
|
|
default "1002,9802"
|
2011-09-15 18:59:55 +02:00
|
|
|
|
2012-01-19 06:18:36 +01:00
|
|
|
config SB800_AHCI_ROM
|
2012-01-19 06:25:55 +01:00
|
|
|
bool
|
|
|
|
default n
|
2011-02-14 20:04:45 +01:00
|
|
|
|
|
|
|
endif # BOARD_AMD_INAGUA
|