blob: eeef9e8054298b814bf3b7eaf4334852ea1cca7b [file] [log] [blame]
Patrick Georgi23f38cd2012-11-16 14:50:32 +01001ramstage-y += northbridge.c
2ramstage-y += misc_control.c
Patrick Georgi8463dd92010-09-30 16:55:02 +00003ramstage-y += get_sblk_pci1234.c
Vladimir Serbinenko822bc652014-01-03 15:55:40 +01004ramstage-$(CONFIG_HAVE_ACPI_TABLES) += acpi.c
Ronald G. Minnichfd4519b2009-08-12 15:56:17 +00005
Myles Watsonbe101902009-11-05 21:02:35 +00006# Enable this if you want to check the values of the PCI routing registers.
7# Call show_all_routes() anywhere amdk8.h is included.
Patrick Georgi8463dd92010-09-30 16:55:02 +00008#ramstage-y += util.c
Myles Watsonbe101902009-11-05 21:02:35 +00009
Uwe Hermann5ec2c2b2009-08-25 00:53:22 +000010# Not sure what to do with these yet. How did raminit_test even work?
11# Should be a target in -y form.
Ronald G. Minnichfd4519b2009-08-12 15:56:17 +000012#if CONFIG_K8_REV_F_SUPPORT
13#
14#makerule raminit_test
15# depends "$(TOP)/src/northbridge/amd/amdk8/raminit_test.c"
16# depends "$(TOP)/src/northbridge/amd/amdk8/raminit_f.c"
17# action "$(HOSTCC) $(HOSTCFLAGS) $(CPUFLAGS) -Wno-unused-function -I$(TOP)/src/include -g $< -o $@"
18#end
19#
20#else
21#
22#makerule raminit_test
23# depends "$(TOP)/src/northbridge/amd/amdk8/raminit_test.c"
24# depends "$(TOP)/src/northbridge/amd/amdk8/raminit.c"
25# action "$(HOSTCC) $(HOSTCFLAGS) $(CPUFLAGS) -Wno-unused-function -I$(TOP)/src/include -g $< -o $@"
26#end
27#
28#end
29#