summaryrefslogtreecommitdiffstats
path: root/firmware/asm/arm
AgeCommit message (Expand)AuthorFilesLines
2020-07-03ARM: Rejigger the asm corelock functionsSolomon Peachy1-34/+37
2017-07-27Fix arm memset() handling of negative argumentsFranklin Wei1-0/+1
2014-09-18Introducing Targets iBasso DX50 & iBasso DX90Simon Rothen1-0/+4
2014-08-29Add mempcpy implementationMichael Sevakis1-1/+9
2014-08-08Do some kernel cleanupMichael Sevakis1-3/+1
2014-08-05One more shot; errno.h needs to be in the ARM one too :)Michael Sevakis1-0/+1
2014-03-03kernel: Break out kernel primitives into separate files and move to separate ...Thomas Martitz1-0/+96
2012-03-03Revise the PCM callback system after adding multichannel audio.Michael Sevakis3-10/+10
2012-02-18Split CPU-optimized beep code into the firmware/asm tree.Michael Sevakis1-0/+39
2012-01-22Move optimized ffs to firmware/asm, using the new automatic-asm-picking infra...Thomas Martitz1-0/+75
2012-01-22Implement a C version lcd-as-memframe.c and move it and the asm to firmware/asm.Thomas Martitz1-0/+692
2012-01-22Move optimized memcpy and friends and strlen to firmware/asm,Thomas Martitz4-0/+546
2012-01-22Move pcm_mixer helper routines to firmware/asm.Thomas Martitz4-0/+413
2012-01-22Create fimrware/asm directory for assembly optimized stuff.Thomas Martitz2-0/+130