summaryrefslogtreecommitdiffstats
path: root/firmware/SOURCES
AgeCommit message (Expand)AuthorFilesLines
2010-09-01Android: don't compile powermgmt-sim.cThomas Martitz1-0/+1
2010-09-01Ged rid of uisimulator/common/io.c for android builds.Thomas Martitz1-0/+2
2010-08-272nd try: Introduce a small api for loading code (codecs,plugins) from disk/me...Thomas Martitz1-0/+1
2010-08-27Revert "Introduce a small api for loading code (codecs,plugins) from disk/mem...Thomas Martitz1-1/+0
2010-08-26Introduce a small api for loading code (codecs,plugins) from disk/memory.Thomas Martitz1-0/+1
2010-08-24mips is predefined by gcc, but we want it for paths. Don't let others fall in...Thomas Martitz1-1/+0
2010-08-16Android port: add support for hardware keysMaurus Cuelenaere1-0/+3
2010-08-03system-arm.c/__div0 are for ARM native builds onlyRafaël Carré1-0/+2
2010-08-02Rockbox as an application: Commit current Android port progress.Thomas Martitz1-0/+11
2010-08-01Rockbox as an application: add get_user_file_path().Thomas Martitz1-0/+3
2010-07-20The new Fuzev2 use the same FM chip than some Clip+Rafaël Carré1-1/+2
2010-07-06Rockbox as an application: Add an 320x240 SDL application target.Thomas Martitz1-0/+6
2010-07-02AMS SoC's: Some register bit changes need interrupt protection: timer API and...Michael Sevakis1-0/+1
2010-06-30Remove atomic register bit manipulation functions from i.MX and s3c target co...Michael Sevakis1-0/+3
2010-06-22Add an advanced build option to force compiling and linking our reduced C lib...Thomas Martitz1-11/+22
2010-06-21Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #...Thomas Martitz1-19/+19
2010-06-21Don't autogenerate version.c. Just version.h is enoughFrank Gevaerts1-0/+1
2010-06-18as3525*: enable MMU in bootloaderRafaël Carré1-1/+2
2010-06-18rolo is only needed in SH bootloaders, not other bootloadersRafaël Carré1-0/+2
2010-06-16The mystery FM chip in some Sansa Clip+ players has been identified as a RDA5...Bertrik Sikken1-3/+3
2010-06-15Support for mystery FM chip in some Sansa Clip+, FS #11403 by meBertrik Sikken1-0/+4
2010-06-06Don't initialise disk_* for the sim, and make sure disk.c isn't built at allFrank Gevaerts1-1/+1
2010-06-05remane hotswap.* to sdmmc.*. The contents have nothing at all to do with hots...Frank Gevaerts1-1/+1
2010-05-30Update Samsung YP-S3 bootloader demoBertrik Sikken1-0/+2
2010-05-27Merge common LCD code between fuzev1 & fuzev2Rafaël Carré1-1/+3
2010-05-21Clip+: add charging curveRafaël Carré1-1/+1
2010-05-20Clipv1: move buttonlight functions to headerRafaël Carré1-1/+0
2010-05-18as3525 usb: build as3525v2 file based on CONFIG_USBOTG, and fix warningsRafaël Carré1-3/+2
2010-05-18as3525v2: add usb driver stub, enable usb phy&core initAmaury Pouly1-0/+3
2010-05-17HD200 - use optimised read&write routines from ata-as-coldfire.S and drop hd2...Marcin Bukat1-1/+1
2010-05-15- Move uisimulator/sdl/*.[ch] into the target tree, under firmware/target/hos...Thomas Martitz1-0/+21
2010-05-14Make the sim buildable with mingw againFrank Gevaerts1-1/+1
2010-05-14Fix wrong #ifdefs.Thomas Martitz1-3/+3
2010-05-14Include host system's header files and don't compile our c library replacemen...Thomas Martitz1-3/+7
2010-05-09Undo a change of r25850 which broke SDL audio on some (older kernels?) systems.Thomas Martitz1-1/+2
2010-05-08Sansa Cliv2: calibrated discharge curvebootloader_sansafuzev2_sansaclipv2_sansaclipplus_v2Rafaël Carré1-1/+1
2010-05-06Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz1-26/+29
2010-05-04HD200 - remove fm glue code from bootloader buildMarcin Bukat1-1/+1
2010-04-27FS#11172 - Fuzev2: Read the scrollwheel scrollwheel via IRQThomas Martitz1-3/+3
2010-04-26Add MPIO HD200 port - changed filesMarcin Bukat1-1/+23
2010-04-23i.MX31/Gigabeat S: Implement frequency and voltage scaling-- 1.6V for 528MHz,...Michael Sevakis1-1/+1
2010-04-23i.MX31: Add some enums and a couple helper functions to make dealing with pin...Michael Sevakis1-0/+1
2010-04-13s5l870x : use mmu-arm.SRafaël Carré1-1/+1
2010-04-09Gigabeat S/i.MX31: Sort files in the /target tree into things that are SoC-ge...Michael Sevakis1-20/+20
2010-04-07FS#11187 - diacritic.c is in 'drivers' but it does not belong thereTomer Shalev1-1/+1
2010-04-07Gigabeat S (imx31): Begin voltage and frequency scaling code. For now, to avo...Michael Sevakis1-0/+1
2010-04-05as2525(v2): We don't need yuv blitting/greylib support in the bootloader so d...Thomas Martitz1-6/+6
2010-04-05Fuzev2: Reduce code duplication by reusing Fuzev1 code.Thomas Martitz1-3/+4
2010-04-05Fuzev2: YUV output adapted from Fuzev1Rafaël Carré1-1/+1
2010-04-03Add IO priority handling. Currently all IO has equal priority, except the dir...Frank Gevaerts1-2/+0