payloads/edk2: Disable the CPU Timer Lib unless supported
[coreboot.git] / src / mainboard / asrock / e350m1 / buildOpts.c
blob1c4d62c250e612949f9161e3483627e52b9627c6
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 /* Select the CPU family */
4 #define INSTALL_FAMILY_14_SUPPORT TRUE
6 /* Select the CPU socket type */
7 #define INSTALL_FT1_SOCKET_SUPPORT TRUE
9 /* Agesa optional capabilities selection */
10 #define BLDOPT_REMOVE_UDIMMS_SUPPORT FALSE
11 #define BLDOPT_REMOVE_RDIMMS_SUPPORT TRUE
12 #define BLDOPT_REMOVE_LRDIMMS_SUPPORT FALSE
13 #define BLDOPT_REMOVE_ECC_SUPPORT FALSE
14 #define BLDOPT_REMOVE_BANK_INTERLEAVE FALSE
15 #define BLDOPT_REMOVE_WHEA TRUE
17 #define BLDCFG_VRM_NB_LOW_POWER_THRESHOLD 1
19 #define BLDCFG_AMD_PLATFORM_TYPE AMD_PLATFORM_MOBILE
20 #define BLDCFG_CFG_GNB_HD_AUDIO TRUE
21 #define BLDCFG_MEMORY_SODIMM_CAPABLE TRUE
22 #define BLDCFG_MEMORY_LRDIMM_CAPABLE FALSE
23 #define BLDCFG_MEMORY_CHANNEL_INTERLEAVING FALSE
25 /* Agesa configuration values selection */
26 #include <AGESA.h>
28 /* Include the files that instantiate the configuration definitions */
29 #include "cpuRegisters.h"
30 #include "cpuFamRegisters.h"
31 #include "cpuFamilyTranslation.h"
32 #include "AdvancedApi.h"
33 #include "heapManager.h"
34 #include "CreateStruct.h"
35 #include "cpuFeatures.h"
36 #include "Table.h"
37 #include "cpuEarlyInit.h"
38 #include "cpuLateInit.h"
39 #include "GnbInterface.h"
41 /* Instantiate all solution relevant data */
42 #include <PlatformInstall.h>