coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
mainboard.c File Reference
Include dependency graph for mainboard.c:

Go to the source code of this file.

Macros

#define PANEL   INT15_5F35_CL_DISPLAY_DEFAULT
 

Functions

static void mainboard_init (struct device *dev)
 
static void mainboard_enable (struct device *dev)
 
static void mainboard_final (void *chip_info)
 

Variables

struct chip_operations mainboard_ops
 

Macro Definition Documentation

◆ PANEL

#define PANEL   INT15_5F35_CL_DISPLAY_DEFAULT

Definition at line 8 of file mainboard.c.

Function Documentation

◆ mainboard_enable()

static void mainboard_enable ( struct device dev)
static

Definition at line 15 of file mainboard.c.

References device_operations::init, mainboard_init(), and device::ops.

Here is the call graph for this function:

◆ mainboard_final()

static void mainboard_final ( void chip_info)
static

Definition at line 20 of file mainboard.c.

References ec_set_bit().

Here is the call graph for this function:

◆ mainboard_init()

static void mainboard_init ( struct device dev)
static

Definition at line 10 of file mainboard.c.

References GMA_INT15_ACTIVE_LFP_INT_LVDS, GMA_INT15_PANEL_FIT_DEFAULT, install_intel_vga_int15_handler(), and PANEL.

Referenced by mainboard_enable().

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

Variable Documentation

◆ mainboard_ops

struct chip_operations mainboard_ops
Initial value:
= {
.enable_dev = mainboard_enable,
.final = mainboard_final,
}
static void mainboard_final(void *chip_info)
Definition: mainboard.c:20
static void mainboard_enable(struct device *dev)
Definition: mainboard.c:15

Definition at line 20 of file mainboard.c.