On 03/03/2016 16:25, Peter Maydell wrote:
> On 2 March 2016 at 06:56, Peter Crosthwaite
> wrote:
>> Hi All,
>>
>> This patch series adds system-mode big-endian support for ARM. It also
>> implements the setend instruction, and loading of BE binaries even in
>> LE emulation mode.
>>
>> Based on
On 2 March 2016 at 06:56, Peter Crosthwaite wrote:
> Hi All,
>
> This patch series adds system-mode big-endian support for ARM. It also
> implements the setend instruction, and loading of BE binaries even in
> LE emulation mode.
>
> Based on Paolo's original work.
>
> I have tested all of LE, BE8
Hi All,
This patch series adds system-mode big-endian support for ARM. It also
implements the setend instruction, and loading of BE binaries even in
LE emulation mode.
Based on Paolo's original work.
I have tested all of LE, BE8 and BE32 in both linux-user mode (for
regressions) and system mode