This website requires JavaScript.
52 changed files with
52 additions and
0 deletions
@ -19,6 +19,7 @@
# include <soc/pm.h>
# include <soc/soc_chip.h>
# include <soc/systemagent.h>
# include <static.h>
# include <cpu/cpu.h>
# include <types.h>
@ -20,6 +20,7 @@
# include <soc/pcie.h>
# include <soc/ramstage.h>
# include <soc/soc_chip.h>
# include <static.h>
# if CONFIG(HAVE_ACPI_TABLES)
const char * soc_acpi_name ( const struct device * dev )
@ -24,6 +24,7 @@
# include <soc/msr.h>
# include <soc/pci_devs.h>
# include <soc/soc_chip.h>
# include <static.h>
# include <types.h>
enum alderlake_model {
@ -19,6 +19,7 @@
# include <soc/pci_devs.h>
# include <soc/pcr_ids.h>
# include <soc/soc_chip.h>
# include <static.h>
void soc_get_gen_io_dec_range ( uint32_t gen_io_dec [ LPC_NUM_GENERIC_IO_RANGES ] )
{
@ -26,6 +26,7 @@
# include <soc/soc_chip.h>
# include <soc/systemagent.h>
# include <spi-generic.h>
# include <static.h>
# define CAMERA1_CLK 0x8000 /* Camera 1 Clock */
# define CAMERA2_CLK 0x8080 /* Camera 2 Clock */
@ -32,6 +32,7 @@
# include <soc/pcie.h>
# include <soc/ramstage.h>
# include <soc/soc_chip.h>
# include <static.h>
# include <stdlib.h>
# include <string.h>
# include <types.h>
@ -20,6 +20,7 @@
# include <soc/pci_devs.h>
# include <soc/pm.h>
# include <soc/soc_chip.h>
# include <static.h>
# include <stdint.h>
# include <bootstate.h>
@ -30,6 +30,7 @@
# include <soc/pm.h>
# include <soc/smbus.h>
# include <soc/soc_chip.h>
# include <static.h>
# include <types.h>
/*
@ -22,6 +22,7 @@
# include <soc/pcie.h>
# include <soc/romstage.h>
# include <soc/soc_chip.h>
# include <static.h>
# include <string.h>
# include "ux.h"
@ -4,6 +4,7 @@
# include <drivers/intel/gma/i915_reg.h>
# include <intelblocks/early_graphics.h>
# include <soc/soc_chip.h>
# include <static.h>
void early_graphics_soc_panel_init ( void )
{
@ -19,6 +19,7 @@
# include <soc/soc_chip.h>
# include <soc/systemagent.h>
# include <spi_flash.h>
# include <static.h>
# include <stddef.h>
/*
@ -19,6 +19,7 @@
# include <soc/nvs.h>
# include <soc/pci_devs.h>
# include <soc/systemagent.h>
# include <static.h>
# include "chip.h"
@ -22,6 +22,7 @@
# include <soc/pci_devs.h>
# include <soc/pm.h>
# include <spi-generic.h>
# include <static.h>
static const struct pad_config tpm_spi_configs [ ] = {
# if CONFIG(SOC_INTEL_GEMINILAKE)
@ -35,6 +35,7 @@
# include <soc/pm.h>
# include <soc/systemagent.h>
# include <spi-generic.h>
# include <static.h>
# include <timer.h>
# include <soc/ramstage.h>
# include <soc/soc_chip.h>
@ -6,6 +6,7 @@
# include <soc/pcr_ids.h>
# include <soc/pm.h>
# include <soc/intel/common/block/lpc/lpc_def.h>
# include <static.h>
# include "chip.h"
void soc_get_gen_io_dec_range ( uint32_t gen_io_dec [ LPC_NUM_GENERIC_IO_RANGES ] )
@ -19,6 +19,7 @@
# include <soc/pm.h>
# include <soc/smbus.h>
# include <security/vboot/vbnv.h>
# include <static.h>
# include "chip.h"
@ -5,6 +5,7 @@
# include <intelblocks/pcr.h>
# include <soc/pci_devs.h>
# include <soc/pnpconfig.h>
# include <static.h>
# include "chip.h"
static const struct pnpconfig perf [ ] = {
@ -11,6 +11,7 @@
# include <soc/pci_devs.h>
# include <soc/pm.h>
# include <soc/romstage.h>
# include <static.h>
# include "../chip.h"
/* This sequence signals the PUNIT to start running. */
@ -6,6 +6,7 @@
# include <soc/pei_data.h>
# include <soc/pei_wrapper.h>
# include <soc/intel/broadwell/chip.h>
# include <static.h>
static void ABI_X86 send_to_console ( unsigned char b )
{
@ -18,6 +18,7 @@
# include <soc/pci_devs.h>
# include <soc/pm.h>
# include <soc/systemagent.h>
# include <static.h>
# include "chip.h"
@ -15,6 +15,7 @@
# include <cpu/x86/mtrr.h>
# include <cpu/intel/microcode.h>
# include <cpu/intel/common/common.h>
# include <static.h>
# include <types.h>
# include "chip.h"
@ -21,6 +21,7 @@
# include <soc/smbus.h>
# include <soc/systemagent.h>
# include <spi-generic.h>
# include <static.h>
# include "chip.h"
@ -16,6 +16,7 @@
# include <soc/intel/common/vbt.h>
# include <soc/pci_devs.h>
# include <soc/ramstage.h>
# include <static.h>
# include <string.h>
# include <types.h>
@ -2,6 +2,7 @@
# include <gpio.h>
# include <soc/soc_chip.h>
# include <static.h>
/*
* Routine to perform below operations :
@ -13,6 +13,7 @@
# include <soc/lpc.h>
# include <soc/pci_devs.h>
# include <soc/pcr_ids.h>
# include <static.h>
# include "chip.h"
@ -10,6 +10,7 @@
# include <intelblocks/rtc.h>
# include <soc/pci_devs.h>
# include <soc/pm.h>
# include <static.h>
# include "chip.h"
@ -23,6 +23,7 @@
# include <soc/pm.h>
# include <soc/smbus.h>
# include <security/vboot/vbnv.h>
# include <static.h>
# include "chip.h"
@ -9,6 +9,7 @@
# include <soc/cpu.h>
# include <soc/iomap.h>
# include <soc/systemagent.h>
# include <static.h>
# include "chip.h"
/*
@ -5,6 +5,7 @@
# include <fsp/api.h>
# include <soc/ramstage.h>
# include <soc/vr_config.h>
# include <static.h>
# include <console/console.h>
# include <intelblocks/cpulib.h>
@ -1,6 +1,7 @@
/* SPDX-License-Identifier: GPL-2.0-only */
# include <soc/soc_chip.h>
# include <static.h>
struct soc_intel_common_config * chip_get_common_soc_structure ( void )
{
@ -13,6 +13,7 @@
# include <intelblocks/msr.h>
# include <smp/node.h>
# include <soc/soc_chip.h>
# include <static.h>
# include <types.h>
# define CPUID_PROCESSOR_FREQUENCY 0X16
@ -10,6 +10,7 @@
# include <soc/pci_devs.h>
# include <soc/soc_chip.h>
# include <soc/systemagent.h>
# include <static.h>
/* Convert time in seconds to POWER_LIMIT_1_TIME MSR value */
static const u8 power_limit_time_sec_to_msr [ ] = {
@ -19,6 +19,7 @@
# include <soc/pm.h>
# include <soc/soc_chip.h>
# include <soc/systemagent.h>
# include <static.h>
/*
* List of supported C - states in this processor .
@ -16,6 +16,7 @@
# include <soc/pcie.h>
# include <soc/ramstage.h>
# include <soc/soc_chip.h>
# include <static.h>
# if CONFIG(HAVE_ACPI_TABLES)
const char * soc_acpi_name ( const struct device * dev )
@ -14,6 +14,7 @@
# include <soc/msr.h>
# include <soc/pci_devs.h>
# include <soc/soc_chip.h>
# include <static.h>
# include <types.h>
bool cpu_soc_is_in_untrusted_mode ( void )
@ -14,6 +14,7 @@
# include <soc/pci_devs.h>
# include <soc/pcr_ids.h>
# include <soc/soc_chip.h>
# include <static.h>
void soc_get_gen_io_dec_range ( uint32_t gen_io_dec [ LPC_NUM_GENERIC_IO_RANGES ] )
{
@ -15,6 +15,7 @@
# include <soc/pci_devs.h>
# include <soc/ramstage.h>
# include <soc/soc_chip.h>
# include <static.h>
# include <types.h>
/* SATA DEVSLP idle timeout default values */
@ -11,6 +11,7 @@
# include <soc/pci_devs.h>
# include <soc/pm.h>
# include <soc/soc_chip.h>
# include <static.h>
static void config_deep_sX ( uint32_t offset , uint32_t mask , int sx , int enable )
{
@ -24,6 +24,7 @@
# include <soc/pm.h>
# include <soc/smbus.h>
# include <soc/soc_chip.h>
# include <static.h>
/*
* SMI
@ -11,6 +11,7 @@
# include <soc/pcie.h>
# include <soc/romstage.h>
# include <soc/soc_chip.h>
# include <static.h>
/* ISA Serial Base selection. */
enum {
@ -9,6 +9,7 @@
# include <soc/iomap.h>
# include <soc/soc_chip.h>
# include <soc/systemagent.h>
# include <static.h>
/*
* SoC implementation
@ -19,6 +19,7 @@
# include <soc/pm.h>
# include <soc/soc_chip.h>
# include <soc/systemagent.h>
# include <static.h>
/*
* List of supported C - states in this processor .
@ -16,6 +16,7 @@
# include <soc/pcie.h>
# include <soc/ramstage.h>
# include <soc/soc_chip.h>
# include <static.h>
# if CONFIG(HAVE_ACPI_TABLES)
const char * soc_acpi_name ( const struct device * dev )
@ -14,6 +14,7 @@
# include <soc/msr.h>
# include <soc/pci_devs.h>
# include <soc/soc_chip.h>
# include <static.h>
# include <types.h>
bool cpu_soc_is_in_untrusted_mode ( void )
@ -14,6 +14,7 @@
# include <soc/pci_devs.h>
# include <soc/pcr_ids.h>
# include <soc/soc_chip.h>
# include <static.h>
void soc_get_gen_io_dec_range ( uint32_t gen_io_dec [ LPC_NUM_GENERIC_IO_RANGES ] )
{
@ -19,6 +19,7 @@
# include <soc/soc_chip.h>
# include <soc/systemagent.h>
# include <spi-generic.h>
# include <static.h>
# define CAMERA1_CLK 0x8000 /* Camera 1 Clock */
# define CAMERA2_CLK 0x8080 /* Camera 2 Clock */
@ -14,6 +14,7 @@
# include <soc/pci_devs.h>
# include <soc/ramstage.h>
# include <soc/soc_chip.h>
# include <static.h>
# include <string.h>
# include <types.h>
@ -11,6 +11,7 @@
# include <soc/pci_devs.h>
# include <soc/pm.h>
# include <soc/soc_chip.h>
# include <static.h>
static void config_deep_sX ( uint32_t offset , uint32_t mask , int sx , int enable )
{
@ -24,6 +24,7 @@
# include <soc/smbus.h>
# include <soc/soc_chip.h>
# include <security/vboot/vbnv.h>
# include <static.h>
/*
* SMI
@ -11,6 +11,7 @@
# include <soc/pcie.h>
# include <soc/romstage.h>
# include <soc/soc_chip.h>
# include <static.h>
static void soc_memory_init_params ( FSP_M_CONFIG * m_cfg ,
const struct soc_intel_jasperlake_config * config )
@ -11,6 +11,7 @@
# include <soc/iomap.h>
# include <soc/soc_chip.h>
# include <soc/systemagent.h>
# include <static.h>
/*
* SoC implementation
@ -4,6 +4,7 @@
# include <device/mmio.h>
# include <intelblocks/xhci.h>
# include <soc/soc_chip.h>
# include <static.h>
# define XHCI_USB2_PORT_STATUS_REG 0x480
# define XHCI_USB3_PORT_STATUS_REG 0x500