2011-02-14 20:04:45 +01:00
|
|
|
#
|
|
|
|
# This file is part of the coreboot project.
|
|
|
|
#
|
|
|
|
# Copyright (C) 2011 Advanced Micro Devices, Inc.
|
|
|
|
#
|
|
|
|
# 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
|
2013-02-20 13:21:20 +01:00
|
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
2011-02-14 20:04:45 +01:00
|
|
|
# GNU General Public License for more details.
|
|
|
|
#
|
|
|
|
|
|
|
|
if BOARD_AMD_PERSIMMON
|
|
|
|
|
|
|
|
config BOARD_SPECIFIC_OPTIONS # dummy
|
2011-11-08 07:26:14 +01:00
|
|
|
def_bool y
|
|
|
|
select CPU_AMD_AGESA_FAMILY14
|
|
|
|
select NORTHBRIDGE_AMD_AGESA_FAMILY14
|
|
|
|
select SOUTHBRIDGE_AMD_CIMX_SB800
|
2011-02-14 20:04:45 +01:00
|
|
|
select SUPERIO_FINTEK_F81865F
|
2011-11-08 07:26:14 +01:00
|
|
|
select HAVE_OPTION_TABLE
|
|
|
|
select HAVE_PIRQ_TABLE
|
|
|
|
select HAVE_MP_TABLE
|
2017-03-04 12:12:30 +01:00
|
|
|
select HAVE_ACPI_RESUME
|
2011-11-08 07:26:14 +01:00
|
|
|
select HAVE_ACPI_TABLES
|
|
|
|
select BOARD_ROMSIZE_KB_4096
|
|
|
|
select GFXUMA
|
2011-02-14 20:04:45 +01:00
|
|
|
|
|
|
|
config MAINBOARD_DIR
|
2011-11-08 07:26:14 +01:00
|
|
|
string
|
|
|
|
default amd/persimmon
|
2011-02-14 20:04:45 +01:00
|
|
|
|
|
|
|
config MAINBOARD_PART_NUMBER
|
2011-11-08 07:26:14 +01:00
|
|
|
string
|
|
|
|
default "Persimmon"
|
2011-02-14 20:04:45 +01:00
|
|
|
|
|
|
|
config HW_MEM_HOLE_SIZEK
|
2011-11-08 07:26:14 +01:00
|
|
|
hex
|
|
|
|
default 0x200000
|
2011-02-14 20:04:45 +01:00
|
|
|
|
|
|
|
config MAX_CPUS
|
2011-11-08 07:26:14 +01:00
|
|
|
int
|
|
|
|
default 2
|
2011-02-14 20:04:45 +01:00
|
|
|
|
|
|
|
config IRQ_SLOT_COUNT
|
2011-11-08 07:26:14 +01:00
|
|
|
int
|
|
|
|
default 11
|
2011-02-14 20:04:45 +01:00
|
|
|
|
|
|
|
config ONBOARD_VGA_IS_PRIMARY
|
2011-11-08 07:26:14 +01:00
|
|
|
bool
|
|
|
|
default y
|
2011-09-15 23:24:26 +02:00
|
|
|
|
|
|
|
config VGA_BIOS
|
2011-11-08 07:26:14 +01:00
|
|
|
bool
|
|
|
|
default n
|
2011-09-15 23:24:26 +02:00
|
|
|
|
|
|
|
#config VGA_BIOS_FILE
|
2011-11-08 07:26:14 +01:00
|
|
|
# string "VGA BIOS path and filename"
|
|
|
|
# depends on VGA_BIOS
|
|
|
|
# default "rom/video/OntarioGenericVbios.bin"
|
2011-02-14 20:04:45 +01:00
|
|
|
|
|
|
|
config VGA_BIOS_ID
|
2011-11-08 07:26:14 +01:00
|
|
|
string
|
|
|
|
default "1002,9802"
|
2011-10-10 12:13:51 +02:00
|
|
|
|
|
|
|
config SB800_AHCI_ROM
|
2011-11-08 07:26:14 +01:00
|
|
|
bool
|
|
|
|
default n
|
2011-07-21 03:59:22 +02:00
|
|
|
|
2011-02-14 20:04:45 +01:00
|
|
|
endif # BOARD_AMD_PERSIMMON
|