summaryrefslogtreecommitdiff
path: root/firmware/asm (follow)
Commit message (Expand)AuthorAge
* fix warning in lcd-as-memframe.cAmaury Pouly2017-09-17
* Initial commit for the Sony NWZ linux portAmaury Pouly2017-09-05
* Fix arm memset() handling of negative argumentsFranklin Wei2017-07-27
* Fix dangerous castsAmaury Pouly2017-02-04
* Renamed defines UNALIGNED to ROCKBOX_UNALIGNED - UNALIGNED is alreadyMatthias Mohr2017-01-15
* Fix YUV generic C performance function on 24-bit framebufferAmaury Pouly2014-11-10
* Introducing Targets iBasso DX50 & iBasso DX90Simon Rothen2014-09-18
* Add mempcpy implementationMichael Sevakis2014-08-29
* Rewrite filesystem code (WIP)Michael Sevakis2014-08-30
* thread-unix patchup!Michael Sevakis2014-08-18
* Base scheduler queues off linked lists and do cleanup/consolidationMichael Sevakis2014-08-16
* Do some kernel cleanupMichael Sevakis2014-08-08
* One more shot; errno.h needs to be in the ARM one too :)Michael Sevakis2014-08-05
* Hosted builds using thread.c have errno as thread context.Michael Sevakis2014-08-05
* zen/zenxfi: switch lcd driver to 24-bit modeAmaury Pouly2014-06-24
* lcd-24bit: Introduce a 24-bit mid-level LCD driverThomas Martitz2014-06-21
* kernel: Break out kernel primitives into separate files and move to separate ...Thomas Martitz2014-03-03
* Samsung YP-R1 target portLorenzo Miori2014-02-05
* Revert "SH gcc 4.6.3 with link-time optimization, for Archos targets"Marcin Bukat2012-10-24
* SH gcc 4.6.3 with link-time optimization, for Archos targetsBoris Gjenero2012-10-24
* Rearrange #ifdefs a bit, so SIGALTSTACK overrides CPU-specific threading.Frank Gevaerts2012-06-11
* Apparently make doesn't like inline commentsThomas Martitz2012-03-28
* build system: completely autodetect target cpu architecture.Thomas Martitz2012-03-28
* Coldfire: Optimize emac context save/restore in mixer ISR.Michael Sevakis2012-03-12
* Revise the PCM callback system after adding multichannel audio.Michael Sevakis2012-03-03
* beep/mixer code: Code police a bit.Michael Sevakis2012-02-19
* Split CPU-optimized beep code into the firmware/asm tree.Michael Sevakis2012-02-18
* Urgh...actually change all the stuff I'm supposed to.Michael Sevakis2012-02-05
* Make generic pcm-mixer.c more generic in the way it writes output.Michael Sevakis2012-02-05
* Generic find_first_set_bit can use __builtin_ctz instead of __builtin_ffsMichael Sevakis2012-02-04
* find_first_set_bit tweaksMichael Sevakis2012-01-27
* Fix typo in comment.Thomas Martitz2012-01-22
* Move optimized ffs to firmware/asm, using the new automatic-asm-picking infra...Thomas Martitz2012-01-22
* ypr0: Use generic lcd memframe driver.Thomas Martitz2012-01-22
* Implement a C version lcd-as-memframe.c and move it and the asm to firmware/asm.Thomas Martitz2012-01-22
* Move optimized memcpy and friends and strlen to firmware/asm,Thomas Martitz2012-01-22
* Add framework to let make automatically pick optimized asm implementations ov...Thomas Martitz2012-01-22
* Move pcm_mixer helper routines to firmware/asm.Thomas Martitz2012-01-22
* Create fimrware/asm directory for assembly optimized stuff.Thomas Martitz2012-01-22