summaryrefslogtreecommitdiffstats
path: root/utils/hwstub
AgeCommit message (Expand)AuthorFilesLines
2017-08-28qeditor: fix compile error and some commentsAmaury Pouly2-5/+6
2017-01-24hwstub: be more quiet about register description loading failureAmaury Pouly1-2/+4
2017-01-24hwstub: fix memory leak in net backendAmaury Pouly1-0/+2
2017-01-24hwstub/jz4760b: add lua code to probe for ei/di and ext instructionsAmaury Pouly1-0/+67
2017-01-24hwstub: rewrite exception catchingAmaury Pouly10-3269/+125
2017-01-24hwstub/jz460b: implement exception recoveryAmaury Pouly4-1/+106
2017-01-24hwstub: add tool to dump memory regions (such as ROM, RAM, or peripherals)Amaury Pouly2-1/+163
2017-01-24hwstub: small fixes to argument processing and usage()Amaury Pouly2-5/+6
2017-01-24hwstub/jz4760b: build packtools automatically if neeededAmaury Pouly1-0/+7
2017-01-24hwstub: add verbose mode to makeAmaury Pouly1-1/+3
2017-01-24hwstub: fix long transfers failing because of control xfer size of libusbAmaury Pouly2-2/+23
2017-01-24hwstub: fix library sending wrong data on long transfersAmaury Pouly1-1/+1
2017-01-24hwstub: add Fiio X3II IPL/SPL dumping codeAmaury Pouly1-0/+50
2017-01-24hwstub: add Shanling M2 IPL/SPL dumping codeAmaury Pouly1-0/+50
2017-01-24hwstub: add various jz stuff and xburst testsAmaury Pouly2-0/+281
2017-01-24hwstub: fix bug in jz4760B boot rom backend probeAmaury Pouly1-1/+3
2017-01-24hwstub: add support for coprocessor operationsAmaury Pouly11-17/+423
2017-01-24hwstub: implement EXEC command over netAmaury Pouly3-12/+90
2017-01-24hwstub: add the possibility to flush caches before execAmaury Pouly4-1/+45
2017-01-24hwstub/jz4760b: fix some typos in lua script after register name changesAmaury Pouly2-9/+10
2017-01-24hwstub: add jz4760b stubAmaury Pouly11-0/+13307
2017-01-24hwstub/tools/shell: add JZ4760B and Fiio X1 codeAmaury Pouly5-0/+686
2016-12-12hwstub/tools: always run make for the librariesAmaury Pouly1-2/+5
2016-12-12hwstub: various cleanupsAmaury Pouly4-6/+44
2016-11-20hwstub/tools: fix compilation of shell against lua5.3Amaury Pouly1-49/+67
2016-11-10ATJ hwstub make irq based usb driver workMarcin Bukat1-112/+195
2016-11-08Revert "hwstub: rework usb driver for atj213x"Marcin Bukat1-142/+104
2016-11-06hwstub_shell: fix a horrible bugAmaury Pouly1-1/+1
2016-10-22hwstub: fix compile and linking orderingAmaury Pouly2-5/+5
2016-10-19fix typoAmaury Pouly1-1/+1
2016-04-08hwstub: remove the old libraryAmaury Pouly3-335/+3
2016-04-08hwstub: port hwstub_shell to the new libraryAmaury Pouly9-266/+740
2016-04-08hwstub: port hwstub_load to the new libraryAmaury Pouly1-51/+43
2016-04-08hwstub: rewrite and expand libraryAmaury Pouly19-28/+5051
2016-03-14hwstub: fix warning: no newline at end of file with newer gccMarcin Bukat2-2/+4
2016-03-14hwstub: rework usb driver for atj213xMarcin Bukat1-104/+142
2015-11-17hwstub: fix atj213x dsp lua codeMarcin Bukat1-9/+9
2015-11-17hwstub: Add ajt213x lua interface for DSP blockMarcin Bukat2-0/+159
2015-09-29hwstub: make it possible to override toolchainAmaury Pouly4-16/+20
2015-09-11soc_desc: new version of the desc file formatAmaury Pouly2-155/+224
2015-06-28hwstub: Add completion and some pretty printing to the shellMarcin Bukat5-18/+1724
2015-01-13hwstub: implement read/write data abort recoveryAmaury Pouly11-39/+304
2014-11-28hwstub/atj213x: add clock setup to crt0.SMarcin Bukat1-1/+29
2014-11-28hwstub_shell: add support for call and jumpMarcin Bukat4-0/+54
2014-11-28hwstub: lua functions for atj213x/irivere150Marcin Bukat4-1/+214
2014-11-18hwstub/qeditor: add support for atomic read/writesMarcin Bukat11-22/+252
2014-11-15hwstub_shell: add atj targetAmaury Pouly3-0/+12
2014-11-05hwstub: Add atj213x supportbootloader_zenxfi3_v1Marcin Bukat14-7/+4659
2014-09-11hwstub: small fixup in rk27xx usb driverMarcin Bukat1-1/+1
2014-09-08hwstub: add support for jump/call in libraryAmaury Pouly2-20/+16