coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
chip.h File Reference
#include <intelblocks/cfg.h>
#include <drivers/i2c/designware/dw_i2c.h>
#include <drivers/intel/gma/gma.h>
#include <intelblocks/gpio.h>
#include <intelblocks/gspi.h>
#include <intelblocks/lpc_lib.h>
#include <intelblocks/power_limit.h>
#include <stdint.h>
#include <soc/pch.h>
#include <soc/pci_devs.h>
#include <soc/pm.h>
#include <soc/pmc.h>
#include <soc/sata.h>
#include <soc/serialio.h>
#include <soc/usb.h>
#include <soc/vr_config.h>
#include <soc/gpio_defs.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_cannonlake_config
 

Macros

#define SOC_INTEL_CML_UART_DEV_MAX   3
 
#define SOC_INTEL_CML_SATA_DEV_MAX   8
 

Typedefs

typedef struct soc_intel_cannonlake_config config_t
 

Enumerations

enum  chip_pl2_4_cfg { baseline , performance , value_not_set }
 

Macro Definition Documentation

◆ SOC_INTEL_CML_SATA_DEV_MAX

#define SOC_INTEL_CML_SATA_DEV_MAX   8

Definition at line 29 of file chip.h.

◆ SOC_INTEL_CML_UART_DEV_MAX

#define SOC_INTEL_CML_UART_DEV_MAX   3

Definition at line 28 of file chip.h.

Typedef Documentation

◆ config_t

Definition at line 1 of file chip.h.

Enumeration Type Documentation

◆ chip_pl2_4_cfg

Enumerator
baseline 
performance 
value_not_set 

Definition at line 31 of file chip.h.