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