summaryrefslogtreecommitdiffstats
path: root/utils
AgeCommit message (Expand)AuthorFilesLines
2016-05-25regtools: add headergen_v2Amaury Pouly3-11/+2021
2016-04-08jz4670_tools: add usbboot tool, tweak Makefile and packtoolAmaury Pouly3-5/+357
2016-04-08hwstub: remove the old libraryAmaury Pouly3-335/+3
2016-04-08qeditor: port to the new hwstub library and add featuresAmaury Pouly11-329/+1394
2016-04-08regtools: add register access to soc descAmaury Pouly3-6/+68
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-04-08soc_desc: add default constructors to most structuresAmaury Pouly1-0/+24
2016-03-14regtools: Convert rk27xx register description file to v2 formatMarcin Bukat2-2765/+11320
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
2016-02-07regtools: make description file parser stricterAmaury Pouly1-2/+48
2016-02-06regtools/desc: convert v1 stmp description files to v2Amaury Pouly3-0/+67193
2016-02-06regtools/desc: rename v1 stmp filesAmaury Pouly3-0/+0
2016-02-06regtoosl/qeditor: port to the new description formatAmaury Pouly18-1908/+2912
2016-02-06regtools: update v2 specification, library and toolsAmaury Pouly9-211/+1491
2016-01-17update deploy.py to recognize and use Qt5Cástor Muñoz1-1/+1
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-10-03qeditor: fix uninitialised variableAmaury Pouly2-1/+7
2015-09-29hwstub: make it possible to override toolchainAmaury Pouly4-16/+20
2015-09-11soc_desc: new version of the desc file formatAmaury Pouly22-861/+3959
2015-09-11qeditor: introduce new "sexy register display"Amaury Pouly7-134/+286
2015-09-10qeditor: use delegate to show bit range informationAmaury Pouly2-8/+25
2015-07-17utils/parse_testcodec.rb: add support for Opus filesCástor Muñoz1-0/+2
2015-06-28hwstub: Add completion and some pretty printing to the shellMarcin Bukat5-18/+1724
2015-06-07Append build date when building dev version from local foler.Dominik Riebeling1-1/+2
2015-05-30Make revision handling work when building from local folder.Dominik Riebeling1-3/+2
2015-05-30Fix path creation for zip file names in current folder.Dominik Riebeling1-5/+1
2015-05-30Update findversion for change version.h format.Dominik Riebeling1-7/+6
2015-03-29Add jz4760 toolAmaury Pouly2-0/+584
2015-03-04qeditor: Add external static libraries to build dependeciesMarcin Bukat1-0/+10
2015-02-16Introduce a new analysis tool to detect which macros are defined in each build.Amaury Pouly1-0/+196
2015-01-23atj213x: Fix DMAC block in description fileMarcin Bukat1-49/+55
2015-01-22atj213x: fix desc file errorsMarcin Bukat1-6/+6
2015-01-13hwstub: implement read/write data abort recoveryAmaury Pouly11-39/+304
2015-01-13Fix crash on uninitialized variableThomas Jarosch1-1/+1
2015-01-12Clean up bogus 'make compiler happy' codeThomas Jarosch2-7/+8
2015-01-12regtools/headergen: Make generator more flexibleMarcin Bukat1-83/+126
2015-01-04jz4740 usbtool: Fix undefined behavior in set_reg()Thomas Jarosch1-7/+7
2015-01-04Fix uninitialized variable (should fix libusb retry handling)Thomas Jarosch2-0/+2
2015-01-04Remove unneeded std::string .c_str() callThomas Jarosch1-1/+1
2014-12-20Remove useless assignment of 'len'Thomas Jarosch1-1/+0
2014-12-20sb1: fix buggy comparisonAmaury Pouly1-1/+1
2014-12-15regtools/qeditor: use the new model, drop unused codeAmaury Pouly4-111/+67
2014-12-15regtools/qeditor: introduce custom table model for reg fieldsAmaury Pouly2-0/+289
2014-12-15regtoosl/qeditor: remove unused codeAmaury Pouly2-118/+0
2014-12-15regtools/qeditor: fix field editor not updating the validator on changeAmaury Pouly3-4/+26
2014-12-15regtools/qeditor: fix backend dump bug, be more correct on readAmaury Pouly2-4/+5