summaryrefslogtreecommitdiffstats
path: root/firmware/target/mips
AgeCommit message (Expand)AuthorFilesLines
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
2010-07-15Don't duplicate byteswap code. Invent system where NEED_GENERIC_BYTESWAPS is ...Nils Wallménius1-23/+3
2010-07-15Properly fix warning by copying the swap16 and swap32 inline functions from s...Nils Wallménius1-3/+23
2010-06-06Remove card_enable_monitoring() and use a mutex instead. The card_enable_moni...Frank Gevaerts1-8/+0
2010-06-05remane hotswap.* to sdmmc.*. The contents have nothing at all to do with hots...Frank Gevaerts2-2/+2
2010-06-02Threading: Split processor support code into respective target files. C files...Michael Sevakis1-0/+133
2010-05-24Cleanup r26253 red and yellow.Michael Sevakis1-1/+1
2010-05-24Make PCM->driver interface about as simple as it will get. Registered callbac...Michael Sevakis1-17/+4
2010-05-21ata: do some threading-related corrections (some sync related where it matter...Michael Sevakis1-1/+1
2010-05-15Hopefully finish off the red from r26051.Michael Sevakis1-1/+5
2010-05-12PCM bottom layer simplification. pcm_rec_peak_addr variable no longer has to ...Michael Sevakis1-3/+2
2010-05-06Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz2-2/+1
2010-05-06Ingenic Jz4740: Use lcd_putsf() instead of lcd_puts() in exception handlerMaurus Cuelenaere1-5/+2
2010-05-03Ingenic Jz4740: eliminate EP0 state machine + small cleanupsMaurus Cuelenaere1-66/+33
2010-05-03Ingenic Jz4740: cleanup USB driver a bit (no externally visible functional ch...Maurus Cuelenaere1-118/+119
2010-04-27Remove pcm_mute() which has been unused since r19308Rafaël Carré1-1/+1
2010-01-03Onda VX747/VX777: only enable SD clock when transferring dataMaurus Cuelenaere1-8/+19
2010-01-03Onda VX747/VX777: fix not closing I²C all timesMaurus Cuelenaere1-0/+2
2010-01-03Onda VX747/VX777: update battery charge cycleMaurus Cuelenaere1-2/+1
2010-01-03Onda VX747/VX777: cleanup linker files a bitMaurus Cuelenaere1-24/+10
2010-01-03Onda VX747/VX777: centralise LCD clock en-/disabling.Maurus Cuelenaere3-8/+29
2010-01-03Onda VX747/VX777: disable LCD when backlight is off (saves power)Maurus Cuelenaere2-4/+18
2010-01-03Onda VX747: fix USB charging detectionMaurus Cuelenaere1-3/+7
2009-12-18Onda VX747/VX777: fix FM radioMaurus Cuelenaere1-0/+2
2009-12-08Onda VX747(+)/VX777: update battery discharge curveMaurus Cuelenaere1-5/+2
2009-12-05Ingenic Jz4740: fix CPU boosting (was reversed)Maurus Cuelenaere1-1/+1
2009-11-27Jz4740: init I²C GPIO pinsMaurus Cuelenaere1-0/+1
2009-11-26Define sd_drive_nr also when HAVE_HOTSWAP is defined (fix red).Maurus Cuelenaere1-1/+1
2009-11-26 - Split off strip_volume() to a separate fileMaurus Cuelenaere1-0/+2
2009-11-26Fix Onda VX767Maurus Cuelenaere1-1/+2
2009-11-26Merge branch 'hotswap'Maurus Cuelenaere3-121/+252
2009-11-26Remove unused card_detect(), and make card_detect_target() static inline in e...Thomas Martitz1-1/+1
2009-11-14Set DRMODE_SOLID, uniform colors, and sysfont before clearing LCD to display ...Andrew Mahone1-1/+9
2009-11-09Removed unneeded includesJeffrey Goode1-1/+0
2009-11-03Comment out LOGF_ENABLE defines everywhere, replace evil commentsJeffrey Goode2-2/+2
2009-10-28The Onda VX777 has only one button, add it to the keymap.Maurus Cuelenaere1-1/+1
2009-10-20Convert lcd_activation callbacks to use the event system to allow for multipl...Thomas Martitz1-1/+1
2009-10-09Core changes to allow storage drivers to do cleanup on shutdown, and iPod Nan...Michael Sparmann1-0/+7
2009-08-21Add a BTN_MASK for the VX777 (aka fix red)Maurus Cuelenaere1-3/+8
2009-08-21 * Onda VX777: add support for its single physical buttonMaurus Cuelenaere2-49/+55
2009-08-19fix redNils Wallménius1-1/+2
2009-08-19Onda's: add touchscreen boot menu for targets without/not much physical butto...Maurus Cuelenaere1-0/+3
2009-08-14Fix YellowKarl Kurbjun1-2/+2
2009-08-14Hopefully get all of the touchscreen drivers to act the same so release event...Karl Kurbjun1-0/+5