From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O4W8B-0000z0-Pz for qemu-devel@nongnu.org; Wed, 21 Apr 2010 05:22:03 -0400 Received: from [140.186.70.92] (port=46072 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O4W87-0000uJ-NW for qemu-devel@nongnu.org; Wed, 21 Apr 2010 05:22:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O4W86-0001nh-1v for qemu-devel@nongnu.org; Wed, 21 Apr 2010 05:21:59 -0400 Received: from smtp21.orange.fr ([80.12.242.48]:18133) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O4W85-0001ms-TU for qemu-devel@nongnu.org; Wed, 21 Apr 2010 05:21:58 -0400 Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf2113.orange.fr (SMTP Server) with ESMTP id 2D65A1C0087B for ; Wed, 21 Apr 2010 11:21:56 +0200 (CEST) Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf2113.orange.fr (SMTP Server) with ESMTP id 1F6E41C01A51 for ; Wed, 21 Apr 2010 11:21:56 +0200 (CEST) Received: from localhost.localdomain (LPuteaux-156-15-47-90.w82-127.abo.wanadoo.fr [82.127.74.90]) by mwinf2113.orange.fr (SMTP Server) with ESMTP id E13521C01A45 for ; Wed, 21 Apr 2010 11:21:55 +0200 (CEST) From: Thomas Monjalon Date: Wed, 21 Apr 2010 11:21:54 +0200 Message-Id: <1271841716-11582-1-git-send-email-thomas_ml@monjalon.net> Subject: [Qemu-devel] [PATCH 0/2] some fixes for PPC e300 List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org From: Thomas Monjalon I'm working on e300. It's still not working but these patches are some little steps in the right direction. My references: ancestry: http://www.freescale.com/files/32bit/doc/data_sheet/MPC603.pdf core: http://www.freescale.com/files/32bit/doc/ref_manual/e300coreRM.pdf microcontroller: http://www.freescale.com/files/32bit/doc/ref_manual/MPC8349EAEC.pdf -- Thomas --- Thomas Monjalon (2): target-ppc: fix processor versions (PVR) for e300 target-ppc: fix interrupt vectors for MPC603 and e300 target-ppc/translate_init.c | 26 ++++++++++++++++++-------- 1 files changed, 18 insertions(+), 8 deletions(-)