Attention is currently required from: Nico Huber, Michał Żygowski. Hello build bot (Jenkins), Nico Huber, Thomas Heijligen,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/flashrom/+/55848
to look at the new patch set (#8).
Change subject: pcidev: Move pci device functions out of internal programmer ......................................................................
pcidev: Move pci device functions out of internal programmer
PCI device helper functions implemented in internal programmer are generic, not specific to this particular programmer. Move them to the common pcidev.c file which is included in all programmers requiring PCI and may be used not only for internal programmer.
Signed-off-by: Michał Żygowski michal.zygowski@3mdeb.com Change-Id: Ice40783a05c01cc78b34eb2c4a575554e9d55f8e --- M internal.c M pcidev.c 2 files changed, 58 insertions(+), 58 deletions(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/48/55848/8