[Skiboot] [PATCH skiboot 0/2] Add pattern defintions for FWTS olog	scan
    Jeremy Kerr 
    jk at ozlabs.org
       
    Wed Apr 27 21:28:01 AEST 2016
    
    
  
Hi all,
This series is a start at adding olog definitions for the skiboot OPAL
firmware. This allows the Firmware Test Suite project (FWTS) to scan for
interesting data in the OPAL msglog.
Rather than making these static, I've taken the approach of
automatically generating these definitions from the skiboot source tree.
The first change adds a parser to generate the JSON olog pattern
definitions from annotations in the skiboot tree.
The second change adds a few example annotations.
FWTS folks: I've CCed fwts-devel for your information only; these
patches are for the skiboot tree.
Cheers,
Jeremy
Jeremy Kerr (2):
  external/fwts: Add parser to extract olog pattern definitions
  core/flash: Add fwts olog annotations
 core/flash.c                     |  20 ++++
 external/fwts/generate-fwts-olog | 228 +++++++++++++++++++++++++++++++++++++++
 2 files changed, 248 insertions(+)
 create mode 100755 external/fwts/generate-fwts-olog
-- 
2.5.0
    
    
More information about the Skiboot
mailing list