coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
chip.h File Reference
#include <commonlib/helpers.h>
#include <drivers/intel/gma/gma.h>
#include <intelblocks/cfg.h>
#include <intelblocks/gspi.h>
#include <soc/gpe.h>
#include <soc/gpio.h>
#include <intelblocks/lpc_lib.h>
#include <intelblocks/power_limit.h>
#include <device/i2c_simple.h>
#include <drivers/i2c/designware/dw_i2c.h>
#include <soc/pm.h>
#include <soc/usb.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_apollolake_config
 

Macros

#define MAX_PCIE_PORTS   6
 
#define CLKREQ_DISABLED   0xf
 

Typedefs

typedef struct soc_intel_apollolake_config config_t
 

Enumerations

enum  pnp_settings { PNP_PERF , PNP_POWER , PNP_PERF_POWER }
 

Macro Definition Documentation

◆ CLKREQ_DISABLED

#define CLKREQ_DISABLED   0xf

Definition at line 20 of file chip.h.

◆ MAX_PCIE_PORTS

#define MAX_PCIE_PORTS   6

Definition at line 19 of file chip.h.

Typedef Documentation

◆ config_t

Definition at line 1 of file chip.h.

Enumeration Type Documentation

◆ pnp_settings

Enumerator
PNP_PERF 
PNP_POWER 
PNP_PERF_POWER 

Definition at line 22 of file chip.h.