coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
reset.c
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #include <device/mmio.h>
4 #include <reset.h>
5 #include <soc/wdt.h>
6 
7 void do_board_reset(void)
8 {
10 }
static void write32(void *addr, uint32_t val)
Definition: mmio.h:40
void do_board_reset(void)
Definition: reset.c:8
u32 wdt_swrst
Definition: wdt.h:15
@ MTK_WDT_SWRST_KEY
Definition: wdt.h:35
static struct mtk_wdt_regs *const mtk_wdt
Definition: wdt.h:41