blob: b225ed0878016dc53adc507fbb869ff52c2644f7 [file] [log] [blame]
Anders Jenbo9d1c76f2010-05-14 19:50:11 +00001##
2## This file is part of the coreboot project.
3##
4## Copyright (C) 2010 Anders Jenbo <anders@jenbo.dk>
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; either version 2 of the License, or
9## (at your option) any later version.
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##
Jens Rottmann9a684fc2010-08-30 16:36:51 +000016if BOARD_GIGABYTE_GA_6BXE
Anders Jenbo9d1c76f2010-05-14 19:50:11 +000017
Jens Rottmann9a684fc2010-08-30 16:36:51 +000018config BOARD_SPECIFIC_OPTIONS # dummy
19 def_bool y
Anders Jenbo9d1c76f2010-05-14 19:50:11 +000020 select CPU_INTEL_SLOT_1
21 select NORTHBRIDGE_INTEL_I440BX
22 select SOUTHBRIDGE_INTEL_I82371EB
23 select SUPERIO_ITE_IT8671F
Anders Jenbo9d1c76f2010-05-14 19:50:11 +000024 select HAVE_PIRQ_TABLE
Anders Jenbo9d1c76f2010-05-14 19:50:11 +000025 select BOARD_ROMSIZE_KB_256
26 select SDRAMPWR_4DIMM
27
28config MAINBOARD_DIR
29 string
30 default gigabyte/ga-6bxe
Anders Jenbo9d1c76f2010-05-14 19:50:11 +000031
32config MAINBOARD_PART_NUMBER
33 string
34 default "GA-6BXE"
Anders Jenbo9d1c76f2010-05-14 19:50:11 +000035
Anders Jenbo9d1c76f2010-05-14 19:50:11 +000036config IRQ_SLOT_COUNT
37 int
38 default 7
Anders Jenbo9d1c76f2010-05-14 19:50:11 +000039
Jens Rottmann9a684fc2010-08-30 16:36:51 +000040endif # BOARD_GIGABYTE_GA_6BXE