coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
mainboard.c File Reference
#include <device/device.h>
#include <soc/ramstage.h>
#include <option.h>
#include <variants.h>
Include dependency graph for mainboard.c:

Go to the source code of this file.

Functions

enum cmos_power_profile get_power_profile (enum cmos_power_profile fallback)
 
static void init_mainboard (void *chip_info)
 

Variables

struct chip_operations mainboard_ops
 

Function Documentation

◆ get_power_profile()

enum cmos_power_profile get_power_profile ( enum cmos_power_profile  fallback)

Definition at line 1 of file mainboard.c.

◆ init_mainboard()

static void init_mainboard ( void chip_info)
static

Definition at line 14 of file mainboard.c.

References devtree_update(), gpio_configure_pads(), and variant_gpio_table().

Here is the call graph for this function:

Variable Documentation

◆ mainboard_ops

struct chip_operations mainboard_ops
Initial value:
= {
.init = init_mainboard,
}
static void init_mainboard(void *chip_info)
Definition: mainboard.c:14

Definition at line 14 of file mainboard.c.