blob: 3031a30fd2822c4d3eb432454d0dec6f56f75fe0 [file] [log] [blame]
Joseph Smithb94a79f2010-06-21 23:25:06 +00001##
2## This file is part of the coreboot project.
3##
4## Copyright (C) 2010 Joseph Smith <joe@settoplinux.org>
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##
15## You should have received a copy of the GNU General Public License
16## along with this program; if not, write to the Free Software
17## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
18##
Jens Rottmann9a684fc2010-08-30 16:36:51 +000019if BOARD_INTEL_D810E2CB
Joseph Smithb94a79f2010-06-21 23:25:06 +000020
Jens Rottmann9a684fc2010-08-30 16:36:51 +000021config BOARD_SPECIFIC_OPTIONS # dummy
22 def_bool y
Joseph Smithb94a79f2010-06-21 23:25:06 +000023 select ARCH_X86
24 select CPU_INTEL_SOCKET_FC_PGA370
25 select NORTHBRIDGE_INTEL_I82810
26 select SOUTHBRIDGE_INTEL_I82801BX
27 select SUPERIO_SMSC_SMSCSUPERIO
28 select HAVE_PIRQ_TABLE
Myles Watsone32d3992010-07-07 15:09:09 +000029 select HAVE_HARD_RESET
30 select USE_WATCHDOG_ON_BOOT
Joseph Smithb94a79f2010-06-21 23:25:06 +000031 select UDELAY_TSC
32 select BOARD_ROMSIZE_KB_512
33 select HAVE_MAINBOARD_RESOURCES
34 select GFXUMA
35
36config MAINBOARD_DIR
37 string
38 default intel/d810e2cb
Joseph Smithb94a79f2010-06-21 23:25:06 +000039
40config MAINBOARD_PART_NUMBER
41 string
42 default "D810E2CB"
Joseph Smithb94a79f2010-06-21 23:25:06 +000043
Joseph Smithb94a79f2010-06-21 23:25:06 +000044config IRQ_SLOT_COUNT
45 int
46 default 7
Joseph Smithb94a79f2010-06-21 23:25:06 +000047
Jens Rottmann9a684fc2010-08-30 16:36:51 +000048endif # BOARD_INTEL_D810E2CB