summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-01-25Arm stack unwinderMarcin Bukat17-4/+2585
2012-01-25WM8750: Extend recording gain range.Marcin Bukat1-15/+55
2012-01-25Disable the backdrop in the failsafe theme so the colours acually workJonathan Gordon1-0/+1
2012-01-25MPIO HD300: Fix scrollstip issue at driver level.Marcin Bukat1-2/+33
2012-01-24mkamsboot: ignore built files / foldersRafaël Carré2-0/+5
2012-01-24Update CONTRIBUTING to reflect our switch to git on gerrit.Marcin Bukat1-9/+9
2012-01-24MPIO HD300: Use MENU button to go back from debug screens.Marcin Bukat1-2/+4
2012-01-24MPIO HD200/HD300: Decrease ADC scanrate.Marcin Bukat2-31/+11
2012-01-23Remove svn id.Torne Wuff1-1/+0
2012-01-23ypr0: Allow dection of multiple button presses at the same time.Thomas Martitz3-68/+60
2012-01-23gitignore: Change librockbox.so to generic .so.Thomas Martitz1-1/+1
2012-01-23Fix flag for the viewport. Text is supposed to be centered.Thomas Martitz1-1/+1
2012-01-22Fix incomplete comment.Thomas Martitz1-2/+2
2012-01-22Fix typo in comment.Thomas Martitz1-1/+1
2012-01-22Check running processes at startup.Dominik Riebeling3-0/+58
2012-01-23skin touchregions: fix the 'none' region firing when it shouldnt.Jonathan Gordon2-2/+3
2012-01-22Fix wrong pointer arithmetic in the PDbox aiff header writing codeFrank Gevaerts1-1/+1
2012-01-22Fix another uninitialized var warning.Thomas Martitz1-3/+3
2012-01-22Another attempt at fixing storage_*_warnings. Correct return values also.Thomas Martitz1-3/+6
2012-01-22ypr0: Work around warning introduced by buggy alsa headers.Thomas Martitz1-19/+28
2012-01-22Attempt to fix remaining warnings.Thomas Martitz1-2/+2
2012-01-22Fix one more warning.Thomas Martitz1-1/+1
2012-01-22Don't filter out -O for sims.Thomas Martitz4-12/+10
2012-01-22Fix checkwps.Thomas Martitz1-1/+1
2012-01-22Fix sdl build warningsThomas Martitz1-0/+6
2012-01-22Fix native arm builds. arm_support couldn't build properly.Thomas Martitz1-0/+2
2012-01-22ypr0: Enable asm optimizations.Thomas Martitz2-2/+1
2012-01-22firmware/target/arm doesn't contain code for hosted anymore.Thomas Martitz1-4/+1
2012-01-22Use ARCH instead of CPU for selecting optimization levels.Thomas Martitz1-2/+2
2012-01-22Move optimized ffs to firmware/asm, using the new automatic-asm-picking infra...Thomas Martitz6-12/+14
2012-01-22ypr0: Use generic lcd memframe driver.Thomas Martitz4-53/+30
2012-01-22Implement a C version lcd-as-memframe.c and move it and the asm to firmware/asm.Thomas Martitz4-11/+188
2012-01-22Move optimized memcpy and friends and strlen to firmware/asm,Thomas Martitz22-34/+7
2012-01-22Add framework to let make automatically pick optimized asm implementations ov...Thomas Martitz4-2/+63
2012-01-22Move pcm_mixer helper routines to firmware/asm.Thomas Martitz8-102/+217
2012-01-22Create fimrware/asm directory for assembly optimized stuff.Thomas Martitz24-295/+352
2012-01-21imx233: fix clkctrl code (some registers don't have a SET/CLR variant)Amaury Pouly2-8/+14
2012-01-21Fix database build.Thomas Martitz1-0/+1
2012-01-21Add some stuff to .gitignoreThomas Martitz1-0/+30
2012-01-21android/ypr0: Merge lc-*.c to generic lc-unix.c.Thomas Martitz3-44/+8
2012-01-21android/ypr0: Merge fs-*.c to generic filesystem-unix.c.Thomas Martitz6-168/+9
2012-01-21android/ypr0: Merge kernel-*.c to generic kernel-unix.c.Thomas Martitz6-144/+55
2012-01-21libspeex: Get rid of some bad trickery with the stack pointer.Thomas Martitz1-8/+7
2012-01-21Hosted: Output map files after linking.Thomas Martitz5-5/+6
2012-01-21ypr0: Fix build failure.Thomas Martitz2-3/+2
2012-01-21Hosted: Merge debugf() implementations. Cleanup debug.h.Thomas Martitz4-56/+77
2012-01-21Move supprt-arm.S to separate library.Thomas Martitz9-17/+40
2012-01-21libmad: Get rid of some bad trickery with the stack pointer.Thomas Martitz1-147/+141
2012-01-21libmad: Fix section attrs for hosted platforms.Thomas Martitz1-0/+8
2012-01-21hosted/pcm/alsa: Use alternate signal stack for the async callback.Thomas Martitz1-0/+31