From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Tue, 13 May 2014 11:40:13 -0500 Subject: [U-Boot] [PATCH 0/5] PPC 85xx QEMU: Additional fixes In-Reply-To: <1398878474-4180-1-git-send-email-agraf@suse.de> References: <1398878474-4180-1-git-send-email-agraf@suse.de> Message-ID: <53724AED.8060302@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 04/30/2014 12:21 PM, Alexander Graf wrote: > After the initial round of the e500 QEMU machine patches got merged > I realized that we were missing 2 pieces of the puzzle to make everything > great: > > - KVM support > - generic board file > > With this patch set I can successfully run u-boot inside of KVM on an e500v2 > as well as an e500mc machine. I also no longer get warnings that I should > convert the board to the generic board mechanism. > > > Alex > > Alexander Graf (5): > PPC 85xx QEMU: Always assume 1 core > PPC 85xx QEMU: Don't use HID1 > powerpc/mpc85xx: Update TLB CAMs in relocated mode > PPC 85xx QEMU: Make a generic board file Applied to u-boot-mpc85xx/master. Thanks, York