coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
reset.h File Reference
#include <arch/cache.h>
#include <console/console.h>
#include <halt.h>
Include dependency graph for reset.h:

Go to the source code of this file.

Functions

void do_soft_reset (void)
 
static __noreturn void soft_reset (void)
 

Function Documentation

◆ do_soft_reset()

void do_soft_reset ( void  )

Referenced by soft_reset().

Here is the caller graph for this function:

◆ soft_reset()

static __noreturn void soft_reset ( void  )
inlinestatic

Definition at line 14 of file reset.h.

References BIOS_INFO, dcache_clean_all(), do_soft_reset(), halt(), and printk.

Referenced by set_flex_ratio_to_tdp_nominal().

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