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

Go to the source code of this file.

Macros

#define GEN2_PCI_RESET_RESUMEWELL_GPIO   0
 

Variables

static const struct reg_script gen2_gpio_init []
 
static const struct reg_script gen2_hsuart0 []
 
static const struct reg_script gen2_i2c_init []
 
static const struct reg_script gen2_tpm_reset []
 

Macro Definition Documentation

◆ GEN2_PCI_RESET_RESUMEWELL_GPIO

#define GEN2_PCI_RESET_RESUMEWELL_GPIO   0

Definition at line 4 of file gen2.h.

Variable Documentation

◆ gen2_gpio_init

const struct reg_script gen2_gpio_init[]
static

Definition at line 1 of file gen2.h.

Referenced by car_mainboard_pre_console_init().

◆ gen2_hsuart0

const struct reg_script gen2_hsuart0[]
static
Initial value:
= {
}
#define BIT4
Definition: Ioh.h:11
#define BIT0
Definition: Ioh.h:7
#define BIT5
Definition: Ioh.h:12
#define GEN2_GPIO_EXP_OUTPUT1
Definition: reg_access.h:47
@ GEN2_I2C_GPIO_EXP1
Definition: reg_access.h:22
@ GEN2_I2C_GPIO_EXP0
Definition: reg_access.h:21
#define GEN2_GPIO_EXP_CONFIG1
Definition: reg_access.h:51
#define GEN2_GPIO_EXP_OUTPUT0
Definition: reg_access.h:46
#define REG_I2C_AND(slave_addr_, reg_, value_)
Definition: reg_access.h:71
#define GEN2_GPIO_EXP_CONFIG0
Definition: reg_access.h:50
#define REG_I2C_OR(slave_addr_, reg_, value_)
Definition: reg_access.h:77
#define REG_SCRIPT_END
Definition: reg_script.h:427

Definition at line 1 of file gen2.h.

Referenced by car_mainboard_pre_console_init().

◆ gen2_i2c_init

◆ gen2_tpm_reset

const struct reg_script gen2_tpm_reset[]
static