summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Buren <braewoods+rb@braewoods.net>2020-10-12 15:19:24 +0000
committerSolomon Peachy <pizza@shaftnet.org>2020-10-12 15:33:59 +0000
commitb5c2a4ab961f7070d837d176367f7cbb6e9d3bbf (patch)
tree9acaa81f18dcfaa6e53a20ff51d41d0c12862e3d
parent078c34e951049741cd6681e0219561eec67e071b (diff)
downloadrockbox-b5c2a4ab961f7070d837d176367f7cbb6e9d3bbf.tar.gz
rockbox-b5c2a4ab961f7070d837d176367f7cbb6e9d3bbf.zip
Add support for new bootloaders for iRiver h1x0 series
This resolves a long-standing issue with ATA errors in certain situations, mostly in CF card modified units. Change-Id: Iec23fa6de117a6c9657320432ed585170e95a4eb
-rw-r--r--apps/plugins/iriver_flash.c2
-rw-r--r--docs/CREDITS1
2 files changed, 3 insertions, 0 deletions
diff --git a/apps/plugins/iriver_flash.c b/apps/plugins/iriver_flash.c
index 4e84cc4c0c..2e27a9f748 100644
--- a/apps/plugins/iriver_flash.c
+++ b/apps/plugins/iriver_flash.c
@@ -292,9 +292,11 @@ unsigned long valid_bootloaders[][2] = {
292#ifdef IRIVER_H120 /* Iriver H120/H140 checksums */ 292#ifdef IRIVER_H120 /* Iriver H120/H140 checksums */
293 { 63788, 0x08ff01a9 }, /* 7-pre3, improved failsafe functions */ 293 { 63788, 0x08ff01a9 }, /* 7-pre3, improved failsafe functions */
294 { 48764, 0xc674323e }, /* 7-pre4. Fixed audio thump & remote bootup */ 294 { 48764, 0xc674323e }, /* 7-pre4. Fixed audio thump & remote bootup */
295 { 56896, 0x167f5d25 }, /* 7-pre5, various ATA fixes */
295#endif 296#endif
296#ifdef IRIVER_H100 297#ifdef IRIVER_H100
297 { 48760, 0x2efc3323 }, /* 7-pre4 */ 298 { 48760, 0x2efc3323 }, /* 7-pre4 */
299 { 56896, 0x0cd8dad4 }, /* 7-pre5 */
298#endif 300#endif
299 { 0, 0 } 301 { 0, 0 }
300}; 302};
diff --git a/docs/CREDITS b/docs/CREDITS
index db74a3bacd..99df979372 100644
--- a/docs/CREDITS
+++ b/docs/CREDITS
@@ -698,6 +698,7 @@ Stéphane Moutard-Martin
698Rune Pade 698Rune Pade
699Michael Rey 699Michael Rey
700Yuxuan Shui 700Yuxuan Shui
701James Buren
701 702
702The libmad team 703The libmad team
703The wavpack team 704The wavpack team