diff options
Diffstat (limited to 'src/soc/amd/phoenix')
-rw-r--r-- | src/soc/amd/phoenix/acpi.c | 1 | ||||
-rw-r--r-- | src/soc/amd/phoenix/config.c | 1 | ||||
-rw-r--r-- | src/soc/amd/phoenix/fch.c | 1 | ||||
-rw-r--r-- | src/soc/amd/phoenix/fsp_m_params.c | 1 | ||||
-rw-r--r-- | src/soc/amd/phoenix/i2c.c | 1 | ||||
-rw-r--r-- | src/soc/amd/phoenix/root_complex.c | 1 |
6 files changed, 6 insertions, 0 deletions
diff --git a/src/soc/amd/phoenix/acpi.c b/src/soc/amd/phoenix/acpi.c index c6e06be0bb..a182dfbb12 100644 --- a/src/soc/amd/phoenix/acpi.c +++ b/src/soc/amd/phoenix/acpi.c @@ -18,6 +18,7 @@ #include <cpu/amd/cpuid.h> #include <device/device.h> #include <soc/iomap.h> +#include <static.h> #include <types.h> #include <vendorcode/amd/opensil/opensil.h> #include "chip.h" diff --git a/src/soc/amd/phoenix/config.c b/src/soc/amd/phoenix/config.c index b25298750a..664f09e3b9 100644 --- a/src/soc/amd/phoenix/config.c +++ b/src/soc/amd/phoenix/config.c @@ -2,6 +2,7 @@ #include <amdblocks/chip.h> #include <device/device.h> +#include <static.h> #include "chip.h" const struct soc_amd_common_config *soc_get_common_config(void) diff --git a/src/soc/amd/phoenix/fch.c b/src/soc/amd/phoenix/fch.c index 779d448682..52438e3821 100644 --- a/src/soc/amd/phoenix/fch.c +++ b/src/soc/amd/phoenix/fch.c @@ -16,6 +16,7 @@ #include <soc/i2c.h> #include <soc/smi.h> #include <soc/southbridge.h> +#include <static.h> #include "chip.h" /* diff --git a/src/soc/amd/phoenix/fsp_m_params.c b/src/soc/amd/phoenix/fsp_m_params.c index 06c712733c..45a038e6fc 100644 --- a/src/soc/amd/phoenix/fsp_m_params.c +++ b/src/soc/amd/phoenix/fsp_m_params.c @@ -13,6 +13,7 @@ #include <fsp/api.h> #include <soc/platform_descriptors.h> #include <soc/pci_devs.h> +#include <static.h> #include <string.h> #include <types.h> #include <vendorcode/amd/fsp/phoenix/FspUsb.h> diff --git a/src/soc/amd/phoenix/i2c.c b/src/soc/amd/phoenix/i2c.c index 8237b7d776..e069c230d4 100644 --- a/src/soc/amd/phoenix/i2c.c +++ b/src/soc/amd/phoenix/i2c.c @@ -4,6 +4,7 @@ #include <console/console.h> #include <soc/i2c.h> #include <soc/southbridge.h> +#include <static.h> #include "chip.h" /* Table to switch SCL pins to outputs to initially reset the I2C peripherals */ diff --git a/src/soc/amd/phoenix/root_complex.c b/src/soc/amd/phoenix/root_complex.c index 7fed3bdb31..724121c1aa 100644 --- a/src/soc/amd/phoenix/root_complex.c +++ b/src/soc/amd/phoenix/root_complex.c @@ -11,6 +11,7 @@ #include <device/device.h> #include <device/pci.h> #include <soc/iomap.h> +#include <static.h> #include <stdint.h> #include "chip.h" |