This patch unifies the use of config options in v2 to all start with CONFIG_
[coreboot.git] / src / mainboard / via / epia / Config.lb
1 ## CONFIG_XIP_ROM_SIZE must be a power of 2.
2 default CONFIG_XIP_ROM_SIZE = 64 * 1024
3 include /config/nofailovercalculation.lb
4
5 ##
6 ## Set all of the defaults for an x86 architecture
7 ##
8
9 arch i386 end
10
11 ##
12 ## Build the objects we have code for in this directory.
13 ##
14
15 driver mainboard.o
16 if CONFIG_HAVE_PIRQ_TABLE object irq_tables.o end
17 #object reset.o
18
19 ##
20 ## Romcc output
21 ##
22 makerule ./failover.E
23         depends "$(CONFIG_MAINBOARD)/../../../arch/i386/lib/failover.c ../romcc" 
24         action "../romcc -E -O --label-prefix=failover -I$(TOP)/src -I. $(CPPFLAGS) $(CONFIG_MAINBOARD)/../../../arch/i386/lib/failover.c -o $@"
25 end
26
27 makerule ./failover.inc
28         depends "$(CONFIG_MAINBOARD)/../../../arch/i386/lib/failover.c ../romcc"
29         action "../romcc    -O --label-prefix=failover -I$(TOP)/src -I. $(CPPFLAGS) $(CONFIG_MAINBOARD)/../../../arch/i386/lib/failover.c -o $@"
30 end
31
32 makerule ./auto.E 
33         depends "$(CONFIG_MAINBOARD)/auto.c option_table.h ../romcc" 
34         action  "../romcc -E -mcpu=c3 -O -I$(TOP)/src -I. $(CPPFLAGS) $(CONFIG_MAINBOARD)/auto.c -o $@"
35 end
36 makerule ./auto.inc 
37         depends "$(CONFIG_MAINBOARD)/auto.c option_table.h ../romcc"
38         action  "../romcc    -mcpu=c3 -O -I$(TOP)/src -I. $(CPPFLAGS) $(CONFIG_MAINBOARD)/auto.c -o $@"
39 end
40
41 ##
42 ## Build our 16 bit and 32 bit coreboot entry code
43 ##
44 mainboardinit cpu/x86/16bit/entry16.inc
45 mainboardinit cpu/x86/32bit/entry32.inc
46 ldscript /cpu/x86/16bit/entry16.lds
47 ldscript /cpu/x86/32bit/entry32.lds
48
49 ##
50 ## Build our reset vector (This is where coreboot is entered)
51 ##
52 if CONFIG_USE_FALLBACK_IMAGE 
53         mainboardinit cpu/x86/16bit/reset16.inc 
54         ldscript /cpu/x86/16bit/reset16.lds 
55 else
56         mainboardinit cpu/x86/32bit/reset32.inc 
57         ldscript /cpu/x86/32bit/reset32.lds 
58 end
59
60 ### Should this be in the northbridge code?
61 mainboardinit arch/i386/lib/cpu_reset.inc
62
63 ##
64 ## Include an id string (For safe flashing)
65 ##
66 mainboardinit arch/i386/lib/id.inc
67 ldscript /arch/i386/lib/id.lds
68
69 ###
70 ### This is the early phase of coreboot startup 
71 ### Things are delicate and we test to see if we should
72 ### failover to another image.
73 ###
74 if CONFIG_USE_FALLBACK_IMAGE
75         ldscript /arch/i386/lib/failover.lds 
76         mainboardinit ./failover.inc
77 end
78
79 ###
80 ### O.k. We aren't just an intermediary anymore!
81 ###
82
83 ##
84 ## Setup RAM
85 ##
86 mainboardinit cpu/x86/fpu/enable_fpu.inc
87 mainboardinit cpu/x86/mmx/enable_mmx.inc
88 mainboardinit ./auto.inc
89 mainboardinit cpu/x86/mmx/disable_mmx.inc
90
91 ##
92 ## Include the secondary Configuration files 
93 ##
94 dir /pc80
95 config chip.h
96
97 chip northbridge/via/vt8601
98         device pci_domain 0 on
99                 device pci 0.0 on end                   # Northbridge
100 #               device pci 0.1 on                       # AGP bridge
101                 #       chip drivers/pci/onboard        # Integrated VGA
102                 #               device pci 0.0 on end
103                 #               register "rom_adress" = "0xfff80000"
104                 #       end
105 #               end
106                 chip southbridge/via/vt8231
107                         register "enable_native_ide" = "0"
108                         register "enable_com_ports" = "1"
109                         register "enable_keyboard" = "0"
110                         device pci 11.0 on              # Southbrdge
111                                 chip superio/winbond/w83627hf
112                                         device pnp 2e.0 on      #  Floppy
113                                            io 0x60 = 0x3f0
114                                           irq 0x70 = 6
115                                           drq 0x74 = 2
116                                         end
117                                         device pnp 2e.1 off     #  Parallel Port
118                                            io 0x60 = 0x378
119                                           irq 0x70 = 7
120                                         end
121                                         device pnp 2e.2 on      #  Com1
122                                            io 0x60 = 0x3f8
123                                           irq 0x70 = 4
124                                         end
125                                         device pnp 2e.3 off     #  Com2
126                                            io 0x60 = 0x2f8
127                                           irq 0x70 = 3
128                                         end
129                                         device pnp 2e.5 on      #  Keyboard
130                                            io 0x60 = 0x60
131                                            io 0x62 = 0x64
132                                           irq 0x70 = 1
133                                           irq 0x72 = 12
134                                         end
135                                 register "com1" = "{CONFIG_TTYS0_BAUD}"
136                                 end
137                                 device pnp 2e.6 off end         #  CIR
138                                 device pnp 2e.7 off end         #  GAME_MIDI_GIPO1
139                                 device pnp 2e.8 off end         #  GPIO2
140                                 device pnp 2e.9 off end         #  GPIO3
141                                 device pnp 2e.a off end         #  ACPI
142                                 device pnp 2e.b on              #  HW Monitor
143                                         io 0x60 = 0x290
144                                 end
145                         end
146                         device pci 11.1 on  end         # Ide
147                         device pci 11.2 off end         # Usb port 0-1
148                         device pci 11.3 off end         # Usb port 2-3
149                         device pci 11.4 off end         # ACPI
150                         device pci 11.5 off end         # AC97 Audio
151                         device pci 11.6 on  end         # AC97 Modem
152                         device pci 12.0 on  end         # Ethernet
153                 end
154         end
155
156         device apic_cluster 0 on
157                 chip cpu/via/model_c3
158                         device apic 0 on end
159                 end
160         end
161 end