From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 217472095B9E6 for ; Thu, 17 Aug 2017 02:59:00 -0700 (PDT) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 17 Aug 2017 03:01:26 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.41,387,1498546800"; d="scan'208";a="1004739131" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by orsmga003.jf.intel.com with ESMTP; 17 Aug 2017 03:01:26 -0700 Received: from FMSMSX110.amr.corp.intel.com (10.18.116.10) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 17 Aug 2017 03:01:26 -0700 Received: from shsmsx103.ccr.corp.intel.com (10.239.4.69) by fmsmsx110.amr.corp.intel.com (10.18.116.10) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 17 Aug 2017 03:01:26 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.114]) by SHSMSX103.ccr.corp.intel.com ([169.254.4.236]) with mapi id 14.03.0319.002; Thu, 17 Aug 2017 18:01:24 +0800 From: "Ni, Ruiyu" To: wang xiaofeng , "edk2-devel@lists.01.org" Thread-Topic: [edk2] any uefi application that can simulator multi processor dispatch logic in OS Thread-Index: AQHTFz8AFX2NSpNcYUervMzSYb+xK6KIUMWA Date: Thu, 17 Aug 2017 10:01:23 +0000 Message-ID: <734D49CCEBEEF84792F5B80ED585239D5B9F07F1@SHSMSX104.ccr.corp.intel.com> References: <632586c0.9154.15def9e2506.Coremail.winggundum82@163.com> In-Reply-To: <632586c0.9154.15def9e2506.Coremail.winggundum82@163.com> Accept-Language: en-US, zh-CN X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: any uefi application that can simulator multi processor dispatch logic in OS X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Aug 2017 09:59:00 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable I believe what you want is a multi-threading capable tiny OS. I don't know a real project for your purpose. But I guess there should be plenty of such projects there, just need portin= g effort. Thanks/Ray > -----Original Message----- > From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of > wang xiaofeng > Sent: Thursday, August 17, 2017 5:55 PM > To: edk2-devel@lists.01.org > Subject: [edk2] any uefi application that can simulator multi processor > dispatch logic in OS >=20 > Hello, > Do anyone know uefi application that can simulator multi processor > dispatch logic in OS ? > UEFI defines EFI_MP_SERVICES_PROTOCOL, usually bios use this protocol > to do BSP and AP initlizaition. StartupAllAPs is called to run the same l= ogic > function. > Any EFI application can divide a task to different thread context and = assign > to idle AP by random or different dispatching logic? > Or I need a Mini UEFI OS to do it? > Thanks in advance! > _______________________________________________ > edk2-devel mailing list > edk2-devel@lists.01.org > https://lists.01.org/mailman/listinfo/edk2-devel