This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#12322 - Switch to SYS mode on arm
Attached to Project:
Rockbox
Opened by Marcin Bukat (MarcinBukat) - Friday, 07 October 2011, 21:27 GMT+2
Last edited by Marcin Bukat (MarcinBukat) - Tuesday, 11 October 2011, 18:18 GMT+2
Opened by Marcin Bukat (MarcinBukat) - Friday, 07 October 2011, 21:27 GMT+2
Last edited by Marcin Bukat (MarcinBukat) - Tuesday, 11 October 2011, 18:18 GMT+2
|
DetailsCurrently our code runs in SVC mode most of the time. This isn't very wise since a) this prevents us from using SWI because b) entering SWI would corrupt LR. Moreover our current SWI handler simply returns and this may potentially produce errors hard to track down. This patch do two things a) setups SYS mode as default b) explicitly calls UIE on SWI.
|
This task depends upon
Closed by Marcin Bukat (MarcinBukat)
Tuesday, 11 October 2011, 18:18 GMT+2
Reason for closing: Accepted
Additional comments about closing: commited as r30741
Tuesday, 11 October 2011, 18:18 GMT+2
Reason for closing: Accepted
Additional comments about closing: commited as r30741
* Sansa c200 (PP5022)
* Sansa e200 (PP5024)
* Clipv1 (AMSv1)
* Clipv2 (AMSv2)