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