Page MenuHomeSolus

Initial commit of flashrom
ClosedPublic

Authored by davidjharder on Nov 29 2018, 2:27 AM.
Tags
None
Referenced Files
F11073519: D4484.diff
Sat, Aug 12, 4:37 AM
F11004389: D4484.diff
Tue, Aug 1, 1:03 AM
F10851214: D4484.id11168.diff
Jun 12 2023, 10:23 AM
F10848900: D4484.id11339.diff
Jun 11 2023, 5:06 PM
F10847858: D4484.id11016.diff
Jun 11 2023, 12:21 PM
F10845963: D4484.id11015.diff
Jun 11 2023, 3:09 AM
F10845138: D4484.id11169.diff
Jun 10 2023, 11:10 PM
F10843671: D4484.id11213.diff
Jun 10 2023, 6:50 PM

Details

Reviewers
DataDrake
Group Reviewers
Triage Team
Maniphest Tasks
T6755: flashrom
Commits
R4603:994f7f21d91a: Initial commit of flashrom
Summary

Initial commit of flashrom. Resolves T6755.

Test Plan
  • check for man page: man flashrom
  • emulate a dummy chip, read its contents to a file: flashrom -p dummy:emulate=SST25VF032B, -r ~/Desktop/test.txt
  • erase the dummy chip: flashrom -p dummy:emulate=SST25VF032B, -E
  • try to write the file back onto the dummy chip: flashrom -p dummy:emulate=SST25VF032B, -r ~/Desktop/test.txt

Diff Detail

Branch
master
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

davidjharder edited the test plan for this revision. (Show Details)

Fix typo in test plan.

sunnyflunk added inline comments.
abi_used_libs
4 ↗(On Diff #11016)

Is there need for this to be built against both versions of libusb?

abi_used_libs
4 ↗(On Diff #11016)

I think this is because flashrom uses libusb 0.1 and Solus provides libusb 1.0 plus a compatibility layer.

Actually fix patch filename. Remove garbage added by previous edit.

Add Makefile, pspec.xml, abi_used_libs. Remove zlib builddep.

Apologies to Josh for the mess.

This revision is now accepted and ready to land.Dec 11 2018, 3:14 AM
This revision was automatically updated to reflect the committed changes.