summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2020-07-24[2/4] get rid of HAVE_LCD_CHARCELLSSolomon Peachy13-2305/+4
2020-07-24[1/4] Remove SH support and all archos targetsSolomon Peachy129-15864/+19
2020-07-16storage: Clean up storage_xxxx macros when STORAGE_MULTI is not setSolomon Peachy1-16/+17
2020-07-15imx233: rtc: Explicitly clear the soft reset bit when initializingSolomon Peachy1-0/+2
2020-07-15rk27xx: rename 'start' to '__start'Solomon Peachy3-5/+5
2020-07-15mips: Adjust stack sizesSolomon Peachy2-4/+4
2020-07-15Buflib_init Bugfix MinsizeWilliam Wilgus1-0/+6
2020-07-14Enabled hotkey for Sansa Clip playersIgor B. Poretsky4-4/+4
2020-07-11ATA: Make sure "hard disk" supports power managementSolomon Peachy1-0/+5
2020-07-11fat: Validate FS Info Sector signature when attempting to mount volumeSolomon Peachy1-0/+11
2020-07-09Update to allow the Apple Radio Remote to function on iPod Video 5G.LiveboxAndy1-17/+59
2020-07-09add some documentation in usb.h and usb_drv.hAmaury Pouly2-0/+39
2020-07-09FS#12082: Add Tuner support to the Nano2G (Bertrik Sikken)Solomon Peachy2-5/+5
2020-07-08ATA: In picking PIO modes, word 64 is only valid if word 53 bit 1 is set.Solomon Peachy1-5/+6
2020-07-07yp-r1: Fix some of the simulator build issues.Solomon Peachy1-17/+25
2020-07-07yp-r0: Silence a build warning in simulator build.Solomon Peachy1-1/+2
2020-07-07Samsung YP-R0/YP-R1: use Linux i2c-dev for radio chip accessLorenzo Miori5-107/+144
2020-07-07Samsung YP-R0: fix simulator buildLorenzo Miori1-0/+2
2020-07-06sdl: Get rid of duplicate instantiation of 'button_queue'Solomon Peachy1-4/+0
2020-07-05portalplayer: Fix three set-but-not-used warnings.Solomon Peachy2-1/+7
2020-07-05imx31: Fix regression in bootloader caused by cd9906Solomon Peachy1-1/+1
2020-07-05imx233: Fix bootloader link regression caused by cd9906Solomon Peachy1-2/+2
2020-07-05arm: Fix PortalPlayer linker scripts with binutils 2.21+Solomon Peachy5-7/+7
2020-07-03ARM: Rejigger the asm corelock functionsSolomon Peachy1-34/+37
2020-06-30Try mounting as "superfloppy" firstMoshe Piekarski1-35/+37
2020-06-30Also remove the fat_partition_types array.Moshe Piekarski1-11/+0
2020-06-30Allow any partition type, not just known FAT types.Moshe Piekarski1-3/+2
2020-06-27button: allow disabling software poweroffFranklin Wei2-1/+20
2020-06-12xduoox3ii: Add UI Simulator bitmap, keymap, and fix offsets.Solomon Peachy1-4/+4
2020-06-07misc: Remove all 'twiki' references in favor of up-to-date 'wiki' links.Solomon Peachy2-2/+2
2020-05-24Comment details, typosSylvain Saubier1-1/+1
2020-05-24cowond2: Disable internal NAND storage; use only the SD card.Solomon Peachy1-2/+4
2020-05-23Sansa AMS add Minimum Clocks for I2c IDE SDSLOT SSPWilliam Wilgus1-7/+28
2020-05-23Sansa AMS set I2C properlyWilliam Wilgus1-5/+18
2020-05-23Sansa Clip+ set lcd SSP properlyWilliam Wilgus1-1/+15
2020-05-23Sansa ClipZip set lcd SSP properlyWilliam Wilgus1-1/+16
2020-05-12m66591: Fix out-of-bounds array accessSolomon Peachy1-7/+7
2020-05-03filesystem: don't PIVOT_ROOT for checkps and simulator builds for hiby targetsSolomon Peachy1-1/+1
2020-04-17ClipZip LCD Corruption Backlight fixWilliam Wilgus1-3/+5
2020-04-14Fix checkwps build for dx50 & dx90 targetsSolomon Peachy3-2/+2
2020-04-13obsolete: Nuke the very-incomplete Archos AV300 targetSolomon Peachy5-212/+0
2020-04-11RTC: Add stub support RTC alarms on hosted targetsSolomon Peachy3-1/+7
2020-04-11RTC: Add support RTC alarms on hosted targetsSolomon Peachy2-8/+149
2020-04-08hiby: Use HAVE_LCD_ENABLE instead of HAVE_LCD_SLEEPSolomon Peachy1-5/+5
2020-04-08hiby: Refactor X3ii/X20 and Rocker LCD codeSolomon Peachy3-144/+12
2020-04-07Consider sector size when checking cluster sizeStefan Ott1-1/+6
2020-04-06xDuoo X3II and X20 portMarcin Bukat30-20/+1236
2020-04-05checkwps: #undef CONFIG_STORAGE_MULTI for __PCTOOL__ buildsSolomon Peachy1-0/+1
2020-04-05simulator: Fix sim build for sdl/hosted targetsSolomon Peachy1-0/+2
2020-04-05threads: Move stack_size to end of struct thread (followup to f19ffe2)Solomon Peachy1-3/+3