coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
reset.c File Reference
#include <cf9_reset.h>
#include <intelblocks/pmclib.h>
#include <soc/intel/common/reset.h>
#include <soc/me.h>
#include <soc/pm.h>
Include dependency graph for reset.c:

Go to the source code of this file.

Functions

static void do_force_global_reset (void)
 
void do_global_reset (void)
 

Function Documentation

◆ do_force_global_reset()

static void do_force_global_reset ( void  )
static

Definition at line 9 of file reset.c.

References do_full_reset(), and pmc_global_reset_enable().

Referenced by do_global_reset().

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

◆ do_global_reset()

void do_global_reset ( void  )

Definition at line 23 of file reset.c.

References do_force_global_reset(), and send_global_reset().

Here is the call graph for this function: