Attention is currently required from: Nico Huber, Anastasia Klimchuk, Peter Marheine. Hello build bot (Jenkins), Nico Huber, Anastasia Klimchuk, Peter Marheine,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/flashrom/+/59278
to look at the new patch set (#3).
Change subject: programmer.h: Make pacc global state static local ......................................................................
programmer.h: Make pacc global state static local
chipset_enable.c has some fragile pci logic to deal with Intel's complexity of finding the SPI controller on the ICH.
Here we provide function to allow pushing the scope of pci access global state inwards into a static local of just pcidev. While by no means perfection, this does at least make it easier to reason about 'pacc' control flow now.
BUG=none TEST=builds
Change-Id: I3bea1b93a7ca81dd42a64eec1e49a10f1fbda850 Signed-off-by: Edward O'Callaghan quasisec@google.com --- M chipset_enable.c M pcidev.c M programmer.h 3 files changed, 12 insertions(+), 6 deletions(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/78/59278/3