coreboot/src/drivers/uart
Nicholas Sudsgaard bfb11bec3b include/device/device.h: Remove CHIP_NAME() macro
Macros can be confusing on their own; hiding commas make things worse.
This can sometimes be downright misleading. A "good" example would be
the code in soc/intel/xeon_sp/spr/chip.c:

CHIP_NAME("Intel SapphireRapids-SP").enable_dev = chip_enable_dev,

This appears as CHIP_NAME() being some struct when in fact these are
defining 2 separate members of the same struct.

It was decided to remove this macro altogether, as it does not do
anything special and incurs a maintenance burden.

Change-Id: Iaed6dfb144bddcf5c43634b0c955c19afce388f0
Signed-off-by: Nicholas Sudsgaard <devel+coreboot@nsudsgaard.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/80239
Reviewed-by: Yidi Lin <yidilin@google.com>
Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
Reviewed-by: Jakub Czapiga <czapiga@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Matt DeVillier <matt.devillier@amd.corp-partner.google.com>
2024-01-31 09:51:58 +00:00
..
acpi include/device/device.h: Remove CHIP_NAME() macro 2024-01-31 09:51:58 +00:00
Kconfig drivers/uart/Kconfig: Drop unused Kconfig symbol 2022-11-17 13:26:55 +00:00
Makefile.mk driver/parade to /driver/wwan: Rename Makefiles from .inc to .mk 2024-01-24 10:04:33 +00:00
oxpcie.c treewide: Remove duplicated include <device/pci.h> 2023-02-01 03:03:34 +00:00
oxpcie_early.c drivers/uart/oxpcie: Fix broken console output 2023-07-14 15:28:39 +00:00
pl011.c drivers/uart/pl011.c Perform basic UART init 2023-12-13 14:27:09 +00:00
pl011.h src: Remove extra lines in license header 2020-07-26 20:57:18 +00:00
sifive.c lib/coreboot_table: Simplify API to set up lb_serial 2022-11-04 19:17:13 +00:00
uart8250io.c lib/coreboot_table: Simplify API to set up lb_serial 2022-11-04 19:17:13 +00:00
uart8250mem.c lib/coreboot_table: Simplify API to set up lb_serial 2022-11-04 19:17:13 +00:00
uart8250reg.h src/drivers/uart: Add definition of FIFO enabled in IIR 2022-10-25 15:11:59 +00:00
util.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00