On Wed, 3 Apr 2019 at 20:53, Sandra Loosemore <san...@codesourcery.com> wrote: > > This patch adds support for a generic MMU-less Nios II board that can > be used e.g. for bare-metal compiler testing with the linker script > and startup code provided by libgloss. Nios II booting is also > tweaked so that bare-metal binaries start executing in RAM starting at > 0x00000000, rather than an alias at 0xc0000000, which allows features > such as unwinding to work when binaries are linked to start at the > beginning of the address space. > > The generic_nommu.c parts are based on code by Andrew Jenner, which was > in turn based on code by Marek Vasut. > > Originally by Marek Vasut and Andrew Jenner. > > Signed-off-by: Sandra Loosemore <san...@codesourcery.com> > Signed-off-by: Julian Brown <jul...@codesourcery.com> > Signed-off-by: Andrew Jenner <and...@codesourcery.com> > Signed-off-by: Marek Vasut <ma...@denx.de> > ---
Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> thanks -- PMM