MCPcopy Create free account
hub / github.com/coreboot/coreboot / board_reset

Function board_reset

src/lib/reset.c:8–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6#include <reset.h>
7
8__noreturn void board_reset(void)
9{
10 printk(BIOS_INFO, "%s() called!\n", __func__);
11 dcache_clean_all();
12 do_board_reset();
13 halt();
14}
15
16#if CONFIG(MISSING_BOARD_RESET)
17void do_board_reset(void)

Callers 15

postcar_cache_invalidFunction · 0.85
pmic_write_regFunction · 0.85
romstageFunction · 0.85
pmic_write_regFunction · 0.85
bootblock_mainboard_initFunction · 0.85
romstageFunction · 0.85
pmic_write_regFunction · 0.85
romstageFunction · 0.85
pmic_write_regFunction · 0.85
pmic_write_regFunction · 0.85
vboot_rebootFunction · 0.85
reboot_from_watchdogFunction · 0.85

Calls 4

do_board_resetFunction · 0.70
printkFunction · 0.50
dcache_clean_allFunction · 0.50
haltFunction · 0.50

Tested by

no test coverage detected