summaryrefslogtreecommitdiff
path: root/firmware/target/mips
AgeCommit message (Expand)Author
2012-01-08lcd-target.h: remove some duplicate declarationsRafaël Carré
2012-01-08adc-target.h: cleanupRafaël Carré
2012-01-08button-target.h : move prototypes to button.hRafaël Carré
2012-01-07ingenic_jz: remove ata-nand-target.hRafaël Carré
2012-01-04dbg_hw_info(): remove duplicate prototypesRafaël Carré
2012-01-04dbg_ports(): remove duplicate prototypeRafaël Carré
2012-01-03Rework powermgmt to enable code re-use on appliation and sims.Thomas Martitz
2011-12-31onda: remove now inlined USB_INIT_GPIO()Rafaël Carré
2011-12-31usb-target.h: removeRafaël Carré
2011-12-31onda 747/777 : move USB_STATUS_BY_EVENT to configRafaël Carré
2011-12-31onda usb code: merge into .c fileRafaël Carré
2011-12-31usb_drv_connected() is declared in usb_drv.hRafaël Carré
2011-12-31move usb_pin_init() declaration to PP's system-target.hRafaël Carré
2011-12-31usb_init_device(): move prototype to usb.hRafaël Carré
2011-12-21Fix red.Boris Gjenero
2011-12-21Add missing includes found using -Wmissing-declarations.Boris Gjenero
2011-12-18Add KEEP() around vectors in linker scripts.Boris Gjenero
2011-12-17Commit to certain names for cache coherency APIs and discard the aliases.Michael Sevakis
2011-12-10thread.c includes gcc_extensions.h and thread-XXX.c files are includes inside...Michael Sevakis
2011-12-09Introduce USED_ATTR wrapper for __attribute__((used)).Boris Gjenero
2011-09-01Shuffle some functions around so that interfacing with playback.c in particul...Michael Sevakis
2011-06-29Commit FS#12150 - Fully-functional audio mixer - and finally whip old limitat...Michael Sevakis
2011-06-05Move dbg_hw_info() into target tree. FS#11735 by meMarcin Bukat
2011-03-02Merge functionality of wakeups and semaphores-- fewer APIs and object types. ...Michael Sevakis
2011-02-02Clean up multiple definitions of RAM size. Remove -DMEM (make) and MEM (code)...Andree Buschmann
2011-01-21Fix red: defined(x || y) is not valid C preprocessorMaurus Cuelenaere
2011-01-21Fix Onda VX747+ LCD not working on bootMaurus Cuelenaere
2011-01-18Try to get some control over #ifdef hell in usb.c by refactoring and inline f...Michael Sevakis
2011-01-18Fix Onda VX777 LCD not working on bootMaurus Cuelenaere
2010-11-11Onda VX767: get some facts about the state of the current LCD driver straightMaurus Cuelenaere
2010-11-06move dbg_ports() from apps/menu_debug.c to target tree. FS#11712 by me.Marcin Bukat
2010-09-20*/app.lds: remove STUBOFFSETRafaël Carré
2010-09-09Also rename cpucache_invalidate() function for mips. There's more in the targ...Thomas Martitz
2010-08-28jz4740 debug: use lcd_putsf() instead of redefining itRafaël Carré
2010-08-24mips is predefined by gcc, but we want it for paths. Don't let others fall in...Thomas Martitz
2010-08-12Introduce NORETURN_ATTR wrapper for __attribute__((noreturn)), using this and...Thomas Martitz
2010-07-15Don't duplicate byteswap code. Invent system where NEED_GENERIC_BYTESWAPS is ...Nils Wallménius
2010-07-15Properly fix warning by copying the swap16 and swap32 inline functions from s...Nils Wallménius
2010-06-06Remove card_enable_monitoring() and use a mutex instead. The card_enable_moni...Frank Gevaerts
2010-06-05remane hotswap.* to sdmmc.*. The contents have nothing at all to do with hots...Frank Gevaerts
2010-06-02Threading: Split processor support code into respective target files. C files...Michael Sevakis
2010-05-24Cleanup r26253 red and yellow.Michael Sevakis
2010-05-24Make PCM->driver interface about as simple as it will get. Registered callbac...Michael Sevakis
2010-05-21ata: do some threading-related corrections (some sync related where it matter...Michael Sevakis
2010-05-15Hopefully finish off the red from r26051.Michael Sevakis
2010-05-12PCM bottom layer simplification. pcm_rec_peak_addr variable no longer has to ...Michael Sevakis
2010-05-06Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz
2010-05-06Ingenic Jz4740: Use lcd_putsf() instead of lcd_puts() in exception handlerMaurus Cuelenaere
2010-05-03Ingenic Jz4740: eliminate EP0 state machine + small cleanupsMaurus Cuelenaere
2010-05-03Ingenic Jz4740: cleanup USB driver a bit (no externally visible functional ch...Maurus Cuelenaere