This website requires JavaScript.
44 changed files with
44 additions and
0 deletions
@ -20,6 +20,7 @@
# include <soc/pm.h>
# include <soc/soc_chip.h>
# include <soc/systemagent.h>
# include <static.h>
# include <types.h>
/*
@ -24,6 +24,7 @@
# include <soc/ramstage.h>
# include <soc/soc_chip.h>
# include <soc/tcss.h>
# include <static.h>
# if CONFIG(HAVE_ACPI_TABLES)
const char * soc_acpi_name ( const struct device * dev )
@ -21,6 +21,7 @@
# include <soc/pci_devs.h>
# include <soc/soc_chip.h>
# include <soc/soc_info.h>
# include <static.h>
bool cpu_soc_is_in_untrusted_mode ( void )
{
@ -13,6 +13,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 ] )
{
@ -32,6 +32,7 @@
# include <soc/ramstage.h>
# include <soc/soc_chip.h>
# include <soc/soc_info.h>
# include <static.h>
# include <stdlib.h>
# include <string.h>
# include <types.h>
@ -15,6 +15,7 @@
# include <soc/pci_devs.h>
# include <soc/pm.h>
# include <soc/soc_chip.h>
# include <static.h>
# include <stdint.h>
# include <bootstate.h>
@ -24,6 +24,7 @@
# include <soc/pm.h>
# include <soc/smbus.h>
# include <soc/soc_chip.h>
# include <static.h>
# include <types.h>
/*
@ -26,6 +26,7 @@
# include <soc/romstage.h>
# include <soc/soc_chip.h>
# include <soc/soc_info.h>
# include <static.h>
# include <string.h>
# include <ux_locales.h>
@ -12,6 +12,7 @@
# include <soc/iomap.h>
# include <soc/soc_chip.h>
# include <soc/systemagent.h>
# include <static.h>
/*
* SoC implementation
@ -2,6 +2,7 @@
# include <intelblocks/tcss.h>
# include <soc/soc_chip.h>
# include <static.h>
const struct soc_tcss_ops tcss_ops = {
. configure_aux_bias_pads = ioe_tcss_configure_aux_bias_pads_sbi ,
@ -20,6 +20,7 @@
# include <soc/pm.h>
# include <soc/soc_chip.h>
# include <soc/systemagent.h>
# include <static.h>
# include <types.h>
/*
@ -24,6 +24,7 @@
# include <soc/ramstage.h>
# include <soc/soc_chip.h>
# include <soc/tcss.h>
# include <static.h>
# if CONFIG(HAVE_ACPI_TABLES)
const char * soc_acpi_name ( const struct device * dev )
@ -20,6 +20,7 @@
# include <soc/msr.h>
# include <soc/pci_devs.h>
# include <soc/soc_chip.h>
# include <static.h>
bool cpu_soc_is_in_untrusted_mode ( void )
{
@ -13,6 +13,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 ] )
{
@ -16,6 +16,7 @@
# include <soc/intel/common/vbt.h>
# include <soc/pcie.h>
# include <soc/ramstage.h>
# include <static.h>
# define MAX_ONBOARD_PCIE_DEVICES 256
@ -15,6 +15,7 @@
# include <soc/pci_devs.h>
# include <soc/pm.h>
# include <soc/soc_chip.h>
# include <static.h>
# include <stdint.h>
# define PMC_HID "INTC1026"
@ -24,6 +24,7 @@
# include <soc/pm.h>
# include <soc/smbus.h>
# include <soc/soc_chip.h>
# include <static.h>
# include <types.h>
/*
@ -9,6 +9,7 @@
# include <soc/msr.h>
# include <soc/pcie.h>
# include <soc/romstage.h>
# include <static.h>
# define FSP_CLK_NOTUSED 0xff
# define FSP_CLK_LAN 0x70
@ -12,6 +12,7 @@
# include <soc/iomap.h>
# include <soc/soc_chip.h>
# include <soc/systemagent.h>
# include <static.h>
/*
* SoC implementation
@ -17,6 +17,7 @@
# include <soc/pm.h>
# include <soc/ramstage.h>
# include <soc/systemagent.h>
# include <static.h>
# include <string.h>
# include <types.h>
@ -18,6 +18,7 @@
# include <soc/pcr_ids.h>
# include <soc/pm.h>
# include <soc/pmc.h>
# include <static.h>
# include "../chip.h"
# define PCR_DMI_ACPIBA 0x27B4
@ -28,6 +28,7 @@
# include <soc/ramstage.h>
# include <soc/systemagent.h>
# include <soc/usb.h>
# include <static.h>
# include <string.h>
# include <types.h>
@ -21,6 +21,7 @@
# include <soc/pci_devs.h>
# include <soc/ramstage.h>
# include <soc/systemagent.h>
# include <static.h>
# include <types.h>
# include "chip.h"
@ -3,6 +3,7 @@
# include <acpi/acpi.h>
# include <soc/iomap.h>
# include <soc/pm.h>
# include <static.h>
# include "chip.h"
void soc_fill_fadt ( acpi_fadt_t * fadt )
@ -10,6 +10,7 @@
# include <soc/iomap.h>
# include <soc/pcr_ids.h>
# include <soc/intel/common/block/lpc/lpc_def.h>
# include <static.h>
# include "chip.h"
@ -11,6 +11,7 @@
# include <intelblocks/rtc.h>
# include <soc/pci_devs.h>
# include <soc/pm.h>
# include <static.h>
# include "chip.h"
@ -24,6 +24,7 @@
# include <soc/pmc.h>
# include <soc/smbus.h>
# include <security/vboot/vbnv.h>
# include <static.h>
# include "chip.h"
@ -10,6 +10,7 @@
# include <soc/pci_devs.h>
# include <soc/romstage.h>
# include <soc/soc_chip.h>
# include <static.h>
static void cpu_flex_override ( FSP_M_CONFIG * m_cfg )
{
@ -12,6 +12,7 @@
# include <soc/msr.h>
# include <soc/pci_devs.h>
# include <soc/systemagent.h>
# include <static.h>
# include <types.h>
# include "chip.h"
@ -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 .
@ -27,6 +27,7 @@
# include <soc/pci_devs.h>
# include <soc/pcr_ids.h>
# include <soc/pm.h>
# include <static.h>
# if CONFIG(SOC_INTEL_TIGERLAKE_PCH_H)
# define PCR_PSF3_TO_SHDW_PMC_REG_BASE 0x1000
@ -16,6 +16,7 @@
# include <soc/pci_devs.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 )
@ -20,6 +20,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 )
@ -20,6 +20,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 ] )
{
@ -27,6 +27,7 @@
# include <soc/ramstage.h>
# include <soc/soc_chip.h>
# include <soc/tcss.h>
# include <static.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 <bootstate.h>
# define PMC_HID "INTC1026"
@ -30,6 +30,7 @@
# include <soc/smbus.h>
# include <soc/soc_chip.h>
# include <security/vboot/vbnv.h>
# include <static.h>
/*
* SMI
@ -16,6 +16,7 @@
# include <soc/pci_devs.h>
# include <soc/romstage.h>
# include <soc/soc_chip.h>
# include <static.h>
# include <string.h>
static void soc_memory_init_params ( FSP_M_CONFIG * m_cfg ,
@ -17,6 +17,7 @@
# include <soc/iomap.h>
# include <soc/soc_chip.h>
# include <soc/systemagent.h>
# include <static.h>
/*
* SoC implementation
@ -9,6 +9,7 @@
# include <soc/pci_devs.h>
# include <soc/util.h>
# include <southbridge/intel/common/acpi_pirq_gen.h>
# include <static.h>
# include <stdint.h>
# include <stdio.h>
# include <stdlib.h>
@ -13,6 +13,7 @@
# include <soc/pci_devs.h>
# include <soc/intel/common/smbios.h>
# include <soc/soc_util.h>
# include <static.h>
# include <string.h>
# include "chip.h"
@ -4,6 +4,7 @@
# include <intelblocks/lpc_lib.h>
# include <soc/iomap.h>
# include <soc/pcr_ids.h>
# include <static.h>
# include <chip.h>
@ -4,6 +4,7 @@
# include <intelblocks/rtc.h>
# include <soc/romstage.h>
# include <soc/soc_util.h>
# include <static.h>
# include "chip.h"
@ -18,6 +18,7 @@
# include <soc/romstage.h>
# include <soc/pci_devs.h>
# include <soc/soc_pch.h>
# include <static.h>
# include <string.h>
# include <soc/config.h>
# include <soc/soc_util.h>