coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
print_reset_status.c File Reference
Include dependency graph for print_reset_status.c:

Go to the source code of this file.

Functions

static void print_num_status_bits (int num_bits, uint32_t status, const char *const bit_names[])
 
void fch_print_pmxc0_status (void)
 

Function Documentation

◆ fch_print_pmxc0_status()

void fch_print_pmxc0_status ( void  )

Definition at line 24 of file print_reset_status.c.

References ARRAY_SIZE, BIOS_DEBUG, pm_read32(), PM_RST_STATUS, print_num_status_bits(), and printk.

Referenced by bootblock_fch_init(), and fch_early_init().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ print_num_status_bits()

static void print_num_status_bits ( int  num_bits,
uint32_t  status,
const char *const  bit_names[] 
)
static

Definition at line 6 of file print_reset_status.c.

References BIOS_DEBUG, and printk.

Referenced by fch_print_pmxc0_status().

Here is the caller graph for this function: