summaryrefslogtreecommitdiffstats
path: root/apps/plugins/iriver_flash.c
AgeCommit message (Expand)AuthorFilesLines
2020-11-22rockbox: move firmware checksum algorithms into a common headerJames Buren1-7/+2
2020-11-16iriver_flash: update valid bootloaders tableJames Buren1-5/+3
2020-11-14iriver_flash: add macros to reduce the rom chip tableJames Buren1-0/+5
2020-11-14iriver_flash: do not let the backlight timeout while runningJames Buren1-0/+7
2020-11-11iriver_flash: refactor code to be easier to understandJames Buren1-511/+612
2020-10-30iriver_flash: fix issues with DoUserDialogJames Buren1-8/+10
2020-10-30iriver_flash: make most remaining functions staticJames Buren1-10/+6
2020-10-30iriver_flash: revise valid_bootloaders and detect_valid_bootloaderJames Buren1-20/+16
2020-10-30iriver_flash: revise load_firmware_file functionJames Buren1-15/+46
2020-10-29iriver_flash: revise cfi_read_id and cfi_get_flash_infoJames Buren1-66/+38
2020-10-29iriver_flash: rewrite how the flash commands wait for the ROMJames Buren1-24/+30
2020-10-27iriver_flash: make cfi_read_id use FB directlyJames Buren1-12/+10
2020-10-27iriver_flash: remove trailing whitespacesJames Buren1-96/+96
2020-10-26iriver_flash: we need -fno-delete-null-pointer-checksSolomon Peachy1-0/+7
2020-10-26iriver_flash: correctly calculate when to stop erasing the bootloaderJames Buren1-1/+1
2020-10-26h300: enable support for iriver_flashJames Buren1-2/+2
2020-10-25iriver_flash: add support for SST39VF3201 ROM chipsJames Buren1-0/+6
2020-10-13fix more yellowSolomon Peachy1-2/+2
2020-10-13Fix more warnings.Solomon Peachy1-2/+2
2020-10-12Add support for new bootloaders for iRiver h1x0 seriesJames Buren1-0/+2
2010-12-27Fix warning about using static vars in non static inline functions with gcc 4.5.Nils Wallménius1-1/+1
2010-08-28plugins: use lcd_putsf/lcd_putsxyfRafaël Carré1-33/+12
2010-08-25Remove build conditions inside .c plugin filesRafaël Carré1-10/+2
2010-08-24Second try: Introduce plugin_crt0.c that every plugin links.Thomas Martitz1-1/+1
2010-08-23Revert "Introduce plugin_crt0.c that every plugin links."Thomas Martitz1-1/+1
2010-08-23Introduce plugin_crt0.c that every plugin links.Thomas Martitz1-1/+1
2010-05-27Generate C file / header for svn version stringRafaël Carré1-1/+1
2009-11-22Fix reds.Nils Wallménius1-45/+4
2009-01-25fix mem* wrappers in UI on cygwin, by not building certain plugins on sim, ra...Andrew Mahone1-3/+0
2009-01-16loader-initialized global plugin API:Andrew Mahone1-5/+1
2009-01-03a few more button/statusbar fixes...Jonathan Gordon1-1/+1
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-05-13Plugin parameters should be const.Steve Bavin1-2/+2
2008-02-09Added the checksum for H100/H110/H115 bootloader also.Miika Pekkarinen1-0/+1
2008-02-09Prepare for a new bootloader 7-pre4 release for iriver H100 series. Synced to...Miika Pekkarinen1-4/+9
2007-04-21Missed a couple. Hopefully fix all warnings.Michael Sevakis1-1/+1
2007-04-21General housekeeping: Make plugin buffer functions take size_t * instead of i...Michael Sevakis1-1/+1
2007-03-17Let GCC check arguments of some more printf-style functions, also for plugins...Jens Arnold1-2/+2
2007-03-16Get rid of the 'center' parameter for splashes. There were only 2 of almost 5...Jens Arnold1-29/+29
2007-01-12Updated bootloader for H120/H140 and entirely disabled flashing code for H100...Miika Pekkarinen1-1/+1
2007-01-12Prepare core support for the iriver bootloader supporting ROM imagesMiika Pekkarinen1-26/+67
2006-10-16Don't corrupt the original firmware when updating bootloader.Miika Pekkarinen1-19/+31
2006-09-04Gracefully shutdown unless firmware is found.Miika Pekkarinen1-5/+6
2006-08-12Enabled iriver flashing plugin with additional safety checks,Miika Pekkarinen1-77/+266
2006-08-11Fixed hold switch detection from bootloader when rockbox has beenMiika Pekkarinen1-1/+1
2006-08-09Bootloader support to search firmware also from flash. Bootloader <->Miika Pekkarinen1-6/+8
2006-08-05Initial version of the iriver flashing plugin for H1xx. Building ofMiika Pekkarinen1-0/+569