summaryrefslogtreecommitdiffstats
path: root/firmware/target/mips
AgeCommit message (Expand)AuthorFilesLines
2013-09-05touch devices: Disable touch on softlock.Jean-Louis Biasini1-0/+7
2013-08-17Cleanup MV/MD macros a little.Michael Sevakis2-5/+5
2013-04-22Do some cleanup, adjustment and a couple fixes to recent sound changes.Michael Sevakis1-3/+3
2013-04-15Still at it for 0c7b787. Might be done now.Michael Sevakis1-1/+1
2013-04-15Straighten out the mad twisted state of sound.c and related areas.Michael Sevakis1-24/+0
2013-04-11Implement universal in-PCM-driver software volume control.Michael Sevakis1-9/+18
2013-03-11jz4740: a few minor fixesMarcin Bukat1-1/+1
2012-05-07remove debug-target.hRafaël Carré2-1/+0
2012-05-07remove unused prototypesRafaël Carré1-4/+0
2012-03-03Revise the PCM callback system after adding multichannel audio.Michael Sevakis1-7/+5
2012-02-28lcd drivers: Convert lcd_[remote_]framebuffer to a pointerJonathan Gordon1-2/+2
2012-01-22Move optimized ffs to firmware/asm, using the new automatic-asm-picking infra...Thomas Martitz1-59/+0
2012-01-22Move optimized memcpy and friends and strlen to firmware/asm,Thomas Martitz2-382/+0
2012-01-22Create fimrware/asm directory for assembly optimized stuff.Thomas Martitz2-133/+24
2012-01-08lcd-target.h: remove some duplicate declarationsRafaël Carré1-6/+0
2012-01-08adc-target.h: cleanupRafaël Carré1-2/+0
2012-01-08button-target.h : move prototypes to button.hRafaël Carré2-16/+0
2012-01-07ingenic_jz: remove ata-nand-target.hRafaël Carré2-29/+0
2012-01-04dbg_hw_info(): remove duplicate prototypesRafaël Carré1-27/+0
2012-01-04dbg_ports(): remove duplicate prototypeRafaël Carré2-1/+1
2012-01-03Rework powermgmt to enable code re-use on appliation and sims.Thomas Martitz2-2/+2
2011-12-31onda: remove now inlined USB_INIT_GPIO()Rafaël Carré1-1/+0
2011-12-31usb-target.h: removeRafaël Carré3-1/+0
2011-12-31onda 747/777 : move USB_STATUS_BY_EVENT to configRafaël Carré1-2/+0
2011-12-31onda usb code: merge into .c fileRafaël Carré3-87/+17
2011-12-31usb_drv_connected() is declared in usb_drv.hRafaël Carré2-4/+0
2011-12-31move usb_pin_init() declaration to PP's system-target.hRafaël Carré2-2/+0
2011-12-31usb_init_device(): move prototype to usb.hRafaël Carré2-2/+0
2011-12-21Fix red.Boris Gjenero1-1/+1
2011-12-21Add missing includes found using -Wmissing-declarations.Boris Gjenero3-1/+3
2011-12-18Add KEEP() around vectors in linker scripts.Boris Gjenero2-10/+10
2011-12-17Commit to certain names for cache coherency APIs and discard the aliases.Michael Sevakis2-6/+4
2011-12-10thread.c includes gcc_extensions.h and thread-XXX.c files are includes inside...Michael Sevakis1-2/+0
2011-12-09Introduce USED_ATTR wrapper for __attribute__((used)).Boris Gjenero1-1/+3
2011-09-01Shuffle some functions around so that interfacing with playback.c in particul...Michael Sevakis1-1/+1
2011-06-29Commit FS#12150 - Fully-functional audio mixer - and finally whip old limitat...Michael Sevakis1-0/+2
2011-06-05Move dbg_hw_info() into target tree. FS#11735 by meMarcin Bukat2-2/+2
2011-03-02Merge functionality of wakeups and semaphores-- fewer APIs and object types. ...Michael Sevakis5-23/+23
2011-02-02Clean up multiple definitions of RAM size. Remove -DMEM (make) and MEM (code)...Andree Buschmann1-1/+1
2011-01-21Fix red: defined(x || y) is not valid C preprocessorMaurus Cuelenaere1-1/+1
2011-01-21Fix Onda VX747+ LCD not working on bootMaurus Cuelenaere1-3/+4
2011-01-18Try to get some control over #ifdef hell in usb.c by refactoring and inline f...Michael Sevakis1-3/+0
2011-01-18Fix Onda VX777 LCD not working on bootMaurus Cuelenaere1-5/+14
2010-11-11Onda VX767: get some facts about the state of the current LCD driver straightMaurus Cuelenaere1-1/+6
2010-11-06move dbg_ports() from apps/menu_debug.c to target tree. FS#11712 by me.Marcin Bukat2-2/+2
2010-09-20*/app.lds: remove STUBOFFSETRafaël Carré1-9/+2
2010-09-09Also rename cpucache_invalidate() function for mips. There's more in the targ...Thomas Martitz1-1/+2
2010-08-28jz4740 debug: use lcd_putsf() instead of redefining itRafaël Carré1-53/+39
2010-08-24mips is predefined by gcc, but we want it for paths. Don't let others fall in...Thomas Martitz2-2/+0
2010-08-12Introduce NORETURN_ATTR wrapper for __attribute__((noreturn)), using this and...Thomas Martitz1-1/+2