2010-09-30 18:55:02 +02:00
|
|
|
driver-y += northbridge.c
|
|
|
|
driver-y += misc_control.c
|
|
|
|
ramstage-y += get_sblk_pci1234.c
|
2010-12-08 08:07:33 +01:00
|
|
|
ramstage-$(CONFIG_GENERATE_ACPI_TABLES) += acpi.c
|
2009-08-12 17:56:17 +02:00
|
|
|
|
2009-11-05 22:02:35 +01:00
|
|
|
# Enable this if you want to check the values of the PCI routing registers.
|
|
|
|
# Call show_all_routes() anywhere amdk8.h is included.
|
2010-09-30 18:55:02 +02:00
|
|
|
#ramstage-y += util.c
|
2009-11-05 22:02:35 +01:00
|
|
|
|
2009-08-25 02:53:22 +02:00
|
|
|
# Not sure what to do with these yet. How did raminit_test even work?
|
|
|
|
# Should be a target in -y form.
|
2009-08-12 17:56:17 +02:00
|
|
|
#if CONFIG_K8_REV_F_SUPPORT
|
|
|
|
#
|
|
|
|
#makerule raminit_test
|
|
|
|
# depends "$(TOP)/src/northbridge/amd/amdk8/raminit_test.c"
|
|
|
|
# depends "$(TOP)/src/northbridge/amd/amdk8/raminit_f.c"
|
|
|
|
# action "$(HOSTCC) $(HOSTCFLAGS) $(CPUFLAGS) -Wno-unused-function -I$(TOP)/src/include -g $< -o $@"
|
|
|
|
#end
|
|
|
|
#
|
|
|
|
#else
|
|
|
|
#
|
|
|
|
#makerule raminit_test
|
|
|
|
# depends "$(TOP)/src/northbridge/amd/amdk8/raminit_test.c"
|
|
|
|
# depends "$(TOP)/src/northbridge/amd/amdk8/raminit.c"
|
|
|
|
# action "$(HOSTCC) $(HOSTCFLAGS) $(CPUFLAGS) -Wno-unused-function -I$(TOP)/src/include -g $< -o $@"
|
|
|
|
#end
|
|
|
|
#
|
|
|
|
#end
|
|
|
|
#
|