summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2022-01-12 21:15:21 +0100
committerFelix Held <felix-coreboot@felixheld.de>2022-04-22 21:37:56 +0000
commitafeaa4dfc3d5b147e9f77be71cd8a88f770257bc (patch)
tree4d4d369c4ce1f2c1402429644a5f6a41185d5b11
parentf759a6257c0de47a579ec5fdfbd9d88f063669ec (diff)
downloadcoreboot-afeaa4dfc3d5b147e9f77be71cd8a88f770257bc.tar.gz
coreboot-afeaa4dfc3d5b147e9f77be71cd8a88f770257bc.tar.bz2
coreboot-afeaa4dfc3d5b147e9f77be71cd8a88f770257bc.zip
soc/intel: Remove unused <cbmem.h>
Change-Id: I529c822c9e952dae6613d3de64f6709e0fd9b385 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/61056 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
-rw-r--r--src/soc/intel/alderlake/crashlog.c1
-rw-r--r--src/soc/intel/apollolake/chip.c1
-rw-r--r--src/soc/intel/broadwell/romstage.c1
-rw-r--r--src/soc/intel/cannonlake/fsp_params.c1
-rw-r--r--src/soc/intel/skylake/chip.c1
-rw-r--r--src/soc/intel/tigerlake/crashlog_lib.c1
6 files changed, 0 insertions, 6 deletions
diff --git a/src/soc/intel/alderlake/crashlog.c b/src/soc/intel/alderlake/crashlog.c
index ee66730a68cc..7bfa70baeb4e 100644
--- a/src/soc/intel/alderlake/crashlog.c
+++ b/src/soc/intel/alderlake/crashlog.c
@@ -1,7 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0-only */
#include <console/console.h>
-#include <cbmem.h>
#include <intelblocks/crashlog.h>
#include <string.h>
#include <soc/crashlog.h>
diff --git a/src/soc/intel/apollolake/chip.c b/src/soc/intel/apollolake/chip.c
index 3ee49209db2d..c98d1c480aff 100644
--- a/src/soc/intel/apollolake/chip.c
+++ b/src/soc/intel/apollolake/chip.c
@@ -3,7 +3,6 @@
#include <acpi/acpi.h>
#include <bootsplash.h>
#include <bootstate.h>
-#include <cbmem.h>
#include <console/console.h>
#include <cpu/x86/mp.h>
#include <device/mmio.h>
diff --git a/src/soc/intel/broadwell/romstage.c b/src/soc/intel/broadwell/romstage.c
index 09a7283c1414..65fe7ec0c34f 100644
--- a/src/soc/intel/broadwell/romstage.c
+++ b/src/soc/intel/broadwell/romstage.c
@@ -2,7 +2,6 @@
#include <acpi/acpi.h>
#include <arch/romstage.h>
-#include <cbmem.h>
#include <cf9_reset.h>
#include <console/console.h>
#include <cpu/intel/haswell/haswell.h>
diff --git a/src/soc/intel/cannonlake/fsp_params.c b/src/soc/intel/cannonlake/fsp_params.c
index 1726cd7c2085..7051f513bd7b 100644
--- a/src/soc/intel/cannonlake/fsp_params.c
+++ b/src/soc/intel/cannonlake/fsp_params.c
@@ -1,7 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0-only */
#include <bootsplash.h>
-#include <cbmem.h>
#include <console/console.h>
#include <device/device.h>
#include <device/pci.h>
diff --git a/src/soc/intel/skylake/chip.c b/src/soc/intel/skylake/chip.c
index 7c77a8966cf7..f59b4c3c73f4 100644
--- a/src/soc/intel/skylake/chip.c
+++ b/src/soc/intel/skylake/chip.c
@@ -1,7 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0-only */
#include <bootsplash.h>
-#include <cbmem.h>
#include <fsp/api.h>
#include <acpi/acpi.h>
#include <console/console.h>
diff --git a/src/soc/intel/tigerlake/crashlog_lib.c b/src/soc/intel/tigerlake/crashlog_lib.c
index aec4aef41854..bde641d47553 100644
--- a/src/soc/intel/tigerlake/crashlog_lib.c
+++ b/src/soc/intel/tigerlake/crashlog_lib.c
@@ -1,7 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0-only */
#include <console/console.h>
-#include <cbmem.h>
#include <intelblocks/crashlog.h>
#include <string.h>
#include <soc/crashlog.h>