bbd74bb0769c7dabdb097ea109eede9e429fcd1f
[coreboot.git] / src / mainboard / bcom / winnet100 / Config.lb
1 ##
2 ## This file is part of the coreboot project.
3 ##
4 ## Copyright (C) 2007 Juergen Beisert <juergen@kreuzholzen.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 ## XIP_ROM_SIZE must be a power of 2.
22 default XIP_ROM_SIZE = 64 * 1024
23 include /config/nofailovercalculation.lb
24
25 arch i386 end
26 driver mainboard.o
27 if HAVE_PIRQ_TABLE
28         object irq_tables.o
29 end
30 makerule ./failover.E
31         depends "$(MAINBOARD)/../../../arch/i386/lib/failover.c ../romcc"
32         action "../romcc -E -O --label-prefix=failover -I$(TOP)/src -I. $(CPPFLAGS) $(MAINBOARD)/../../../arch/i386/lib/failover.c -o $@"
33 end
34 makerule ./failover.inc
35         depends "$(MAINBOARD)/../../../arch/i386/lib/failover.c ../romcc"
36         action "../romcc -O --label-prefix=failover -I$(TOP)/src -I. $(CPPFLAGS) $(MAINBOARD)/../../../arch/i386/lib/failover.c -o $@"
37 end
38 makerule ./auto.E
39         # depends       "$(MAINBOARD)/auto.c option_table.h ../romcc"
40         depends "$(MAINBOARD)/auto.c ../romcc"
41         action  "../romcc -E -O -I$(TOP)/src -I. $(CPPFLAGS) $(MAINBOARD)/auto.c -o $@"
42 end
43 makerule ./auto.inc
44         # depends "$(MAINBOARD)/auto.c option_table.h ../romcc"
45         depends "$(MAINBOARD)/auto.c ../romcc"
46         action  "../romcc -O -I$(TOP)/src -I. $(CPPFLAGS) $(MAINBOARD)/auto.c -o $@"
47 end
48 mainboardinit cpu/x86/16bit/entry16.inc
49 mainboardinit cpu/x86/32bit/entry32.inc
50 ldscript /cpu/x86/16bit/entry16.lds
51 ldscript /cpu/x86/32bit/entry32.lds
52 if 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 mainboardinit arch/i386/lib/cpu_reset.inc
60 mainboardinit arch/i386/lib/id.inc
61 ldscript /arch/i386/lib/id.lds
62 if USE_FALLBACK_IMAGE
63         ldscript /arch/i386/lib/failover.lds
64         mainboardinit ./failover.inc
65 end
66 mainboardinit cpu/x86/fpu/enable_fpu.inc
67 mainboardinit cpu/amd/model_gx1/cpu_setup.inc
68 mainboardinit cpu/amd/model_gx1/gx_setup.inc
69 mainboardinit ./auto.inc
70
71 dir /pc80
72 config chip.h
73
74 chip northbridge/amd/gx1                # Northbridge
75   device pci_domain 0 on                # PCI domain
76     device pci 0.0 on end               # Host bridge
77     chip southbridge/amd/cs5530         # Southbridge
78       device pci 0f.0 on end            # Ethernet (onboard)
79       device pci 12.0 on                # ISA bridge
80         chip superio/nsc/pc97317        # Super I/O
81           device pnp 2e.0 on            # PS/2 keyboard
82             io 0x60 = 0x60
83             io 0x62 = 0x64
84             irq 0x70 = 1
85           end
86           device pnp 2e.1 on            # PS/2 mouse
87             irq 0x70 = 12
88           end
89           device pnp 2e.2 on            # RTC, Advanced power control (APC)
90             io 0x60 = 0x70
91             irq 0x70 = 8
92           end
93           device pnp 2e.3 off           # Floppy (N/A on this board)
94             io 0x60 = 0x3f0
95             irq 0x70 = 6
96             drq 0x74 = 2
97           end
98           device pnp 2e.4 on            # Parallel port
99             io 0x60 = 0x378
100             irq 0x70 = 7
101           end
102           device pnp 2e.5 on            # COM2 (used for smartcard reader)
103             io 0x60 = 0x2f8
104             irq 0x70 = 3
105           end
106           device pnp 2e.6 on            # COM1
107             io 0x60 = 0x3f8
108             irq 0x70 = 4
109           end
110           device pnp 2e.7 on            # GPIO
111             io 0x60 = 0xe0
112           end
113           device pnp 2e.8 on            # Power management
114             io 0x60 = 0xe8
115           end
116         end
117       end
118       device pci 12.1 off end           # SMI
119       device pci 12.2 on end            # IDE
120       device pci 12.3 on end            # Audio
121       device pci 12.4 on end            # VGA (onboard)
122       device pci 13.0 on end            # USB
123       register "ide0_enable" = "1"
124       register "ide1_enable" = "0"      # Not available/needed on this board
125     end
126   end
127   chip cpu/amd/model_gx1                # CPU
128   end
129 end