Re: [Qemu-devel] [PATCH 1/2] Add generic Nios II board.

2018-05-18 Thread Philippe Mathieu-Daudé
Hi Julian, You should Cc the NiosII maintainers for faster review (done). (From https://wiki.qemu.org/Contribute/SubmitAPatch#CC_the_relevant_maintainer:) $ ./scripts/get_maintainer.pl -f hw/nios2/ Chris Wulff (maintainer:NiosII) Marek Vasut (maintainer:NiosII) On 05/17/2018 07:38 PM, Julian

[Qemu-devel] [PATCH 1/2] Add generic Nios II board.

2018-05-17 Thread Julian Brown
This patch adds support for a generic MMU-less Nios II board that can be used e.g. for bare-metal compiler testing. Nios II booting is also tweaked so that bare-metal binaries start executing in RAM starting at 0x, rather than an alias at 0xc000, which allows features such as unwindin