Please bear with me - another rename checkin. This qualifies as trivial, no
[coreboot.git] / targets / asus / a8n_e / Config.lb
1 ##
2 ## This file is part of the coreboot project.
3 ##
4 ## Copyright (C) 2007 Philipp Degler <pdegler@rumms.uni-mannheim.de>
5 ## (Thanks to LSRA University of Mannheim for their support)
6 ##
7 ## This program is free software; you can redistribute it and/or modify
8 ## it under the terms of the GNU General Public License as published by
9 ## the Free Software Foundation; either version 2 of the License, or
10 ## (at your option) any later version.
11 ##
12 ## This program is distributed in the hope that it will be useful,
13 ## but WITHOUT ANY WARRANTY; without even the implied warranty of
14 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15 ## GNU General Public License for more details.
16 ##
17 ## You should have received a copy of the GNU General Public License
18 ## along with this program; if not, write to the Free Software
19 ## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
20 ##
21
22 target asus_a8n_e
23 mainboard asus/a8n_e
24
25 romimage "normal"
26         option USE_FAILOVER_IMAGE=0
27         option USE_FALLBACK_IMAGE=0
28         option ROM_IMAGE_SIZE=0x20000
29         option XIP_ROM_SIZE=0x20000
30         option LINUXBIOS_EXTRA_VERSION="_Normal"
31         payload /tmp/filo.elf
32 end
33
34 romimage "fallback" 
35         option USE_FAILOVER_IMAGE=0
36         option USE_FALLBACK_IMAGE=1
37         option ROM_IMAGE_SIZE=0x20000
38         option XIP_ROM_SIZE=0x20000
39         option LINUXBIOS_EXTRA_VERSION="_Fallback"
40         payload /tmp/filo.elf
41 end
42
43 romimage "failover"
44         option USE_FAILOVER_IMAGE=1
45         option USE_FALLBACK_IMAGE=0
46         option ROM_IMAGE_SIZE=FAILOVER_SIZE
47         option XIP_ROM_SIZE=FAILOVER_SIZE
48         option LINUXBIOS_EXTRA_VERSION="_Failover"
49 end
50
51 buildrom ./linuxbios.rom ROM_SIZE "normal" "fallback" "failover"
52 #buildrom ./linuxbios.rom ROM_SIZE "normal" "fallback"