diff options
Diffstat (limited to 'src/soc/amd/picasso')
-rw-r--r-- | src/soc/amd/picasso/config.c | 1 | ||||
-rw-r--r-- | src/soc/amd/picasso/fch.c | 1 | ||||
-rw-r--r-- | src/soc/amd/picasso/fsp_m_params.c | 1 | ||||
-rw-r--r-- | src/soc/amd/picasso/fsp_s_params.c | 1 | ||||
-rw-r--r-- | src/soc/amd/picasso/i2c.c | 1 | ||||
-rw-r--r-- | src/soc/amd/picasso/root_complex.c | 1 |
6 files changed, 6 insertions, 0 deletions
diff --git a/src/soc/amd/picasso/config.c b/src/soc/amd/picasso/config.c index 1836825ee3..ed8834d241 100644 --- a/src/soc/amd/picasso/config.c +++ b/src/soc/amd/picasso/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/picasso/fch.c b/src/soc/amd/picasso/fch.c index 8952c168d2..3550349158 100644 --- a/src/soc/amd/picasso/fch.c +++ b/src/soc/amd/picasso/fch.c @@ -21,6 +21,7 @@ #include <soc/smi.h> #include <soc/amd_pci_int_defs.h> #include <soc/pci_devs.h> +#include <static.h> #include <types.h> #include "chip.h" diff --git a/src/soc/amd/picasso/fsp_m_params.c b/src/soc/amd/picasso/fsp_m_params.c index 0be815e7f5..d1280fd032 100644 --- a/src/soc/amd/picasso/fsp_m_params.c +++ b/src/soc/amd/picasso/fsp_m_params.c @@ -8,6 +8,7 @@ #include <soc/platform_descriptors.h> #include <soc/pci_devs.h> #include <soc/fsp.h> +#include <static.h> #include <types.h> #include "chip.h" diff --git a/src/soc/amd/picasso/fsp_s_params.c b/src/soc/amd/picasso/fsp_s_params.c index c35612dd59..9f491d6516 100644 --- a/src/soc/amd/picasso/fsp_s_params.c +++ b/src/soc/amd/picasso/fsp_s_params.c @@ -7,6 +7,7 @@ #include <soc/pci_devs.h> #include <soc/platform_descriptors.h> #include <soc/soc_util.h> +#include <static.h> #include <fsp/api.h> #include "chip.h" diff --git a/src/soc/amd/picasso/i2c.c b/src/soc/amd/picasso/i2c.c index d71843658b..bcebbc31c3 100644 --- a/src/soc/amd/picasso/i2c.c +++ b/src/soc/amd/picasso/i2c.c @@ -7,6 +7,7 @@ #include <soc/iomap.h> #include <soc/pci_devs.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/picasso/root_complex.c b/src/soc/amd/picasso/root_complex.c index a3bd729ce0..aa75f0b8c2 100644 --- a/src/soc/amd/picasso/root_complex.c +++ b/src/soc/amd/picasso/root_complex.c @@ -8,6 +8,7 @@ #include <arch/ioapic.h> #include <device/device.h> #include <device/pci.h> +#include <static.h> #include <stdint.h> #include <soc/iomap.h> #include "chip.h" |