summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-01-24hwstub: fix library sending wrong data on long transfersAmaury Pouly
2017-01-24hwstub: add Fiio X3II IPL/SPL dumping codeAmaury Pouly
2017-01-24hwstub: add Shanling M2 IPL/SPL dumping codeAmaury Pouly
2017-01-24hwstub: add various jz stuff and xburst testsAmaury Pouly
2017-01-24hwstub: fix bug in jz4760B boot rom backend probeAmaury Pouly
2017-01-24hwstub: add support for coprocessor operationsAmaury Pouly
2017-01-24jz4760b/regtools: fix/rename some register fields, add clock analyzer to qeditorAmaury Pouly
2017-01-24headergen_v2: add two new macros to write a raw write to set/clr variantsAmaury Pouly
2017-01-24hwstub: implement EXEC command over netAmaury Pouly
2017-01-24hwstub: add the possibility to flush caches before execAmaury Pouly
2017-01-24jz4760b_tools: improve usbboot toolAmaury Pouly
2017-01-24hwstub/jz4760b: fix some typos in lua script after register name changesAmaury Pouly
2017-01-24hwstub: add jz4760b stubAmaury Pouly
2017-01-24update jz4760b register descAmaury Pouly
2017-01-24hwstub/tools/shell: add JZ4760B and Fiio X1 codeAmaury Pouly
2017-01-24regtools: add JZ4760B descriptionAmaury Pouly
2017-01-24regtools: fix normalization procedureAmaury Pouly
2017-01-21Fix warnings - got to (void) the statementMichael Sevakis
2017-01-21Add CPU mode asserts to kernel on blocking functions.Michael Sevakis
2017-01-21Fix dumb typo in button.c.Michael Sevakis
2017-01-21action.c must desist in calling set_cpu_frequency from a tickMichael Sevakis
2017-01-18Make consitent internal file API flag behvior, FF_PROBE.Michael Sevakis
2017-01-17Selective Backlight Softlock Fix misleading indentation.William Wilgus
2017-01-17Selective Backlight/Advanced Softlock - Selective actions based on contextWilliam Wilgus
2017-01-17Reenable database ramcache and playlist dircacheMichael Sevakis
2017-01-17Do some debug and preparatory work for ramcache and playlistMichael Sevakis
2017-01-16puzzles: more accurate sin() and cos()Franklin Wei
2017-01-16puzzles: change default optimization to -O2Franklin Wei
2017-01-16puzzles: fix copyright yearFranklin Wei
2017-01-16puzzles: fix overlay loader (monolithic builds only)Franklin Wei
2017-01-16puzzles: disable unplayable puzzles (Solo and Loopy)Franklin Wei
2017-01-16zen/zenxfi: remove obsolete commentAmaury Pouly
2017-01-16Fix typo in configureAmaury Pouly
2017-01-16zen/zenxfi: add remark about pinAmaury Pouly
2017-01-16regtools: convert all reg dumps to v2. keep v1 for referenceAmaury Pouly
2017-01-16imx233: add small framework for LEDAmaury Pouly
2017-01-16imxtools/sbtools: switch SHA1 implementation to Crypto++Amaury Pouly
2017-01-16imxtools/sbtools: switch AES implementation to Crypto++Amaury Pouly
2017-01-16imxtools/sbtools: various fixesAmaury Pouly
2017-01-16imxtools/sbtools: rework cryptographyAmaury Pouly
2017-01-16imxtools: correctly read unencrypted images in raw modeAmaury Pouly
2017-01-16imxtools: rework key/IV overriding logicAmaury Pouly
2017-01-16imxtools: rework sb file productionAmaury Pouly
2017-01-16Fix path handling snafu for CheckWPS toolMichael Sevakis
2017-01-15Fix codecs in simulator builds on WindowsAmaury Pouly
2017-01-15Renamed defines UNALIGNED to ROCKBOX_UNALIGNED - UNALIGNED is alreadyMatthias Mohr
2017-01-15Fix configure for windows simulator builds in cygwin / mingw cross-compiling ...Matthias Mohr
2017-01-15fix whitespaceFranklin Wei
2017-01-15puzzles: fix building on c200v2Franklin Wei
2017-01-15puzzles: antialiased line drawing via Wu's algorithm and optional "shortcuts"...Franklin Wei