intel_reg_read: add a flag to simplify bit decoding
authorEugeni Dodonov <eugeni.dodonov@intel.com>
Tue, 28 Feb 2012 20:40:32 +0000 (17:40 -0300)
committerEugeni Dodonov <eugeni.dodonov@intel.com>
Tue, 13 Mar 2012 20:55:51 +0000 (17:55 -0300)
commitbe7ca950d7d4d18744a76abab091eb032835fb82
tree31ba08ac94b82df6b233371312750d338a0bd862
parent8d4545642835cb66f84739b9384f31920feacdba
intel_reg_read: add a flag to simplify bit decoding

This allows to specify '-d' parameter which will decode individual bits in
each register being read.

The register bits are printed horizontally for space reasons. This
requires more than 80x25 terminal to see them all. An alternative solution
would be to print them vertically, but this will become much more
difficult to read when printing multiple registers at the same time.

v2: fix spacing to get us a bit closer to the code nirvana.

Signed-off-by: Eugeni Dodonov <eugeni.dodonov@intel.com>
tools/intel_reg_read.c