diff options
author | Evgeny Zinoviev <me@ch1p.io> | 2021-02-06 21:36:06 +0300 |
---|---|---|
committer | Evgeny Zinoviev <me@ch1p.io> | 2021-02-06 21:36:06 +0300 |
commit | 8b69527544993db1a21974fce4e23ebe608ccdf5 (patch) | |
tree | 48e162119f9daceb3607e8669eebefacf789bf16 /src/soc/intel/tigerlake | |
parent | 7cffa9ed36562be010a6bac91f2469051e33049b (diff) | |
parent | cc5f7de34a857bc55e74e2d63093badd856919e8 (diff) |
Merge branch 'me-disable' into mbp10_1
Diffstat (limited to 'src/soc/intel/tigerlake')
-rw-r--r-- | src/soc/intel/tigerlake/acpi.c | 1 | ||||
-rw-r--r-- | src/soc/intel/tigerlake/chip.h | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/src/soc/intel/tigerlake/acpi.c b/src/soc/intel/tigerlake/acpi.c index cb1731f38c..f3e821f439 100644 --- a/src/soc/intel/tigerlake/acpi.c +++ b/src/soc/intel/tigerlake/acpi.c @@ -5,7 +5,6 @@ #include <acpi/acpigen.h> #include <device/mmio.h> #include <arch/smp/mpspec.h> -#include <cbmem.h> #include <console/console.h> #include <device/device.h> #include <device/pci_ops.h> diff --git a/src/soc/intel/tigerlake/chip.h b/src/soc/intel/tigerlake/chip.h index d3062cc720..edc716064f 100644 --- a/src/soc/intel/tigerlake/chip.h +++ b/src/soc/intel/tigerlake/chip.h @@ -105,6 +105,9 @@ struct soc_intel_tigerlake_config { /* Common struct containing power limits configuration information */ struct soc_power_limits_config power_limits_config[POWER_LIMITS_MAX]; + /* Configuration for boot TDP selection; */ + uint8_t ConfigTdpLevel; + /* Gpio group routed to each dword of the GPE0 block. Values are * of the form PMC_GPP_[A:U] or GPD. */ uint8_t pmc_gpe0_dw0; /* GPE0_31_0 STS/EN */ |