A modern Music Player Daemon based on Rockbox open source high quality audio player
libadwaita audio rust zig deno mpris rockbox mpd

iPod Classic: enable IRAM1 in bootloader

7442742 ("iPod Classic: disable IRAM1") was causing subsequent ipod6g
bootloader builds to result in a completely black screen upon
installation, with recovery only possible with a reflash through DFU
mode.

IRAM1 is re-enabled for bootloader only.

Change-Id: I92d489c91f81cad55d66a8647c1e61a45f468770

+6
+6
firmware/target/arm/s5l8702/system-s5l8702.c
··· 199 199 200 200 void system_init(void) 201 201 { 202 + /* 203 + * Bootloader seems to give a blank screen when IRAM1 is disabled 204 + * - FW 10/13/19 205 + */ 206 + #ifndef BOOTLOADER 202 207 /* disable IRAM1 (not used because it is slower than DRAM) */ 203 208 clockgate_enable(CLOCKGATE_SM1, false); 209 + #endif 204 210 205 211 clocking_init(clk_modes, 0); 206 212 #ifndef BOOTLOADER