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

2019-03-09 Thread Peter Maydell
On Fri, 8 Mar 2019 at 23:51, Sandra Loosemore wrote: > > On 3/7/19 7:57 AM, Peter Maydell wrote: > >> diff --git a/hw/nios2/boot.c b/hw/nios2/boot.c > >> index 5f0ab2f..c697047 100644 > >> --- a/hw/nios2/boot.c > >> +++ b/hw/nios2/boot.c > >> @@ -140,6 +140,7 @@ void nios2_load_kernel(Nios2CPU *cp

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

2019-03-08 Thread Sandra Loosemore
On 3/7/19 7:57 AM, Peter Maydell wrote: diff --git a/hw/nios2/boot.c b/hw/nios2/boot.c index 5f0ab2f..c697047 100644 --- a/hw/nios2/boot.c +++ b/hw/nios2/boot.c @@ -140,6 +140,7 @@ void nios2_load_kernel(Nios2CPU *cpu, hwaddr ddr_base, uint64_t entry, low, high; uint32_t base3

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

2019-03-07 Thread Peter Maydell
On Wed, 13 Feb 2019 at 04:04, Sandra Loosemore 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 tha

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

2019-02-12 Thread Sandra Loosemore
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