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

2018-05-21 Thread Andrew Jenner
On 18/05/2018 21:16, Julian Brown wrote: On Fri, 18 May 2018 21:50:55 +0200 Marek Vasut wrote: On 05/18/2018 09:23 PM, Julian Brown wrote: 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 th

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

2018-05-18 Thread Julian Brown
On Fri, 18 May 2018 21:50:55 +0200 Marek Vasut wrote: > On 05/18/2018 09:23 PM, Julian Brown wrote: > > 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 ex

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

2018-05-18 Thread Marek Vasut
On 05/18/2018 09:23 PM, Julian Brown wrote: > 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

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

2018-05-18 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 unwinding