Trivial fixup IRQS on IP1000 and RM4100.
[coreboot.git] / targets / thomson / ip1000 / Config.lb
1 ##
2 ## This file is part of the coreboot project.
3 ##
4 ## Copyright (C) 2008 Joseph Smith <joe@settoplinux.org>
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; either version 2 of the License, or
9 ## (at your option) any later version.
10 ##
11 ## This program is distributed in the hope that it will be useful,
12 ## but WITHOUT ANY WARRANTY; without even the implied warranty of
13 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14 ## GNU General Public License for more details.
15 ##
16 ## You should have received a copy of the GNU General Public License
17 ## along with this program; if not, write to the Free Software
18 ## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
19 ##
20
21 target ip1000
22 mainboard thomson/ip1000
23
24 ##
25 ## Total number of bytes allocated for coreboot use
26 ## (fallback images and payloads).
27 ##
28 # option ROM_SIZE = 1024 * 1024
29 ## For VGA BIOS (-64k)
30 option ROM_SIZE = (1024 * 1024) - (64 * 1024)
31
32 ##
33 ## VGA Console
34 ## NOTE: to initialize VGA, you need to copy 
35 ## the VGA option ROM from the factory BIOS
36 ## 0=disable  1=enable
37 ##
38 option CONFIG_CONSOLE_VGA = 1
39 option CONFIG_PCI_ROM_RUN = 1
40 option CONFIG_PCI_OPTION_ROM_RUN_VM86 = 1
41
42 ##
43 ## Choose the amount of memory pre-allocated for VGA
44 ## 0 for No memory pre-allocated (Graphics memory Disabled)
45 ## 512 for DVMT (UMA) mode, 512K of memory pre-allocated for frame buffer
46 ## 1 for DVMT (UMA) mode, 1M of memory pre-allocated for frame buffer
47 ## 8 for DVMT (UMA) mode, 8M of memory pre-allocated for frame buffer
48 ##
49 option CONFIG_VIDEO_MB = 8
50
51 ##
52 ## Request this level of debugging output
53 ##
54 option DEFAULT_CONSOLE_LOGLEVEL = 9
55
56 romimage "fallback"
57         option USE_FALLBACK_IMAGE = 1
58         option FALLBACK_SIZE = ROM_SIZE
59         option COREBOOT_EXTRA_VERSION = "_IP1000"
60         payload /tmp/filo.elf
61 #       payload /tmp/eb-5.4.3-eepro100.elf
62 end
63
64 buildrom ./coreboot.rom ROM_SIZE "fallback"