summaryrefslogtreecommitdiffstats
path: root/firmware/target/mips/ingenic_jz47xx
AgeCommit message (Expand)AuthorFilesLines
2009-06-08VX767: cleanup LCD driver a bit + add forgotten backlight-target.hMaurus Cuelenaere2-7/+36
2009-06-04Ingenic Jz4740: fix debug messages not being readable due to backdropMaurus Cuelenaere1-0/+1
2009-06-03Ingenic Jz4740: should fix timer (thanks to Rafaël Carré)Maurus Cuelenaere2-27/+27
2009-06-03Ingenic Jz4740: add extended exception debug reporting optionMaurus Cuelenaere1-1/+36
2009-06-01Fix reds & yellowMaurus Cuelenaere3-0/+44
2009-06-01Onda VX747: try at implementing FM tuner supportMaurus Cuelenaere3-19/+124
2009-05-26Fix audio on Onda VX747Maurus Cuelenaere3-103/+109
2009-05-21Remove some unused declarationsBertrik Sikken1-2/+0
2009-05-21Replace some TABs with spaces (no functional changes)Maurus Cuelenaere1-79/+79
2009-05-20Onda VX747: improve the USB insertion detectionMaurus Cuelenaere1-1/+7
2009-05-20Speed up LCD driver on Ingenic Jz4740 by doing some sort of partial LCD updates.Maurus Cuelenaere1-5/+3
2009-05-20Fix Ingenic Jz4740 USB driver (USB IN <-> OUT) and some whitespace cleaningMaurus Cuelenaere1-122/+122
2009-05-17Ingenic Jz4740 PCM driver: set correct sample rateMaurus Cuelenaere1-1/+1
2009-05-17Don't define LOGF_ENABLE..Maurus Cuelenaere1-1/+1
2009-05-17Get interrupt endpoints fully working on Ingenic Jz4740 targetsMaurus Cuelenaere1-4/+12
2009-05-16Try at implementing interrupt endpoints in the Ingenic Jz4740 USB driverMaurus Cuelenaere1-10/+15
2009-05-16Add working USB HID driver, by Tomer Shalev (part of his GSoC work).Frank Gevaerts1-2/+5
2009-04-25Merge Onda VX7?7 backlight-target.hMaurus Cuelenaere2-31/+0
2009-04-25Fix onda red. Unlike all other targets, it built the whole backlight driver ...Thomas Martitz2-12/+0
2009-04-20Fix yellow (forgot file)Maurus Cuelenaere1-0/+2
2009-04-20Onda VX747: fix touchscreen issues when switching from bootloader to 'normal'...Maurus Cuelenaere1-18/+26
2009-04-19Ingenic Jz4740: put stack in IRAM & optimize/clean up crt0.S a bitMaurus Cuelenaere2-45/+39
2009-04-19MIPS: set load address of .iram to the start of .bss so RAM doesn't get wastedMaurus Cuelenaere2-17/+22
2009-04-19Remove some redundant links in MIPS linker scriptsMaurus Cuelenaere2-6/+0
2009-04-18Fix some issues with YUV blitting on Onda VX747 (still not working properly)Maurus Cuelenaere1-12/+22
2009-04-18Really fix redMaurus Cuelenaere1-1/+1
2009-04-18Fix redMaurus Cuelenaere1-1/+1
2009-04-18Onda VX747:Maurus Cuelenaere3-81/+98
2009-04-08Jz4740:Maurus Cuelenaere1-62/+14
2009-04-08Fix yellowMaurus Cuelenaere1-0/+1
2009-04-08Add LED indication to Jz4740 SD driverMaurus Cuelenaere1-0/+8
2009-04-05Fix redMaurus Cuelenaere1-2/+3
2009-04-05Fix Onda VX767 LCD clock init codeMaurus Cuelenaere1-4/+3
2009-03-25Jz4740: Optimize interrupt handling by using a find_last_set_bit() implementa...Maurus Cuelenaere1-10/+15
2009-03-24Correct the set_frequency() function on the Onda VX747 (fixes sound)Maurus Cuelenaere1-21/+15
2009-03-22Add missing #includes for the ondas.Bertrik Sikken4-0/+4
2009-03-20Don't forget to fix these too...Maurus Cuelenaere1-0/+4
2009-03-20Kill some yellowMaurus Cuelenaere1-3/+67
2009-03-17Fix reds and yellows (hopefully). Some targets apparently didn't properly #if...Thomas Martitz1-1/+1
2009-03-17Rework lcd_enabled and lcd_set/call_enable hookThomas Martitz1-2/+2
2009-03-12Allow mkinfo.pl to read the RAM usage correctly. All other targets define bot...Jens Arnold1-0/+1
2009-03-11Make Onda VX767 compile + restructure firmware/SOURCES a bit (wrt Jz4740 spec...Maurus Cuelenaere1-0/+41
2009-03-09Onda VX747:Maurus Cuelenaere6-86/+82
2009-03-09* Onda VX767: fix some redundant files + add some missing functions for apps/...Maurus Cuelenaere7-83/+144
2009-03-09 * Unify Onda VX747 and VX747+ config filesMaurus Cuelenaere2-1/+23
2009-03-03Simplify generic_i2c, removing the link between i2c address and i2c interface...Bertrik Sikken1-1/+0
2009-03-02Onda VX747:Maurus Cuelenaere1-0/+34
2009-02-26Onda VX747: redo keymap (which fixes the not-working emulated touchscreen but...Maurus Cuelenaere1-15/+15
2009-02-26Ingenic Jz4740:Maurus Cuelenaere5-29/+83
2009-02-23Ingenic Jz4740:Maurus Cuelenaere2-97/+168