coreboot/src
Elyes HAOUAS 7ff2c17beb src: Remove unused <console/cbmem_console.h>
Found using:
diff <(git grep -l '#include <console/cbmem_console.h>' -- src/) <(git grep -l 'cbmemc_init\|cbmemc_tx_byte\|cbmem_dump_console' -- src/) |grep "<"

Change-Id: I24a6ab7420e079769e19793848c92c187529e253
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/60913
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin L Roth <martinroth@google.com>
2022-04-24 21:12:51 +00:00
..
acpi src/acpi/device: Early return in _ON if device already enabled 2022-04-14 22:30:05 +00:00
arch x86/mtrr: Print address ranges inclusive to be more consistent 2022-04-14 15:43:27 +00:00
commonlib commonlib: Replace 'stdlib' with 'stddef' 2022-04-24 18:31:14 +00:00
console src/console/Kconfig: Add option to disable loglevel prefix 2022-03-30 00:02:34 +00:00
cpu cpu/intel: Remove unused <acpi/acpi.h> 2022-04-24 18:28:37 +00:00
device device: Remove unused <cbmem.h> 2022-04-22 21:40:07 +00:00
drivers drivers: Remove unused <acpi/acpi.h> 2022-04-24 17:41:26 +00:00
ec ec/google/chromeec: Drop _PRS from static devices 2022-04-20 10:03:35 +00:00
include cpu/x86: Add function to set put_back_original_solution variable 2022-04-13 21:28:10 +00:00
lib lib/edid_fill_fb.c: Remove unused <bootsplash.h> 2022-04-24 17:44:24 +00:00
mainboard mainboard/intel: Remove unused <acpi/acpi.h> 2022-04-24 21:09:39 +00:00
northbridge nb/intel/i945/memmap.c: Fix TOLUD bit field mask 2022-04-22 21:35:35 +00:00
security src: Remove unused <console/cbmem_console.h> 2022-04-24 21:12:51 +00:00
soc src: Remove unused <console/cbmem_console.h> 2022-04-24 21:12:51 +00:00
southbridge southbridge/intel: Remove unused <acpi/acpi.h> 2022-04-24 21:10:30 +00:00
superio superio/smsc/mec1308: Drop _PRS from static devices 2022-04-20 10:02:17 +00:00
vendorcode soc/amd/sabrina/psp_verstage: Unify SVC ID 2022-04-24 18:35:27 +00:00
Kconfig Kconfig: Make HAVE_EM100_SUPPORT invisible 2022-04-19 13:04:25 +00:00