aboutsummaryrefslogtreecommitdiff
path: root/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Family
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2017-08-29 10:59:39 +0300
committerKyösti Mälkki <kyosti.malkki@gmail.com>2017-08-31 04:49:09 +0000
commit24b631ab3e1af44c74be69407cd39b969aaafd2b (patch)
tree4791c45e935dbd7636276c001e9929b032902bfe /src/vendorcode/amd/agesa/f15tn/Proc/CPU/Family
parent80b8f69ac9ef4275e07fa2ba301c914f8ea50929 (diff)
AGESA f15tn vendorcode: Split to Makefile.inc files
Change-Id: I2a6e53e5555a1b1e19c45a196b21f8505e275a76 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/21262 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
Diffstat (limited to 'src/vendorcode/amd/agesa/f15tn/Proc/CPU/Family')
-rw-r--r--src/vendorcode/amd/agesa/f15tn/Proc/CPU/Family/0x15/Makefile.inc10
-rw-r--r--src/vendorcode/amd/agesa/f15tn/Proc/CPU/Family/0x15/TN/Makefile.inc22
2 files changed, 32 insertions, 0 deletions
diff --git a/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Family/0x15/Makefile.inc b/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Family/0x15/Makefile.inc
new file mode 100644
index 0000000000..50661a5b42
--- /dev/null
+++ b/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Family/0x15/Makefile.inc
@@ -0,0 +1,10 @@
+libagesa-y += cpuCommonF15Utilities.c
+libagesa-y += cpuF15BrandId.c
+libagesa-y += cpuF15CacheDefaults.c
+libagesa-y += cpuF15Dmi.c
+libagesa-y += cpuF15MmioMap.c
+libagesa-y += cpuF15MsrTables.c
+libagesa-y += cpuF15PciTables.c
+libagesa-y += cpuF15PowerCheck.c
+libagesa-y += cpuF15Utilities.c
+libagesa-y += cpuF15WheaInitDataTables.c
diff --git a/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Family/0x15/TN/Makefile.inc b/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Family/0x15/TN/Makefile.inc
new file mode 100644
index 0000000000..7d52cb6dae
--- /dev/null
+++ b/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Family/0x15/TN/Makefile.inc
@@ -0,0 +1,22 @@
+libagesa-y += F15TnC6State.c
+libagesa-y += F15TnCpb.c
+libagesa-y += F15TnEquivalenceTable.c
+libagesa-y += F15TnInitEarlyTable.c
+libagesa-y += F15TnIoCstate.c
+libagesa-y += F15TnLogicalIdTables.c
+libagesa-y += F15TnMicrocodePatch0600110F_Enc.c
+libagesa-y += F15TnMicrocodePatchTables.c
+libagesa-y += F15TnMsrTables.c
+libagesa-y += F15TnPciTables.c
+libagesa-y += F15TnPowerMgmtSystemTables.c
+libagesa-y += F15TnPowerPlane.c
+libagesa-y += F15TnSharedMsrTable.c
+libagesa-y += F15TnUtilities.c
+libagesa-y += cpuF15TnCacheFlushOnHalt.c
+libagesa-y += cpuF15TnCoreAfterReset.c
+libagesa-y += cpuF15TnDmi.c
+libagesa-y += cpuF15TnHtc.c
+libagesa-y += cpuF15TnNbAfterReset.c
+libagesa-y += cpuF15TnPowerCheck.c
+libagesa-y += cpuF15TnPsi.c
+libagesa-y += cpuF15TnPstate.c