index
:
rockbox.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apps
/
plugins
/
iriver_flash.c
Age
Commit message (
Expand
)
Author
2020-11-22
rockbox: move firmware checksum algorithms into a common header
James Buren
2020-11-16
iriver_flash: update valid bootloaders table
James Buren
2020-11-14
iriver_flash: add macros to reduce the rom chip table
James Buren
2020-11-14
iriver_flash: do not let the backlight timeout while running
James Buren
2020-11-11
iriver_flash: refactor code to be easier to understand
James Buren
2020-10-30
iriver_flash: fix issues with DoUserDialog
James Buren
2020-10-30
iriver_flash: make most remaining functions static
James Buren
2020-10-30
iriver_flash: revise valid_bootloaders and detect_valid_bootloader
James Buren
2020-10-30
iriver_flash: revise load_firmware_file function
James Buren
2020-10-29
iriver_flash: revise cfi_read_id and cfi_get_flash_info
James Buren
2020-10-29
iriver_flash: rewrite how the flash commands wait for the ROM
James Buren
2020-10-27
iriver_flash: make cfi_read_id use FB directly
James Buren
2020-10-27
iriver_flash: remove trailing whitespaces
James Buren
2020-10-26
iriver_flash: we need -fno-delete-null-pointer-checks
Solomon Peachy
2020-10-26
iriver_flash: correctly calculate when to stop erasing the bootloader
James Buren
2020-10-26
h300: enable support for iriver_flash
James Buren
2020-10-25
iriver_flash: add support for SST39VF3201 ROM chips
James Buren
2020-10-13
fix more yellow
Solomon Peachy
2020-10-13
Fix more warnings.
Solomon Peachy
2020-10-12
Add support for new bootloaders for iRiver h1x0 series
James Buren
2010-12-27
Fix warning about using static vars in non static inline functions with gcc 4.5.
Nils Wallménius
2010-08-28
plugins: use lcd_putsf/lcd_putsxyf
Rafaël Carré
2010-08-25
Remove build conditions inside .c plugin files
Rafaël Carré
2010-08-24
Second try: Introduce plugin_crt0.c that every plugin links.
Thomas Martitz
2010-08-23
Revert "Introduce plugin_crt0.c that every plugin links."
Thomas Martitz
2010-08-23
Introduce plugin_crt0.c that every plugin links.
Thomas Martitz
2010-05-27
Generate C file / header for svn version string
Rafaël Carré
2009-11-22
Fix reds.
Nils Wallménius
2009-01-25
fix mem* wrappers in UI on cygwin, by not building certain plugins on sim, ra...
Andrew Mahone
2009-01-16
loader-initialized global plugin API:
Andrew Mahone
2009-01-03
a few more button/statusbar fixes...
Jonathan Gordon
2008-06-28
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
2008-05-13
Plugin parameters should be const.
Steve Bavin
2008-02-09
Added the checksum for H100/H110/H115 bootloader also.
Miika Pekkarinen
2008-02-09
Prepare for a new bootloader 7-pre4 release for iriver H100 series. Synced to...
Miika Pekkarinen
2007-04-21
Missed a couple. Hopefully fix all warnings.
Michael Sevakis
2007-04-21
General housekeeping: Make plugin buffer functions take size_t * instead of i...
Michael Sevakis
2007-03-17
Let GCC check arguments of some more printf-style functions, also for plugins...
Jens Arnold
2007-03-16
Get rid of the 'center' parameter for splashes. There were only 2 of almost 5...
Jens Arnold
2007-01-12
Updated bootloader for H120/H140 and entirely disabled flashing code for H100...
Miika Pekkarinen
2007-01-12
Prepare core support for the iriver bootloader supporting ROM images
Miika Pekkarinen
2006-10-16
Don't corrupt the original firmware when updating bootloader.
Miika Pekkarinen
2006-09-04
Gracefully shutdown unless firmware is found.
Miika Pekkarinen
2006-08-12
Enabled iriver flashing plugin with additional safety checks,
Miika Pekkarinen
2006-08-11
Fixed hold switch detection from bootloader when rockbox has been
Miika Pekkarinen
2006-08-09
Bootloader support to search firmware also from flash. Bootloader <->
Miika Pekkarinen
2006-08-05
Initial version of the iriver flashing plugin for H1xx. Building of
Miika Pekkarinen