summaryrefslogtreecommitdiffstats
path: root/firmware/common
AgeCommit message (Expand)AuthorFilesLines
2014-02-05Samsung YP-R1 target portLorenzo Miori1-2/+2
2014-01-16buflib: Add crc field protecting buflib cookie integrityMarcin Bukat1-2/+2
2013-11-20Introduce volume_{present,removable} and fix invalid calls in apps/Amaury Pouly1-0/+16
2013-08-17Cleanup MV/MD macros a little.Michael Sevakis4-13/+13
2013-06-27Move load_firmware() to separate fileMarcin Bukat2-0/+178
2013-01-15fix yellow on simulator + multivolumeAmaury Pouly1-0/+2
2012-07-31Fix database tool.Thomas Martitz1-1/+1
2012-05-19Add support for cp1252 (Western European) codepage.Dominik Riebeling1-3/+6
2012-04-12Calculate day-of-week after reading time from RTC. Should fix FS#11814Bertrik Sikken1-0/+1
2012-03-04Add RKW firmware file format loaderMarcin Bukat1-0/+111
2012-03-03Disable some more sim_ and app_ redirection for __PCTOOL__.Frank Gevaerts1-2/+2
2012-02-10checkwps: Fix buildall.sh and some RaaA/ypr0 versions.Thomas Martitz1-2/+2
2012-01-22Move optimized ffs to firmware/asm, using the new automatic-asm-picking infra...Thomas Martitz1-56/+0
2012-01-22Move optimized memcpy and friends and strlen to firmware/asm,Thomas Martitz1-78/+0
2012-01-21android/ypr0: Merge fs-*.c to generic filesystem-unix.c.Thomas Martitz1-9/+5
2011-12-25rbpaths: Add new special dir HOME_DIR for RaaA.Thomas Martitz1-38/+30
2011-12-24Initial commit of the Samsung YP-R0 port.Thomas Martitz1-0/+34
2011-12-19disk: fix sector multiplier init, also remove a test which has became obsoleteAmaury Pouly1-3/+2
2011-12-16Remove USB time sync code when there's no RTC.Boris Gjenero1-0/+2
2011-12-15Remove conditional added around set_day_of_week in r31301.Boris Gjenero1-2/+0
2011-12-15Add conditionals around functions that are only needed when RTC is present.Boris Gjenero1-0/+4
2011-12-15Really fix redAmaury Pouly1-0/+2
2011-12-15Fix redAmaury Pouly1-1/+1
2011-12-15Add support for for per-drive logical sector size. This allows targets to hav...Amaury Pouly1-3/+13
2011-12-05Try $RBROOT before $HOME when looking for the sdl apps rockbox root dirJonathan Gordon1-2/+8
2011-12-04Compile fix for mingw-w64Rafaël Carré1-0/+4
2011-11-19Update some missed pointers when moving the dircache allocationFred Bauer1-12/+14
2011-11-17Simulate usb plugging on the sim better using sim_tasks.Thomas Martitz1-2/+0
2011-10-28Fix FS#12325 - screen corruption on early usb.Thomas Martitz1-5/+13
2011-10-21fix sign errorFred Bauer1-4/+4
2011-10-02revert r30566 and r30567 to fix FS#12294 (superfloppy not mounting)Robert Kukla1-2/+13
2011-09-17Also remove the fat_partition_types array.Torne Wuff1-10/+0
2011-09-17Allow any partition type, not just known FAT types.Torne Wuff1-3/+2
2011-08-30Dircache: Allow dircache to be enabled without reboot.Thomas Martitz1-30/+66
2011-08-30GSoC/Buflib: Enable compaction in buflib.Thomas Martitz1-29/+85
2011-08-30GSoC/Buflib: Add buflib memory alocator to the core.Thomas Martitz1-8/+15
2011-08-16Dircache: Fix memory leak (and recently panic).Thomas Martitz1-2/+2
2011-08-15Dircache: Fix bug introduced in r30308.Thomas Martitz1-4/+5
2011-08-14GSoC/Buflib: Replace all direct accesses to audiobuf with buffer API functions.Thomas Martitz1-7/+15
2011-08-04format/*printf: Add simple support for %p format specifier.Thomas Martitz1-1/+6
2011-07-30Dircache: Fix 2 nasty bugs introduced with the reworks starting with r30032.Thomas Martitz1-8/+13
2011-07-18Revert "Introduce bsearch() and use it in tagtree.c."Thomas Martitz1-49/+0
2011-07-18Introduce bsearch() and use it in tagtree.c.Thomas Martitz1-0/+49
2011-07-04Initialize the d_names_start pointer correctly in dircache. This shouldMiika Pekkarinen1-0/+2
2011-07-01Fixed incorrect dircache reallocation during tagcache commit.Miika Pekkarinen1-0/+6
2011-06-22Fix loading dircache stat on h100. Relocating the data was broken due to stru...Thomas Martitz1-5/+8
2011-06-20Use ALIGN_UP() macro for alignment, in a more correct way also.Thomas Martitz1-1/+1
2011-06-20Dircache: A bit of follow-up code cleanup suggested by Amaury Pouly.Thomas Martitz1-33/+28
2011-06-20Optimize new dircache_copy_path so that the helper (strlcat) doesn't need to ...Thomas Martitz1-3/+4
2011-06-20Dircache: Don't expose struct dircache_entry and pointers into the cache, use...Thomas Martitz3-21/+67