summaryrefslogtreecommitdiffstats
path: root/firmware/target
AgeCommit message (Expand)AuthorFilesLines
2009-07-27Meizu: fix mask for GPIO function selection used for fmradioBertrik Sikken1-2/+2
2009-07-27Jz4740 timer driver: only init timer in timer_set() when start is trueMaurus Cuelenaere1-12/+19
2009-07-27Jz4740 PCM driver: do 32-bit or 16-bit burst sizes if 16-byte ones won't fit ...Maurus Cuelenaere1-8/+56
2009-07-27Jz4740 PCM driver: check whether pcm_callback_for_more isn't NULL (fixes metr...Maurus Cuelenaere1-3/+5
2009-07-26Re-work D2 power off behaviour.Rob Purchase1-8/+14
2009-07-26initial commit of remote support for m:robe 100 courtesy of lowlight; simulat...Robert Kukla8-18/+715
2009-07-26Ingenic Jz4740 targets: turn backlight on when an exception occurs and EXTEND...Maurus Cuelenaere1-0/+2
2009-07-26Onda VX747: don't fully init the LCD when not doing an USB_BOOT compile (fixe...Maurus Cuelenaere1-10/+19
2009-07-25D2: Fix the POWER button check after an exception/panic. Make this power the ...Rob Purchase1-2/+7
2009-07-25Revert r22034 since the backlight handling functions are not consistently nam...Rob Purchase1-7/+0
2009-07-25Make the panic and UIE handlers turn on the backlight (needed for various col...Rob Purchase1-0/+7
2009-07-25Oops, too many files were committed in r22025, revert this one. The other ch...Dave Chapman1-5/+2
2009-07-25Correct the memory sizes (IRAM and DRAM) for the Nano2G.Dave Chapman6-16/+152
2009-07-22D2: Notify the backlight driver when the HOLD button is toggled. Fixes FS#10451.Rob Purchase1-2/+15
2009-07-22Commit part of FS#9873 - Utilise buttons for playlistingThomas Martitz1-0/+7
2009-07-20Nano2G Backlight driver improvements - the previous version didn't work relia...Dave Chapman1-8/+8
2009-07-20sd_first_drive is only used when HAVE_HOTSWAP is defined, so add appropriate ...Frank Gevaerts1-0/+6
2009-07-20Make sd_present() and mmc_present() look only at the actual presence of a car...Frank Gevaerts4-8/+21
2009-07-20take first_drive into account when handling hotswap. This is not important as...Frank Gevaerts1-6/+8
2009-07-19D2: A working read/write SD(HC) driver, based on the PP equivalent. See Cowon...Rob Purchase1-0/+835
2009-07-18S5L8700: fix off-by-one error in kernel timer and fix incorrect interrupt mas...Bertrik Sikken2-3/+3
2009-07-18Nano2g button driver - currently only implementing the hold switch. Should h...Dave Chapman1-0/+40
2009-07-18Various Nano2g changes - enable the rest of crt0.S (including clock setup) an...Dave Chapman2-1/+14
2009-07-18Commit FS#10413 by Michael Chicoine. Fixes upside down menu in mpegplayer wh...Michael Giacomelli1-5/+22
2009-07-17fix ata-nand-s5l8700 compilation properly this timeFrank Gevaerts1-2/+0
2009-07-17Basic backlight driver for Nano 2GDave Chapman1-0/+67
2009-07-17Commit FS#9545, storage cleanup and multi-driver supportFrank Gevaerts8-52/+188
2009-07-17make ELIO_TPJ1022 bootloader compile againRobert Kukla3-0/+268
2009-07-17Apply the same fix as r21930 did for the ramdisk for the AMS Sansa driver.Thomas Martitz1-1/+1
2009-07-17Add information gleaned from disassembling the main firmware image. Detect lc...Robert Keevil1-76/+90
2009-07-17Improvments to Nano 2G LCD driver. This now works reliably on both LCD types.Dave Chapman1-85/+77
2009-07-17remove nand_soft_reset and nand_disk_is_active already voided in storage.hRafaël Carré2-22/+0
2009-07-17Revert r21912 : "Storage API : remove undeeded target-specific functions"Rafaël Carré3-0/+64
2009-07-17Onda VX747: add dual-boot capability + make it possible to permanently 'stick...Maurus Cuelenaere2-4/+4
2009-07-17Storage API : remove undeeded target-specific functionsRafaël Carré3-64/+0
2009-07-16Add auto-detection of Nano 2G LCD type, and an initial attempt at lcd_update(...Dave Chapman1-29/+66
2009-07-16Fix Philips sa9200 red (HAVE_LCD_SLEEP is not defined in the bootloader so th...Thomas Martitz1-0/+2
2009-07-16Get the Nano2G bootloader running - it now runs and displays a logo on one ty...Dave Chapman1-3/+11
2009-07-16Working LCD driver for half the Nano2Gs. It now appears that there are two t...Dave Chapman1-20/+54
2009-07-15Apply some ARMv6 optimisations to YUV blitting. Speeds up mpegplayer on Gigab...Jens Arnold1-1/+67
2009-07-13FS#10436 - add the Sansa View to the build system. The bootloader builds but...Robert Keevil11-0/+794
2009-07-12Basic changes to add nano 2g to the build system, based on the Meizu M3 port....Dave Chapman3-5/+234
2009-07-12S5L8700/Meizu: miscellaneous minor fixes, stubs added, keywords setBertrik Sikken6-9/+39
2009-07-12Meizu M3: initial version of battery readout and (uncalibrated) charge/discha...Bertrik Sikken1-0/+67
2009-07-12Meizu: implement power driver (USB power detect / charging status / poweroff)Bertrik Sikken1-0/+92
2009-07-12AMSSansa: Use single adc_read instead of multiple ascodec_reads to read volta...Jack Halpin1-3/+2
2009-07-12S5L8700: implement timer driverBertrik Sikken1-0/+104
2009-07-12Remove svn:executable from these files.Thomas Martitz2-0/+0
2009-07-11ARM asm LCD and ATA driver functions: Don't save r12 as it is a scratch reg. ...Jens Arnold12-261/+256
2009-07-11S5L8700: fix buttons used in debug menuBertrik Sikken2-2/+2