Remove drivers/pci/onboard. The only purpose was for option ROMs, which are
[coreboot.git] / src / mainboard / hp / e_vectra_p2706t / Config.lb
1 ##
2 ## This file is part of the coreboot project.
3 ##
4 ## Copyright (C) 2009 Uwe Hermann <uwe@hermann-uwe.de>
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 ## CONFIG_XIP_ROM_SIZE must be a power of 2.
22 default CONFIG_XIP_ROM_SIZE = 64 * 1024
23 include /config/nofailovercalculation.lb
24
25 arch i386 end
26 driver mainboard.o
27 if CONFIG_GENERATE_PIRQ_TABLE object irq_tables.o end
28 makerule ./failover.E
29         depends "$(CONFIG_MAINBOARD)/../../../arch/i386/lib/failover.c ../romcc"
30         action "../romcc -E -O --label-prefix=failover -I$(TOP)/src -I. $(CPPFLAGS) $(CONFIG_MAINBOARD)/../../../arch/i386/lib/failover.c -o $@"
31 end
32 makerule ./failover.inc
33         depends "$(CONFIG_MAINBOARD)/../../../arch/i386/lib/failover.c ../romcc"
34         action "../romcc    -O --label-prefix=failover -I$(TOP)/src -I. $(CPPFLAGS) $(CONFIG_MAINBOARD)/../../../arch/i386/lib/failover.c -o $@"
35 end
36 makerule ./auto.E
37         # depends "$(CONFIG_MAINBOARD)/auto.c option_table.h ../romcc"
38         depends "$(CONFIG_MAINBOARD)/auto.c ../romcc"
39         action  "../romcc -E -mcpu=p2 -O -I$(TOP)/src -I. $(CPPFLAGS) $(CONFIG_MAINBOARD)/auto.c -o $@"
40 end
41 makerule ./auto.inc
42         # depends "$(CONFIG_MAINBOARD)/auto.c option_table.h ../romcc"
43         depends "$(CONFIG_MAINBOARD)/auto.c ../romcc"
44         action  "../romcc    -mcpu=p2 -O -I$(TOP)/src -I. $(CPPFLAGS) $(CONFIG_MAINBOARD)/auto.c -o $@"
45 end
46 mainboardinit cpu/x86/16bit/entry16.inc
47 mainboardinit cpu/x86/32bit/entry32.inc
48 ldscript /cpu/x86/16bit/entry16.lds
49 ldscript /cpu/x86/32bit/entry32.lds
50 if CONFIG_USE_FALLBACK_IMAGE
51         mainboardinit cpu/x86/16bit/reset16.inc
52         ldscript /cpu/x86/16bit/reset16.lds
53 else
54         mainboardinit cpu/x86/32bit/reset32.inc
55         ldscript /cpu/x86/32bit/reset32.lds
56 end
57 mainboardinit arch/i386/lib/cpu_reset.inc
58 mainboardinit arch/i386/lib/id.inc
59 ldscript /arch/i386/lib/id.lds
60 if CONFIG_USE_FALLBACK_IMAGE
61         ldscript /arch/i386/lib/failover.lds
62         mainboardinit ./failover.inc
63 end
64 mainboardinit cpu/x86/fpu_enable.inc
65 mainboardinit ./auto.inc
66 mainboardinit cpu/x86/mmx_disable.inc
67 dir /pc80
68 config chip.h
69
70 # TODO: i810E actually!
71 chip northbridge/intel/i82810                   # Northbridge
72   device apic_cluster 0 on                      # APIC cluster
73     chip cpu/intel/socket_PGA370                # CPU
74       device apic 0 on end                      # APIC
75     end
76   end
77   device pci_domain 0 on
78     device pci 0.0 on end                       # Host bridge
79     device pci 1.0 on end                       # Onboard VGA
80     chip southbridge/intel/i82801xx             # Southbridge
81       register "ide0_enable" = "1"
82       register "ide1_enable" = "1"
83
84       device pci 1e.0 on end                    # PCI bridge
85       device pci 1f.0 on                        # ISA/LPC bridge
86         # TODO: PC87364 actually!
87         # TODO: Check Super I/O settings and compare to superiotool -d.
88         chip superio/nsc/pc87360                # Super I/O
89           device pnp 2e.0 on                    # Floppy
90             io 0x60 = 0x3f0
91             irq 0x70 = 6
92             drq 0x74 = 2
93           end
94           device pnp 2e.1 on                    # Parallel port
95             io 0x60 = 0x378
96             irq 0x70 = 7
97             drq 0x74 = 3
98           end
99           device pnp 2e.2 on                    # Com2
100             io 0x60 = 0x2f8
101             irq 0x70 = 3
102           end
103           device pnp 2e.3 on                    # Com1
104             io 0x60 = 0x3f8
105             irq 0x70 = 4
106           end
107           device pnp 2e.4 off end               # SWC
108           device pnp 2e.5 off end               # PS/2 mouse
109           device pnp 2e.6 on                    # PS/2 keyboard
110             io 0x60 = 0x60
111             io 0x62 = 0x64
112             irq 0x70 = 1
113           end
114           device pnp 2e.7 off end               # GPIO
115           device pnp 2e.8 off end               # ACB
116           device pnp 2e.9 off end               # FSCM
117           device pnp 2e.a off end               # WDT
118         end
119       end
120       device pci 1f.1 on end                    # IDE
121       device pci 1f.2 on end                    # USB
122       device pci 1f.3 on end                    # SMBus
123       device pci 1f.5 on end                    # AC'97 audio
124       device pci 1f.6 off end                   # AC'97 modem (N/A ?)
125     end
126   end
127 end
128