1 menu "Platform Configuration"
4 prompt "Vendor for the platform target"
7 Select the vendor for the platform you are building for.
12 config VENDOR_ARTEC_GROUP
17 depends on COREBOOT_V2
19 config VENDOR_ADVANCED_DIGITAL_LOGIC
20 bool "Advanced Digital Logic"
22 config VENDOR_GIGABYTE
24 depends on COREBOOT_V2
26 config VENDOR_PC_ENGINES
32 config VENDOR_SUPERMICRO
34 depends on COREBOOT_V2
38 depends on COREBOOT_V2
43 prompt "Platform target for the ROM"
44 default PLATFORM_NORWICH
46 Select the platform you are building for.
48 config PLATFORM_NORWICH
49 bool "AMD Geode LX 'Norwich'"
55 bool "Artec Group DBE61"
56 depends on VENDOR_ARTEC_GROUP
60 config PLATFORM_ALIX1C
61 bool "PC Engines ALIX1.C"
62 depends on VENDOR_PC_ENGINES
66 config PLATFORM_ALIX2C3
67 bool "PC Engines ALIX.2C3"
68 depends on VENDOR_PC_ENGINES
69 depends on COREBOOT_V3
73 config PLATFORM_MSM800SEV
74 bool "Advanced Digital Logic MSM800SEV"
75 depends on VENDOR_ADVANCED_DIGITAL_LOGIC
82 depends on COREBOOT_V2
86 config PLATFORM_GA_M57SLI_S4
87 bool "GIGABYTE GA-M57SLI-S4"
88 depends on VENDOR_GIGABYTE
89 depends on COREBOOT_V2
91 select PLATFORM_SUPPORT_64BIT
93 config PLATFORM_ASUS_A8V_E_SE
95 depends on VENDOR_ASUS
96 depends on COREBOOT_V2
98 select PLATFORM_SUPPORT_64BIT
100 config PLATFORM_ASUS_A8N_E
102 depends on VENDOR_ASUS
103 depends on COREBOOT_V2
105 select PLATFORM_SUPPORT_64BIT
107 config PLATFORM_GA_2761GXDK
108 bool "GIGABYTE GA-2761GXDK"
109 depends on VENDOR_GIGABYTE
110 depends on COREBOOT_V2
112 select PLATFORM_SUPPORT_64BIT
114 config PLATFORM_TYAN_S2881
116 depends on VENDOR_TYAN
117 depends on COREBOOT_V2
119 select PLATFORM_SUPPORT_64BIT
121 config PLATFORM_TYAN_S2882
123 depends on VENDOR_TYAN
124 depends on COREBOOT_V2
126 select PLATFORM_SUPPORT_64BIT
128 config PLATFORM_TYAN_S2891
130 depends on VENDOR_TYAN
131 depends on COREBOOT_V2
133 select PLATFORM_SUPPORT_64BIT
135 config PLATFORM_TYAN_S2892
137 depends on VENDOR_TYAN
138 depends on COREBOOT_V2
140 select PLATFORM_SUPPORT_64BIT
142 config PLATFORM_TYAN_S2895
144 depends on VENDOR_TYAN
145 depends on COREBOOT_V2
147 select PLATFORM_SUPPORT_64BIT
149 config PLATFORM_QEMU-X86
151 depends on VENDOR_QEMU
154 config PLATFORM_SERENGETI_CHEETAH
155 bool "AMD Serengeti-Cheetah"
156 depends on VENDOR_AMD
158 select PLATFORM_SUPPORT_64BIT
160 config PLATFORM_SUPERMICRO_H8DMR
161 bool "Supermicro H8DMR"
162 depends on VENDOR_SUPERMICRO
163 depends on COREBOOT_V2
165 select PLATFORM_SUPPORT_64BIT
167 config PLATFORM_SUPERMICRO_H8DME
168 bool "Supermicro H8DME"
169 depends on VENDOR_SUPERMICRO
170 depends on COREBOOT_V2
172 select PLATFORM_SUPPORT_64BIT
174 config PLATFORM_CHEETAH_FAM10
175 bool "AMD Serengeti-Cheetah with fam10 processor"
176 depends on VENDOR_AMD
177 depends on COREBOOT_V2
179 select PLATFORM_SUPPORT_64BIT
181 config PLATFORM_DBM690T
183 depends on VENDOR_AMD
184 depends on COREBOOT_V2
186 select PLATFORM_SUPPORT_64BIT
190 prompt "Geode VSA SMM handler"
191 depends on PLATFORM_GEODE
194 Select the SMM handler source to use with Geode platforms.
197 bool "Legacy VSA binary from AMD"
201 depends on EXPERIMENTAL
207 bool "Build QEMU with patches for coreboot"
208 depends on PLATFORM_QEMU-X86
211 Say 'y' here to build a patched version of QEMU to work with
212 coreboot. This downloads the correct version and patches it;
213 it even builds it if you specify the QEMU_CC correctly.
216 string "Compiler to use when building QEMU"
217 depends on BUILD_QEMU
220 QEMU has known problems when built using gcc 4.x.
221 Set this string to point to your compiler (GCC_VER 3.x).
224 bool "Build for the AMD SimNow (TM) emulator"
225 depends on PLATFORM_SERENGETI_CHEETAH || PLATFORM_SERENGETI_CHEETAH_64
226 depends on COREBOOT_V2
229 Say 'y' here to patch the build to work on an
230 emulated platform in the AMD SimNow (TM) simulator.
232 config AMD_R690_HEADLESS
233 bool "Build the R690 platform as headless (without VGA)"
235 depends on PLATFORM_DBM690T
238 Say 'y' here to build without the VGA BIOS for the
239 R690 chipset. This will result in no video graphics
240 for the platform. This is not likely what you want,
241 so you should say 'n' here unless you are absolutely
244 config AMD_R690_USE_VBIOS
246 depends on PLATFORM_DBM690T
247 depends on !AMD_R690_HEADLESS
250 config AMD_R690_CUSTOM_VBIOS
251 bool "Specify a custom location for the R690 video BIOS"
252 depends on AMD_R690_USE_VBIOS
254 Say 'y' here to specify a custom location for the R690
255 video BIOS file. Otherwise, it will be looked for in a
258 config AMD_R690_VBIOS
259 string "Location of the RS690 Video BIOS file"
260 depends on AMD_R690_CUSTOM_VBIOS
263 Specify the full pathname for your RS690 video BIOS file.