coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
watchdog.c File Reference
#include <soc/clock.h>
#include <soc/watchdog.h>
#include <device/mmio.h>
#include <vendorcode/google/chromeos/chromeos.h>
Include dependency graph for watchdog.c:

Go to the source code of this file.

Macros

#define WDOG_RESET_BIT_MASK   1
 

Functions

void check_wdog (void)
 

Macro Definition Documentation

◆ WDOG_RESET_BIT_MASK

#define WDOG_RESET_BIT_MASK   1

Definition at line 8 of file watchdog.c.

Function Documentation

◆ check_wdog()

void check_wdog ( void  )

Definition at line 10 of file watchdog.c.

References aoss::aoss_cc_reset_status, read32(), and WDOG_RESET_BIT_MASK.

Referenced by platform_romstage_main().

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