blob: f92d27d23cd8b15e5b0d7d5dae8f813de08adf19 [file] [log] [blame]
Kerry Shehb7993512011-11-15 21:27:07 +08001#
2# This file is part of the coreboot project.
3#
4# Copyright (C) 2011 Advanced Micro Devices, Inc.
5#
6# This program is free software; you can redistribute it and/or modify
7# it under the terms of the GNU General Public License as published by
8# the Free Software Foundation; version 2 of the License.
9#
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY; without even the implied warranty of
12# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13# GNU General Public License for more details.
14#
Kerry Shehb7993512011-11-15 21:27:07 +080015
16if BOARD_AMD_SOUTHSTATION
17
18config BOARD_SPECIFIC_OPTIONS # dummy
19 def_bool y
Kerry Shehb7993512011-11-15 21:27:07 +080020 select CPU_AMD_AGESA_FAMILY14
Kerry Shehb7993512011-11-15 21:27:07 +080021 select NORTHBRIDGE_AMD_AGESA_FAMILY14
22 select SOUTHBRIDGE_AMD_CIMX_SB800
23 select SUPERIO_FINTEK_F81865F
Kerry Shehb7993512011-11-15 21:27:07 +080024 select HAVE_OPTION_TABLE
25 select HAVE_PIRQ_TABLE
26 select HAVE_MP_TABLE
Kerry Shehb7993512011-11-15 21:27:07 +080027 select HAVE_ACPI_TABLES
28 select BOARD_ROMSIZE_KB_4096
Kerry Shehb7993512011-11-15 21:27:07 +080029 select GFXUMA
30 select UDELAY_LAPIC
31
Kerry Shehb7993512011-11-15 21:27:07 +080032config MAINBOARD_DIR
33 string
34 default amd/south_station
35
Kerry Shehb7993512011-11-15 21:27:07 +080036config MAINBOARD_PART_NUMBER
37 string
38 default "Southstation"
39
40config HW_MEM_HOLE_SIZEK
41 hex
42 default 0x200000
43
44config MAX_CPUS
45 int
46 default 4
47
Kerry Shehb7993512011-11-15 21:27:07 +080048config HW_MEM_HOLE_SIZE_AUTO_INC
49 bool
50 default n
51
Kerry Shehb7993512011-11-15 21:27:07 +080052config IRQ_SLOT_COUNT
53 int
54 default 11
55
Kerry Shehb7993512011-11-15 21:27:07 +080056config ONBOARD_VGA_IS_PRIMARY
57 bool
58 default y
59
60config VGA_BIOS
61 bool
62 default n
63config VGA_BIOS_FILE
64 string
65 default "site-local/vgabios.bin"
66
67config VGA_BIOS_ID
68 string
69 default "1002,9806"
70
Kerry Shehb7993512011-11-15 21:27:07 +080071endif # BOARD_AMD_SOUTHSTATION