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.
|
|
|
|
#
|
|
|
|
# You should have received a copy of the GNU General Public License
|
|
|
|
# along with this program; if not, write to the Free Software
|
|
|
|
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
|
|
|
#
|
|
|
|
|
|
|
|
if BOARD_AMD_INAGUA
|
|
|
|
|
|
|
|
config BOARD_SPECIFIC_OPTIONS # dummy
|
2012-01-19 06:25:55 +01:00
|
|
|
def_bool y
|
|
|
|
select ARCH_X86
|
|
|
|
select CPU_AMD_AGESA_FAMILY14
|
|
|
|
select NORTHBRIDGE_AMD_AGESA_FAMILY14_ROOT_COMPLEX
|
|
|
|
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_HARD_RESET
|
|
|
|
select SB_HT_CHAIN_UNITID_OFFSET_ONLY
|
|
|
|
select LIFT_BSP_APIC_ID
|
2012-07-29 17:42:52 +02:00
|
|
|
select SERIAL_CPU_INIT
|
2012-01-19 06:25:55 +01:00
|
|
|
select AMDMCT
|
|
|
|
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 APIC_ID_OFFSET
|
2012-01-19 06:25:55 +01:00
|
|
|
hex
|
|
|
|
default 0x0
|
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 MAX_PHYSICAL_CPUS
|
2012-01-19 06:25:55 +01:00
|
|
|
int
|
|
|
|
default 1
|
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 MEM_TRAIN_SEQ
|
2012-01-19 06:25:55 +01:00
|
|
|
int
|
|
|
|
default 2
|
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
|
|
|
|
|
|
|
config RAMTOP
|
2012-01-19 06:25:55 +01:00
|
|
|
hex
|
|
|
|
default 0x1000000
|
2011-02-14 20:04:45 +01:00
|
|
|
|
|
|
|
config HEAP_SIZE
|
2012-01-19 06:25:55 +01:00
|
|
|
hex
|
|
|
|
default 0xc0000
|
2011-02-14 20:04:45 +01:00
|
|
|
|
|
|
|
config STACK_SIZE
|
2012-01-19 06:25:55 +01:00
|
|
|
hex
|
|
|
|
default 0x10000
|
2011-02-14 20:04:45 +01:00
|
|
|
|
|
|
|
config RAMBASE
|
2012-01-19 06:25:55 +01:00
|
|
|
hex
|
|
|
|
default 0x200000
|
2011-02-14 20:04:45 +01:00
|
|
|
|
|
|
|
config SIO_PORT
|
2012-01-19 06:25:55 +01:00
|
|
|
hex
|
|
|
|
default 0x2e
|
2011-02-14 20:04:45 +01:00
|
|
|
|
|
|
|
config DRIVERS_PS2_KEYBOARD
|
2012-01-19 06:25:55 +01:00
|
|
|
bool
|
|
|
|
default y
|
2011-02-14 20:04:45 +01:00
|
|
|
|
|
|
|
config WARNINGS_ARE_ERRORS
|
2012-01-19 06:25:55 +01:00
|
|
|
bool
|
|
|
|
default n
|
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
|
|
|
|
|