From: KONRAD Frederic <frederic.konrad@adacore.com> To: qemu-devel@nongnu.org Cc: peter.maydell@linaro.org, mark.cave-ayland@ilande.co.uk, atar4qemu@gmail.com, philmd@redhat.com, chouteau@adacore.com, frederic.konrad@adacore.com Subject: [Qemu-devel] [PATCH V1 0/3] Leon3 patches Date: Fri, 19 Apr 2019 12:18:09 +0200 [thread overview] Message-ID: <1555669092-10351-1-git-send-email-frederic.konrad@adacore.com> (raw) Hi all, Those are some little fixes for the leon3 machine: * The first part has already been submitted before and has been reworked to follow Philippe's advice see: <1519898536-19027-1-git-send-email-frederic.konrad@adacore.com> "grlib_apbuart: always enable tx and rx" * The second part adds AHB and APB plug and play devices to allow to boot linux. * The third part adds myself to the MAINTAINERS for this board. The test images are available here: https://www.gaisler.com/anonftp/linux/lin ux-2.6/images/leon-linux-4.9/leon-linux-4.9-1.0/up/ Tested with: qemu-system-sparc -M leon3_generic --nographic --kernel image.ram Regards, Fred KONRAD Frederic (3): leon3: add a little bootloader leon3: introduce the plug and play mecanism MAINTAINERS: add myself for leon3 MAINTAINERS | 1 + hw/misc/Makefile.objs | 2 + hw/misc/grlib_ahb_apb_pnp.c | 269 ++++++++++++++++++++++++++++++++++++ hw/sparc/leon3.c | 110 +++++++++++++-- include/hw/misc/grlib_ahb_apb_pnp.h | 60 ++++++++ include/hw/sparc/grlib.h | 35 +++-- 6 files changed, 451 insertions(+), 26 deletions(-) create mode 100644 hw/misc/grlib_ahb_apb_pnp.c create mode 100644 include/hw/misc/grlib_ahb_apb_pnp.h -- 1.8.3.1
WARNING: multiple messages have this Message-ID (diff)
From: KONRAD Frederic <frederic.konrad@adacore.com> To: qemu-devel@nongnu.org Cc: peter.maydell@linaro.org, mark.cave-ayland@ilande.co.uk, chouteau@adacore.com, frederic.konrad@adacore.com, philmd@redhat.com, atar4qemu@gmail.com Subject: [Qemu-devel] [PATCH V1 0/3] Leon3 patches Date: Fri, 19 Apr 2019 12:18:09 +0200 [thread overview] Message-ID: <1555669092-10351-1-git-send-email-frederic.konrad@adacore.com> (raw) Message-ID: <20190419101809.sHCPYUkFvaEtisRzicaLF_Cty8GAedipAo3n6AhIyRw@z> (raw) Hi all, Those are some little fixes for the leon3 machine: * The first part has already been submitted before and has been reworked to follow Philippe's advice see: <1519898536-19027-1-git-send-email-frederic.konrad@adacore.com> "grlib_apbuart: always enable tx and rx" * The second part adds AHB and APB plug and play devices to allow to boot linux. * The third part adds myself to the MAINTAINERS for this board. The test images are available here: https://www.gaisler.com/anonftp/linux/lin ux-2.6/images/leon-linux-4.9/leon-linux-4.9-1.0/up/ Tested with: qemu-system-sparc -M leon3_generic --nographic --kernel image.ram Regards, Fred KONRAD Frederic (3): leon3: add a little bootloader leon3: introduce the plug and play mecanism MAINTAINERS: add myself for leon3 MAINTAINERS | 1 + hw/misc/Makefile.objs | 2 + hw/misc/grlib_ahb_apb_pnp.c | 269 ++++++++++++++++++++++++++++++++++++ hw/sparc/leon3.c | 110 +++++++++++++-- include/hw/misc/grlib_ahb_apb_pnp.h | 60 ++++++++ include/hw/sparc/grlib.h | 35 +++-- 6 files changed, 451 insertions(+), 26 deletions(-) create mode 100644 hw/misc/grlib_ahb_apb_pnp.c create mode 100644 include/hw/misc/grlib_ahb_apb_pnp.h -- 1.8.3.1
next reply other threads:[~2019-04-19 10:18 UTC|newest] Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top 2019-04-19 10:18 KONRAD Frederic [this message] 2019-04-19 10:18 ` [Qemu-devel] [PATCH V1 0/3] Leon3 patches KONRAD Frederic 2019-04-19 10:18 ` [Qemu-devel] [PATCH V1 1/3] leon3: add a little bootloader KONRAD Frederic 2019-04-19 10:18 ` KONRAD Frederic 2019-04-23 10:58 ` Fabien Chouteau 2019-04-23 10:58 ` Fabien Chouteau 2019-04-23 14:20 ` Philippe Mathieu-Daudé 2019-04-23 14:20 ` Philippe Mathieu-Daudé 2019-04-23 14:37 ` KONRAD Frederic 2019-04-23 14:37 ` KONRAD Frederic 2019-04-19 10:18 ` [Qemu-devel] [PATCH V1 2/3] leon3: introduce the plug and play mecanism KONRAD Frederic 2019-04-19 10:18 ` KONRAD Frederic 2019-04-23 10:59 ` Fabien Chouteau 2019-04-23 10:59 ` Fabien Chouteau 2019-04-19 10:18 ` [Qemu-devel] [PATCH V1 3/3] MAINTAINERS: add myself for leon3 KONRAD Frederic 2019-04-19 10:18 ` KONRAD Frederic 2019-04-23 10:59 ` Fabien Chouteau 2019-04-23 10:59 ` Fabien Chouteau 2019-04-23 14:03 ` Philippe Mathieu-Daudé 2019-04-23 14:03 ` Philippe Mathieu-Daudé
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=1555669092-10351-1-git-send-email-frederic.konrad@adacore.com \ --to=frederic.konrad@adacore.com \ --cc=atar4qemu@gmail.com \ --cc=chouteau@adacore.com \ --cc=mark.cave-ayland@ilande.co.uk \ --cc=peter.maydell@linaro.org \ --cc=philmd@redhat.com \ --cc=qemu-devel@nongnu.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: linkBe sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).