mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
Only handle code as "driver" that actually uses our driver
infrastructure (special linking, data structures, etc) Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5150 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
b7bc3f369d
commit
8dc4b933b1
44 changed files with 55 additions and 55 deletions
|
@ -23,7 +23,7 @@
|
|||
## This mainboard requires DCACHE_AS_RAM enabled. It won't work without.
|
||||
##
|
||||
|
||||
driver-y += mainboard.o
|
||||
obj-y += mainboard.o
|
||||
|
||||
obj-$(CONFIG_GENERATE_MP_TABLE) += mptable.o
|
||||
obj-$(CONFIG_GENERATE_PIRQ_TABLE) += irq_tables.o
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
## This mainboard requires DCACHE_AS_RAM enabled. It won't work without.
|
||||
##
|
||||
|
||||
driver-y += mainboard.o
|
||||
obj-y += mainboard.o
|
||||
|
||||
#needed by irq_tables and mptable and acpi_tables
|
||||
obj-y += get_bus_conf.o
|
||||
|
|
|
@ -61,7 +61,7 @@ ldscripts += $(src)/arch/i386/lib/id.lds
|
|||
ldscripts += $(src)/arch/i386/lib/failover.lds
|
||||
endif
|
||||
|
||||
driver-y += mainboard.o
|
||||
obj-y += mainboard.o
|
||||
|
||||
obj-$(CONFIG_GENERATE_MP_TABLE) += mptable.o
|
||||
obj-$(CONFIG_GENERATE_PIRQ_TABLE) += irq_tables.o
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
driver-y += mainboard.o
|
||||
obj-y += mainboard.o
|
||||
|
||||
# Needed by irq_tables and mptable and acpi_tables.
|
||||
obj-$(CONFIG_GENERATE_PIRQ_TABLE) += irq_tables.o
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
##
|
||||
|
||||
driver-y += mainboard.o
|
||||
obj-y += mainboard.o
|
||||
|
||||
# Needed by irq_tables and mptable and acpi_tables.
|
||||
obj-y += get_bus_conf.o
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
driver-y += mainboard.o
|
||||
obj-y += mainboard.o
|
||||
|
||||
# Needed by irq_tables and mptable and acpi_tables.
|
||||
obj-$(CONFIG_GENERATE_PIRQ_TABLE) += irq_tables.o
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
##
|
||||
|
||||
driver-y += mainboard.o
|
||||
obj-y += mainboard.o
|
||||
|
||||
# Needed by irq_tables and mptable and acpi_tables.
|
||||
obj-y += get_bus_conf.o
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
##
|
||||
|
||||
driver-y += mainboard.o
|
||||
obj-y += mainboard.o
|
||||
|
||||
# Needed by irq_tables and mptable and acpi_tables.
|
||||
obj-y += get_bus_conf.o
|
||||
|
@ -30,7 +30,7 @@ obj-$(CONFIG_GENERATE_ACPI_TABLES) += ssdt4.o
|
|||
obj-$(CONFIG_GENERATE_ACPI_TABLES) += acpi_tables.o
|
||||
obj-$(CONFIG_GENERATE_ACPI_TABLES) += fadt.o
|
||||
|
||||
driver-y += ../../../drivers/i2c/i2cmux/i2cmux.o
|
||||
obj-y += ../../../drivers/i2c/i2cmux/i2cmux.o
|
||||
|
||||
# This is part of the conversion to init-obj and away from included code.
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
##
|
||||
|
||||
driver-y += mainboard.o
|
||||
obj-y += mainboard.o
|
||||
|
||||
# Needed by irq_tables and mptable and acpi_tables.
|
||||
obj-y += get_bus_conf.o
|
||||
|
@ -33,7 +33,7 @@ obj-$(CONFIG_GENERATE_ACPI_TABLES) += ssdt3.o
|
|||
obj-$(CONFIG_GENERATE_ACPI_TABLES) += ssdt4.o
|
||||
obj-$(CONFIG_GENERATE_ACPI_TABLES) += ssdt5.o
|
||||
|
||||
driver-y += ../../../drivers/i2c/i2cmux2/i2cmux2.o
|
||||
obj-y += ../../../drivers/i2c/i2cmux2/i2cmux2.o
|
||||
|
||||
# This is part of the conversion to init-obj and away from included code.
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
driver-y += mainboard.o
|
||||
obj-y += mainboard.o
|
||||
|
||||
# Needed by irq_tables and mptable and acpi_tables.
|
||||
obj-$(CONFIG_GENERATE_PIRQ_TABLE) += irq_tables.o
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
##
|
||||
|
||||
driver-y += mainboard.o
|
||||
obj-y += mainboard.o
|
||||
|
||||
# Needed by irq_tables and mptable and acpi_tables.
|
||||
obj-y += get_bus_conf.o
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
driver-y += mainboard.o
|
||||
obj-y += mainboard.o
|
||||
|
||||
# Needed by irq_tables and mptable and acpi_tables.
|
||||
obj-$(CONFIG_GENERATE_MP_TABLE) += mptable.o
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
##
|
||||
|
||||
driver-y += mainboard.o
|
||||
obj-y += mainboard.o
|
||||
|
||||
#needed by irq_tables and mptable and acpi_tables
|
||||
obj-$(CONFIG_GENERATE_ACPI_TABLES) += dsdt.o
|
||||
|
|
|
@ -3,5 +3,5 @@ include $(src)/mainboard/Makefile.k8_CAR.inc
|
|||
# Needed by irq_tables and mptable and acpi_tables.
|
||||
obj-y += get_bus_conf.o
|
||||
|
||||
driver-y += ../../../drivers/i2c/i2cmux2/i2cmux2.o
|
||||
obj-y += ../../../drivers/i2c/i2cmux2/i2cmux2.o
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
driver-y += mainboard.o
|
||||
obj-y += mainboard.o
|
||||
|
||||
# Needed by irq_tables and mptable and acpi_tables.
|
||||
obj-$(CONFIG_GENERATE_PIRQ_TABLE) += irq_tables.o
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
##
|
||||
|
||||
driver-y += mainboard.o
|
||||
obj-y += mainboard.o
|
||||
|
||||
#needed by irq_tables and mptable and acpi_tables
|
||||
obj-y += get_bus_conf.o
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
##
|
||||
|
||||
driver-y += mainboard.o
|
||||
obj-y += mainboard.o
|
||||
|
||||
#needed by irq_tables and mptable and acpi_tables
|
||||
obj-y += get_bus_conf.o
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
driver-y += mainboard.o
|
||||
obj-y += mainboard.o
|
||||
|
||||
# Needed by irq_tables and mptable and acpi_tables.
|
||||
obj-$(CONFIG_GENERATE_PIRQ_TABLE) += irq_tables.o
|
||||
|
|
|
@ -21,8 +21,8 @@
|
|||
## This mainboard requires DCACHE_AS_RAM enabled. It won't work without.
|
||||
##
|
||||
|
||||
driver-y += mainboard.o
|
||||
driver-y += rtl8168.o
|
||||
obj-y += mainboard.o
|
||||
obj-y += rtl8168.o
|
||||
|
||||
obj-$(CONFIG_GENERATE_MP_TABLE) += mptable.o
|
||||
obj-$(CONFIG_GENERATE_PIRQ_TABLE) += irq_tables.o
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
driver-y += mainboard.o
|
||||
obj-y += mainboard.o
|
||||
obj-$(CONFIG_GENERATE_MP_TABLE) += mptable.o
|
||||
obj-$(CONFIG_GENERATE_PIRQ_TABLE) += irq_tables.o
|
||||
obj-$(CONFIG_GENERATE_ACPI_TABLES) += fadt.o
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
##
|
||||
|
||||
driver-y += mainboard.o
|
||||
obj-y += mainboard.o
|
||||
|
||||
# Needed by irq_tables and mptable and acpi_tables.
|
||||
obj-y += get_bus_conf.o
|
||||
|
|
|
@ -21,8 +21,8 @@
|
|||
## This mainboard requires DCACHE_AS_RAM enabled. It won't work without.
|
||||
##
|
||||
|
||||
driver-y += mainboard.o
|
||||
driver-y += rtl8168.o
|
||||
obj-y += mainboard.o
|
||||
obj-y += rtl8168.o
|
||||
|
||||
obj-$(CONFIG_GENERATE_MP_TABLE) += mptable.o
|
||||
obj-$(CONFIG_GENERATE_PIRQ_TABLE) += irq_tables.o
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
##
|
||||
|
||||
driver-y += mainboard.o
|
||||
obj-y += mainboard.o
|
||||
|
||||
# Needed by irq_tables and mptable and acpi_tables.
|
||||
obj-y += get_bus_conf.o
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
driver-y += mainboard.o
|
||||
obj-y += mainboard.o
|
||||
|
||||
# Needed by irq_tables and mptable and acpi_tables.
|
||||
obj-$(CONFIG_GENERATE_PIRQ_TABLE) += irq_tables.o
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
driver-y += mainboard.o
|
||||
obj-y += mainboard.o
|
||||
|
||||
# Needed by irq_tables and mptable and acpi_tables.
|
||||
obj-$(CONFIG_GENERATE_PIRQ_TABLE) += irq_tables.o
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
##
|
||||
|
||||
driver-y += mainboard.o
|
||||
obj-y += mainboard.o
|
||||
|
||||
#needed by irq_tables and mptable and acpi_tables
|
||||
obj-y += get_bus_conf.o
|
||||
|
|
|
@ -17,9 +17,9 @@
|
|||
## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
##
|
||||
|
||||
driver-y += mainboard.o
|
||||
driver-y += ../../../drivers/i2c/i2cmux2/i2cmux2.o
|
||||
driver-y += ../../../drivers/i2c/adm1027/adm1027.o
|
||||
obj-y += mainboard.o
|
||||
obj-y += ../../../drivers/i2c/i2cmux2/i2cmux2.o
|
||||
obj-y += ../../../drivers/i2c/adm1027/adm1027.o
|
||||
|
||||
#needed by irq_tables and mptable and acpi_tables
|
||||
obj-y += get_bus_conf.o
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
##
|
||||
|
||||
driver-y += mainboard.o
|
||||
obj-y += mainboard.o
|
||||
|
||||
#needed by irq_tables and mptable and acpi_tables
|
||||
obj-y += get_bus_conf.o
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
driver-y += mainboard.o
|
||||
obj-y += mainboard.o
|
||||
|
||||
# Needed by irq_tables and mptable and acpi_tables.
|
||||
obj-$(CONFIG_GENERATE_PIRQ_TABLE) += irq_tables.o
|
||||
|
|
|
@ -21,10 +21,10 @@
|
|||
## This mainboard requires DCACHE_AS_RAM enabled. It won't work without.
|
||||
##
|
||||
|
||||
driver-y += mainboard.o
|
||||
driver-y += m3885.o
|
||||
driver-y += ec.o
|
||||
driver-y += rtl8168.o
|
||||
obj-y += mainboard.o
|
||||
obj-y += m3885.o
|
||||
obj-y += ec.o
|
||||
obj-y += rtl8168.o
|
||||
|
||||
obj-$(CONFIG_GENERATE_MP_TABLE) += mptable.o
|
||||
obj-$(CONFIG_GENERATE_PIRQ_TABLE) += irq_tables.o
|
||||
|
|
|
@ -17,8 +17,8 @@
|
|||
## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
##
|
||||
|
||||
driver-y += mainboard.o
|
||||
driver-y += ../../../drivers/i2c/i2cmux2/i2cmux2.o
|
||||
obj-y += mainboard.o
|
||||
obj-y += ../../../drivers/i2c/i2cmux2/i2cmux2.o
|
||||
|
||||
# Needed by irq_tables and mptable and acpi_tables.
|
||||
obj-y += get_bus_conf.o
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
##
|
||||
|
||||
driver-y += mainboard.o
|
||||
obj-y += mainboard.o
|
||||
|
||||
# Needed by irq_tables and mptable and acpi_tables.
|
||||
obj-y += get_bus_conf.o
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
##
|
||||
|
||||
driver-y += mainboard.o
|
||||
obj-y += mainboard.o
|
||||
|
||||
# Needed by irq_tables and mptable and acpi_tables.
|
||||
obj-y += get_bus_conf.o
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
##
|
||||
|
||||
driver-y += mainboard.o
|
||||
obj-y += mainboard.o
|
||||
|
||||
# Needed by irq_tables and mptable and acpi_tables.
|
||||
obj-y += get_bus_conf.o
|
||||
|
|
|
@ -21,5 +21,5 @@
|
|||
ROMCCFLAGS=-mcpu=p4 -O2
|
||||
obj-$(CONFIG_HAVE_HARD_RESET) += reset.o
|
||||
include $(src)/mainboard/Makefile.romccboard.inc
|
||||
driver-y += ../../../drivers/generic/debug/debug_dev.o
|
||||
obj-y += ../../../drivers/generic/debug/debug_dev.o
|
||||
|
||||
|
|
|
@ -21,5 +21,5 @@
|
|||
ROMCCFLAGS=-mcpu=p4 -O2
|
||||
obj-$(CONFIG_HAVE_HARD_RESET) += reset.o
|
||||
include $(src)/mainboard/Makefile.romccboard.inc
|
||||
driver-y += ../../../drivers/generic/debug/debug_dev.o
|
||||
obj-y += ../../../drivers/generic/debug/debug_dev.o
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
##
|
||||
|
||||
driver-y += mainboard.o
|
||||
obj-y += mainboard.o
|
||||
|
||||
# Needed by irq_tables and mptable and acpi_tables.
|
||||
obj-y += get_bus_conf.o
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
##
|
||||
|
||||
driver-y += mainboard.o
|
||||
obj-y += mainboard.o
|
||||
|
||||
# Needed by irq_tables and mptable and acpi_tables.
|
||||
obj-y += get_bus_conf.o
|
||||
|
|
|
@ -21,13 +21,13 @@
|
|||
## This mainboard requires DCACHE_AS_RAM enabled. It won't work without.
|
||||
##
|
||||
|
||||
driver-y += mainboard.o
|
||||
obj-y += mainboard.o
|
||||
|
||||
obj-$(CONFIG_GENERATE_MP_TABLE) += mptable.o
|
||||
obj-$(CONFIG_GENERATE_PIRQ_TABLE) += irq_tables.o
|
||||
obj-$(CONFIG_HAVE_HARD_RESET) += reset.o
|
||||
|
||||
#driver-y += ../../../drivers/i2c/i2cmux/i2cmux.o
|
||||
#obj-y += ../../../drivers/i2c/i2cmux/i2cmux.o
|
||||
|
||||
# This is part of the conversion to init-obj and away from included code.
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
include $(src)/mainboard/Makefile.k8_CAR.inc
|
||||
obj-y += get_bus_conf.o
|
||||
driver-y += ../../../drivers/i2c/adm1027/adm1027.o
|
||||
obj-y += ../../../drivers/i2c/adm1027/adm1027.o
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
include $(src)/mainboard/Makefile.k8_ck804.inc
|
||||
|
||||
driver-y += ../../../drivers/i2c/adm1027/adm1027.o
|
||||
obj-y += ../../../drivers/i2c/adm1027/adm1027.o
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
##
|
||||
|
||||
driver-y += mainboard.o
|
||||
obj-y += mainboard.o
|
||||
|
||||
#needed by irq_tables and mptable and acpi_tables
|
||||
obj-y += get_bus_conf.o
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
##
|
||||
|
||||
driver-y += mainboard.o
|
||||
obj-y += mainboard.o
|
||||
|
||||
#needed by irq_tables and mptable and acpi_tables
|
||||
obj-y += get_bus_conf.o
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
##
|
||||
|
||||
driver-y += mainboard.o
|
||||
obj-y += mainboard.o
|
||||
|
||||
obj-$(CONFIG_GENERATE_MP_TABLE) += mptable.o
|
||||
obj-$(CONFIG_GENERATE_PIRQ_TABLE) += irq_tables.o
|
||||
|
|
Loading…
Add table
Reference in a new issue