blob: 55a6bc6c2a2626a3a06dbdbbf068d243e3515706 [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##
Jens Rottmann9a684fc2010-08-30 16:36:51 +000015if BOARD_INTEL_D810E2CB
Joseph Smithb94a79f2010-06-21 23:25:06 +000016
Jens Rottmann9a684fc2010-08-30 16:36:51 +000017config BOARD_SPECIFIC_OPTIONS # dummy
18 def_bool y
Joseph Smithb94a79f2010-06-21 23:25:06 +000019 select CPU_INTEL_SOCKET_FC_PGA370
20 select NORTHBRIDGE_INTEL_I82810
21 select SOUTHBRIDGE_INTEL_I82801BX
22 select SUPERIO_SMSC_SMSCSUPERIO
23 select HAVE_PIRQ_TABLE
Myles Watsone32d3992010-07-07 15:09:09 +000024 select USE_WATCHDOG_ON_BOOT
Joseph Smithb94a79f2010-06-21 23:25:06 +000025 select UDELAY_TSC
26 select BOARD_ROMSIZE_KB_512
Joseph Smithb94a79f2010-06-21 23:25:06 +000027
28config MAINBOARD_DIR
29 string
30 default intel/d810e2cb
Joseph Smithb94a79f2010-06-21 23:25:06 +000031
32config MAINBOARD_PART_NUMBER
33 string
34 default "D810E2CB"
Joseph Smithb94a79f2010-06-21 23:25:06 +000035
Joseph Smithb94a79f2010-06-21 23:25:06 +000036config IRQ_SLOT_COUNT
37 int
38 default 7
Joseph Smithb94a79f2010-06-21 23:25:06 +000039
Jens Rottmann9a684fc2010-08-30 16:36:51 +000040endif # BOARD_INTEL_D810E2CB