blob: 14c534b447f0c1feb8d1ebe701df6c1e687f3d99 [file] [log] [blame]
Edward O'Callaghan4726a872014-01-25 07:40:39 +11001#
2# This file is part of the coreboot project.
3#
4# Copyright (C) 2011 Advanced Micro Devices, Inc.
Edward O'Callaghan6e56de32014-01-25 21:46:10 +11005# Copyright (C) 2014 Edward O'Callaghan <eocallaghan@alterapraxis.com>.
Edward O'Callaghan4726a872014-01-25 07:40:39 +11006#
7# This program is free software; you can redistribute it and/or modify
8# it under the terms of the GNU General Public License as published by
9# the Free Software Foundation; version 2 of the License.
10#
11# This program is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY; without even the implied warranty of
13# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14# GNU General Public License for more details.
15#
Edward O'Callaghan4726a872014-01-25 07:40:39 +110016
Edward O'Callaghan6e56de32014-01-25 21:46:10 +110017if BOARD_JETWAY_NF81_T56N_LF
Edward O'Callaghan4726a872014-01-25 07:40:39 +110018
19config BOARD_SPECIFIC_OPTIONS # dummy
20 def_bool y
Edward O'Callaghan4726a872014-01-25 07:40:39 +110021 select CPU_AMD_AGESA_FAMILY14
22 select NORTHBRIDGE_AMD_AGESA_FAMILY14
23 select SOUTHBRIDGE_AMD_CIMX_SB800
Edward O'Callaghan6e56de32014-01-25 21:46:10 +110024 select SUPERIO_FINTEK_F71869AD
Edward O'Callaghan4726a872014-01-25 07:40:39 +110025 select HAVE_OPTION_TABLE
26 select HAVE_PIRQ_TABLE
27 select HAVE_MP_TABLE
Edward O'Callaghan024822f2014-03-25 19:23:00 +110028 select HAVE_ACPI_RESUME
Edward O'Callaghan4726a872014-01-25 07:40:39 +110029 select HAVE_ACPI_TABLES
Edward O'Callaghan6e56de32014-01-25 21:46:10 +110030 select BOARD_ROMSIZE_KB_2048
Edward O'Callaghan4726a872014-01-25 07:40:39 +110031 select GFXUMA
32
33config MAINBOARD_DIR
34 string
Edward O'Callaghan6e56de32014-01-25 21:46:10 +110035 default jetway/nf81-t56n-lf
Edward O'Callaghan4726a872014-01-25 07:40:39 +110036
Edward O'Callaghan4726a872014-01-25 07:40:39 +110037config MAINBOARD_PART_NUMBER
38 string
Edward O'Callaghan6e56de32014-01-25 21:46:10 +110039 default "NF81-T56N-LF"
Edward O'Callaghan4726a872014-01-25 07:40:39 +110040
41config HW_MEM_HOLE_SIZEK
42 hex
43 default 0x200000
44
45config MAX_CPUS
46 int
47 default 2
48
Edward O'Callaghan4726a872014-01-25 07:40:39 +110049config HW_MEM_HOLE_SIZE_AUTO_INC
50 bool
51 default n
52
53config IRQ_SLOT_COUNT
54 int
55 default 11
56
Edward O'Callaghan4726a872014-01-25 07:40:39 +110057config ONBOARD_VGA_IS_PRIMARY
58 bool
59 default y
60
61config VGA_BIOS
62 bool
63 default n
64
65#config VGA_BIOS_FILE
66# string "VGA BIOS path and filename"
67# depends on VGA_BIOS
68# default "rom/video/OntarioGenericVbios.bin"
69
70config VGA_BIOS_ID
71 string
Edward O'Callaghan6e56de32014-01-25 21:46:10 +110072 default "1002,9806" # FUSION_G_T56N
Edward O'Callaghan4726a872014-01-25 07:40:39 +110073
74config SB800_AHCI_ROM
75 bool
76 default n
77
Edward O'Callaghan6e56de32014-01-25 21:46:10 +110078endif # BOARD_JETWAY_NF81_T56N_LF