coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
chip.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #ifndef _SOC_INTEL_BROADWELL_PCH_CHIP_H_
4 #define _SOC_INTEL_BROADWELL_PCH_CHIP_H_
5 
6 #include <types.h>
7 
9  /* GPE configuration */
14 
15  /* GPIO SMI configuration */
17 
18  /* IDE configuration */
28 
29  /*
30  * SATA DEVSLP Mux
31  * 0 = port 0 DEVSLP on DEVSLP0/GPIO33
32  * 1 = port 3 DEVSLP on DEVSLP0/GPIO33
33  */
35 
36  /*
37  * DEVSLP Disable
38  * 0: DEVSLP is enabled
39  * 1: DEVSLP is disabled
40  */
42 
43  /* Generic IO decode ranges */
48 
49  /* Enable linear PCIe Root Port function numbers starting at zero */
51 
52  /* Force root port ASPM configuration with port bitmap */
54 
55  /* Put SerialIO devices into ACPI mode instead of a PCI device */
57 
58  /* I2C voltage select: 0=3.3V 1=1.8V */
61 
62  /* Enable ADSP power gating features */
65 
66  /*
67  * Clock Disable Map:
68  * [21:16] = CLKOUT_PCIE# 5-0
69  * [24] = CLKOUT_ITPXDP
70  */
72 
73  /* Deep SX enable */
76 };
77 
78 #endif
unsigned int uint32_t
Definition: stdint.h:14
unsigned char uint8_t
Definition: stdint.h:8
uint32_t sata_port1_gen3_dtle
Definition: chip.h:25
uint32_t sata_port3_gen3_dtle
Definition: chip.h:27
uint32_t sata_port0_gen3_dtle
Definition: chip.h:24
uint32_t sata_port2_gen3_dtle
Definition: chip.h:26