coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
chip.h File Reference
#include <acpi/acpi_device.h>
#include <device/i2c_simple.h>
#include <drivers/i2c/designware/dw_i2c.h>
#include <drivers/intel/gma/gma.h>
#include <intelblocks/cfg.h>
#include <intelblocks/gspi.h>
#include <intelblocks/lpc_lib.h>
#include <intelblocks/power_limit.h>
#include <stdint.h>
#include <soc/gpe.h>
#include <soc/gpio.h>
#include <soc/irq.h>
#include <soc/pci_devs.h>
#include <soc/pmc.h>
#include <soc/serialio.h>
#include <soc/usb.h>
#include <soc/vr_config.h>
Include dependency graph for chip.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  soc_intel_skylake_config
 

Macros

#define MAX_PEG_PORTS   3
 

Typedefs

typedef struct soc_intel_skylake_config config_t
 

Enumerations

enum  skylake_i2c_voltage { I2C_VOLTAGE_3V3 , I2C_VOLTAGE_1V8 }
 

Macro Definition Documentation

◆ MAX_PEG_PORTS

#define MAX_PEG_PORTS   3

Definition at line 24 of file chip.h.

Typedef Documentation

◆ config_t

Definition at line 1 of file chip.h.

Enumeration Type Documentation

◆ skylake_i2c_voltage

Enumerator
I2C_VOLTAGE_3V3 
I2C_VOLTAGE_1V8 

Definition at line 26 of file chip.h.