coreboot/src/drivers/generic
Felix Singer 43b7f41678 src: Make PCI ID define names shorter
Shorten define names containing PCI_{DEVICE,VENDOR}_ID_ with
PCI_{DID,VID}_ using the commands below, which also take care of some
spacing issues. An additional clean up of pci_ids.h is done in
CB:61531.

Used commands:
* find -type f -exec sed -i 's/PCI_\([DV]\)\(EVICE\|ENDOR\)_ID_\([_0-9A-Za-z]\{2\}\([_0-9A-Za-z]\{8\}\)*[_0-9A-Za-z]\{0,5\}\)\t/PCI_\1ID_\3\t\t/g'

* find -type f -exec sed -i 's/PCI_\([DV]\)\(EVICE\|ENDOR\)_ID_\([_0-9A-Za-z]*\)/PCI_\1ID_\3/g'

Change-Id: If9027700f53b6d0d3964c26a41a1f9b8f62be178
Signed-off-by: Felix Singer <felixsinger@posteo.net>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/39331
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
2022-03-07 08:32:09 +00:00
..
adau7002 acpi: Call acpi_fill_ssdt() only for enabled devices 2020-11-09 07:24:13 +00:00
alc1015 drivers/generic/alc1015: Add HID to support alc1019 2021-08-12 17:57:55 +00:00
bayhub src: Make PCI ID define names shorter 2022-03-07 08:32:09 +00:00
bayhub_lv2 src: Make PCI ID define names shorter 2022-03-07 08:32:09 +00:00
cbfs-serial cbfs: Replace more instances of cbfs_boot_locate() with newer APIs 2021-03-17 08:10:20 +00:00
gpio_keys src/acpi to src/lib: Fix spelling errors 2021-10-05 18:06:39 +00:00
ioapic src/{drivers,lib}: Remove unused <console/console.h> 2022-01-14 00:29:02 +00:00
max98357a drivers/generic/max98357a: Use depends HAVE_ACPI_TABLES 2021-03-04 08:47:58 +00:00
nau8315 src/drivers/generic/nau8315: Add nau8315 support 2021-04-06 07:03:15 +00:00