== Progress ==
* Committed patch to fix 3 testcases in big-endian after upstream comments.
* Updated patch to make vext tests support big-endian after upstream comments.
* builtin_bswap16:
* Committed implementation for ARM.
* Investigating testsuite regressions caused by my patch to catch
(x<<
Summary
* Workaround the unwind issue for shrink-wrap
* Verify Linaro tickets.
Details:
1. Debugging the failed cases for shrink-wrap. To workaround the
unwind issue, update arm_expand_epilogue to generate return not
simple_return when sp is changed.
2. Setup Linaro toolchain and verify 8 tickets
Current Milestones:
|| || Planned|| Estimate || Actual ||
|| clean up kvm-qemu cp i/f || 2012-09-20 || 2012-09-20 ||||
|| fake-trustzone || 2012-10-15 || 2012-10-15 ||||
Also planned: general keeping up with kernel changes; upstre
On 17 September 2012 21:21, Peter Maydell wrote:
> Current Milestones:
> || || Planned|| Estimate || Actual ||
> || clean up kvm-qemu cp i/f || 2012-09-20 || 2012-09-20 ||||
> || fake-trustzone || 2012-10-15 || 2012-10-15 ||||
>
On 17 September 2012 19:49, Zhenqiang Chen wrote:
> Summary
> * Workaround the unwind issue for shrink-wrap
> * Verify Linaro tickets.
>
> Details:
> 1. Debugging the failed cases for shrink-wrap. To workaround the
> unwind issue, update arm_expand_epilogue to generate return not
> simple_return w
On 18 September 2012 07:04, Michael Hope wrote:
> On 17 September 2012 19:49, Zhenqiang Chen wrote:
>> Summary
>> * Workaround the unwind issue for shrink-wrap
>> * Verify Linaro tickets.
>>
>> Details:
>> 1. Debugging the failed cases for shrink-wrap. To workaround the
>> unwind issue, update ar