Fix configuration of boards that didn't have uses CONFIG_USE_INIT. Trivial.
[coreboot.git] / src / mainboard / nec / powermate2000 / Options.lb
1 ##
2 ## This file is part of the coreboot project.
3 ##
4 ## Copyright (C) 2008 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 CONFIG_CBFS
23 uses CONFIG_USE_INIT
24 uses HAVE_PIRQ_TABLE
25 uses USE_FALLBACK_IMAGE
26 uses HAVE_FALLBACK_BOOT
27 uses HAVE_HARD_RESET
28 uses HAVE_OPTION_TABLE
29 uses USE_OPTION_TABLE
30 uses CONFIG_ROM_PAYLOAD
31 uses IRQ_SLOT_COUNT
32 uses MAINBOARD
33 uses MAINBOARD_VENDOR
34 uses MAINBOARD_PART_NUMBER
35 uses COREBOOT_EXTRA_VERSION
36 uses ARCH
37 uses FALLBACK_SIZE
38 uses STACK_SIZE
39 uses HEAP_SIZE
40 uses ROM_SIZE
41 uses ROM_SECTION_SIZE
42 uses ROM_IMAGE_SIZE
43 uses ROM_SECTION_SIZE
44 uses ROM_SECTION_OFFSET
45 uses CONFIG_ROM_PAYLOAD_START
46 uses CONFIG_COMPRESSED_PAYLOAD_LZMA
47 uses CONFIG_PRECOMPRESSED_PAYLOAD
48 uses PAYLOAD_SIZE
49 uses _ROMBASE
50 uses _RAMBASE
51 uses XIP_ROM_SIZE
52 uses XIP_ROM_BASE
53 uses HAVE_MP_TABLE
54 uses CROSS_COMPILE
55 uses CC
56 uses HOSTCC
57 uses OBJCOPY
58 uses DEFAULT_CONSOLE_LOGLEVEL
59 uses MAXIMUM_CONSOLE_LOGLEVEL
60 uses CONFIG_CONSOLE_SERIAL8250
61 uses TTYS0_BAUD
62 uses TTYS0_BASE
63 uses TTYS0_LCS
64 uses CONFIG_UDELAY_TSC
65 uses CONFIG_TSC_X86RDTSC_CALIBRATE_WITH_TIMER2
66 uses CONFIG_CONSOLE_VGA
67 uses CONFIG_PCI_ROM_RUN
68
69 default ROM_SIZE = 512 * 1024
70 default HAVE_FALLBACK_BOOT = 1
71 default HAVE_MP_TABLE = 0
72 default HAVE_HARD_RESET = 0
73 default HAVE_PIRQ_TABLE = 1
74 default IRQ_SLOT_COUNT = 0              # Override this in targets/*/Config.lb.
75 default MAINBOARD_VENDOR = "N/A"        # Override this in targets/*/Config.lb.
76 default MAINBOARD_PART_NUMBER = "N/A"   # Override this in targets/*/Config.lb.
77 default ROM_IMAGE_SIZE = 64 * 1024
78 default FALLBACK_SIZE = 128 * 1024
79 default STACK_SIZE = 8 * 1024
80 default HEAP_SIZE = 16 * 1024
81 default HAVE_OPTION_TABLE = 0
82 #default USE_OPTION_TABLE = !USE_FALLBACK_IMAGE
83 default USE_OPTION_TABLE = 0
84 default _RAMBASE = 0x00004000
85 default CONFIG_ROM_PAYLOAD = 1
86 default CROSS_COMPILE = ""
87 default CC = "$(CROSS_COMPILE)gcc -m32"
88 default HOSTCC = "gcc"
89 default CONFIG_CONSOLE_SERIAL8250 = 1
90 default TTYS0_BAUD = 115200
91 default TTYS0_BASE = 0x3f8
92 default TTYS0_LCS = 0x3                 # 8n1
93 default DEFAULT_CONSOLE_LOGLEVEL = 9
94 default MAXIMUM_CONSOLE_LOGLEVEL = 9
95 default CONFIG_UDELAY_TSC = 1
96 default CONFIG_TSC_X86RDTSC_CALIBRATE_WITH_TIMER2 = 1
97 default CONFIG_CONSOLE_VGA = 1
98 default CONFIG_PCI_ROM_RUN = 1
99
100 #
101 # CBFS
102 #
103 #
104 default CONFIG_CBFS=0
105 end