qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/3] Leon3 patches
@ 2019-04-25 12:18 KONRAD Frederic
  2019-04-25 12:18 ` KONRAD Frederic
                   ` (4 more replies)
  0 siblings, 5 replies; 30+ messages in thread
From: KONRAD Frederic @ 2019-04-25 12:18 UTC (permalink / raw)
  To: qemu-devel
  Cc: peter.maydell, mark.cave-ayland, atar4qemu, philmd, chouteau,
	frederic.konrad

Hi all,

Those are some little fixes for the leon3 machine:
  * The first part initializes the uart and the timer when no bios are
    provided.
  * 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

V1 -> V2:
  * minor fixes in the first patch suggested by Philippe.

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                    | 114 +++++++++++++--
 include/hw/misc/grlib_ahb_apb_pnp.h |  60 ++++++++
 include/hw/sparc/grlib.h            |  35 +++--
 6 files changed, 455 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

^ permalink raw reply	[flat|nested] 30+ messages in thread

end of thread, other threads:[~2019-05-03  8:40 UTC | newest]

Thread overview: 30+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-25 12:18 [Qemu-devel] [PATCH v2 0/3] Leon3 patches KONRAD Frederic
2019-04-25 12:18 ` KONRAD Frederic
2019-04-25 12:18 ` [Qemu-devel] [PATCH v2 1/3] leon3: add a little bootloader KONRAD Frederic
2019-04-25 12:18   ` KONRAD Frederic
2019-04-25 12:48   ` Philippe Mathieu-Daudé
2019-04-25 12:48     ` Philippe Mathieu-Daudé
2019-05-03  7:53   ` Mark Cave-Ayland
2019-05-03  7:53     ` Mark Cave-Ayland
2019-05-03  8:10     ` Mark Cave-Ayland
2019-05-03  8:10       ` Mark Cave-Ayland
2019-05-03  8:18       ` KONRAD Frederic
2019-05-03  8:18         ` KONRAD Frederic
2019-05-03  8:24         ` Mark Cave-Ayland
2019-05-03  8:24           ` Mark Cave-Ayland
2019-04-25 12:18 ` [Qemu-devel] [PATCH v2 2/3] leon3: introduce the plug and play mecanism KONRAD Frederic
2019-04-25 12:18   ` KONRAD Frederic
2019-05-03  8:09   ` Mark Cave-Ayland
2019-05-03  8:09     ` Mark Cave-Ayland
2019-05-03  8:24     ` KONRAD Frederic
2019-05-03  8:24       ` KONRAD Frederic
2019-05-03  8:37       ` Mark Cave-Ayland
2019-05-03  8:37         ` Mark Cave-Ayland
2019-04-25 12:18 ` [Qemu-devel] [PATCH v2 3/3] MAINTAINERS: add myself for leon3 KONRAD Frederic
2019-04-25 12:18   ` KONRAD Frederic
2019-05-03  8:11   ` Mark Cave-Ayland
2019-05-03  8:11     ` Mark Cave-Ayland
2019-05-03  8:19 ` [Qemu-devel] [PATCH v2 0/3] Leon3 patches Mark Cave-Ayland
2019-05-03  8:19   ` Mark Cave-Ayland
2019-05-03  8:39   ` KONRAD Frederic
2019-05-03  8:39     ` KONRAD Frederic

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).