blob: 8a105fd9844c7bfb1bc346f05f887d788aa17b70 [file] [log] [blame]
Stefan Reinauere1133b72015-04-27 14:04:38 -07001ifeq ($(CONFIG_NORTHBRIDGE_AMD_AMDFAM10),y)
2
Patrick Georgi23f38cd2012-11-16 14:50:32 +01003ramstage-y += northbridge.c
4ramstage-y += misc_control.c
Timothy Pearsonead87512015-02-20 12:47:52 -06005romstage-y += amdfam10_util.c
6ramstage-y += amdfam10_util.c
Patrick Georgi88f55b22009-09-25 18:43:02 +00007
Kyösti Mälkki991a71d2015-02-22 00:12:43 +02008ramstage-y += ht_config.c
9
Vladimir Serbinenko822bc652014-01-03 15:55:40 +010010ramstage-$(CONFIG_HAVE_ACPI_TABLES) += acpi.c
Patrick Georgi88f55b22009-09-25 18:43:02 +000011
Patrick Georgi8463dd92010-09-30 16:55:02 +000012ramstage-y += get_pci1234.c
Myles Watson48beb822010-05-10 19:45:45 +000013
14# Enable this if you want to check the values of the PCI routing registers.
15# Call show_all_routes() anywhere amdfam10.h is included.
Patrick Georgi8463dd92010-09-30 16:55:02 +000016#ramstage-y += util.c
Stefan Reinauere1133b72015-04-27 14:04:38 -070017
18endif