From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 0B904E00982; Mon, 11 May 2015 23:24:18 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_NONE, SPF_HELO_PASS autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no * trust * [157.56.111.140 listed in list.dnswl.org] * -0.0 SPF_HELO_PASS SPF: HELO matches SPF record * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] Received: from na01-bn1-obe.outbound.protection.outlook.com (mail-bn1bon0140.outbound.protection.outlook.com [157.56.111.140]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 0577FE0027F for ; Mon, 11 May 2015 23:24:16 -0700 (PDT) Received: from BN3PR03MB1367.namprd03.prod.outlook.com (10.163.34.153) by BN3PR03MB1366.namprd03.prod.outlook.com (10.163.34.152) with Microsoft SMTP Server (TLS) id 15.1.160.19; Tue, 12 May 2015 06:24:14 +0000 Received: from BN3PR03MB1367.namprd03.prod.outlook.com ([10.163.34.153]) by BN3PR03MB1367.namprd03.prod.outlook.com ([10.163.34.153]) with mapi id 15.01.0160.009; Tue, 12 May 2015 06:24:14 +0000 From: Luo Zhenhua To: "Ruiz Ramos, Daniel Norberto" Thread-Topic: running qemu on x86 to emulate t2080 (e6500 cores) Thread-Index: AdCL36u0ec8BLTs5Rg+Q8FyzXCiXGAAB+IYQAAE7r3AAHOVH0A== Date: Tue, 12 May 2015 06:24:13 +0000 Message-ID: References: <5BA00E0F7591B04FB7D7BE67EEB85FDFC1FA0D@MADARRMAILBOX03.indra.es> <5BA00E0F7591B04FB7D7BE67EEB85FDFC1FB87@MADARRMAILBOX03.indra.es> In-Reply-To: <5BA00E0F7591B04FB7D7BE67EEB85FDFC1FB87@MADARRMAILBOX03.indra.es> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: authentication-results: indra.es; dkim=none (message not signed) header.d=none; x-originating-ip: [192.88.168.35] x-microsoft-antispam: UriScan:;BCL:0;PCL:0;RULEID:;SRVR:BN3PR03MB1366; x-microsoft-antispam-prvs: x-exchange-antispam-report-test: UriScan:; x-exchange-antispam-report-cfa-test: BCL:0; PCL:0; RULEID:(601004)(5005006)(3002001); SRVR:BN3PR03MB1366; BCL:0; PCL:0; RULEID:; SRVR:BN3PR03MB1366; x-forefront-prvs: 0574D4712B x-forefront-antispam-report: SFV:NSPM; SFS:(10019020)(6009001)(51704005)(59124003)(377454003)(53754006)(13464003)(122556002)(19580405001)(86362001)(19580395003)(2656002)(555904002)(40100003)(87936001)(62966003)(77156002)(99286002)(76576001)(92566002)(50986999)(33656002)(2900100001)(2950100001)(66066001)(15975445007)(102836002)(77096005)(5890100001)(110136002)(74316001)(5001960100002)(46102003)(76176999)(189998001)(54356999); DIR:OUT; SFP:1102; SCL:1; SRVR:BN3PR03MB1366; H:BN3PR03MB1367.namprd03.prod.outlook.com; FPR:; SPF:None; MLV:sfv; LANG:en; MIME-Version: 1.0 X-OriginatorOrg: freescale.com X-MS-Exchange-CrossTenant-originalarrivaltime: 12 May 2015 06:24:13.8023 (UTC) X-MS-Exchange-CrossTenant-fromentityheader: Hosted X-MS-Exchange-CrossTenant-id: 710a03f5-10f6-4d38-9ff4-a80b81da590d X-MS-Exchange-Transport-CrossTenantHeadersStamped: BN3PR03MB1366 Cc: "meta-freescale@yoctoproject.org" Subject: Re: running qemu on x86 to emulate t2080 (e6500 cores) X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 May 2015 06:24:18 -0000 Content-Language: en-US Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi Daniel,=20 The x86-host QEMU emulation for QorIQ targets is not verified in QorIQ SDK,= so it is not officially supported in SDK. SDK focus on self-emulation on Q= orIQ targets.=20 It is possible to emulate the QorIQ targets on x86 host if corresponding co= re types are supported in opensource QEMU code, like what you mentioned bel= ow, only partial QorIQ HWs can be emulated.=20 Best Regards, Zhenhua > -----Original Message----- > From: Ruiz Ramos, Daniel Norberto [mailto:drramos@indra.es] > Sent: Monday, May 11, 2015 9:16 PM > To: Luo Zhenhua-B19537; meta-freescale@yoctoproject.org > Subject: RE: running qemu on x86 to emulate t2080 (e6500 cores) >=20 > Thank you for your quick answer Zhenhua, Please correct me if I'm wrong, = but > the qemu-system-ppc64 compiled to x86 can support the previous e5500 cor= e > through -cpu e5500 option. > =BFDoes it mean that there are some partial QorIQ hardware emulation on = x86 > host QEMU? > =BFOr we are talking about all qemus in Freescale SDK is only focused to = let > powerpc hardware emulates it-self? >=20 > Best regards, > Daniel. >=20 > -----Mensaje original----- > De: zhenhua.luo@freescale.com [mailto:zhenhua.luo@freescale.com] > Enviado el: lunes, 11 de mayo de 2015 14:42 > Para: Ruiz Ramos, Daniel Norberto; meta-freescale@yoctoproject.org > Asunto: RE: running qemu on x86 to emulate t2080 (e6500 cores) >=20 > Hello Daniel, >=20 > Currently the x86 host QEMU emulation of QorIQ targets are not supported. > QorIQ SDK can support the QorIQ boards QEMU emulation on target boards. >=20 >=20 > Best Regards, >=20 > Zhenhua >=20 > > -----Original Message----- > > From: meta-freescale-bounces@yoctoproject.org [mailto:meta-freescale- > > bounces@yoctoproject.org] On Behalf Of Ruiz Ramos, Daniel Norberto > > Sent: Monday, May 11, 2015 7:43 PM > > To: meta-freescale@yoctoproject.org > > Subject: [meta-freescale] running qemu on x86 to emulate t2080 (e6500 > > cores) > > > > Hello All, > > My name is Daniel and this is my first post here. > > > > Im trying to emulate a T2080RDB for testing images generated with > > bitbake, but I have not luck with it. I couldn't find any qemu that sup= port -cpu > e6500 option. > > I've tried compiling qemu from source, and even all qemus that there > > are in my yocto project build. > > All qemu says the same: > > > > $ ./qemu-system-ppc64 -machine ppce500 -cpu e6500 Unable to initialize > CPU! > > > > > > =BFDoes anybody knows if the new cpu of Freescale is not supported? > > > > Daniel. > > > > > > Este correo electr=F3nico y, en su caso, cualquier fichero anexo al > > mismo, contiene informaci=F3n de car=E1cter confidencial exclusivamente > > dirigida a su destinatario o destinatarios. Si no es vd. el > > destinatario indicado, queda notificado que la lectura, utilizaci=F3n, > > divulgaci=F3n y/o copia sin autorizaci=F3n est=E1 prohibida en virtud d= e la > > legislaci=F3n vigente. En el caso de haber recibido este correo > > electr=F3nico por error, se ruega notificar inmediatamente esta circuns= tancia > mediante reenv=EDo a la direcci=F3n electr=F3nica del remitente. > > Evite imprimir este mensaje si no es estrictamente necesario. > > > > This email and any file attached to it (when applicable) contain(s) > > confidential information that is exclusively addressed to its > > recipient(s). If you are not the indicated recipient, you are informed > > that reading, using, disseminating and/or copying it without > > authorisation is forbidden in accordance with the legislation in > > effect. If you have received this email by mistake, please immediately = notify > the sender of the situation by resending it to their email address. > > Avoid printing this message if it is not absolutely necessary. > > -- > > _______________________________________________ > > meta-freescale mailing list > > meta-freescale@yoctoproject.org > > https://lists.yoctoproject.org/listinfo/meta-freescale >=20 > Este correo electr=F3nico y, en su caso, cualquier fichero anexo al mismo= , > contiene informaci=F3n de car=E1cter confidencial exclusivamente dirigida= a su > destinatario o destinatarios. Si no es vd. el destinatario indicado, qued= a > notificado que la lectura, utilizaci=F3n, divulgaci=F3n y/o copia sin aut= orizaci=F3n est=E1 > prohibida en virtud de la legislaci=F3n vigente. En el caso de haber reci= bido este > correo electr=F3nico por error, se ruega notificar inmediatamente esta > circunstancia mediante reenv=EDo a la direcci=F3n electr=F3nica del remit= ente. > Evite imprimir este mensaje si no es estrictamente necesario. >=20 > This email and any file attached to it (when applicable) contain(s) confi= dential > information that is exclusively addressed to its recipient(s). If you are= not the > indicated recipient, you are informed that reading, using, disseminating = and/or > copying it without authorisation is forbidden in accordance with the legi= slation > in effect. If you have received this email by mistake, please immediately= notify > the sender of the situation by resending it to their email address. > Avoid printing this message if it is not absolutely necessary.