payloads/edk2: Disable the CPU Timer Lib unless supported
[coreboot.git] / src / mainboard / bap / ode_e20XX / buildOpts.c
blobf5c21819b48aae28e1d68fecc1ce4834d0b1070f
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #include <AGESA.h>
5 #define INSTALL_FT3_SOCKET_SUPPORT TRUE
6 #define INSTALL_FAMILY_16_MODEL_0x_SUPPORT TRUE
8 //#define BLDOPT_REMOVE_UDIMMS_SUPPORT TRUE
9 //#define BLDOPT_REMOVE_RDIMMS_SUPPORT TRUE
10 #define BLDOPT_REMOVE_LRDIMMS_SUPPORT TRUE
11 //#define BLDOPT_REMOVE_ECC_SUPPORT TRUE
12 #define BLDOPT_REMOVE_SRAT FALSE
13 #define BLDOPT_REMOVE_WHEA FALSE
14 #define BLDOPT_REMOVE_CRAT TRUE
15 #define BLDOPT_REMOVE_CDIT TRUE
17 /* Build configuration values here. */
18 #define BLDCFG_VRM_NB_LOW_POWER_THRESHOLD 0
20 #define BLDCFG_AMD_PLATFORM_TYPE AMD_PLATFORM_MOBILE
22 #define BLDCFG_MEMORY_RDIMM_CAPABLE FALSE
23 #define BLDCFG_MEMORY_UDIMM_CAPABLE TRUE
24 #define BLDCFG_MEMORY_SODIMM_CAPABLE TRUE
25 #define BLDCFG_MEMORY_CHANNEL_INTERLEAVING TRUE
26 #define BLDCFG_ENABLE_ECC_FEATURE TRUE
27 #define BLDCFG_ECC_SYNC_FLOOD TRUE
28 #define BLDCFG_IOMMU_SUPPORT FALSE
30 #define BLDCFG_CFG_GNB_HD_AUDIO TRUE
32 /* Include the files that instantiate the configuration definitions. */
33 #include "cpuRegisters.h"
34 #include "cpuFamRegisters.h"
35 #include "cpuFamilyTranslation.h"
36 #include "AdvancedApi.h"
37 #include "heapManager.h"
38 #include "CreateStruct.h"
39 #include "cpuFeatures.h"
40 #include "Table.h"
41 #include "cpuEarlyInit.h"
42 #include "cpuLateInit.h"
43 #include "GnbInterface.h"
45 #include <PlatformInstall.h>