aboutsummaryrefslogtreecommitdiff
path: root/src/vendorcode/amd/agesa/f12/Proc/CPU/Feature/Makefile.inc
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:31 +0000
commitc87c6e68a3e76fc365a47ccebd280b816750172b (patch)
tree74c6be92989e71f470b6626525a69d0cf0d8d632 /src/vendorcode/amd/agesa/f12/Proc/CPU/Feature/Makefile.inc
parentb045d4cd7bc9337e34cf29dd1e57c3f6647c7ca7 (diff)
AGESA f12 vendorcode: Split to Makefile.inc files
Change-Id: I8438dc468e59174bd6f88c0c02b2fbf60587dbfd Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/21258 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/f12/Proc/CPU/Feature/Makefile.inc')
-rw-r--r--src/vendorcode/amd/agesa/f12/Proc/CPU/Feature/Makefile.inc20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/vendorcode/amd/agesa/f12/Proc/CPU/Feature/Makefile.inc b/src/vendorcode/amd/agesa/f12/Proc/CPU/Feature/Makefile.inc
new file mode 100644
index 0000000000..56d9f3c5bb
--- /dev/null
+++ b/src/vendorcode/amd/agesa/f12/Proc/CPU/Feature/Makefile.inc
@@ -0,0 +1,20 @@
+libagesa-y += PreserveMailbox.c
+libagesa-y += cpuC6State.c
+libagesa-y += cpuCacheFlushOnHalt.c
+libagesa-y += cpuCacheInit.c
+libagesa-y += cpuCoreLeveling.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 += cpuL3Features.c
+libagesa-y += cpuLowPwrPstate.c
+libagesa-y += cpuPstateGather.c
+libagesa-y += cpuPstateLeveling.c
+libagesa-y += cpuPstateTables.c
+libagesa-y += cpuSlit.c
+libagesa-y += cpuSrat.c
+libagesa-y += cpuSwC1e.c
+libagesa-y += cpuWhea.c