Stanislav Bolshakov

Results 9 issues of Stanislav Bolshakov

The usermode state wasn't detected correctly. Fix this. Can be critical for secureshield users.

Startup code may have exceeded the sections sizes while clear/copy them and erase data beyond its boundaries. -------------------------8-------------------------- _s3_clear_bss: mov r0, _f_bss mov r1, _e_bss cmp r0, r1 jge _arc_reset_call_main...

Typically Linux kernel is linked at the start of untranslated addr, hence the default value of 0x8zs. However some customers have peripherals mapped at this addr, so Linux needs to...

"uImage" target now have proper dependency on "loader". "make uImage" works properly. Add a GitHub CI test builds to ci.yml for automated testing of uImage building.

Driver to support Cluster DMA(CDMA) controller for ARCv3. For HS58 tested on nSIM and HAPS using 'dmatest' driver. For HS68 tested on nSIM using 'dmatest' driver. Known limitations: Don't specify...