summaryrefslogtreecommitdiff
path: root/firmware/target/mips
AgeCommit message (Expand)Author
2009-08-21Add a BTN_MASK for the VX777 (aka fix red)Maurus Cuelenaere
2009-08-21 * Onda VX777: add support for its single physical buttonMaurus Cuelenaere
2009-08-19fix redNils Wallménius
2009-08-19Onda's: add touchscreen boot menu for targets without/not much physical butto...Maurus Cuelenaere
2009-08-14Fix YellowKarl Kurbjun
2009-08-14Hopefully get all of the touchscreen drivers to act the same so release event...Karl Kurbjun
2009-08-01Fix red: only use SW_VOLUME_MIN if HAVE_SW_VOLUME_CONTROL is definedMaurus Cuelenaere
2009-08-01 * Move DSP_CALLBACK_* enum to sound.hMaurus Cuelenaere
2009-08-01Ingenic Jz4740 timer driver: fix stupid mistakeMaurus Cuelenaere
2009-07-27Jz4740 timer driver: only init timer in timer_set() when start is trueMaurus Cuelenaere
2009-07-27Jz4740 PCM driver: do 32-bit or 16-bit burst sizes if 16-byte ones won't fit ...Maurus Cuelenaere
2009-07-27Jz4740 PCM driver: check whether pcm_callback_for_more isn't NULL (fixes metr...Maurus Cuelenaere
2009-07-26Ingenic Jz4740 targets: turn backlight on when an exception occurs and EXTEND...Maurus Cuelenaere
2009-07-26Onda VX747: don't fully init the LCD when not doing an USB_BOOT compile (fixe...Maurus Cuelenaere
2009-07-20Make sd_present() and mmc_present() look only at the actual presence of a car...Frank Gevaerts
2009-07-17Commit FS#9545, storage cleanup and multi-driver supportFrank Gevaerts
2009-07-17remove nand_soft_reset and nand_disk_is_active already voided in storage.hRafaël Carré
2009-07-17Revert r21912 : "Storage API : remove undeeded target-specific functions"Rafaël Carré
2009-07-17Onda VX747: add dual-boot capability + make it possible to permanently 'stick...Maurus Cuelenaere
2009-07-17Storage API : remove undeeded target-specific functionsRafaël Carré
2009-07-05Onda VX747 backlight: use a higher frequency to reduce flickeringMaurus Cuelenaere
2009-07-03Ingenic Jz4740: add basic frequency switchingMaurus Cuelenaere
2009-07-03Ingenic Jz4740 PCM driver: add some locking here and there (doesn't fix all P...Maurus Cuelenaere
2009-07-03Ingenic Jz4740: remove some unneeded stuff and simplify SD driver (also thank...Maurus Cuelenaere
2009-07-01Move sd_get_info() into common sd codeRafaël Carré
2009-07-01 * Move some more stuff to the general SD driverMaurus Cuelenaere
2009-07-01Ingenic jz4740 SD driver: remove custom list of SD commandsRafaël Carré
2009-07-01add firmware/driver/sd.c which contains common code between SD driversRafaël Carré
2009-07-01card_extract_bits() take the start bit argument as defined in public SanDisk ...Rafaël Carré
2009-07-01Ingenic Jz4740 SD driver: remove some unneeded stuff + fill the OCR field in ...Maurus Cuelenaere
2009-07-01Ingenic Jz4740 SD driver: fix SD clock init (fixes problems with SDHC cards)Maurus Cuelenaere
2009-07-01Also cleanup Onda VX747 ata-sd-target.h fileMaurus Cuelenaere
2009-07-01Merge tCardInfo struct (MMC) and tSDCardInfo struct (SD)Rafaël Carré
2009-06-29Put TIMER_FREQ definition in CPU-specific config, and remove timer-target.hRafaël Carré
2009-06-29Remove the TIMER_* macros and declare target-specific functions in timer.hRafaël Carré
2009-06-29Remove int_prio argument from timer_register, and move the only use for it in...Rafaël Carré
2009-06-29Move SH7034 timer code in the target treeRafaël Carré
2009-06-29Rename TIMER_REGISTER macro to TIMER_START and TIMER_UNREGISTER to TIMER_STOP...Rafaël Carré
2009-06-24Onda VX747: make backlight setting range from 1->16 instead of 0->15Maurus Cuelenaere
2009-06-24Use a logarithmic scale for the Onda VX747 backlight (thanks to Bertrik Sikken)Maurus Cuelenaere
2009-06-20* Commit a modified FS#10354 (thanks to Davide Quarta) - add support the VX74...Maurus Cuelenaere
2009-06-18Fix redMaurus Cuelenaere
2009-06-18Ingenic Jz4740: enable IRAM (only core, without ibss)Maurus Cuelenaere
2009-06-16Make some asm() statements volatileMaurus Cuelenaere
2009-06-16Onda VX747: fix backlight driver so it doesn't 'flicker' upon initMaurus Cuelenaere
2009-06-15Onda VX747: clean up SD GPIO initializationMaurus Cuelenaere
2009-06-09Correct some comments (no functional changes)Maurus Cuelenaere
2009-06-09Properly implement backlighting on Onda VX7x7 (using PWM).Maurus Cuelenaere
2009-06-08VX767: cleanup LCD driver a bit + add forgotten backlight-target.hMaurus Cuelenaere
2009-06-04Ingenic Jz4740: fix debug messages not being readable due to backdropMaurus Cuelenaere