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 <drivers/intel/gma/int15.h>
#include <drivers/lenovo/lenovo.h>
#include "dock.h"
Include dependency graph for mainboard.c:

Go to the source code of this file.

Functions

static void fill_ssdt (const struct device *device)
 
static void mainboard_enable (struct device *dev)
 

Variables

struct chip_operations mainboard_ops
 

Function Documentation

◆ fill_ssdt()

static void fill_ssdt ( const struct device device)
static

Definition at line 8 of file mainboard.c.

References drivers_lenovo_serial_ports_ssdt_generate().

Referenced by mainboard_enable().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ mainboard_enable()

static void mainboard_enable ( struct device dev)
static

Variable Documentation

◆ mainboard_ops

struct chip_operations mainboard_ops
Initial value:
= {
.enable_dev = mainboard_enable,
}
static void mainboard_enable(struct device *dev)
Definition: mainboard.c:13

Definition at line 13 of file mainboard.c.