On Sun, Dec 15, 2013 at 2:18 PM, Anthony Green <gr...@moxielogic.com> wrote: > Richard Henderson <r...@twiddle.net> writes: > >> Strict search-and-replace, since the moxie port does nothing complicated. >> >> Cc: Anthony Green <gr...@moxielogic.com> >> Signed-off-by: Richard Henderson <r...@twiddle.net> >> --- >> target-moxie/translate.c | 52 >> ++++++++++++++++++++++++------------------------ >> 1 file changed, 26 insertions(+), 26 deletions(-) >> >> Untested, since there's no openrisc images at http://wiki.qemu.org/Testing, >> but it's certainly a simple enough change. > > Thanks Richard. I've tested this patch and it's fine. >
Want to put a formal Tested-by: to make it easier for merge? Regards, Peter > I don't have any disk images to post yet. However, I do have some > firmware. It's only about 5k, and normally lives in the FPGA hosting > Moxie, but it's useful as a quick test for qemu as well... > > $ cat ./hello.srec | ./moxie-softmmu/qemu-system-moxie --nographic --machine > marin --kernel ./bootrom.elf > MOXIE On-Chip Bootloader v2.0 > Copyright (c) 2013 Anthony Green <gr...@moxielogic.com> > > Waiting for an S-Record Download or Remote GDB Connection... > Jumping to code at 0x30000000. > Hello World! > > I see that the QEMU repo includes some firmware already. Should I > submit this one as well? > > Thanks, > > AG >