All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH i-g-t 00/17] tools/intel_bios_reader updates
@ 2016-05-03 14:18 Jani Nikula
  2016-05-03 14:18 ` [PATCH i-g-t 01/17] tools/intel_bios_reader: drop unused macros Jani Nikula
                   ` (17 more replies)
  0 siblings, 18 replies; 22+ messages in thread
From: Jani Nikula @ 2016-05-03 14:18 UTC (permalink / raw)
  To: intel-gfx; +Cc: jani.nikula

Give the intel_bios_reader tool some love. The last patch updating the
man page doubles as a summary.

BR,
Jani.


Jani Nikula (17):
  tools/intel_bios_reader: drop unused macros
  tools/intel_bios_reader: make VBIOS non-global
  tools/intel_bios_reader: add command line option parsing and --file
    parameter
  tools/intel_bios_reader: add --devid parameter
  tools/intel_bios_reader: drop unused lvds_support variable
  tools/intel_bios_reader: drop silly tv_present variable and printout
  tools/intel_bios_reader: pass around a context pointer instead of
    bdb_header
  tools/intel_bios_reader: move more globals to struct context
  tools/intel_bios_reader: move devid to context too
  tools/intel_bios_reader: drop dependencies on lvds block parsing
  tools/intel_bios_reader: let the user specify panel type on the
    command line
  tools/intel_bios_reader: dump the blocks in numerical order
  tools/intel_bios_reader: add --hexdump option to dump hex, disable by
    default
  tools/intel_bios_reader: add support for dumping only specific section
  tools/intel_bios_reader: add --all-panels option to dump all panels
  tools/intel_bios_reader: free the block returned by find_section
  man: update intel_bios_reader man page

 man/intel_bios_reader.rst |  48 +++++--
 tools/intel_bios_reader.c | 310 +++++++++++++++++++++++++++++++---------------
 2 files changed, 249 insertions(+), 109 deletions(-)

-- 
2.1.4

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2016-05-12 11:18 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-05-03 14:18 [PATCH i-g-t 00/17] tools/intel_bios_reader updates Jani Nikula
2016-05-03 14:18 ` [PATCH i-g-t 01/17] tools/intel_bios_reader: drop unused macros Jani Nikula
2016-05-03 14:18 ` [PATCH i-g-t 02/17] tools/intel_bios_reader: make VBIOS non-global Jani Nikula
2016-05-03 14:18 ` [PATCH i-g-t 03/17] tools/intel_bios_reader: add command line option parsing and --file parameter Jani Nikula
2016-05-03 14:18 ` [PATCH i-g-t 04/17] tools/intel_bios_reader: add --devid parameter Jani Nikula
2016-05-04 15:25   ` Marius Vlad
2016-05-04 15:47     ` Jani Nikula
2016-05-03 14:18 ` [PATCH i-g-t 05/17] tools/intel_bios_reader: drop unused lvds_support variable Jani Nikula
2016-05-03 14:18 ` [PATCH i-g-t 06/17] tools/intel_bios_reader: drop silly tv_present variable and printout Jani Nikula
2016-05-03 14:18 ` [PATCH i-g-t 07/17] tools/intel_bios_reader: pass around a context pointer instead of bdb_header Jani Nikula
2016-05-03 14:18 ` [PATCH i-g-t 08/17] tools/intel_bios_reader: move more globals to struct context Jani Nikula
2016-05-03 14:18 ` [PATCH i-g-t 09/17] tools/intel_bios_reader: move devid to context too Jani Nikula
2016-05-03 14:19 ` [PATCH i-g-t 10/17] tools/intel_bios_reader: drop dependencies on lvds block parsing Jani Nikula
2016-05-03 14:19 ` [PATCH i-g-t 11/17] tools/intel_bios_reader: let the user specify panel type on the command line Jani Nikula
2016-05-03 14:19 ` [PATCH i-g-t 12/17] tools/intel_bios_reader: dump the blocks in numerical order Jani Nikula
2016-05-03 14:19 ` [PATCH i-g-t 13/17] tools/intel_bios_reader: add --hexdump option to dump hex, disable by default Jani Nikula
2016-05-03 14:19 ` [PATCH i-g-t 14/17] tools/intel_bios_reader: add support for dumping only specific section Jani Nikula
2016-05-03 14:19 ` [PATCH i-g-t 15/17] tools/intel_bios_reader: add --all-panels option to dump all panels Jani Nikula
2016-05-03 14:19 ` [PATCH i-g-t 16/17] tools/intel_bios_reader: free the block returned by find_section Jani Nikula
2016-05-03 14:19 ` [PATCH i-g-t 17/17] man: update intel_bios_reader man page Jani Nikula
2016-05-04 17:35 ` [PATCH i-g-t 00/17] tools/intel_bios_reader updates Marius Vlad
2016-05-12 11:18   ` Jani Nikula

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.