Drop enable_mmx.inc. It reads (only) "Enabling mmx registers is a noop"
[coreboot.git] / src / mainboard / azza / pt-6ibd / Config.lb
1 ##
2 ## This file is part of the coreboot project.
3 ##
4 ## Copyright (C) 2007 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 = 128 * 1024
23 include /config/nofailovercalculation.lb
24 default CONFIG_XIP_ROM_BASE = 0xffffffff - CONFIG_XIP_ROM_SIZE + 1
25 arch i386 end
26 driver mainboard.o
27 if CONFIG_GENERATE_PIRQ_TABLE
28         object irq_tables.o
29 end
30 makerule ./failover.E
31         depends "$(CONFIG_MAINBOARD)/../../../arch/i386/lib/failover.c ../romcc"
32         action "../romcc -E -O2 -mcpu=p2 --label-prefix=failover -I$(TOP)/src -I. $(CPPFLAGS) $(CONFIG_MAINBOARD)/../../../arch/i386/lib/failover.c -o $@"
33 end
34 makerule ./failover.inc
35         depends "$(CONFIG_MAINBOARD)/../../../arch/i386/lib/failover.c ../romcc"
36         action "../romcc -O2 -mcpu=p2 --label-prefix=failover -I$(TOP)/src -I. $(CPPFLAGS) $(CONFIG_MAINBOARD)/../../../arch/i386/lib/failover.c -o $@"
37 end
38 makerule ./auto.E
39         # depends       "$(CONFIG_MAINBOARD)/auto.c option_table.h ../romcc"
40         depends "$(CONFIG_MAINBOARD)/auto.c ../romcc"
41         action  "../romcc -E -O2 -mcpu=p2 -I$(TOP)/src -I. $(CPPFLAGS) $(CONFIG_MAINBOARD)/auto.c -o $@"
42 end
43 makerule ./auto.inc
44         # depends "$(CONFIG_MAINBOARD)/auto.c option_table.h ../romcc"
45         depends "$(CONFIG_MAINBOARD)/auto.c ../romcc"
46         action  "../romcc -O2 -mcpu=p2 -I$(TOP)/src -I. $(CPPFLAGS) $(CONFIG_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 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 mainboardinit arch/i386/lib/cpu_reset.inc
60 mainboardinit arch/i386/lib/id.inc
61 ldscript /arch/i386/lib/id.lds
62 if CONFIG_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 ./auto.inc
68 mainboardinit cpu/x86/mmx/disable_mmx.inc
69
70 dir /pc80
71 config chip.h
72
73 chip northbridge/intel/i440bx           # Northbridge
74   device apic_cluster 0 on              # APIC cluster
75     chip cpu/intel/slot_2               # CPU (FIXME: It's slot 1, actually)
76       device apic 0 on end              # APIC
77     end
78   end
79   device pci_domain 0 on                # PCI domain
80     device pci 0.0 on end               # Host bridge
81     device pci 1.0 on end               # PCI/AGP bridge
82     chip southbridge/intel/i82371eb     # Southbridge
83       device pci 7.0 on                 # ISA bridge
84         chip superio/winbond/w83977tf   # Super I/O (FIXME: It's W83977EF!)
85           device pnp 3f0.0 on           # Floppy
86             io 0x60 = 0x3f0
87             irq 0x70 = 6
88             drq 0x74 = 2
89           end
90           device pnp 3f0.1 on           # Parallel port
91             io 0x60 = 0x378
92             irq 0x70 = 7
93           end
94           device pnp 3f0.2 on           # COM1
95             io 0x60 = 0x3f8
96             irq 0x70 = 4
97           end
98           device pnp 3f0.3 on           # COM2 / IR
99             io 0x60 = 0x2f8
100             irq 0x70 = 3
101           end
102           device pnp 3f0.5 on           # PS/2 keyboard / mouse
103             io 0x60 = 0x60
104             io 0x62 = 0x64
105             irq 0x70 = 1                # PS/2 keyboard interrupt
106             irq 0x72 = 12               # PS/2 mouse interrupt
107           end
108           device pnp 3f0.6 on           # Consumer IR
109           end
110           device pnp 3f0.7 on           # GPIO 1
111           end
112           device pnp 3f0.8 on           # GPIO 2
113           end
114           device pnp 3f0.a on           # ACPI
115           end
116         end
117       end
118       device pci 7.1 on end             # IDE
119       device pci 7.2 on end             # USB
120       device pci 7.3 on end             # ACPI
121       register "ide0_enable" = "1"
122       register "ide1_enable" = "1"
123       register "ide_legacy_enable" = "1"
124       # Enable UDMA/33 for higher speed if your IDE device(s) support it.
125       register "ide0_drive0_udma33_enable" = "0"
126       register "ide0_drive1_udma33_enable" = "0"
127       register "ide1_drive0_udma33_enable" = "0"
128       register "ide1_drive1_udma33_enable" = "0"
129     end
130   end
131 end