coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
early_smbus.c
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #include <device/smbus_host.h>
4 #include "i82801dx.h"
5 
7 {
8  enable_smbus();
9 }
void i82801dx_early_init(void)
Definition: early_smbus.c:6
static void enable_smbus(void)
Definition: smbus_host.h:34