Add initial support for the Intel 810 based board MSI MS-6178.
[coreboot.git] / src / mainboard / msi / ms6178 / Options.lb
1 ##
2 ## This file is part of the LinuxBIOS project.
3 ##
4 ## Copyright (C) 2007 Uwe Hermann <uwe@hermann-uwe.de>
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 ##
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, MA  02110-1301 USA
19 ##
20
21 uses HAVE_MP_TABLE
22 uses HAVE_PIRQ_TABLE
23 uses USE_FALLBACK_IMAGE
24 uses HAVE_FALLBACK_BOOT
25 uses HAVE_HARD_RESET
26 uses HAVE_OPTION_TABLE
27 uses USE_OPTION_TABLE
28 uses CONFIG_ROM_PAYLOAD
29 uses IRQ_SLOT_COUNT
30 uses MAINBOARD
31 uses MAINBOARD_VENDOR
32 uses MAINBOARD_PART_NUMBER
33 uses LINUXBIOS_EXTRA_VERSION
34 uses ARCH
35 uses FALLBACK_SIZE
36 uses STACK_SIZE
37 uses HEAP_SIZE
38 uses ROM_SIZE
39 uses ROM_SECTION_SIZE
40 uses ROM_IMAGE_SIZE
41 uses ROM_SECTION_SIZE
42 uses ROM_SECTION_OFFSET
43 uses CONFIG_ROM_PAYLOAD_START
44 uses CONFIG_COMPRESSED_PAYLOAD_LZMA
45 uses PAYLOAD_SIZE
46 uses _ROMBASE
47 uses _RAMBASE
48 uses XIP_ROM_SIZE
49 uses XIP_ROM_BASE
50 uses HAVE_MP_TABLE
51 uses CROSS_COMPILE
52 uses CC
53 uses HOSTCC
54 uses OBJCOPY
55 uses DEFAULT_CONSOLE_LOGLEVEL
56 uses MAXIMUM_CONSOLE_LOGLEVEL
57 uses CONFIG_CONSOLE_SERIAL8250
58 uses TTYS0_BAUD
59 uses TTYS0_BASE
60 uses TTYS0_LCS
61 uses CONFIG_UDELAY_TSC
62 uses CONFIG_TSC_X86RDTSC_CALIBRATE_WITH_TIMER2
63 uses CONFIG_CONSOLE_VGA
64 uses CONFIG_PCI_ROM_RUN
65
66 default HAVE_FALLBACK_BOOT = 1
67 default HAVE_MP_TABLE = 0
68 default HAVE_HARD_RESET = 0
69 default HAVE_PIRQ_TABLE = 0     # FIXME
70 default IRQ_SLOT_COUNT = 4      # FIXME
71 default HAVE_OPTION_TABLE = 0
72 #default USE_OPTION_TABLE = !USE_FALLBACK_IMAGE
73 default USE_OPTION_TABLE = 0
74 default ROM_IMAGE_SIZE = 64 * 1024
75 default FALLBACK_SIZE = 128 * 1024
76 default STACK_SIZE = 0x2000
77 default HEAP_SIZE = 0x4000
78 default _RAMBASE = 0x00004000
79 default CONFIG_ROM_PAYLOAD = 1
80 default CROSS_COMPILE = ""
81 default CC = "$(CROSS_COMPILE)gcc -m32"
82 default HOSTCC = "gcc"
83 default CONFIG_CONSOLE_SERIAL8250 = 1
84 default TTYS0_BAUD = 115200
85 default TTYS0_BASE = 0x3f8
86 default TTYS0_LCS = 0x3
87 default DEFAULT_CONSOLE_LOGLEVEL = 9
88 default MAXIMUM_CONSOLE_LOGLEVEL = 9
89 default CONFIG_UDELAY_TSC = 1
90 default CONFIG_TSC_X86RDTSC_CALIBRATE_WITH_TIMER2 = 1
91 default CONFIG_CONSOLE_VGA = 1
92 default CONFIG_PCI_ROM_RUN = 1
93
94 end
95