diff options
Diffstat (limited to 'src/drivers')
-rw-r--r-- | src/drivers/amd/agesa/def_callouts.c | 1 | ||||
-rw-r--r-- | src/drivers/amd/agesa/heapmanager.c | 1 | ||||
-rw-r--r-- | src/drivers/amd/agesa/oem_s3.c | 1 | ||||
-rw-r--r-- | src/drivers/intel/fsp2_0/ppi/mp_service_ppi.c | 1 | ||||
-rw-r--r-- | src/drivers/spi/spi_flash.c | 1 |
5 files changed, 5 insertions, 0 deletions
diff --git a/src/drivers/amd/agesa/def_callouts.c b/src/drivers/amd/agesa/def_callouts.c index 92ccff8b73..fa41500e40 100644 --- a/src/drivers/amd/agesa/def_callouts.c +++ b/src/drivers/amd/agesa/def_callouts.c @@ -15,6 +15,7 @@ */ #include <cbfs.h> +#include <console/console.h> #include <spd_bin.h> #include <string.h> diff --git a/src/drivers/amd/agesa/heapmanager.c b/src/drivers/amd/agesa/heapmanager.c index a38696fc0f..513e8049b1 100644 --- a/src/drivers/amd/agesa/heapmanager.c +++ b/src/drivers/amd/agesa/heapmanager.c @@ -20,6 +20,7 @@ #include <northbridge/amd/agesa/BiosCallOuts.h> #include <arch/acpi.h> +#include <console/console.h> #include <string.h> /* BIOS_HEAP_START_ADDRESS is only for cold boots. */ diff --git a/src/drivers/amd/agesa/oem_s3.c b/src/drivers/amd/agesa/oem_s3.c index 586189b406..acd34b8edf 100644 --- a/src/drivers/amd/agesa/oem_s3.c +++ b/src/drivers/amd/agesa/oem_s3.c @@ -17,6 +17,7 @@ #include <spi_flash.h> #include <string.h> #include <cbmem.h> +#include <console/console.h> #include <program_loading.h> #include <northbridge/amd/agesa/state_machine.h> #include <AGESA.h> diff --git a/src/drivers/intel/fsp2_0/ppi/mp_service_ppi.c b/src/drivers/intel/fsp2_0/ppi/mp_service_ppi.c index fe6c4b36b8..00f630747a 100644 --- a/src/drivers/intel/fsp2_0/ppi/mp_service_ppi.c +++ b/src/drivers/intel/fsp2_0/ppi/mp_service_ppi.c @@ -14,6 +14,7 @@ */ #include <assert.h> +#include <console/console.h> #include <cpu/cpu.h> #include <cpu/x86/mp.h> #include <cpu/x86/lapic.h> diff --git a/src/drivers/spi/spi_flash.c b/src/drivers/spi/spi_flash.c index 82398ddf06..fc831c3e9c 100644 --- a/src/drivers/spi/spi_flash.c +++ b/src/drivers/spi/spi_flash.c @@ -10,6 +10,7 @@ #include <arch/early_variables.h> #include <assert.h> #include <boot_device.h> +#include <console/console.h> #include <cpu/x86/smm.h> #include <stdlib.h> #include <string.h> |