public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/3] PPC 85xx: Add support for QEMU's ppce500 PV machine
@ 2014-01-19 15:18 Alexander Graf
  2014-01-19 15:19 ` [U-Boot] [PATCH 1/3] PPC 85xx: Detect e500v2 / e500mc during runtime Alexander Graf
                   ` (2 more replies)
  0 siblings, 3 replies; 18+ messages in thread
From: Alexander Graf @ 2014-01-19 15:18 UTC (permalink / raw)
  To: u-boot

In QEMU we implement a PV machine type called "ppce500". That board is able
to run any e500+ FSL cores (e500v2, e500mc, e5500, e6500).

It is heavily inspired by the MPC8544DS SoC and board combination, but
implements only the bare minimum to make Linux happy enough to drive a
virtual machine.

This patch set implements support for this PV machine type in U-Boot, enabling
users to run their virtual machines with netboot, u-boot payload binaries or
other fun things they come up with.

Alexander Graf (3):
  PPC 85xx: Detect e500v2 / e500mc during runtime
  PPC 85xx: Add ELF entry point
  PPC 85xx: Add qemu-ppce500 machine

 arch/powerpc/cpu/mpc85xx/fixed_ivor.S       |   21 ++-
 arch/powerpc/cpu/mpc85xx/start.S            |    7 +
 arch/powerpc/cpu/mpc85xx/u-boot.lds         |    1 +
 arch/powerpc/include/asm/config_mpc85xx.h   |    4 +
 board/freescale/qemu-ppce500/Makefile       |   10 ++
 board/freescale/qemu-ppce500/qemu-ppce500.c |  260 +++++++++++++++++++++++++++
 board/freescale/qemu-ppce500/tlb.c          |   59 ++++++
 boards.cfg                                  |    1 +
 include/configs/qemu-ppce500.h              |  235 ++++++++++++++++++++++++
 9 files changed, 593 insertions(+), 5 deletions(-)
 create mode 100644 board/freescale/qemu-ppce500/Makefile
 create mode 100644 board/freescale/qemu-ppce500/qemu-ppce500.c
 create mode 100644 board/freescale/qemu-ppce500/tlb.c
 create mode 100644 include/configs/qemu-ppce500.h

-- 
1.7.10.4

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

end of thread, other threads:[~2014-03-06 17:13 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-19 15:18 [U-Boot] [PATCH 0/3] PPC 85xx: Add support for QEMU's ppce500 PV machine Alexander Graf
2014-01-19 15:19 ` [U-Boot] [PATCH 1/3] PPC 85xx: Detect e500v2 / e500mc during runtime Alexander Graf
2014-01-21  2:25   ` Scott Wood
2014-01-23 12:11     ` Alexander Graf
2014-03-06 15:48       ` Kumar Gala
2014-03-06 15:50         ` Scott Wood
2014-03-06 15:56           ` Kumar Gala
2014-03-06 17:13             ` Scott Wood
2014-01-19 15:19 ` [U-Boot] [PATCH 2/3] PPC 85xx: Add ELF entry point Alexander Graf
2014-01-19 15:19 ` [U-Boot] [PATCH 3/3] PPC 85xx: Add qemu-ppce500 machine Alexander Graf
2014-01-21  2:25   ` Scott Wood
2014-01-23 13:08     ` Alexander Graf
2014-01-24  0:49       ` Scott Wood
2014-01-24  1:25         ` Alexander Graf
2014-01-24  1:39           ` Scott Wood
2014-01-24 14:19             ` Alexander Graf
2014-01-24 19:09               ` Scott Wood
2014-01-29 21:11               ` York Sun

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox