Every object file with a struct pci_driver ... __pci_driver needs to be marked

as "driver" instead of "object" in order to get the init code actually
executed.

This patch fixes up all northbridges that did not do this before.

Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Joseph Smith <joe@settoplinux.org>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4027 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Stefan Reinauer 2009-03-24 12:28:44 +00:00 committed by Stefan Reinauer
parent 5f28c09ce5
commit b8e2517055
11 changed files with 11 additions and 11 deletions

View File

@ -27,7 +27,7 @@ if CONFIG_CHIP_NAME
config chip.h config chip.h
end end
object northbridge.o driver northbridge.o
driver misc_control.o driver misc_control.o
if HAVE_ACPI_TABLES if HAVE_ACPI_TABLES

View File

@ -8,7 +8,7 @@ if CONFIG_CHIP_NAME
config chip.h config chip.h
end end
object northbridge.o driver northbridge.o
driver misc_control.o driver misc_control.o
makerule raminit_test makerule raminit_test

View File

@ -1,2 +1,2 @@
config chip.h config chip.h
object northbridge.o driver northbridge.o

View File

@ -1,5 +1,5 @@
config chip.h config chip.h
object northbridge.o driver northbridge.o
object northbridgeinit.o object northbridgeinit.o
object chipsetinit.o object chipsetinit.o
object grphinit.o object grphinit.o

View File

@ -1,4 +1,4 @@
config chip.h config chip.h
object northbridge.o driver northbridge.o
object northbridgeinit.o object northbridgeinit.o
object grphinit.o object grphinit.o

View File

@ -19,4 +19,4 @@
## ##
config chip.h config chip.h
object northbridge.o driver northbridge.o

View File

@ -19,4 +19,4 @@
## ##
config chip.h config chip.h
object northbridge.o driver northbridge.o

View File

@ -19,4 +19,4 @@
## ##
config chip.h config chip.h
object northbridge.o driver northbridge.o

View File

@ -20,6 +20,6 @@
config chip.h config chip.h
object vgabios.o object vgabios.o
object northbridge.o driver northbridge.o
driver agp.o driver agp.o
driver vga.o driver vga.o

View File

@ -1,2 +1,2 @@
config chip.h config chip.h
object northbridge.o driver northbridge.o

View File

@ -1,2 +1,2 @@
config chip.h config chip.h
object northbridge.o driver northbridge.o