coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
vpd.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define FRB2_TIMER   "frb2_timer_enable"
 
#define FRB2_TIMER_DEFAULT   1 /* Default value when the VPD variable is not found */
 
#define FRB2_COUNTDOWN   "frb2_countdown"
 
#define FRB2_COUNTDOWN_DEFAULT   9000
 
#define FRB2_ACTION   "frb2_action"
 
#define FRB2_ACTION_DEFAULT   0 /* Default no action when the VPD variable is not found */
 
#define FSP_LOG   "fsp_log_enable" /* 1 or 0: enable or disable FSP SOL log */
 
#define FSP_LOG_DEFAULT   1 /* Default value when the VPD variable is not found */
 
#define FSP_LOG_LEVEL   "fsp_log_level"
 
#define FSP_LOG_LEVEL_DEFAULT   8 /* Default value when the VPD variable is not found */
 
#define FSP_DCI   "fsp_dci_enable" /* 1 or 0: enable or disable DCI */
 
#define FSP_DCI_DEFAULT   0 /* Default value when the VPD variable is not found */
 
#define COREBOOT_LOG_LEVEL   "coreboot_log_level"
 
#define COREBOOT_LOG_LEVEL_DEFAULT   4
 
#define FSPM_MEMREFRESHWATERMARK   "fspm_mem_refresh_watermark"
 
#define FSPM_MEMREFRESHWATERMARK_DEFAULT   1
 
#define COREBOOT_UART_IO   "coreboot_uart_io"
 
#define COREBOOT_UART_IO_DEFAULT   1
 
#define FSP_DIMM_FREQ   "fsp_dimm_freq"
 
#define FSP_DIMM_FREQ_DEFAULT   0
 
#define SKIP_INTEL_TXT_LOCKDOWN   "skip_intel_txt_lockdown"
 
#define SKIP_INTEL_TXT_LOCKDOWN_DEFAULT   0
 
#define MEM_TRAIN_FORCE   "mem_train_force_enable"
 

Macro Definition Documentation

◆ COREBOOT_LOG_LEVEL

#define COREBOOT_LOG_LEVEL   "coreboot_log_level"

Definition at line 33 of file vpd.h.

◆ COREBOOT_LOG_LEVEL_DEFAULT

#define COREBOOT_LOG_LEVEL_DEFAULT   4

Definition at line 34 of file vpd.h.

◆ COREBOOT_UART_IO

#define COREBOOT_UART_IO   "coreboot_uart_io"

Definition at line 41 of file vpd.h.

◆ COREBOOT_UART_IO_DEFAULT

#define COREBOOT_UART_IO_DEFAULT   1

Definition at line 42 of file vpd.h.

◆ FRB2_ACTION

#define FRB2_ACTION   "frb2_action"

Definition at line 17 of file vpd.h.

◆ FRB2_ACTION_DEFAULT

#define FRB2_ACTION_DEFAULT   0 /* Default no action when the VPD variable is not found */

Definition at line 18 of file vpd.h.

◆ FRB2_COUNTDOWN

#define FRB2_COUNTDOWN   "frb2_countdown"

Definition at line 11 of file vpd.h.

◆ FRB2_COUNTDOWN_DEFAULT

#define FRB2_COUNTDOWN_DEFAULT   9000

Definition at line 13 of file vpd.h.

◆ FRB2_TIMER

#define FRB2_TIMER   "frb2_timer_enable"

Definition at line 7 of file vpd.h.

◆ FRB2_TIMER_DEFAULT

#define FRB2_TIMER_DEFAULT   1 /* Default value when the VPD variable is not found */

Definition at line 8 of file vpd.h.

◆ FSP_DCI

#define FSP_DCI   "fsp_dci_enable" /* 1 or 0: enable or disable DCI */

Definition at line 29 of file vpd.h.

◆ FSP_DCI_DEFAULT

#define FSP_DCI_DEFAULT   0 /* Default value when the VPD variable is not found */

Definition at line 30 of file vpd.h.

◆ FSP_DIMM_FREQ

#define FSP_DIMM_FREQ   "fsp_dimm_freq"

Definition at line 46 of file vpd.h.

◆ FSP_DIMM_FREQ_DEFAULT

#define FSP_DIMM_FREQ_DEFAULT   0

Definition at line 47 of file vpd.h.

◆ FSP_LOG

#define FSP_LOG   "fsp_log_enable" /* 1 or 0: enable or disable FSP SOL log */

Definition at line 21 of file vpd.h.

◆ FSP_LOG_DEFAULT

#define FSP_LOG_DEFAULT   1 /* Default value when the VPD variable is not found */

Definition at line 22 of file vpd.h.

◆ FSP_LOG_LEVEL

#define FSP_LOG_LEVEL   "fsp_log_level"

Definition at line 25 of file vpd.h.

◆ FSP_LOG_LEVEL_DEFAULT

#define FSP_LOG_LEVEL_DEFAULT   8 /* Default value when the VPD variable is not found */

Definition at line 26 of file vpd.h.

◆ FSPM_MEMREFRESHWATERMARK

#define FSPM_MEMREFRESHWATERMARK   "fspm_mem_refresh_watermark"

Definition at line 37 of file vpd.h.

◆ FSPM_MEMREFRESHWATERMARK_DEFAULT

#define FSPM_MEMREFRESHWATERMARK_DEFAULT   1

Definition at line 38 of file vpd.h.

◆ MEM_TRAIN_FORCE

#define MEM_TRAIN_FORCE   "mem_train_force_enable"

Definition at line 54 of file vpd.h.

◆ SKIP_INTEL_TXT_LOCKDOWN

#define SKIP_INTEL_TXT_LOCKDOWN   "skip_intel_txt_lockdown"

Definition at line 50 of file vpd.h.

◆ SKIP_INTEL_TXT_LOCKDOWN_DEFAULT

#define SKIP_INTEL_TXT_LOCKDOWN_DEFAULT   0

Definition at line 51 of file vpd.h.