From 74ecfef2a5ce6ffa554ba27485584cf33f6d73de Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Tue, 29 Aug 2017 10:59:39 +0300 Subject: AGESA f15 vendorcode: Split to Makefile.inc files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I1b7d7c017a4dfd93c5befbc0d5858278eacc6c89 Signed-off-by: Kyösti Mälkki Reviewed-on: https://review.coreboot.org/21264 Tested-by: build bot (Jenkins) Reviewed-by: Philippe Mathieu-Daudé Reviewed-by: Marshall Dawson --- .../amd/agesa/f15/Proc/CPU/Feature/Makefile.inc | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 src/vendorcode/amd/agesa/f15/Proc/CPU/Feature/Makefile.inc (limited to 'src/vendorcode/amd/agesa/f15/Proc/CPU/Feature/Makefile.inc') diff --git a/src/vendorcode/amd/agesa/f15/Proc/CPU/Feature/Makefile.inc b/src/vendorcode/amd/agesa/f15/Proc/CPU/Feature/Makefile.inc new file mode 100644 index 0000000000..0607c99c4d --- /dev/null +++ b/src/vendorcode/amd/agesa/f15/Proc/CPU/Feature/Makefile.inc @@ -0,0 +1,23 @@ +libagesa-y += PreserveMailbox.c +libagesa-y += cpuApm.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 += cpuMsgBasedC1e.c +libagesa-y += cpuPstateGather.c +libagesa-y += cpuPstateHpcMode.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 -- cgit v1.2.3