coreboot/util/sconfig
Nico Huber 7ac0f5b969 sconfig: Provide simple constants for aliased devices
Expose aliased PCI and PNP devices as `pci_/pnp_devfn_t` constants
in <static_devices.h>. They will be named `_sdev_<alias>` to have
a underscore prefix for consistency and to not collide with the
`struct device` objects (with `_dev_` prefix).

Change-Id: I2d1cfe12b1e7309f8235c84dd220bd090ebfe1b5
Signed-off-by: Nico Huber <nico.h@gmx.de>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/82764
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
2024-07-11 00:19:15 +00:00
..
description.md util: Add description.md to each util 2018-07-26 13:26:50 +00:00
lex.yy.c_shipped util/sconfig: Remove unused ioapic and irq keywords 2023-04-11 16:23:28 +00:00
main.c sconfig: Provide simple constants for aliased devices 2024-07-11 00:19:15 +00:00
Makefile.mk util: Rename Makefiles from .inc to .mk 2024-01-26 12:43:18 +00:00
sconfig.h device/device.h: Drop multiple links 2024-01-29 18:23:22 +00:00
sconfig.l util/sconfig: Remove unused ioapic and irq keywords 2023-04-11 16:23:28 +00:00
sconfig.tab.c_shipped device/device.h: Drop multiple links 2024-01-29 18:23:22 +00:00
sconfig.tab.h_shipped util/sconfig: Remove unused ioapic and irq keywords 2023-04-11 16:23:28 +00:00
sconfig.y device/device.h: Drop multiple links 2024-01-29 18:23:22 +00:00