summaryrefslogtreecommitdiff
path: root/utils/imxtools/regtools/desc_parser.cpp (unfollow)
Commit message (Collapse)Author
2013-06-12imxtools: move regtools to its own directoryAmaury Pouly
The register tools are in no way stmp specific. The XML description of the registers is powerful enough to describe the STMP register which should be more than enough to describe virtually all other SoCs. The generators follow the STMP coding convention but others could be used as well. Change-Id: If1a9f56e4a3594161688de34adbea698e5aaecd8
2012-11-14imxtools: add regtools to work with register descriptionsAmaury Pouly
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