Remove:
[coreboot.git] / src / mainboard / supermicro / x6dai_g / Options.lb
1 uses CONFIG_HAVE_MP_TABLE
2 uses CONFIG_HAVE_PIRQ_TABLE
3 uses CONFIG_USE_FALLBACK_IMAGE
4 uses CONFIG_HAVE_FALLBACK_BOOT
5 uses CONFIG_HAVE_HARD_RESET
6 uses CONFIG_IRQ_SLOT_COUNT
7 uses CONFIG_HAVE_OPTION_TABLE
8 uses CONFIG_LOGICAL_CPUS
9 uses CONFIG_MAX_CPUS
10 uses CONFIG_IOAPIC
11 uses CONFIG_SMP
12 uses CONFIG_FALLBACK_SIZE
13 uses CONFIG_ROM_SIZE
14 uses CONFIG_ROM_SECTION_SIZE
15 uses CONFIG_ROM_IMAGE_SIZE
16 uses CONFIG_ROM_SECTION_SIZE
17 uses CONFIG_ROM_SECTION_OFFSET
18 uses CONFIG_ROM_PAYLOAD
19 uses CONFIG_ROM_PAYLOAD_START
20 uses CONFIG_COMPRESSED_PAYLOAD_LZMA
21 uses CONFIG_PRECOMPRESSED_PAYLOAD
22 uses CONFIG_PAYLOAD_SIZE
23 uses CONFIG_ROMBASE
24 uses CONFIG_XIP_ROM_SIZE
25 uses CONFIG_XIP_ROM_BASE
26 uses CONFIG_STACK_SIZE
27 uses CONFIG_HEAP_SIZE
28 uses CONFIG_USE_OPTION_TABLE
29 uses CONFIG_LB_CKS_RANGE_START
30 uses CONFIG_LB_CKS_RANGE_END
31 uses CONFIG_LB_CKS_LOC
32 uses CONFIG_MAINBOARD
33 uses CONFIG_MAINBOARD_PART_NUMBER
34 uses CONFIG_MAINBOARD_VENDOR
35 uses CONFIG_MAINBOARD_PCI_SUBSYSTEM_VENDOR_ID
36 uses CONFIG_MAINBOARD_PCI_SUBSYSTEM_DEVICE_ID
37 uses COREBOOT_EXTRA_VERSION
38 uses CONFIG_UDELAY_TSC
39 uses CONFIG_TSC_X86RDTSC_CALIBRATE_WITH_TIMER2
40 uses CONFIG_RAMBASE
41 uses CONFIG_GDB_STUB
42 uses CONFIG_CONSOLE_SERIAL8250
43 uses CONFIG_TTYS0_BAUD
44 uses CONFIG_TTYS0_BASE
45 uses CONFIG_TTYS0_LCS
46 uses CONFIG_DEFAULT_CONSOLE_LOGLEVEL
47 uses CONFIG_MAXIMUM_CONSOLE_LOGLEVEL
48 uses CONFIG_MAINBOARD_POWER_ON_AFTER_POWER_FAIL
49 uses CONFIG_CONSOLE_BTEXT
50 uses CC
51 uses HOSTCC
52 uses CONFIG_CROSS_COMPILE
53 uses CONFIG_OBJCOPY
54
55
56 ###
57 ### Build options
58 ###
59
60 ##
61 ## CONFIG_ROM_SIZE is the size of boot ROM that this board will use.
62 ##
63 default CONFIG_ROM_SIZE=1048576
64
65 ##
66 ## Build code for the fallback boot
67 ##
68 default CONFIG_HAVE_FALLBACK_BOOT=1
69
70 ##
71 ## Delay timer options
72 ## Use timer2
73 ## 
74 default CONFIG_UDELAY_TSC=1
75 default CONFIG_TSC_X86RDTSC_CALIBRATE_WITH_TIMER2=1
76
77 ##
78 ## Build code to reset the motherboard from coreboot
79 ##
80 default CONFIG_HAVE_HARD_RESET=1
81
82 ##
83 ## Build code to export a programmable irq routing table
84 ##
85 default CONFIG_HAVE_PIRQ_TABLE=1
86 default CONFIG_IRQ_SLOT_COUNT=16
87
88 ##
89 ## Build code to export an x86 MP table
90 ## Useful for specifying IRQ routing values
91 ##
92 default CONFIG_HAVE_MP_TABLE=1
93
94 ##
95 ## Build code to export a CMOS option table
96 ##
97 default CONFIG_HAVE_OPTION_TABLE=1
98
99 ##
100 ## Move the default coreboot cmos range off of AMD RTC registers
101 ##
102 default CONFIG_LB_CKS_RANGE_START=49
103 default CONFIG_LB_CKS_RANGE_END=122
104 default CONFIG_LB_CKS_LOC=123
105
106 ##
107 ## Build code for SMP support
108 ## Only worry about 2 micro processors
109 ##
110 default CONFIG_SMP=1
111 default CONFIG_MAX_CPUS=4
112 default CONFIG_LOGICAL_CPUS=0
113
114 ##
115 ## Build code to setup a generic IOAPIC
116 ##
117 default CONFIG_IOAPIC=1
118
119 ##
120 ## Clean up the motherboard id strings
121 ##
122 default CONFIG_MAINBOARD_PART_NUMBER="X6DAI"
123 default CONFIG_MAINBOARD_VENDOR=     "Supermicro"
124 default CONFIG_MAINBOARD_PCI_SUBSYSTEM_VENDOR_ID=0x15D9
125 default CONFIG_MAINBOARD_PCI_SUBSYSTEM_DEVICE_ID=0x6780
126
127 ###
128 ### coreboot layout values
129 ###
130
131 ## CONFIG_ROM_IMAGE_SIZE is the amount of space to allow coreboot to occupy.
132 default CONFIG_ROM_IMAGE_SIZE = 65536
133
134 ##
135 ## Use a small 8K stack
136 ##
137 default CONFIG_STACK_SIZE=0x2000
138
139 ##
140 ## Use a small 32K heap
141 ##
142 default CONFIG_HEAP_SIZE=0x8000
143
144
145 ###
146 ### Compute the location and size of where this firmware image
147 ### (coreboot plus bootloader) will live in the boot rom chip.
148 ###
149 default CONFIG_FALLBACK_SIZE = CONFIG_ROM_IMAGE_SIZE
150
151 ##
152 ## Coreboot C code runs at this location in RAM
153 ##
154 default CONFIG_RAMBASE=0x00004000
155
156 ##
157 ## Load the payload from the ROM
158 ##
159 default CONFIG_ROM_PAYLOAD=1
160
161
162 ###
163 ### Defaults of options that you may want to override in the target config file
164 ### 
165
166 ##
167 ## The default compiler
168 ##
169 default CC="$(CONFIG_CROSS_COMPILE)gcc -m32"
170 default HOSTCC="gcc"
171
172 ##
173 ## Disable the gdb stub by default
174 ##
175 default CONFIG_GDB_STUB=0
176
177 ##
178 ## The Serial Console
179 ##
180
181 # To Enable the Serial Console
182 default CONFIG_CONSOLE_SERIAL8250=1
183
184 ## Select the serial console baud rate
185 default CONFIG_TTYS0_BAUD=115200
186 #default CONFIG_TTYS0_BAUD=57600
187 #default CONFIG_TTYS0_BAUD=38400
188 #default CONFIG_TTYS0_BAUD=19200
189 #default CONFIG_TTYS0_BAUD=9600
190 #default CONFIG_TTYS0_BAUD=4800
191 #default CONFIG_TTYS0_BAUD=2400
192 #default CONFIG_TTYS0_BAUD=1200
193
194 # Select the serial console base port
195 default CONFIG_TTYS0_BASE=0x3f8
196
197 # Select the serial protocol
198 # This defaults to 8 data bits, 1 stop bit, and no parity
199 default CONFIG_TTYS0_LCS=0x3
200
201 ##
202 ### Select the coreboot loglevel
203 ##
204 ## EMERG      1   system is unusable               
205 ## ALERT      2   action must be taken immediately 
206 ## CRIT       3   critical conditions              
207 ## ERR        4   error conditions                 
208 ## WARNING    5   warning conditions               
209 ## NOTICE     6   normal but significant condition 
210 ## INFO       7   informational                    
211 ## CONFIG_DEBUG      8   debug-level messages             
212 ## SPEW       9   Way too many details             
213
214 ## Request this level of debugging output
215 default  CONFIG_DEFAULT_CONSOLE_LOGLEVEL=8
216 ## At a maximum only compile in this level of debugging
217 default  CONFIG_MAXIMUM_CONSOLE_LOGLEVEL=8
218
219 ##
220 ## Select power on after power fail setting
221 default CONFIG_MAINBOARD_POWER_ON_AFTER_POWER_FAIL="MAINBOARD_POWER_ON"
222
223 ##
224 ## Don't enable the btext console
225 ##
226 default  CONFIG_CONSOLE_BTEXT=0
227
228
229 ### End Options.lb
230 end