imxtools: add regtools to work with register descriptions
commit0c6b63479d83ada8782c751f779fef1271e2b874
authorAmaury Pouly <amaury.pouly@gmail.com>
Wed, 14 Nov 2012 11:35:21 +0000 (14 12:35 +0100)
committerAmaury Pouly <amaury.pouly@gmail.com>
Wed, 14 Nov 2012 11:35:21 +0000 (14 12:35 +0100)
treee2db6cdfa340b9c5e0d2a34b66c71bb45215abcf
parent5ead8f3f441221f19830af2866a33a7f3f03423e
imxtools: add regtools to work with register descriptions

These tools allow one to read a register description in a XML
file and to produce something useful out of it. Three example
programs are written:
- tester which simply prints the register tree
- headergen which produces a set of headers with the #define
- hwemulgen which produces something for the hwemul tool (to come)

Change-Id: I52573688b29d5faeaf64ce7c5ffe08ee8db3d33c
utils/imxtools/regtools/Makefile [new file with mode: 0644]
utils/imxtools/regtools/desc_parser.cpp [new file with mode: 0644]
utils/imxtools/regtools/desc_parser.hpp [new file with mode: 0644]
utils/imxtools/regtools/headergen.cpp [new file with mode: 0644]
utils/imxtools/regtools/hwemulgen.cpp [new file with mode: 0644]
utils/imxtools/regtools/tester.cpp [new file with mode: 0644]