summaryrefslogtreecommitdiffstats
path: root/utils/hwstub/tools
AgeCommit message (Collapse)AuthorFilesLines
2013-12-03hstub: add Sansa Express lcd codeAmaury Pouly2-3/+110
Change-Id: I61fc58e3c97a3666eac98d21226865181b85eef1
2013-11-24hwstub rk27xx portMarcin Bukat2-19/+2
Change-Id: I85ac57117911544b65ccd56eb16303e30be67cab
2013-11-20hwstub: only load stmp files on stmp targetsAmaury Pouly2-1/+7
Change-Id: I9266ec6db457b1d649cbdcb6c9bd1d0f3223b867
2013-10-22utils/hwstub: fix zen target idAmaury Pouly1-1/+1
Change-Id: I9199f573a050223a811a8e82e403f113fb876cca
2013-10-22hwstub: rework i2c completelyAmaury Pouly4-13/+52
Change-Id: I1e5f87f15f0ca9586d8185316ffcaeef6d9d4d38
2013-09-26hwstub: fix lcd drivers for sony NWZAmaury Pouly3-16/+32
Change-Id: I8d581ec906ec2bab0d983aacfb0e8479b77d0c57
2013-09-25hwstub: add some code for the NWZ-E360/E370Amaury Pouly2-3/+189
Change-Id: I9fe5da773705ec4c3d014b8ac7f78ad614e20a30
2013-09-25hwstub: add stmp i2c codeAmaury Pouly2-0/+76
Change-Id: I6787e682a9e22cb34e6d94d25bf68d7575d784c4
2013-09-10hwstub: add pix clock setupAmaury Pouly1-0/+6
Change-Id: I94f764c0fcfb47bd9ccafe23f6d6079b42f23826
2013-09-10hwstub: various fixAmaury Pouly1-1/+41
Change-Id: I4dee8e115e282d1d6540013c9b9f1263e30690de
2013-09-05hwstub: improve lcdif, digtctl, add sony nwz-e370Amaury Pouly4-4/+176
Change-Id: I5316cc9fd9addfca8a674628695fed1c1bf9269f
2013-08-11hwstub: add stmp clkctrl code and generic register dumperAmaury Pouly5-1/+215
Change-Id: I432853fb4171f07ed23b73dc0499814fe8ce8748
2013-08-11hwstub: add atexit and exit stub function to DEVAmaury Pouly1-2/+33
Change-Id: I17cfe52de3f6f546a46ace3252113024625f15d1
2013-07-13hwstub: allow to escape shell with a function callAmaury Pouly1-1/+14
Change-Id: I65b7b230d3b89a5014db134d3159861474fd889f
2013-07-13hwstub: enhance protocol with more functionsAmaury Pouly2-55/+40
Change-Id: I7944249c2f7ea3e180e7b79ee8ae402d1d0742d3
2013-06-13hwstub: introduce lua code for the STMP and Creative ZEN V/MozaicAmaury Pouly8-0/+661
Change-Id: Ice5f509a2e0d2114436d4760f338b9203ef96691
2013-06-13hwstub: major improvement in the stub and the toolsAmaury Pouly5-568/+1319
Fix the stub in many way to correctly detect the STMP family and act upon that. Drop some unused commands and bump version. Rewrite the tool to allows scripting in lua and load the register description from an XML file using the regtools. Introduce a new tool to load and run code using the hwstub (either binary format or Rockbox additive scramble format). Also switch to an optimise version of the memcpy/move/set functions to correctly handle alignement issue (like writing a full word/half-word when possible for registers which is crucial) Change-Id: Id1d5cfe0b1b47e8b43900d32c5cd6eafae6414f6
2013-06-12imxtools: move hwemul to its own directoryAmaury Pouly2-0/+580
The hwemul is only partly imx specific: the stub is stmp specific but could be ported to other targets, the computer side and the protocol are mostly stmp independent (or should be). Change-Id: If88febffe591b0de86ea11cb740455ba20ddc401