a0af2964e52ce9fd0beda3b1addc25b7916f4b97
[coreboot.git] / targets / asus / a8v-e_se / Config.lb
1 ##
2 ## This file is part of the coreboot project.
3 ##
4 ## Copyright (C) 2007 Rudolf Marek <r.marek@assembler.cz>
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 v2 as published by
8 ## the Free Software Foundation.
9 ##
10 ## This program is distributed in the hope that it will be useful,
11 ## but WITHOUT ANY WARRANTY; without even the implied warranty of
12 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13 ## GNU General Public License for more details.
14 ##
15 ## You should have received a copy of the GNU General Public License
16 ## along with this program; if not, write to the Free Software
17 ## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
18 ##
19
20 target asus_a8v-e_se
21 mainboard asus/a8v-e_se
22
23 romimage "normal"
24         option CONFIG_ROM_SIZE = 512 * 1024
25         option CONFIG_USE_FALLBACK_IMAGE = 0
26         option CONFIG_ROM_IMAGE_SIZE = 128 * 1024
27         option COREBOOT_EXTRA_VERSION=".0Normal"
28         payload ../payload.elf
29 end
30
31 romimage "fallback"
32         option CONFIG_USE_FALLBACK_IMAGE = 1
33         option CONFIG_ROM_IMAGE_SIZE = 128 * 1024
34         option COREBOOT_EXTRA_VERSION=".0Fallback"
35         payload ../payload.elf
36 end
37
38 buildrom ./coreboot.rom CONFIG_ROM_SIZE "normal" "fallback"