coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
buildOpts.c File Reference
#include <AGESA.h>
#include "cpuRegisters.h"
#include "cpuFamRegisters.h"
#include "cpuFamilyTranslation.h"
#include "AdvancedApi.h"
#include "heapManager.h"
#include "CreateStruct.h"
#include "cpuFeatures.h"
#include "Table.h"
#include "cpuEarlyInit.h"
#include "cpuLateInit.h"
#include "GnbInterface.h"
#include <PlatformInstall.h>
Include dependency graph for buildOpts.c:

Go to the source code of this file.

Macros

#define INSTALL_FAMILY_14_SUPPORT   TRUE
 
#define INSTALL_FT1_SOCKET_SUPPORT   TRUE
 
#define BLDOPT_REMOVE_UDIMMS_SUPPORT   FALSE
 
#define BLDOPT_REMOVE_RDIMMS_SUPPORT   TRUE
 
#define BLDOPT_REMOVE_LRDIMMS_SUPPORT   FALSE
 
#define BLDOPT_REMOVE_ECC_SUPPORT   FALSE
 
#define BLDOPT_REMOVE_BANK_INTERLEAVE   FALSE
 
#define BLDOPT_REMOVE_WHEA   FALSE
 
#define BLDOPT_ENABLE_DMI   TRUE
 
#define BLDCFG_VRM_NB_LOW_POWER_THRESHOLD   1
 
#define BLDCFG_AMD_PLATFORM_TYPE   AMD_PLATFORM_MOBILE
 
#define BLDCFG_CFG_GNB_HD_AUDIO   FALSE
 
#define BLDCFG_MEMORY_SODIMM_CAPABLE   TRUE
 
#define BLDCFG_MEMORY_LRDIMM_CAPABLE   FALSE
 
#define BLDCFG_MEMORY_CHANNEL_INTERLEAVING   FALSE
 
#define BLDCFG_UMA_ALLOCATION_MODE   UMA_NONE
 

Macro Definition Documentation

◆ BLDCFG_AMD_PLATFORM_TYPE

#define BLDCFG_AMD_PLATFORM_TYPE   AMD_PLATFORM_MOBILE

Definition at line 20 of file buildOpts.c.

◆ BLDCFG_CFG_GNB_HD_AUDIO

#define BLDCFG_CFG_GNB_HD_AUDIO   FALSE

Definition at line 21 of file buildOpts.c.

◆ BLDCFG_MEMORY_CHANNEL_INTERLEAVING

#define BLDCFG_MEMORY_CHANNEL_INTERLEAVING   FALSE

Definition at line 24 of file buildOpts.c.

◆ BLDCFG_MEMORY_LRDIMM_CAPABLE

#define BLDCFG_MEMORY_LRDIMM_CAPABLE   FALSE

Definition at line 23 of file buildOpts.c.

◆ BLDCFG_MEMORY_SODIMM_CAPABLE

#define BLDCFG_MEMORY_SODIMM_CAPABLE   TRUE

Definition at line 22 of file buildOpts.c.

◆ BLDCFG_UMA_ALLOCATION_MODE

#define BLDCFG_UMA_ALLOCATION_MODE   UMA_NONE

Definition at line 25 of file buildOpts.c.

◆ BLDCFG_VRM_NB_LOW_POWER_THRESHOLD

#define BLDCFG_VRM_NB_LOW_POWER_THRESHOLD   1

Definition at line 18 of file buildOpts.c.

◆ BLDOPT_ENABLE_DMI

#define BLDOPT_ENABLE_DMI   TRUE

Definition at line 16 of file buildOpts.c.

◆ BLDOPT_REMOVE_BANK_INTERLEAVE

#define BLDOPT_REMOVE_BANK_INTERLEAVE   FALSE

Definition at line 14 of file buildOpts.c.

◆ BLDOPT_REMOVE_ECC_SUPPORT

#define BLDOPT_REMOVE_ECC_SUPPORT   FALSE

Definition at line 13 of file buildOpts.c.

◆ BLDOPT_REMOVE_LRDIMMS_SUPPORT

#define BLDOPT_REMOVE_LRDIMMS_SUPPORT   FALSE

Definition at line 12 of file buildOpts.c.

◆ BLDOPT_REMOVE_RDIMMS_SUPPORT

#define BLDOPT_REMOVE_RDIMMS_SUPPORT   TRUE

Definition at line 11 of file buildOpts.c.

◆ BLDOPT_REMOVE_UDIMMS_SUPPORT

#define BLDOPT_REMOVE_UDIMMS_SUPPORT   FALSE

Definition at line 10 of file buildOpts.c.

◆ BLDOPT_REMOVE_WHEA

#define BLDOPT_REMOVE_WHEA   FALSE

Definition at line 15 of file buildOpts.c.

◆ INSTALL_FAMILY_14_SUPPORT

#define INSTALL_FAMILY_14_SUPPORT   TRUE

Definition at line 4 of file buildOpts.c.

◆ INSTALL_FT1_SOCKET_SUPPORT

#define INSTALL_FT1_SOCKET_SUPPORT   TRUE

Definition at line 7 of file buildOpts.c.