coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
reset.h File Reference

Go to the source code of this file.

Functions

__noreturn void board_reset (void)
 
void do_board_reset (void)
 

Function Documentation

◆ board_reset()

__noreturn void board_reset ( void  )

Definition at line 8 of file reset.c.

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

Referenced by pmic_write_reg(), postcar_cache_invalid(), reboot_from_resume(), romstage(), run_ramstage_from_resume(), sdram_init(), switch_to_phy_index1(), and vboot_reboot().

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

◆ do_board_reset()