summaryrefslogtreecommitdiff
path: root/firmware/target
AgeCommit message (Expand)Author
2009-07-20Nano2G Backlight driver improvements - the previous version didn't work relia...Dave Chapman
2009-07-20sd_first_drive is only used when HAVE_HOTSWAP is defined, so add appropriate ...Frank Gevaerts
2009-07-20Make sd_present() and mmc_present() look only at the actual presence of a car...Frank Gevaerts
2009-07-20take first_drive into account when handling hotswap. This is not important as...Frank Gevaerts
2009-07-19D2: A working read/write SD(HC) driver, based on the PP equivalent. See Cowon...Rob Purchase
2009-07-18S5L8700: fix off-by-one error in kernel timer and fix incorrect interrupt mas...Bertrik Sikken
2009-07-18Nano2g button driver - currently only implementing the hold switch. Should h...Dave Chapman
2009-07-18Various Nano2g changes - enable the rest of crt0.S (including clock setup) an...Dave Chapman
2009-07-18Commit FS#10413 by Michael Chicoine. Fixes upside down menu in mpegplayer wh...Michael Giacomelli
2009-07-17fix ata-nand-s5l8700 compilation properly this timeFrank Gevaerts
2009-07-17Basic backlight driver for Nano 2GDave Chapman
2009-07-17Commit FS#9545, storage cleanup and multi-driver supportFrank Gevaerts
2009-07-17make ELIO_TPJ1022 bootloader compile againRobert Kukla
2009-07-17Apply the same fix as r21930 did for the ramdisk for the AMS Sansa driver.Thomas Martitz
2009-07-17Add information gleaned from disassembling the main firmware image. Detect lc...Robert Keevil
2009-07-17Improvments to Nano 2G LCD driver. This now works reliably on both LCD types.Dave Chapman
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-16Add auto-detection of Nano 2G LCD type, and an initial attempt at lcd_update(...Dave Chapman
2009-07-16Fix Philips sa9200 red (HAVE_LCD_SLEEP is not defined in the bootloader so th...Thomas Martitz
2009-07-16Get the Nano2G bootloader running - it now runs and displays a logo on one ty...Dave Chapman
2009-07-16Working LCD driver for half the Nano2Gs. It now appears that there are two t...Dave Chapman
2009-07-15Apply some ARMv6 optimisations to YUV blitting. Speeds up mpegplayer on Gigab...Jens Arnold
2009-07-13FS#10436 - add the Sansa View to the build system. The bootloader builds but...Robert Keevil
2009-07-12Basic changes to add nano 2g to the build system, based on the Meizu M3 port....Dave Chapman
2009-07-12S5L8700/Meizu: miscellaneous minor fixes, stubs added, keywords setBertrik Sikken
2009-07-12Meizu M3: initial version of battery readout and (uncalibrated) charge/discha...Bertrik Sikken
2009-07-12Meizu: implement power driver (USB power detect / charging status / poweroff)Bertrik Sikken
2009-07-12AMSSansa: Use single adc_read instead of multiple ascodec_reads to read volta...Jack Halpin
2009-07-12S5L8700: implement timer driverBertrik Sikken
2009-07-12Remove svn:executable from these files.Thomas Martitz
2009-07-11ARM asm LCD and ATA driver functions: Don't save r12 as it is a scratch reg. ...Jens Arnold
2009-07-11S5L8700: fix buttons used in debug menuBertrik Sikken
2009-07-11Meizu M3: implement rudimentary button driverBertrik Sikken
2009-07-11fix yellow : panicf() is declared in panic.hRafaël Carré
2009-07-11S5L8700: add skeleton for __dbg_hw_info and __dbg_ports items in the debug menuBertrik Sikken
2009-07-11Sansa AMS: panic with the PL180 controller status register in case of errorsRafaël Carré
2009-07-11S5L8700: mask away status bits from ADC conversion resultBertrik Sikken
2009-07-11Sansa AMS: handle properly SD transfer errorsRafaël Carré
2009-07-11Meizu: use hardware PWM instead of interrupts+GPIO to set the backlight brigh...Bertrik Sikken
2009-07-10D2: Remove unnecessary ide_power functions.Rob Purchase
2009-07-10D2: Update the battery discharge curve to observed values, and add a crude ru...Rob Purchase
2009-07-10Make the TCC NAND driver use the (virtual) disk activity LED.Rob Purchase
2009-07-10Adding last minutes comments to explain things is only cool if you close it ...Thomas Martitz
2009-07-10Rearrange things a bit for less #ifdefs and less duplication.Thomas Martitz
2009-07-10Sansa AMS SD driver: fix error checking in µSD insertionRafaël Carré
2009-07-09S5L8700: use wakeup_wait/wakeup_signal instead of polling for i2c communicationBertrik Sikken
2009-07-09S5L8700: Implement ADC driverBertrik Sikken