blob: e443c6c8d622950e959e252d7708913081e51db9 [file] [log] [blame]
Ricardo Martins0ca02552012-07-04 03:09:49 +01001##
2## This file is part of the coreboot project.
3##
4## Copyright (C) 2012 Ricardo Martins <rasmartins@gmail.com>
5##
6## This program is free software; you can redistribute it and/or
7## modify it under the terms of the GNU General Public License as
8## published by the Free Software Foundation; version 2 of
9## 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##
16## You should have received a copy of the GNU General Public License
17## along with this program; if not, write to the Free Software
18## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
19## MA 02110-1301 USA
20##
21
22if BOARD_IEI_PM_LX_800_R11
23
24config BOARD_SPECIFIC_OPTIONS
25 def_bool y
26 select ARCH_X86
27 select CPU_AMD_GEODE_LX
28 select NORTHBRIDGE_AMD_LX
29 select SOUTHBRIDGE_AMD_CS5536
30 select SUPERIO_WINBOND_W83627EHG
31 select HAVE_PIRQ_TABLE
32 select PIRQ_ROUTE
33 select BOARD_ROMSIZE_KB_512
34 select POWER_BUTTON_FORCE_ENABLE
Patrick Georgi7dc28642012-07-13 19:06:22 +020035 select PLL_MANUAL_CONFIG
36 select CORE_GLIU_500_266
Ricardo Martins0ca02552012-07-04 03:09:49 +010037
38config MAINBOARD_DIR
39 string
40 default iei/pm-lx-800-r11
41
42config MAINBOARD_PART_NUMBER
43 string
44 default "PM-LX-800-R11"
45
46config IRQ_SLOT_COUNT
47 int
48 default 7
49
Patrick Georgi7dc28642012-07-13 19:06:22 +020050config PLLMSRlo
51 hex
52 default 0x07de0000
Ricardo Martins0ca02552012-07-04 03:09:49 +010053
Ricardo Martins0ca02552012-07-04 03:09:49 +010054endif # BOARD_IEI_PM_LX_800_R11