From e87c2536f6e19dfd77fc2ede2a5a63e2675ff077 Mon Sep 17 00:00:00 2001 From: Ville Syrjälä Date: Wed, 26 Jun 2013 20:57:33 +0300 Subject: quick_dump: Document the register definition format MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add a small comment about what the elements in the register tuple mean. Signed-off-by: Ville Syrjälä Signed-off-by: Ben Widawsky --- tools/quick_dump/quick_dump.py | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'tools') diff --git a/tools/quick_dump/quick_dump.py b/tools/quick_dump/quick_dump.py index 390cafa4..8fdd1693 100755 --- a/tools/quick_dump/quick_dump.py +++ b/tools/quick_dump/quick_dump.py @@ -1,5 +1,12 @@ #!/usr/bin/env python3 +# register definition format: +# ('register name', 'register offset', 'register type') +# +# register types: +# '' - normal register +# 'DPIO' - DPIO register + import argparse import os import sys -- cgit v1.2.3