Add VIA CX700 support, plus VIA vt8454c reference board support.
[coreboot.git] / targets / via / vt8454c / Config-abuild.lb
1 ##
2 ## This file is part of the coreboot project.
3 ##
4 ## Copyright (C) 2007-2009 coresystems GmbH
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 as published by
8 ## the Free Software Foundation; version 2 of the License.
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
21 # This will make a target directory of ./VENDOR_MAINBOARD
22 # build a single image coreboot. Only Fallback, no normal.
23
24 target VENDOR_MAINBOARD
25 mainboard VENDOR/MAINBOARD
26
27 option CC="CROSSCC"
28 option CROSS_COMPILE="CROSS_PREFIX"
29 option HOSTCC="CROSS_HOSTCC"
30
31 option ROM_SIZE=(512-64)*1024
32 option FALLBACK_SIZE=(512-64)*1024
33
34 __COMPRESSION__
35
36 romimage "fallback" 
37         option USE_FALLBACK_IMAGE=1
38         option ROM_IMAGE_SIZE=0x15000
39         option COREBOOT_EXTRA_VERSION=".0-fallback"
40         payload __PAYLOAD__
41 end
42
43 buildrom ./coreboot.rom ROM_SIZE "fallback" 
44