summaryrefslogtreecommitdiffstats
path: root/firmware/asm/mips
AgeCommit message (Expand)AuthorFilesLines
2020-09-02mips: use .set push/pop in asm codeSolomon Peachy1-7/+6
2018-09-07mips: Update the MIPS threading codeSolomon Peachy2-53/+47
2018-09-07MIPS: fix memset()Marcin Bukat1-112/+3
2018-06-12Fix MIPS threading code to compile with older compilerMarcin Bukat1-34/+34
2018-06-12Agptek Rocker: Initial commitMarcin Bukat2-36/+52
2014-08-29Add mempcpy implementationMichael Sevakis1-1/+10
2014-08-30Rewrite filesystem code (WIP)Michael Sevakis1-11/+11
2012-01-22Move optimized ffs to firmware/asm, using the new automatic-asm-picking infra...Thomas Martitz1-0/+59
2012-01-22Move optimized memcpy and friends and strlen to firmware/asm,Thomas Martitz2-0/+382
2012-01-22Create fimrware/asm directory for assembly optimized stuff.Thomas Martitz3-0/+148