Attention is currently required from: Evan Benn.
Hello build bot (Jenkins), Peter Marheine,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/flashrom/+/72004
to look at the new patch set (#6).
Change subject: flashrom_tester: Use Range and usize for all ranges ......................................................................
flashrom_tester: Use Range and usize for all ranges
i64 was being used for various range and size types. Use an unsigned type as returned by libflashrom. Replace the undocumented i64 pair types representing start,end with a built in range to eliminate ambiguity.
BUG=b:236085139 BRANCH=None TEST=None
Change-Id: Ic09be66c3598acf45fbe8952093006a9b185810a Signed-off-by: Evan Benn evanbenn@chromium.org --- M util/flashrom_tester/flashrom/src/cmd.rs M util/flashrom_tester/flashrom/src/flashromlib.rs M util/flashrom_tester/flashrom/src/lib.rs M util/flashrom_tester/src/tester.rs M util/flashrom_tester/src/tests.rs M util/flashrom_tester/src/utils.rs 6 files changed, 71 insertions(+), 55 deletions(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/04/72004/6