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

Go to the source code of this file.

Macros

#define INSTALL_FAMILY_16_MODEL_0x_SUPPORT   TRUE
 
#define INSTALL_FT3_SOCKET_SUPPORT   TRUE
 
#define BLDOPT_REMOVE_ECC_SUPPORT   TRUE
 
#define BLDOPT_REMOVE_WHEA   FALSE
 
#define BLDOPT_REMOVE_CRAT   TRUE
 
#define BLDOPT_REMOVE_CDIT   TRUE
 
#define BLDCFG_AMD_PLATFORM_TYPE   AMD_PLATFORM_DESKTOP
 
#define BLDCFG_MEMORY_BUS_FREQUENCY_LIMIT   DDR1600_FREQUENCY
 
#define BLDCFG_MEMORY_RDIMM_CAPABLE   TRUE
 
#define BLDCFG_MEMORY_UDIMM_CAPABLE   TRUE
 
#define BLDCFG_MEMORY_SODIMM_CAPABLE   FALSE
 
#define BLDCFG_MEMORY_ENABLE_BANK_INTERLEAVING   FALSE
 
#define BLDCFG_MEMORY_CHANNEL_INTERLEAVING   FALSE
 
#define BLDCFG_MEMORY_CLOCK_SELECT   DDR1600_FREQUENCY
 
#define BLDCFG_IGNORE_SPD_CHECKSUM   TRUE
 
#define BLDCFG_ENABLE_ECC_FEATURE   FALSE
 
#define BLDCFG_ECC_SYNC_FLOOD   FALSE
 
#define BLDCFG_VRM_NB_LOW_POWER_THRESHOLD   0
 
#define BLDCFG_IOMMU_SUPPORT   FALSE
 
#define BLDCFG_CFG_GNB_HD_AUDIO   TRUE
 

Macro Definition Documentation

◆ BLDCFG_AMD_PLATFORM_TYPE

#define BLDCFG_AMD_PLATFORM_TYPE   AMD_PLATFORM_DESKTOP

Definition at line 35 of file buildOpts.c.

◆ BLDCFG_CFG_GNB_HD_AUDIO

#define BLDCFG_CFG_GNB_HD_AUDIO   TRUE

Definition at line 56 of file buildOpts.c.

◆ BLDCFG_ECC_SYNC_FLOOD

#define BLDCFG_ECC_SYNC_FLOOD   FALSE

Definition at line 46 of file buildOpts.c.

◆ BLDCFG_ENABLE_ECC_FEATURE

#define BLDCFG_ENABLE_ECC_FEATURE   FALSE

Definition at line 45 of file buildOpts.c.

◆ BLDCFG_IGNORE_SPD_CHECKSUM

#define BLDCFG_IGNORE_SPD_CHECKSUM   TRUE

Definition at line 44 of file buildOpts.c.

◆ BLDCFG_IOMMU_SUPPORT

#define BLDCFG_IOMMU_SUPPORT   FALSE

Definition at line 54 of file buildOpts.c.

◆ BLDCFG_MEMORY_BUS_FREQUENCY_LIMIT

#define BLDCFG_MEMORY_BUS_FREQUENCY_LIMIT   DDR1600_FREQUENCY

Definition at line 37 of file buildOpts.c.

◆ BLDCFG_MEMORY_CHANNEL_INTERLEAVING

#define BLDCFG_MEMORY_CHANNEL_INTERLEAVING   FALSE

Definition at line 42 of file buildOpts.c.

◆ BLDCFG_MEMORY_CLOCK_SELECT

#define BLDCFG_MEMORY_CLOCK_SELECT   DDR1600_FREQUENCY

Definition at line 43 of file buildOpts.c.

◆ BLDCFG_MEMORY_ENABLE_BANK_INTERLEAVING

#define BLDCFG_MEMORY_ENABLE_BANK_INTERLEAVING   FALSE

Definition at line 41 of file buildOpts.c.

◆ BLDCFG_MEMORY_RDIMM_CAPABLE

#define BLDCFG_MEMORY_RDIMM_CAPABLE   TRUE

Definition at line 38 of file buildOpts.c.

◆ BLDCFG_MEMORY_SODIMM_CAPABLE

#define BLDCFG_MEMORY_SODIMM_CAPABLE   FALSE

Definition at line 40 of file buildOpts.c.

◆ BLDCFG_MEMORY_UDIMM_CAPABLE

#define BLDCFG_MEMORY_UDIMM_CAPABLE   TRUE

Definition at line 39 of file buildOpts.c.

◆ BLDCFG_VRM_NB_LOW_POWER_THRESHOLD

#define BLDCFG_VRM_NB_LOW_POWER_THRESHOLD   0

Definition at line 52 of file buildOpts.c.

◆ BLDOPT_REMOVE_CDIT

#define BLDOPT_REMOVE_CDIT   TRUE

Definition at line 32 of file buildOpts.c.

◆ BLDOPT_REMOVE_CRAT

#define BLDOPT_REMOVE_CRAT   TRUE

Definition at line 31 of file buildOpts.c.

◆ BLDOPT_REMOVE_ECC_SUPPORT

#define BLDOPT_REMOVE_ECC_SUPPORT   TRUE

Definition at line 28 of file buildOpts.c.

◆ BLDOPT_REMOVE_WHEA

#define BLDOPT_REMOVE_WHEA   FALSE

Definition at line 30 of file buildOpts.c.

◆ INSTALL_FAMILY_16_MODEL_0x_SUPPORT

#define INSTALL_FAMILY_16_MODEL_0x_SUPPORT   TRUE

Definition at line 20 of file buildOpts.c.

◆ INSTALL_FT3_SOCKET_SUPPORT

#define INSTALL_FT3_SOCKET_SUPPORT   TRUE

Definition at line 23 of file buildOpts.c.