This patch unifies the use of config options in v2 to all start with CONFIG_
[coreboot.git] / targets / hp / dl145_g3 / Config.lb
1 ##
2 ## This file is part of the Coreboot project.
3 ##
4 ## Copyright (C) 2007 University of Mannheim
5 ## Written by Philipp Degler <pdegler@rumms.uni-mannheim.de>
6 ## Copyright (C) 2009 University of Heidelberg
7 ## Written by Mondrian Nuessle <nuessle@uni-heidelberg.de> for University of Heidelberg
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 dl145_g3
25 mainboard hp/dl145_g3
26
27 option CONFIG_ROM_SIZE= 1024*1024
28
29 romimage "fallback"
30         option CONFIG_USE_FALLBACK_IMAGE=1
31         option CONFIG_XIP_ROM_SIZE=0x20000
32         option COREBOOT_EXTRA_VERSION="$(shell cat ../../VERSION)_Fallback"
33         payload ./bios.bin.elf
34 end
35
36 buildrom ./coreboot.rom CONFIG_ROM_SIZE "fallback"
37
38 pci_rom ./matrox.rom vendor_id=0x102b device_id=0x0522
39