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

Function vboot_reboot

src/security/vboot/vboot_common.c:73–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71}
72
73void vboot_reboot(void)
74{
75 if (CONFIG(CONSOLE_CBMEM_DUMP_TO_UART))
76 cbmem_dump_console_to_uart();
77 vboot_platform_prepare_reboot();
78 board_reset();
79}
80
81void vboot_save_and_reboot(struct vb2_context *ctx, uint8_t subcode)
82{

Callers 3

vboot_sync_ecFunction · 0.85
vboot_save_and_rebootFunction · 0.85
MainFunction · 0.85

Calls 3

board_resetFunction · 0.85

Tested by

no test coverage detected