blob: 8695da962c7c5090be6893f0af056b31aa942f35 [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 BOARD_ROMSIZE_KB_512
Joseph Smithb94a79f2010-06-21 23:25:06 +000026
27config MAINBOARD_DIR
28 string
29 default intel/d810e2cb
Joseph Smithb94a79f2010-06-21 23:25:06 +000030
31config MAINBOARD_PART_NUMBER
32 string
33 default "D810E2CB"
Joseph Smithb94a79f2010-06-21 23:25:06 +000034
Joseph Smithb94a79f2010-06-21 23:25:06 +000035config IRQ_SLOT_COUNT
36 int
37 default 7
Joseph Smithb94a79f2010-06-21 23:25:06 +000038
Jens Rottmann9a684fc2010-08-30 16:36:51 +000039endif # BOARD_INTEL_D810E2CB