coreboot/src/drivers
Elyes HAOUAS c14ba95beb src/{drivers,lib}: Remove unused <console/console.h>
Found using:
diff <(git grep -l '#include <console/console.h>' -- src/) <(git grep -l 'console_time_report\|console_time_get_and_reset\|do_putchar\|vprintk\|printk\|console_log_level\|console_init\|get_log_level\|CONSOLE_ENABLE\|get_console_loglevel\|die_notify\|die_with_post_code\|die\|arch_post_code\|mainboard_post\|post_code\|RAM_SPEW\|RAM_DEBUG\|BIOS_EMERG\|BIOS_ALERT\|BIOS_CRIT\|BIOS_ERR\|BIOS_WARNING\|BIOS_NOTICE\|BIOS_INFO\|BIOS_DEBUG\|BIOS_SPEW\|BIOS_NEVER' -- src/) |grep "<"

Change-Id: Ifad13ef418db204cf132fe00f75c6e66cd2bc51b
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/60928
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
2022-01-14 00:29:02 +00:00
..
acpi/thermal_zone drivers/acpi: Add a chip driver to generate thermal zone 2021-05-20 08:01:11 +00:00
amd drivers/amd/agesa/romstage.c: Remove lapic_id check 2021-11-12 00:14:51 +00:00
ams include/bcd: move bcd code to commonlib/bsd/include 2021-08-23 14:08:47 +00:00
analogix/anx7625 drivers/analogix/anx7625: Utilize retry() macro 2021-12-02 08:23:55 +00:00
asmedia
aspeed src/drivers: Remove unused <delay.h> 2022-01-12 16:11:16 +00:00
broadcom
camera
crb src/acpi to src/lib: Fix spelling errors 2021-10-05 18:06:39 +00:00
elog drivers/elog/elog: Add timestamps to elog_init 2021-11-08 14:46:40 +00:00
emulation/qemu drivers/emulation/qemu: Add missing include for MMIO 2021-10-17 11:48:13 +00:00
generic src/{drivers,lib}: Remove unused <console/console.h> 2022-01-14 00:29:02 +00:00
genesyslogic drivers/genesyslogic/gl9750: Add driver for Genesys Logic GL9750 2021-11-23 09:19:25 +00:00
gfx/generic drivers/gfx/generic: Add optional _HID for gfx devices 2021-12-01 22:04:12 +00:00
i2c src/drivers/i2c/gpiomux: Remove unused <stdlib.h> 2022-01-10 23:43:53 +00:00
intel drivers/intel/fsp: Map FSP debug level to coreboot console level 2022-01-03 15:07:26 +00:00
ipmi drivers/ipmi: Change type of custom_count from int to size_t 2022-01-07 15:27:56 +00:00
lenovo src: Retype option API to use unsigned integers 2021-05-06 14:48:15 +00:00
maxim drivers/maxim/max77686/max77686.h: Remove repeated word 2021-01-18 07:39:21 +00:00
mipi mb/google/trogdor: Add mipi panel for wormdingler 2021-09-16 16:10:29 +00:00
mrc_cache drivers/mrc_cache: Avoid sizeof on struct type 2021-07-01 07:26:33 +00:00
net drivers/net/r8168: Modify to support RTL8125 LEDs 2021-12-23 21:15:13 +00:00
ocp/dmi cpu/x86/mp_init: use cb_err as status return type in remaining functions 2021-10-22 01:26:30 +00:00
parade google/trogdor: Add backlight support for Parade ps8640 2021-11-02 08:17:21 +00:00
pc80 drivers/pc80/tpm: Use '%u' as printf formatter for unsigned variables 2021-10-25 16:12:15 +00:00
pcie/rtd3/device drivers/pcie/rtd3/device: Add PCIe RTD3 driver 2021-06-07 11:35:47 +00:00
ricoh/rce822
secunet/dmi
siemens/nc_fpga drivers/siemens/nc_fpga: Add POST code over PCI 2021-11-17 14:26:47 +00:00
sil/3114
smmstore drivers/smmstore: Remove SMMSTORE_IN_CBFS 2021-11-27 19:23:14 +00:00
soundwire device/mipi: Move to drivers/mipi 2021-08-26 15:18:45 +00:00
spi drivers/spi/spi-generic: document SPI_CNTRLR_DEDUCT_CMD_LEN better 2021-12-15 22:39:21 +00:00
ti src/drivers: Remove unused <delay.h> 2022-01-12 16:11:16 +00:00
tpm src: Drop duplicated includes 2022-01-01 14:55:51 +00:00
uart drivers/uart: Let DRIVERS_UART_8250IO also depend on PPC64 2021-11-22 15:02:50 +00:00
usb drivers: Replace bad uses of find_resource 2021-11-04 17:34:56 +00:00
vpd commonlib/region: Turn addrspace_32bit into a more official API 2021-04-21 02:06:26 +00:00
wifi/generic src/drivers/wifi/generic/smbios.c: Remove unused <string.h> 2022-01-05 17:37:12 +00:00