I've had some issues trying to access BOOT_COMPLETE_STAT. I believe the issue is in cslr_dev.h, where line 158:
volatile Uint8 RSVD15[194770];
should actually be:
volatile Uint8 RSVD15[194766];
because the assembly shows an access 4 bytes too high.