coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
fallback_boot.c File Reference
#include <fallback.h>
#include <watchdog.h>
Include dependency graph for fallback_boot.c:

Go to the source code of this file.

Functions

void __weak set_boot_successful (void)
 
void boot_successful (void)
 

Function Documentation

◆ boot_successful()

void boot_successful ( void  )

Definition at line 7 of file fallback_boot.c.

References CONFIG, set_boot_successful(), vbe_textmode_console(), and watchdog_off().

Here is the call graph for this function:

◆ set_boot_successful()

void __weak set_boot_successful ( void  )

Definition at line 5 of file fallback_boot.c.

Referenced by boot_successful().

Here is the caller graph for this function: