Page MenuHomeSolus

Initial commit of flashrom
AbandonedPublic

Authored by davidjharder on Dec 5 2018, 9:43 PM.
Tags
None
Referenced Files
F10850735: D4566.id11184.diff
Jun 12 2023, 6:36 AM
F10848239: D4566.id11170.diff
Jun 11 2023, 2:02 PM
F10827031: D4566.diff
Jun 4 2023, 4:20 AM
F10751442: D4566.id11170.diff
May 16 2023, 11:59 AM
F10690140: D4566.diff
Apr 22 2023, 1:02 AM

Details

Reviewers
None
Group Reviewers
Triage Team
Maniphest Tasks
T6755: 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, -w ~/Desktop/test.txt

Diff Detail

Branch
master
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

kyrios123 added inline comments.
package.yml
14

This is part of system.base so you don't need to add it.

Remove zlib build dependency, as it is part of system.devel

JoshStrobl added a subscriber: JoshStrobl.

As per our submitting a package documentation, you need to provide the pspec.xml and abi_* files (if they exist). Give this is a modification, you also didn't appropriately update your previous diff. Please make sure you're updating D4484.