blob: b2e81436fb08b05bf7270b63e3260827da9a1e1a (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
ramstage-y += northbridge.c
ramstage-y += misc_control.c
ramstage-$(CONFIG_HAVE_ACPI_TABLES) += acpi.c
ramstage-$(CONFIG_HAVE_ACPI_TABLES) += ssdt.asl
ramstage-y += get_pci1234.c
# Enable this if you want to check the values of the PCI routing registers.
# Call show_all_routes() anywhere amdfam10.h is included.
#ramstage-y += util.c
|