Remove:
[coreboot.git] / src / mainboard / via / epia-cn / Options.lb
1 ##
2 ## This file is part of the coreboot project.
3 ##
4 ## Copyright (C) 2008 VIA Technologies, Inc.
5 ## (Written by Aaron Lwe <aaron.lwe@gmail.com> for VIA)
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 uses CONFIG_HAVE_MP_TABLE
23 uses CONFIG_HAVE_PIRQ_TABLE
24 uses CONFIG_USE_FALLBACK_IMAGE
25 uses CONFIG_HAVE_FALLBACK_BOOT
26 uses CONFIG_HAVE_HARD_RESET
27 uses CONFIG_HAVE_OPTION_TABLE
28 uses CONFIG_USE_OPTION_TABLE
29 uses CONFIG_ROM_PAYLOAD
30 uses CONFIG_IRQ_SLOT_COUNT
31 uses CONFIG_MAINBOARD
32 uses CONFIG_MAINBOARD_VENDOR
33 uses CONFIG_MAINBOARD_PART_NUMBER
34 uses COREBOOT_EXTRA_VERSION
35 uses CONFIG_ARCH
36 uses CONFIG_FALLBACK_SIZE
37 uses CONFIG_STACK_SIZE
38 uses CONFIG_HEAP_SIZE
39 uses CONFIG_ROM_SIZE
40 uses CONFIG_ROM_SECTION_SIZE
41 uses CONFIG_ROM_IMAGE_SIZE
42 uses CONFIG_ROM_SECTION_SIZE
43 uses CONFIG_ROM_SECTION_OFFSET
44 uses CONFIG_ROM_PAYLOAD_START
45 uses CONFIG_COMPRESSED_PAYLOAD_NRV2B
46 uses CONFIG_COMPRESSED_PAYLOAD_LZMA
47 uses CONFIG_PAYLOAD_SIZE
48 uses CONFIG_ROMBASE
49 uses CONFIG_RAMBASE
50 uses CONFIG_XIP_ROM_SIZE
51 uses CONFIG_XIP_ROM_BASE
52 uses CONFIG_HAVE_MP_TABLE
53 uses CONFIG_HAVE_ACPI_TABLES
54 uses CONFIG_HAVE_ACPI_RESUME
55 uses CONFIG_CROSS_COMPILE
56 uses CC
57 uses HOSTCC
58 uses CONFIG_OBJCOPY
59 uses CONFIG_DEFAULT_CONSOLE_LOGLEVEL
60 uses CONFIG_MAXIMUM_CONSOLE_LOGLEVEL
61 uses CONFIG_CONSOLE_SERIAL8250
62 uses CONFIG_UDELAY_TSC
63 uses CONFIG_TSC_X86RDTSC_CALIBRATE_WITH_TIMER2
64 uses CONFIG_PCI_ROM_RUN
65 uses CONFIG_CONSOLE_VGA
66 uses CONFIG_MAX_PCI_BUSES
67 uses CONFIG_TTYS0_BAUD
68 uses CONFIG_VIDEO_MB
69 uses CONFIG_IOAPIC
70
71 default CONFIG_ROM_SIZE = 512 * 1024
72 default CONFIG_IOAPIC = 0
73 default CONFIG_VIDEO_MB = 32
74 default CONFIG_CONSOLE_SERIAL8250 = 1
75 default CONFIG_PCI_ROM_RUN = 0
76 default CONFIG_CONSOLE_VGA = 0
77 default CONFIG_HAVE_FALLBACK_BOOT = 1
78 default CONFIG_HAVE_MP_TABLE = 0
79 default CONFIG_UDELAY_TSC = 1
80 default CONFIG_TSC_X86RDTSC_CALIBRATE_WITH_TIMER2 = 1
81 default CONFIG_HAVE_HARD_RESET = 0
82 default CONFIG_HAVE_PIRQ_TABLE = 1
83 default CONFIG_IRQ_SLOT_COUNT = 9
84 default CONFIG_HAVE_ACPI_TABLES = 0
85 default CONFIG_HAVE_OPTION_TABLE = 1
86 default CONFIG_ROM_IMAGE_SIZE = 64 * 1024
87 default CONFIG_FALLBACK_SIZE = CONFIG_ROM_IMAGE_SIZE
88 default CONFIG_USE_FALLBACK_IMAGE = 1
89 default CONFIG_STACK_SIZE = 8 * 1024
90 default CONFIG_HEAP_SIZE = 16 * 1024
91 #default CONFIG_USE_OPTION_TABLE = !CONFIG_USE_FALLBACK_IMAGE
92 default CONFIG_USE_OPTION_TABLE = 0
93 default CONFIG_RAMBASE = 0x00004000
94 default CONFIG_ROM_PAYLOAD = 1
95 default CONFIG_CROSS_COMPILE = ""
96 default CC = "$(CONFIG_CROSS_COMPILE)gcc -m32 -fno-stack-protector"
97 default HOSTCC = "gcc"
98
99 ##
100 ## Set this to the max PCI bus number you would ever use for PCI config I/O.
101 ## Setting this number very high will make pci_locate_device() take a long
102 ## time when it can't find a device.
103 ##
104 default CONFIG_MAX_PCI_BUSES = 3
105 end