coreboot-kgpe-d16/src/mainboard/lenovo/x60
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
..
acpi
acpi_tables.c
board_info.txt
cmos.default
cmos.layout
cstates.c cpu/intel/speedstep: Constify get_cst_entries() 2021-10-19 15:00:01 +00:00
data.vbt
devicetree.cb mb/lenovo/x60: Fix devicetree hierarchy 2021-09-08 18:52:15 +00:00
dock.c
dock.h
dsdt.asl
early_init.c
gpio.c
hda_verb.c
irq_tables.c
Kconfig mb/*: Specify type of FMDFILE once 2021-07-26 14:06:57 +00:00
Kconfig.name
mainboard.c src: Make PCI ID define names shorter 2022-03-07 08:32:09 +00:00
Makefile.inc
mptable.c mb/*/mptable.c: Replace magic constants 2021-06-14 05:14:06 +00:00
smi.h
smihandler.c
vboot-rwa.fmd