1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
.TH XSCOM "8" "September 2016"
.SH NAME
putscom \- part of xscom utils
.SH SYNOPIS
.TP
\fBputscom\fP [\-c | \-\-chip \fIchip\-id\fP] \fIaddr\fP \fIvalue\fP
.TP
\fBputscom\fP [\-v | \-\-version]
.SH DESCRIPTION
\fBputscom\fP utility provides an interface to modify the
registers of the different chipsets of an OpenPower system.
.SS Options
.TP
\fB\-c|\-\-chip-id\fP \fIchip\-id\fP
Specify chipset where to modify register at \fIaddr\fP with \fIvalue\fP
.TP
\fB\-v|\-\-version\fP
Display version of the tool
|