aboutsummaryrefslogtreecommitdiff
path: root/src/vendorcode/amd/agesa/f14
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2017-08-31 08:52:12 +0300
committerKyösti Mälkki <kyosti.malkki@gmail.com>2017-09-13 22:51:15 +0000
commitc8e4742f918b6029137bbe4e5d8fda9df52cb274 (patch)
tree54db4bf57d080e01e1f63ee7ca6ac189618c2b42 /src/vendorcode/amd/agesa/f14
parentf7d0f02b367199603e554fb424164a9a31d67afc (diff)
AGESA vendorcode: Move PlatformInstall.h
All thse Option.*Install.h files are about configuring what eventually is referenced in the final libagesa build. It's self-contained so isolate these together with PlatformInstall.h to hide them from rest of the build. Change-Id: Id9d90a3366bafc1ad01434599d2ae1302887d88c Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/21298 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/vendorcode/amd/agesa/f14')
-rw-r--r--src/vendorcode/amd/agesa/f14/Config/OptionC6Install.h (renamed from src/vendorcode/amd/agesa/f14/Include/OptionC6Install.h)0
-rw-r--r--src/vendorcode/amd/agesa/f14/Config/OptionCpbInstall.h (renamed from src/vendorcode/amd/agesa/f14/Include/OptionCpbInstall.h)0
-rw-r--r--src/vendorcode/amd/agesa/f14/Config/OptionCpuCacheFlushOnHaltInstall.h (renamed from src/vendorcode/amd/agesa/f14/Include/OptionCpuCacheFlushOnHaltInstall.h)0
-rw-r--r--src/vendorcode/amd/agesa/f14/Config/OptionCpuCoreLevelingInstall.h (renamed from src/vendorcode/amd/agesa/f14/Include/OptionCpuCoreLevelingInstall.h)0
-rw-r--r--src/vendorcode/amd/agesa/f14/Config/OptionCpuFamiliesInstall.h (renamed from src/vendorcode/amd/agesa/f14/Include/OptionCpuFamiliesInstall.h)0
-rw-r--r--src/vendorcode/amd/agesa/f14/Config/OptionCpuFeaturesInstall.h (renamed from src/vendorcode/amd/agesa/f14/Include/OptionCpuFeaturesInstall.h)0
-rw-r--r--src/vendorcode/amd/agesa/f14/Config/OptionDmiInstall.h (renamed from src/vendorcode/amd/agesa/f14/Include/OptionDmiInstall.h)0
-rw-r--r--src/vendorcode/amd/agesa/f14/Config/OptionFamily14hInstall.h (renamed from src/vendorcode/amd/agesa/f14/Include/OptionFamily14hInstall.h)0
-rw-r--r--src/vendorcode/amd/agesa/f14/Config/OptionGfxRecoveryInstall.h (renamed from src/vendorcode/amd/agesa/f14/Include/OptionGfxRecoveryInstall.h)0
-rw-r--r--src/vendorcode/amd/agesa/f14/Config/OptionGnbInstall.h (renamed from src/vendorcode/amd/agesa/f14/Include/OptionGnbInstall.h)0
-rw-r--r--src/vendorcode/amd/agesa/f14/Config/OptionHtAssistInstall.h (renamed from src/vendorcode/amd/agesa/f14/Include/OptionHtAssistInstall.h)0
-rw-r--r--src/vendorcode/amd/agesa/f14/Config/OptionHtInstall.h (renamed from src/vendorcode/amd/agesa/f14/Include/OptionHtInstall.h)0
-rw-r--r--src/vendorcode/amd/agesa/f14/Config/OptionHwC1eInstall.h (renamed from src/vendorcode/amd/agesa/f14/Include/OptionHwC1eInstall.h)0
-rw-r--r--src/vendorcode/amd/agesa/f14/Config/OptionIdsInstall.h (renamed from src/vendorcode/amd/agesa/f14/Include/OptionIdsInstall.h)0
-rw-r--r--src/vendorcode/amd/agesa/f14/Config/OptionIoCstateInstall.h (renamed from src/vendorcode/amd/agesa/f14/Include/OptionIoCstateInstall.h)0
-rw-r--r--src/vendorcode/amd/agesa/f14/Config/OptionLowPwrPstateInstall.h (renamed from src/vendorcode/amd/agesa/f14/Include/OptionLowPwrPstateInstall.h)0
-rw-r--r--src/vendorcode/amd/agesa/f14/Config/OptionMemoryInstall.h (renamed from src/vendorcode/amd/agesa/f14/Include/OptionMemoryInstall.h)0
-rw-r--r--src/vendorcode/amd/agesa/f14/Config/OptionMemoryRecoveryInstall.h (renamed from src/vendorcode/amd/agesa/f14/Include/OptionMemoryRecoveryInstall.h)0
-rw-r--r--src/vendorcode/amd/agesa/f14/Config/OptionMsgBasedC1eInstall.h (renamed from src/vendorcode/amd/agesa/f14/Include/OptionMsgBasedC1eInstall.h)0
-rw-r--r--src/vendorcode/amd/agesa/f14/Config/OptionMultiSocketInstall.h (renamed from src/vendorcode/amd/agesa/f14/Include/OptionMultiSocketInstall.h)0
-rw-r--r--src/vendorcode/amd/agesa/f14/Config/OptionPreserveMailboxInstall.h (renamed from src/vendorcode/amd/agesa/f14/Include/OptionPreserveMailboxInstall.h)0
-rw-r--r--src/vendorcode/amd/agesa/f14/Config/OptionPstateInstall.h (renamed from src/vendorcode/amd/agesa/f14/Include/OptionPstateInstall.h)0
-rw-r--r--src/vendorcode/amd/agesa/f14/Config/OptionS3ScriptInstall.h (renamed from src/vendorcode/amd/agesa/f14/Include/OptionS3ScriptInstall.h)0
-rw-r--r--src/vendorcode/amd/agesa/f14/Config/OptionSlitInstall.h (renamed from src/vendorcode/amd/agesa/f14/Include/OptionSlitInstall.h)0
-rw-r--r--src/vendorcode/amd/agesa/f14/Config/OptionSratInstall.h (renamed from src/vendorcode/amd/agesa/f14/Include/OptionSratInstall.h)0
-rw-r--r--src/vendorcode/amd/agesa/f14/Config/OptionSwC1eInstall.h (renamed from src/vendorcode/amd/agesa/f14/Include/OptionSwC1eInstall.h)0
-rw-r--r--src/vendorcode/amd/agesa/f14/Config/OptionWheaInstall.h (renamed from src/vendorcode/amd/agesa/f14/Include/OptionWheaInstall.h)0
-rw-r--r--src/vendorcode/amd/agesa/f14/Config/PlatformInstall.h (renamed from src/vendorcode/amd/agesa/f14/Include/PlatformInstall.h)0
-rw-r--r--src/vendorcode/amd/agesa/f14/Makefile.inc2
29 files changed, 2 insertions, 0 deletions
diff --git a/src/vendorcode/amd/agesa/f14/Include/OptionC6Install.h b/src/vendorcode/amd/agesa/f14/Config/OptionC6Install.h
index ea67863743..ea67863743 100644
--- a/src/vendorcode/amd/agesa/f14/Include/OptionC6Install.h
+++ b/src/vendorcode/amd/agesa/f14/Config/OptionC6Install.h
diff --git a/src/vendorcode/amd/agesa/f14/Include/OptionCpbInstall.h b/src/vendorcode/amd/agesa/f14/Config/OptionCpbInstall.h
index 79261def2d..79261def2d 100644
--- a/src/vendorcode/amd/agesa/f14/Include/OptionCpbInstall.h
+++ b/src/vendorcode/amd/agesa/f14/Config/OptionCpbInstall.h
diff --git a/src/vendorcode/amd/agesa/f14/Include/OptionCpuCacheFlushOnHaltInstall.h b/src/vendorcode/amd/agesa/f14/Config/OptionCpuCacheFlushOnHaltInstall.h
index 8d6e454c99..8d6e454c99 100644
--- a/src/vendorcode/amd/agesa/f14/Include/OptionCpuCacheFlushOnHaltInstall.h
+++ b/src/vendorcode/amd/agesa/f14/Config/OptionCpuCacheFlushOnHaltInstall.h
diff --git a/src/vendorcode/amd/agesa/f14/Include/OptionCpuCoreLevelingInstall.h b/src/vendorcode/amd/agesa/f14/Config/OptionCpuCoreLevelingInstall.h
index 43b82c56d7..43b82c56d7 100644
--- a/src/vendorcode/amd/agesa/f14/Include/OptionCpuCoreLevelingInstall.h
+++ b/src/vendorcode/amd/agesa/f14/Config/OptionCpuCoreLevelingInstall.h
diff --git a/src/vendorcode/amd/agesa/f14/Include/OptionCpuFamiliesInstall.h b/src/vendorcode/amd/agesa/f14/Config/OptionCpuFamiliesInstall.h
index 5bc78967e8..5bc78967e8 100644
--- a/src/vendorcode/amd/agesa/f14/Include/OptionCpuFamiliesInstall.h
+++ b/src/vendorcode/amd/agesa/f14/Config/OptionCpuFamiliesInstall.h
diff --git a/src/vendorcode/amd/agesa/f14/Include/OptionCpuFeaturesInstall.h b/src/vendorcode/amd/agesa/f14/Config/OptionCpuFeaturesInstall.h
index d4dc2b3e93..d4dc2b3e93 100644
--- a/src/vendorcode/amd/agesa/f14/Include/OptionCpuFeaturesInstall.h
+++ b/src/vendorcode/amd/agesa/f14/Config/OptionCpuFeaturesInstall.h
diff --git a/src/vendorcode/amd/agesa/f14/Include/OptionDmiInstall.h b/src/vendorcode/amd/agesa/f14/Config/OptionDmiInstall.h
index eb4bc91f99..eb4bc91f99 100644
--- a/src/vendorcode/amd/agesa/f14/Include/OptionDmiInstall.h
+++ b/src/vendorcode/amd/agesa/f14/Config/OptionDmiInstall.h
diff --git a/src/vendorcode/amd/agesa/f14/Include/OptionFamily14hInstall.h b/src/vendorcode/amd/agesa/f14/Config/OptionFamily14hInstall.h
index fda98c1054..fda98c1054 100644
--- a/src/vendorcode/amd/agesa/f14/Include/OptionFamily14hInstall.h
+++ b/src/vendorcode/amd/agesa/f14/Config/OptionFamily14hInstall.h
diff --git a/src/vendorcode/amd/agesa/f14/Include/OptionGfxRecoveryInstall.h b/src/vendorcode/amd/agesa/f14/Config/OptionGfxRecoveryInstall.h
index c031f326c1..c031f326c1 100644
--- a/src/vendorcode/amd/agesa/f14/Include/OptionGfxRecoveryInstall.h
+++ b/src/vendorcode/amd/agesa/f14/Config/OptionGfxRecoveryInstall.h
diff --git a/src/vendorcode/amd/agesa/f14/Include/OptionGnbInstall.h b/src/vendorcode/amd/agesa/f14/Config/OptionGnbInstall.h
index 0b9412f533..0b9412f533 100644
--- a/src/vendorcode/amd/agesa/f14/Include/OptionGnbInstall.h
+++ b/src/vendorcode/amd/agesa/f14/Config/OptionGnbInstall.h
diff --git a/src/vendorcode/amd/agesa/f14/Include/OptionHtAssistInstall.h b/src/vendorcode/amd/agesa/f14/Config/OptionHtAssistInstall.h
index 175482b9e9..175482b9e9 100644
--- a/src/vendorcode/amd/agesa/f14/Include/OptionHtAssistInstall.h
+++ b/src/vendorcode/amd/agesa/f14/Config/OptionHtAssistInstall.h
diff --git a/src/vendorcode/amd/agesa/f14/Include/OptionHtInstall.h b/src/vendorcode/amd/agesa/f14/Config/OptionHtInstall.h
index 5c44465c33..5c44465c33 100644
--- a/src/vendorcode/amd/agesa/f14/Include/OptionHtInstall.h
+++ b/src/vendorcode/amd/agesa/f14/Config/OptionHtInstall.h
diff --git a/src/vendorcode/amd/agesa/f14/Include/OptionHwC1eInstall.h b/src/vendorcode/amd/agesa/f14/Config/OptionHwC1eInstall.h
index 14058d51bf..14058d51bf 100644
--- a/src/vendorcode/amd/agesa/f14/Include/OptionHwC1eInstall.h
+++ b/src/vendorcode/amd/agesa/f14/Config/OptionHwC1eInstall.h
diff --git a/src/vendorcode/amd/agesa/f14/Include/OptionIdsInstall.h b/src/vendorcode/amd/agesa/f14/Config/OptionIdsInstall.h
index 79975cc170..79975cc170 100644
--- a/src/vendorcode/amd/agesa/f14/Include/OptionIdsInstall.h
+++ b/src/vendorcode/amd/agesa/f14/Config/OptionIdsInstall.h
diff --git a/src/vendorcode/amd/agesa/f14/Include/OptionIoCstateInstall.h b/src/vendorcode/amd/agesa/f14/Config/OptionIoCstateInstall.h
index bc80a74e87..bc80a74e87 100644
--- a/src/vendorcode/amd/agesa/f14/Include/OptionIoCstateInstall.h
+++ b/src/vendorcode/amd/agesa/f14/Config/OptionIoCstateInstall.h
diff --git a/src/vendorcode/amd/agesa/f14/Include/OptionLowPwrPstateInstall.h b/src/vendorcode/amd/agesa/f14/Config/OptionLowPwrPstateInstall.h
index 9438abc70c..9438abc70c 100644
--- a/src/vendorcode/amd/agesa/f14/Include/OptionLowPwrPstateInstall.h
+++ b/src/vendorcode/amd/agesa/f14/Config/OptionLowPwrPstateInstall.h
diff --git a/src/vendorcode/amd/agesa/f14/Include/OptionMemoryInstall.h b/src/vendorcode/amd/agesa/f14/Config/OptionMemoryInstall.h
index 283a972463..283a972463 100644
--- a/src/vendorcode/amd/agesa/f14/Include/OptionMemoryInstall.h
+++ b/src/vendorcode/amd/agesa/f14/Config/OptionMemoryInstall.h
diff --git a/src/vendorcode/amd/agesa/f14/Include/OptionMemoryRecoveryInstall.h b/src/vendorcode/amd/agesa/f14/Config/OptionMemoryRecoveryInstall.h
index 65028853de..65028853de 100644
--- a/src/vendorcode/amd/agesa/f14/Include/OptionMemoryRecoveryInstall.h
+++ b/src/vendorcode/amd/agesa/f14/Config/OptionMemoryRecoveryInstall.h
diff --git a/src/vendorcode/amd/agesa/f14/Include/OptionMsgBasedC1eInstall.h b/src/vendorcode/amd/agesa/f14/Config/OptionMsgBasedC1eInstall.h
index 49c746ad3b..49c746ad3b 100644
--- a/src/vendorcode/amd/agesa/f14/Include/OptionMsgBasedC1eInstall.h
+++ b/src/vendorcode/amd/agesa/f14/Config/OptionMsgBasedC1eInstall.h
diff --git a/src/vendorcode/amd/agesa/f14/Include/OptionMultiSocketInstall.h b/src/vendorcode/amd/agesa/f14/Config/OptionMultiSocketInstall.h
index 244bbba996..244bbba996 100644
--- a/src/vendorcode/amd/agesa/f14/Include/OptionMultiSocketInstall.h
+++ b/src/vendorcode/amd/agesa/f14/Config/OptionMultiSocketInstall.h
diff --git a/src/vendorcode/amd/agesa/f14/Include/OptionPreserveMailboxInstall.h b/src/vendorcode/amd/agesa/f14/Config/OptionPreserveMailboxInstall.h
index 368df9d780..368df9d780 100644
--- a/src/vendorcode/amd/agesa/f14/Include/OptionPreserveMailboxInstall.h
+++ b/src/vendorcode/amd/agesa/f14/Config/OptionPreserveMailboxInstall.h
diff --git a/src/vendorcode/amd/agesa/f14/Include/OptionPstateInstall.h b/src/vendorcode/amd/agesa/f14/Config/OptionPstateInstall.h
index 116320a46d..116320a46d 100644
--- a/src/vendorcode/amd/agesa/f14/Include/OptionPstateInstall.h
+++ b/src/vendorcode/amd/agesa/f14/Config/OptionPstateInstall.h
diff --git a/src/vendorcode/amd/agesa/f14/Include/OptionS3ScriptInstall.h b/src/vendorcode/amd/agesa/f14/Config/OptionS3ScriptInstall.h
index 5b62bdf6dc..5b62bdf6dc 100644
--- a/src/vendorcode/amd/agesa/f14/Include/OptionS3ScriptInstall.h
+++ b/src/vendorcode/amd/agesa/f14/Config/OptionS3ScriptInstall.h
diff --git a/src/vendorcode/amd/agesa/f14/Include/OptionSlitInstall.h b/src/vendorcode/amd/agesa/f14/Config/OptionSlitInstall.h
index 915e5302c4..915e5302c4 100644
--- a/src/vendorcode/amd/agesa/f14/Include/OptionSlitInstall.h
+++ b/src/vendorcode/amd/agesa/f14/Config/OptionSlitInstall.h
diff --git a/src/vendorcode/amd/agesa/f14/Include/OptionSratInstall.h b/src/vendorcode/amd/agesa/f14/Config/OptionSratInstall.h
index 273874753f..273874753f 100644
--- a/src/vendorcode/amd/agesa/f14/Include/OptionSratInstall.h
+++ b/src/vendorcode/amd/agesa/f14/Config/OptionSratInstall.h
diff --git a/src/vendorcode/amd/agesa/f14/Include/OptionSwC1eInstall.h b/src/vendorcode/amd/agesa/f14/Config/OptionSwC1eInstall.h
index 34886eee14..34886eee14 100644
--- a/src/vendorcode/amd/agesa/f14/Include/OptionSwC1eInstall.h
+++ b/src/vendorcode/amd/agesa/f14/Config/OptionSwC1eInstall.h
diff --git a/src/vendorcode/amd/agesa/f14/Include/OptionWheaInstall.h b/src/vendorcode/amd/agesa/f14/Config/OptionWheaInstall.h
index 5facece353..5facece353 100644
--- a/src/vendorcode/amd/agesa/f14/Include/OptionWheaInstall.h
+++ b/src/vendorcode/amd/agesa/f14/Config/OptionWheaInstall.h
diff --git a/src/vendorcode/amd/agesa/f14/Include/PlatformInstall.h b/src/vendorcode/amd/agesa/f14/Config/PlatformInstall.h
index cfcca8278d..cfcca8278d 100644
--- a/src/vendorcode/amd/agesa/f14/Include/PlatformInstall.h
+++ b/src/vendorcode/amd/agesa/f14/Config/PlatformInstall.h
diff --git a/src/vendorcode/amd/agesa/f14/Makefile.inc b/src/vendorcode/amd/agesa/f14/Makefile.inc
index ea7198ff59..f71b957b3f 100644
--- a/src/vendorcode/amd/agesa/f14/Makefile.inc
+++ b/src/vendorcode/amd/agesa/f14/Makefile.inc
@@ -38,6 +38,8 @@ AGESA_INC += -I$(AGESA_ROOT)/../common
AGESA_INC += -I$(AGESA_ROOT)/Include
AGESA_INC += $(AGESA_AUTOINCLUDES)
+BUILDOPTS_INCLUDES = -I$(AGESA_ROOT)/Config $(AGESA_INC)
+
CFLAGS_x86_32 += -march=k8-sse3 -mtune=k8-sse3 -fno-zero-initialized-in-bss -fno-strict-aliasing
CFLAGS_x86_64 += -march=k8-sse3 -mtune=k8-sse3 -fno-zero-initialized-in-bss -fno-strict-aliasing