coreboot-kgpe-d16/util/sconfig
Arthur Heymans 166de9997a util/sconfig: Don't hardcode PCI device domain
Use the domain number in static references to pci device so that

  device domain 0x20 on
          device pci 00.0 on end
  end

results in

  DEVTREE_CONST struct device *const __pci_32_00_0 = &dev_#something;

in static.c

Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Change-Id: I7a98b2325ee08feb1a3d1d4b333f3f4e53934b00
Reviewed-on: https://review.coreboot.org/c/coreboot/+/76466
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin Roth <martin.roth@amd.corp-partner.google.com>
2023-07-31 14:00:34 +00:00
..
description.md
lex.yy.c_shipped util/sconfig: Remove unused ioapic and irq keywords 2023-04-11 16:23:28 +00:00
main.c util/sconfig: Don't hardcode PCI device domain 2023-07-31 14:00:34 +00:00
Makefile.inc util: Add SPDX license headers to Makefiles 2022-11-22 12:47:09 +00:00
sconfig.h util/sconfig: Remove unused ioapic and irq keywords 2023-04-11 16:23:28 +00:00
sconfig.l util/sconfig: Remove unused ioapic and irq keywords 2023-04-11 16:23:28 +00:00
sconfig.tab.c_shipped util/sconfig: Remove unused ioapic and irq keywords 2023-04-11 16:23:28 +00:00
sconfig.tab.h_shipped util/sconfig: Remove unused ioapic and irq keywords 2023-04-11 16:23:28 +00:00
sconfig.y util/sconfig: Remove unused ioapic and irq keywords 2023-04-11 16:23:28 +00:00