From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Fri, 11 Apr 2014 18:18:16 -0500 Subject: [U-Boot] [PATCH v5 0/6] PPC 85xx: Add support for QEMU's ppce500 PV machine In-Reply-To: <1397228985-17740-1-git-send-email-agraf@suse.de> References: <1397228985-17740-1-git-send-email-agraf@suse.de> Message-ID: <1397258296.20280.192.camel@snotra.buserror.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Fri, 2014-04-11 at 17:09 +0200, Alexander Graf wrote: > 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. Acked-by: Scott Wood -Scott