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

#include <chip.h>

Collaboration diagram for soc_amd_stoneyridge_config:
Collaboration graph

Public Types

enum  { DRAM_CONTENTS_KEEP , DRAM_CONTENTS_CLEAR }
 
enum  { UMAMODE_NONE , UMAMODE_SPECIFIED_SIZE , UMAMODE_AUTO_LEGACY , UMAMODE_AUTO_NON_LEGACY }
 

Data Fields

u8 spd_addr_lookup [MAX_NODES][MAX_DRAM_CH][MAX_DIMMS_PER_CH]
 
enum soc_amd_stoneyridge_config:: { ... }  dram_clear_on_reset
 
enum soc_amd_stoneyridge_config:: { ... }  uma_mode
 
size_t uma_size
 
u8 i2c_scl_reset
 
struct dw_i2c_bus_config i2c [STONEY_I2C_DEV_MAX]
 
u8 stapm_percent
 
u32 stapm_time_ms
 
u32 stapm_power_mw
 
u8 lvds_poseq_varybl_to_blon
 
u8 lvds_poseq_blon_to_varybl
 

Detailed Description

Definition at line 25 of file chip.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
DRAM_CONTENTS_KEEP 
DRAM_CONTENTS_CLEAR 

Definition at line 27 of file chip.h.

◆ anonymous enum

anonymous enum
Enumerator
UMAMODE_NONE 
UMAMODE_SPECIFIED_SIZE 
UMAMODE_AUTO_LEGACY 
UMAMODE_AUTO_NON_LEGACY 

Definition at line 32 of file chip.h.

Field Documentation

◆ 

enum { ... } soc_amd_stoneyridge_config::dram_clear_on_reset

Referenced by SetMemParams().

◆ i2c

struct dw_i2c_bus_config soc_amd_stoneyridge_config::i2c[STONEY_I2C_DEV_MAX]

Definition at line 54 of file chip.h.

◆ i2c_scl_reset

u8 soc_amd_stoneyridge_config::i2c_scl_reset

Definition at line 54 of file chip.h.

Referenced by reset_i2c_peripherals().

◆ lvds_poseq_blon_to_varybl

u8 soc_amd_stoneyridge_config::lvds_poseq_blon_to_varybl

Definition at line 67 of file chip.h.

Referenced by set_board_env_params().

◆ lvds_poseq_varybl_to_blon

u8 soc_amd_stoneyridge_config::lvds_poseq_varybl_to_blon

Definition at line 66 of file chip.h.

Referenced by set_board_env_params().

◆ spd_addr_lookup

u8 soc_amd_stoneyridge_config::spd_addr_lookup[MAX_NODES][MAX_DRAM_CH][MAX_DIMMS_PER_CH]

Definition at line 26 of file chip.h.

Referenced by agesa_ReadSpd().

◆ stapm_percent

u8 soc_amd_stoneyridge_config::stapm_percent

Definition at line 56 of file chip.h.

Referenced by soc_customize_init_early().

◆ stapm_power_mw

u32 soc_amd_stoneyridge_config::stapm_power_mw

Definition at line 58 of file chip.h.

Referenced by soc_customize_init_early().

◆ stapm_time_ms

u32 soc_amd_stoneyridge_config::stapm_time_ms

Definition at line 57 of file chip.h.

Referenced by soc_customize_init_early().

◆ 

enum { ... } soc_amd_stoneyridge_config::uma_mode

Referenced by SetMemParams().

◆ uma_size

size_t soc_amd_stoneyridge_config::uma_size

Definition at line 44 of file chip.h.

Referenced by SetMemParams().


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