summaryrefslogtreecommitdiff
path: root/src/vendorcode/amd/agesa/f14/Proc/CPU
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:48:50 +0000
commitbe7634433133cbd43bc6c51b45a63ab035f460ad (patch)
tree3ea902604b9c9c7a1ffa237be4dd68b325de1ea3 /src/vendorcode/amd/agesa/f14/Proc/CPU
parentfd77d714f968458670ef7a477996ed61af46650b (diff)
AGESA f14 vendorcode: Split to Makefile.inc files
Change-Id: I6dbcd23b0ea03b1b965d43346ae1cf7cf1971eb7 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/21260 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/f14/Proc/CPU')
-rw-r--r--src/vendorcode/amd/agesa/f14/Proc/CPU/Family/0x14/Makefile.inc22
-rw-r--r--src/vendorcode/amd/agesa/f14/Proc/CPU/Family/0x14/ON/Makefile.inc6
-rw-r--r--src/vendorcode/amd/agesa/f14/Proc/CPU/Feature/Makefile.inc15
-rw-r--r--src/vendorcode/amd/agesa/f14/Proc/CPU/Makefile.inc20
4 files changed, 63 insertions, 0 deletions
diff --git a/src/vendorcode/amd/agesa/f14/Proc/CPU/Family/0x14/Makefile.inc b/src/vendorcode/amd/agesa/f14/Proc/CPU/Family/0x14/Makefile.inc
new file mode 100644
index 0000000000..05f7816576
--- /dev/null
+++ b/src/vendorcode/amd/agesa/f14/Proc/CPU/Family/0x14/Makefile.inc
@@ -0,0 +1,22 @@
+libagesa-y += F14C6State.c
+libagesa-y += F14IoCstate.c
+libagesa-y += F14MicrocodePatch0500000B.c
+libagesa-y += F14MicrocodePatch0500001A.c
+libagesa-y += F14MicrocodePatch05000029.c
+libagesa-y += F14MicrocodePatch05000119.c
+libagesa-y += cpuCommonF14Utilities.c
+libagesa-y += cpuF14BrandId.c
+libagesa-y += cpuF14BrandIdFt1.c
+libagesa-y += cpuF14CacheDefaults.c
+libagesa-y += cpuF14Dmi.c
+libagesa-y += cpuF14LowPowerInit.c
+libagesa-y += cpuF14MsrTables.c
+libagesa-y += cpuF14PciTables.c
+libagesa-y += cpuF14PerCorePciTables.c
+libagesa-y += cpuF14PowerCheck.c
+libagesa-y += cpuF14PowerMgmtSystemTables.c
+libagesa-y += cpuF14PowerPlane.c
+libagesa-y += cpuF14Pstate.c
+libagesa-y += cpuF14SoftwareThermal.c
+libagesa-y += cpuF14Utilities.c
+libagesa-y += cpuF14WheaInitDataTables.c
diff --git a/src/vendorcode/amd/agesa/f14/Proc/CPU/Family/0x14/ON/Makefile.inc b/src/vendorcode/amd/agesa/f14/Proc/CPU/Family/0x14/ON/Makefile.inc
new file mode 100644
index 0000000000..37b6645f01
--- /dev/null
+++ b/src/vendorcode/amd/agesa/f14/Proc/CPU/Family/0x14/ON/Makefile.inc
@@ -0,0 +1,6 @@
+libagesa-y += F14OnCpb.c
+libagesa-y += F14OnEquivalenceTable.c
+libagesa-y += F14OnInitEarlyTable.c
+libagesa-y += F14OnLogicalIdTables.c
+libagesa-y += F14OnMicrocodePatchTables.c
+libagesa-y += F14OnPciTables.c
diff --git a/src/vendorcode/amd/agesa/f14/Proc/CPU/Feature/Makefile.inc b/src/vendorcode/amd/agesa/f14/Proc/CPU/Feature/Makefile.inc
new file mode 100644
index 0000000000..2b8a805cf0
--- /dev/null
+++ b/src/vendorcode/amd/agesa/f14/Proc/CPU/Feature/Makefile.inc
@@ -0,0 +1,15 @@
+libagesa-y += cpuC6State.c
+libagesa-y += cpuCacheFlushOnHalt.c
+libagesa-y += cpuCacheInit.c
+libagesa-y += cpuCpb.c
+libagesa-y += cpuDmi.c
+libagesa-y += cpuFeatureLeveling.c
+libagesa-y += cpuFeatures.c
+libagesa-y += cpuHwC1e.c
+libagesa-y += cpuIoCstate.c
+libagesa-y += cpuPstateGather.c
+libagesa-y += cpuPstateLeveling.c
+libagesa-y += cpuPstateTables.c
+libagesa-y += cpuSlit.c
+libagesa-y += cpuSrat.c
+libagesa-y += cpuWhea.c
diff --git a/src/vendorcode/amd/agesa/f14/Proc/CPU/Makefile.inc b/src/vendorcode/amd/agesa/f14/Proc/CPU/Makefile.inc
new file mode 100644
index 0000000000..239af76e98
--- /dev/null
+++ b/src/vendorcode/amd/agesa/f14/Proc/CPU/Makefile.inc
@@ -0,0 +1,20 @@
+libagesa-y += S3.c
+libagesa-y += Table.c
+libagesa-y += cahalt.c
+libagesa-y += cahaltasm.S
+libagesa-y += cpuApicUtilities.c
+libagesa-y += cpuBist.c
+libagesa-y += cpuBrandId.c
+libagesa-y += cpuEarlyInit.c
+libagesa-y += cpuEventLog.c
+libagesa-y += cpuFamilyTranslation.c
+libagesa-y += cpuGeneralServices.c
+libagesa-y += cpuInitEarlyTable.c
+libagesa-y += cpuLateInit.c
+libagesa-y += cpuMicrocodePatch.c
+libagesa-y += cpuPostInit.c
+libagesa-y += cpuPowerMgmt.c
+libagesa-y += cpuPowerMgmtMultiSocket.c
+libagesa-y += cpuPowerMgmtSingleSocket.c
+libagesa-y += cpuWarmReset.c
+libagesa-y += heapManager.c