coreboot-kgpe-d16/util/sconfig
Furquan Shaikh 9f681d2d7c util/sconfig: Move chip instance id assignment to emit_chips()
This change moves the assignment of id for chip instance from
new_chip_instance() to emit_chips(). This is similar to the previous
change for moving dev id assignment to happen much later.

This ensures that the same ID gets assigned to a chip when adding
support for device trees which makes it easier to compare static.c
files.

BUG=b:155549176

Change-Id: I3efa9af5ed91123675be42bce1cb389bad19cb62
Signed-off-by: Furquan Shaikh <furquan@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/41006
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
2020-05-07 11:55:35 +00:00
..
Makefile.inc commonlib: Add commonlib/bsd 2020-01-28 06:36:13 +00:00
description.md util: Add description.md to each util 2018-07-26 13:26:50 +00:00
lex.yy.c_shipped Add configurable ramstage support for minimal PCI scanning 2020-02-08 18:57:36 +00:00
main.c util/sconfig: Move chip instance id assignment to emit_chips() 2020-05-07 11:55:35 +00:00
sconfig.h util/sconfig: Drop id from struct device maintained by sconfig 2020-05-07 11:55:27 +00:00
sconfig.l Add configurable ramstage support for minimal PCI scanning 2020-02-08 18:57:36 +00:00
sconfig.tab.c_shipped sconfig: Allow `register` entries below devices, too 2020-05-05 13:03:29 +00:00
sconfig.tab.h_shipped sconfig: Allow `register` entries below devices, too 2020-05-05 13:03:29 +00:00
sconfig.y sconfig: Allow `register` entries below devices, too 2020-05-05 13:03:29 +00:00