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 "superio_hwm.h"
Include dependency graph for mainboard.c:

Go to the source code of this file.

Functions

static void mainboard_enable (struct device *dev)
 

Variables

struct chip_operations mainboard_ops
 

Function Documentation

◆ mainboard_enable()

static void mainboard_enable ( struct device dev)
static

Definition at line 10 of file mainboard.c.

References GMA_INT15_ACTIVE_LFP_INT_LVDS, GMA_INT15_BOOT_DISPLAY_DEFAULT, GMA_INT15_PANEL_FIT_DEFAULT, hwm_setup(), and install_intel_vga_int15_handler().

Here is the call graph for this function:

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:10

Definition at line 10 of file mainboard.c.