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