summaryrefslogtreecommitdiff
path: root/utils/regtools (follow)
Commit message (Collapse)AuthorAge
...
* utils/regtools: add a bunch of regdumps for various sourcesAmaury Pouly2013-10-22
| | | | Change-Id: I67bbd2d1b02ca4541f70d2e9c8c0e6000300dcac
* regtools/qeditor: improve pinctrl analyser displayAmaury Pouly2013-09-18
| | | | Change-Id: I45850f4f0213aac5f0538c865cfa84137fcb83e3
* regtools/qeditor: enhance pinctrl analyserAmaury Pouly2013-09-18
| | | | Change-Id: I82c5a86ade4c804872ac7665bce583499467cae9
* retools/qeditor: add pin decoder (very basic add the moment)Amaury Pouly2013-09-18
| | | | Change-Id: I5309794efda67fd3bf5c265b35ea7da5faf662f6
* regtools: various fixAmaury Pouly2013-08-22
| | | | Change-Id: I3a37221d1688c2f1cbc649bbd2fd27dc78d286a6
* regtools: fix several bugs in qeditorAmaury Pouly2013-08-22
| | | | Change-Id: I1bef76d30eb47c4ebc8a2baca356d9c135b234ae
* regtools: add a register dump of the Fuze+ OFAmaury Pouly2013-08-21
| | | | | | | This dump has been obtained with hwpatcher + hwstub, the fuze+ was running OF 2.36.8 in normal mode while playing some mp3. Change-Id: Ieecaa760fe8ccade0858db929b9d7c175a3eaddf
* regtools: add graphical register explorer + analyserAmaury Pouly2013-08-21
| | | | | | | | | This tool allows one to explore any register map. Register dumps (like produced by hwstub tools) can be loaded and decoded by the tool. Finally some analysers are provided for specific soc analysis like clock tree and emi on imx233 for example. Change-Id: Iaf81bd52d15f3e44ab4fe9bc039153fcf60cf92a
* regtools: improve header generatorAmaury Pouly2013-06-15
| | | | | | | | The generator now has more options to generate or not selectors. It can also generate a macro header containing lots of using macros for register operations. Change-Id: I9dd6b4bdc7daeabd1a2c9365ce082358475721b5
* regtools: add the STMP3600 register mapAmaury Pouly2013-06-13
| | | | Change-Id: Ief34c219bbe05c9aeed665235942bb158bb0f4d4
* regtools: modify description format and refactor toolsAmaury Pouly2013-06-13
| | | | | | | | | | | Change the XML description to unify multi dev/reg in a clean fashion. Move the description parser to its own library. Fix the tester and headergen tools to work with the new format and library. Move the STMP3700/3780 descriptions to the new format (and fixes many errors as well). Drop the hwemulgen tool in favor on the upcoming hwstub tools revamp. Change-Id: I7119a187aab5c8b083cc5228cb1b248ee29f184d
* imxtools: move regtools to its own directoryAmaury Pouly2013-06-12
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