Please bear with me - another rename checkin. This qualifies as trivial, no
[coreboot.git] / targets / gigabyte / ga_2761gxdk / Config.lb
1 ##
2 ## This file is part of the coreboot project.
3 ##
4 ## Copyright (C) 2007 AMD
5 ## Written by Yinghai Lu <yinghailu@gmail.com> for AMD.
6 ## Copyright (C) 2007 Silicon Integrated Systems Corp. (SiS)
7 ## Written by Morgan Tsai <my_tsai@sis.com> for SiS.
8 ##
9 ## This program is free software; you can redistribute it and/or modify
10 ## it under the terms of the GNU General Public License as published by
11 ## the Free Software Foundation; either version 2 of the License, or
12 ## (at your option) any later version.
13 ##
14 ## This program is distributed in the hope that it will be useful,
15 ## but WITHOUT ANY WARRANTY; without even the implied warranty of
16 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17 ## GNU General Public License for more details.
18 ##
19 ## You should have received a copy of the GNU General Public License
20 ## along with this program; if not, write to the Free Software
21 ## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
22 ##
23
24 target ga_2761gxdk
25 mainboard gigabyte/ga_2761gxdk
26
27 romimage "normal"
28 #       32K for VGA BIOS
29         option ROM_SIZE = (512*1024 - 32*1024)
30
31         option USE_FAILOVER_IMAGE=0
32         option ROM_IMAGE_SIZE=0x20000
33         option XIP_ROM_SIZE=0x40000
34         option LINUXBIOS_EXTRA_VERSION="$(shell cat ../../VERSION)_Normal"
35         payload ../../../../payloads/filo_uda1.elf
36 end
37
38 romimage "fallback"
39         option USE_FAILOVER_IMAGE=0
40         option USE_FALLBACK_IMAGE=1
41         option ROM_IMAGE_SIZE=0x20000
42         option XIP_ROM_SIZE=0x40000
43         option LINUXBIOS_EXTRA_VERSION="$(shell cat ../../VERSION)_Fallback"
44         payload ../../../../payloads/filo_uda1.elf
45 end
46
47 romimage "failover"
48         option USE_FAILOVER_IMAGE=1
49         option USE_FALLBACK_IMAGE=0
50         option ROM_IMAGE_SIZE=FAILOVER_SIZE
51         option XIP_ROM_SIZE=FAILOVER_SIZE
52         option LINUXBIOS_EXTRA_VERSION="$(shell cat ../../VERSION)_Failover"
53 end
54
55 #       buildrom ./linuxbios.rom ROM_SIZE "normal" "fallback"
56         buildrom ./linuxbios.rom ROM_SIZE "normal" "fallback" "failover"