coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
mt8183.c
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #include <soc/mt8183.h>
4 #include <soc/wdt.h>
5 #include <soc/gpio.h>
6 
7 void mt8183_early_init(void)
8 {
9  mtk_wdt_init();
11 }
void mt8183_early_init(void)
Definition: mt8183.c:7
void gpio_set_i2c_eh_rsel(void)
Definition: gpio.c:100
int mtk_wdt_init(void)
Definition: wdt.c:31