coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
ramstage.c
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #include <device/device.h>
4 #include <variant/gpio.h>
5 
6 static void init_mainboard(void *chip_info)
7 {
9 }
10 
13 };
void variant_configure_gpios(void)
Definition: gpio.c:238
static void init_mainboard(void *chip_info)
Definition: ramstage.c:6
struct chip_operations mainboard_ops
Definition: ramstage.c:11
void(* init)(void *chip_info)
Definition: device.h:25