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

Go to the source code of this file.

Macros

#define CPC_FLOW_CTRL_CFG   0x0C53A814
 
#define RESET_ON_KEEP_EN   BIT(17)
 

Functions

void dfd_init (void)
 

Variables

static u32 *const dfd_cfg = (void *)CPC_FLOW_CTRL_CFG
 

Macro Definition Documentation

◆ CPC_FLOW_CTRL_CFG

#define CPC_FLOW_CTRL_CFG   0x0C53A814

Definition at line 6 of file dfd_common.h.

◆ RESET_ON_KEEP_EN

#define RESET_ON_KEEP_EN   BIT(17)

Definition at line 7 of file dfd_common.h.

Function Documentation

◆ dfd_init()

void dfd_init ( void  )

Definition at line 7 of file dfd.c.

References BIOS_INFO, dfd_cfg, dsb, printk, RESET_ON_KEEP_EN, and setbits32.

Referenced by soc_init().

Here is the caller graph for this function:

Variable Documentation

◆ dfd_cfg

u32* const dfd_cfg = (void *)CPC_FLOW_CTRL_CFG
static

Definition at line 9 of file dfd_common.h.

Referenced by dfd_init().