Drop enable_mmx.inc. It reads (only) "Enabling mmx registers is a noop"
[coreboot.git] / src / mainboard / compaq / deskpro_en_sff_p600 / 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
26 arch i386 end
27 driver mainboard.o
28 if CONFIG_GENERATE_PIRQ_TABLE
29         object irq_tables.o
30 end
31 makerule ./failover.E
32         depends "$(CONFIG_MAINBOARD)/../../../arch/i386/lib/failover.c ../romcc"
33         action "../romcc -E -O2 -mcpu=p2 --label-prefix=failover -I$(TOP)/src -I. $(CPPFLAGS) $(CONFIG_MAINBOARD)/../../../arch/i386/lib/failover.c -o $@"
34 end
35 makerule ./failover.inc
36         depends "$(CONFIG_MAINBOARD)/../../../arch/i386/lib/failover.c ../romcc"
37         action "../romcc -O2 -mcpu=p2 --label-prefix=failover -I$(TOP)/src -I. $(CPPFLAGS) $(CONFIG_MAINBOARD)/../../../arch/i386/lib/failover.c -o $@"
38 end
39 makerule ./auto.E
40         # depends       "$(CONFIG_MAINBOARD)/auto.c option_table.h ../romcc"
41         depends "$(CONFIG_MAINBOARD)/auto.c ../romcc"
42         action  "../romcc -E -O2 -mcpu=p2 -I$(TOP)/src -I. $(CPPFLAGS) $(CONFIG_MAINBOARD)/auto.c -o $@"
43 end
44 makerule ./auto.inc
45         # depends "$(CONFIG_MAINBOARD)/auto.c option_table.h ../romcc"
46         depends "$(CONFIG_MAINBOARD)/auto.c ../romcc"
47         action  "../romcc -O2 -mcpu=p2 -I$(TOP)/src -I. $(CPPFLAGS) $(CONFIG_MAINBOARD)/auto.c -o $@"
48 end
49 mainboardinit cpu/x86/16bit/entry16.inc
50 mainboardinit cpu/x86/32bit/entry32.inc
51 ldscript /cpu/x86/16bit/entry16.lds
52 ldscript /cpu/x86/32bit/entry32.lds
53 if CONFIG_USE_FALLBACK_IMAGE
54         mainboardinit cpu/x86/16bit/reset16.inc
55         ldscript /cpu/x86/16bit/reset16.lds
56 else
57         mainboardinit cpu/x86/32bit/reset32.inc
58         ldscript /cpu/x86/32bit/reset32.lds
59 end
60 mainboardinit arch/i386/lib/cpu_reset.inc
61 mainboardinit arch/i386/lib/id.inc
62 ldscript /arch/i386/lib/id.lds
63 if CONFIG_USE_FALLBACK_IMAGE
64         ldscript /arch/i386/lib/failover.lds
65         mainboardinit ./failover.inc
66 end
67 mainboardinit cpu/x86/fpu/enable_fpu.inc
68 mainboardinit ./auto.inc
69 mainboardinit cpu/x86/mmx/disable_mmx.inc
70
71 dir /pc80
72 config chip.h
73
74 chip northbridge/intel/i440bx           # Northbridge
75   device apic_cluster 0 on              # APIC cluster
76     chip cpu/intel/slot_2               # CPU (FIXME: It's slot 1, actually)
77       device apic 0 on end              # APIC
78     end
79   end
80   device pci_domain 0 on                # PCI domain
81     device pci 0.0 on end               # Host bridge
82     device pci 1.0 on end               # PCI/AGP bridge
83     device pci a.0 on end               # NIC (onboard)
84     chip southbridge/intel/i82371eb     # Southbridge
85       device pci 14.0 on                # ISA bridge
86         # chip superio/nsc/pc97307      # Super I/O
87         chip superio/nsc/pc97317        # Super I/O (FIXME: Should be PC97307!)
88           device pnp 15c.0 on           # PS/2 keyboard
89             io 0x60 = 0x60
90             io 0x62 = 0x64
91             irq 0x70 = 1
92           end
93           device pnp 15c.1 on           # PS/2 mouse
94             irq 0x70 = 12
95           end
96           device pnp 15c.2 on           # RTC, APC
97             io 0x60 = 0x70
98             irq 0x70 = 8
99           end
100           device pnp 15c.3 on           # Floppy
101             io 0x60 = 0x3f0
102             irq 0x70 = 6
103             drq 0x74 = 2
104           end
105           device pnp 15c.4 on           # Parallel port
106             io 0x60 = 0x378
107             irq 0x70 = 7
108           end
109           device pnp 15c.5 on           # COM2 / IR
110             io 0x60 = 0x2f8
111             irq 0x70 = 3
112           end
113           device pnp 15c.6 on           # COM1
114             io 0x60 = 0x3f8
115             irq 0x70 = 4
116           end
117           device pnp 15c.7 on           # GPIO 1
118           end
119           device pnp 15c.8 on           # Power management
120           end
121         end
122       end
123       device pci 14.1 on end            # IDE
124       device pci 14.2 on end            # USB
125       device pci 14.3 on end            # ACPI
126       register "ide0_enable" = "1"
127       register "ide1_enable" = "1"
128       register "ide_legacy_enable" = "1"
129       # Enable UDMA/33 for higher speed if your IDE device(s) support it.
130       register "ide0_drive0_udma33_enable" = "0"
131       register "ide0_drive1_udma33_enable" = "0"
132       register "ide1_drive0_udma33_enable" = "0"
133       register "ide1_drive1_udma33_enable" = "0"
134     end
135   end
136 end