coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
soc_intel_common_config Struct Reference

#include <cfg.h>

Collaboration diagram for soc_intel_common_config:
Collaboration graph

Data Fields

int chipset_lockdown
 
struct gspi_cfg gspi [CONFIG_SOC_INTEL_COMMON_BLOCK_GSPI_MAX]
 
struct dw_i2c_bus_config i2c [CONFIG_SOC_INTEL_I2C_DEV_MAX]
 
uint8_t pch_thermal_trip
 
struct mmc_dll_params emmc_dll
 
enum lb_fb_orientation panel_orientation
 

Detailed Description

Definition at line 21 of file cfg.h.

Field Documentation

◆ chipset_lockdown

int soc_intel_common_config::chipset_lockdown

◆ emmc_dll

struct mmc_dll_params soc_intel_common_config::emmc_dll

Definition at line 26 of file cfg.h.

Referenced by set_mmc_dll().

◆ gspi

struct gspi_cfg soc_intel_common_config::gspi[CONFIG_SOC_INTEL_COMMON_BLOCK_GSPI_MAX]

Definition at line 22 of file cfg.h.

Referenced by gspi_get_cfg().

◆ i2c

struct dw_i2c_bus_config soc_intel_common_config::i2c[CONFIG_SOC_INTEL_I2C_DEV_MAX]

Definition at line 22 of file cfg.h.

Referenced by dw_i2c_get_soc_cfg(), and mainboard_devtree_update().

◆ panel_orientation

enum lb_fb_orientation soc_intel_common_config::panel_orientation

Definition at line 26 of file cfg.h.

◆ pch_thermal_trip

uint8_t soc_intel_common_config::pch_thermal_trip

Definition at line 26 of file cfg.h.

Referenced by get_thermal_trip_temp().


The documentation for this struct was generated from the following file: