Page MenuHomeFreeBSD

New flash subcommand for mpsutil(8)
ClosedPublic

Authored by bapt on Oct 29 2015, 1:46 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Nov 10, 6:45 PM
Unknown Object (File)
Thu, Oct 31, 9:03 AM
Unknown Object (File)
Sat, Oct 26, 2:34 PM
Unknown Object (File)
Sat, Oct 26, 2:34 PM
Unknown Object (File)
Sat, Oct 26, 2:34 PM
Unknown Object (File)
Sat, Oct 26, 2:34 PM
Unknown Object (File)
Sat, Oct 26, 2:34 PM
Unknown Object (File)
Sat, Oct 26, 2:34 PM

Details

Summary

Add a new flash subcommand to be able to update firmwares/bios for mps(4)/mpr(4)
controllers both upload and download

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 961
Build 961: arc lint + arc unit

Event Timeline

bapt retitled this revision from to New flash subcommand for mpsutil(8).
bapt updated this object.
bapt edited the test plan for this revision. (Show Details)
bapt added a reviewer: scottl.
bapt added subscribers: araujo, allanjude.
bapt edited edge metadata.

Update manpage

emaste added inline comments.
usr.sbin/mpsutil/Makefile
4

alpha order?

13

Presumably you don't want to leave this.

usr.sbin/mpsutil/mpsutil.8
151

Should these go on separate lines, e.g.

.Ar bios
from the ...
bapt edited edge metadata.

Address @emaste comments

bapt marked 3 inline comments as done.Oct 29 2015, 2:35 PM
wblock added inline comments.
usr.sbin/mpsutil/mpsutil.8
108

Please start sentences on new lines.

135

"The" is not really needed here, just "Controller..." works.

146

Probably better with markup for the filename to get rid of the quotes:

is specified then the file will be named
.Pa firmware
or
.Pa bios .
bapt edited edge metadata.

mdoc(7) fixes per @wblock comments

bapt edited edge metadata.

More mdoc(7) fixes

bapt marked 3 inline comments as done.Oct 29 2015, 2:41 PM
wblock added a reviewer: wblock.

Man page looks okay, please remember to update .Dd.

This revision is now accepted and ready to land.Oct 29 2015, 3:28 PM

anyone to test or to review please?

bapt edited edge metadata.

Dn't know why mps_flash.c was not added

This revision now requires review to proceed.Nov 17 2015, 7:54 PM
This revision was automatically updated to reflect the committed changes.