On Mon, Feb 29, 2016 at 9:27 PM, Stefan Weil <s...@weilnetz.de> wrote: > Am 18.01.2016 um 08:12 schrieb Peter Crosthwaite: >> 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 moved all the BE32 related work >> to the back of the series. Multiple parties are interested in the BE8 >> work just on its own, so that could potentially be merged w/o BE32. >> PMM requested BE32 be at least thought out architecturally, so this >> series sees BE32 functionality through. >> >> I have tested all of LE. BE8 and BE32 in both linux-user mode (for >> regressions) and system mode (BE8 and BE32 are new here). >> My test application is here, the README gives some example command >> lines you can run: >> >> https://github.com/pcrost/arm-be-test >> >> Regards, >> Peter > > It would be nice to get at least the emulation for 'setend' into the > next version, because it is needed for the Raspberry Pi emulation. >
BTW if you can link me binaries and a failing command line for the failing rPI work I can test it, I am currently doing my own standalone tests (of linux user as well). Regards, Peter > Peter C., are you planning a new pull request? Maybe the number > of commits needed can be reduced by adding the already reviewed > ones to QEMU. > > Regards, > Stefan > >