From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2607:f8b0:400e:c05::230; helo=mail-pg0-x230.google.com; envelope-from=blibbet@gmail.com; receiver=edk2-devel@lists.01.org Received: from mail-pg0-x230.google.com (mail-pg0-x230.google.com [IPv6:2607:f8b0:400e:c05::230]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id D98DE2034A896 for ; Thu, 2 Nov 2017 12:33:14 -0700 (PDT) Received: by mail-pg0-x230.google.com with SMTP id y5so487422pgq.7 for ; Thu, 02 Nov 2017 12:37:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=subject:to:cc:references:from:message-id:date:user-agent :mime-version:in-reply-to:content-transfer-encoding:content-language; bh=a3fT3jVDxzCpfdFCDqIMgzsfvSFYpxBqpIYnfpHV7i4=; b=gPh9kmc5S5IllMj11CwX2okm2h+/z1TvwUsF+d/mY5f/ofS3qGVXGtp0oYUqJh3yxQ ujXUI6RLuzsD2gskLR56lhvzviWvDoTH+T0ASqhf4BHPVCCW4ujByN1NJyi2ZjdacEVK cWmkjzkvp04dltw47iJk8r7w78D7x+xDPG+7LaJn0Y3MyzJwhfRyF8eL+TcbXDYpdBM+ vH2f5Kr15AklHJGAoBMWG3QpTQShPcSy93f5NXDSAp2bW1xHaPqeuZ/XxExTzhvPmsN6 PgaXoVuAw0KeX/ozy7C9NK0YoXrChJMtvn60pP2d5tw6ocB5PjLdp6Xo4AeStHwUbJjv WTVA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:cc:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding :content-language; bh=a3fT3jVDxzCpfdFCDqIMgzsfvSFYpxBqpIYnfpHV7i4=; b=Lr9lfN69xFXUNiToO6aPNX/AXcqN3z6owBwm+HxLEKE7XtF03dllGwT0cj9mV4WHP/ u0z/VxWFbKmbl6UnDTPTFGUa5DLnrhB4s0SJbdweUb3Snsx9sDCBBj4kunkwMGgjjU6I QjTEN/WqSpV60R8d4NdT8Sz3fLcGKfA7TUh9zbsXZ0WY1wMpVHROLXA2fkJFgeUgpDrJ PMSfSRzJNHOb+Ta+uq9DVzndK8l0DPB9ncfjay/anfB8kaNVlpt4Vqw+F5DKbx5yhoeP tM0DXkiyEjPowo2Obq7A1+B1+Y/opb54aBciSkd1orudPmrfTrMOkZ1IbbUjToMWDMLB du8Q== X-Gm-Message-State: AMCzsaXGuq6NN4QKYj8PLcX7jjtgIAlsZ4O3dFnb7t9YaVdIxSRrFIke uCJY5mEl6GLp77Uze5QxAt2zRQ== X-Google-Smtp-Source: ABhQp+RyNAmKNLoqyvEOWrjH1tlHQASQdnqnH1U7C+bekus4PmTbHkeacs3LdnEAjG6HuWG6/dHYww== X-Received: by 10.101.69.197 with SMTP id m5mr4577264pgr.200.1509651428151; Thu, 02 Nov 2017 12:37:08 -0700 (PDT) Received: from [192.168.1.100] ([104.169.197.103]) by smtp.gmail.com with ESMTPSA id t78sm5906561pgb.93.2017.11.02.12.37.06 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 02 Nov 2017 12:37:06 -0700 (PDT) To: "Jayaprakash, N" , "Richardson, Brian" , Thiebaud Weksteen , "python-dev@python.org" Cc: "edk2-devel@lists.01.org" References: <80AC2BAA3152784F98F581129E5CF5AFA4635665@ORSMSX114.amr.corp.intel.com> From: Blibbet Message-ID: Date: Thu, 2 Nov 2017 12:37:05 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: Subject: Re: Official port of Python on EDK2 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, 02 Nov 2017 19:33:15 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Content-Language: en-US On 11/02/2017 09:41 AM, Jayaprakash, N wrote: > Would you consider adding thread support in this port of Python for EDK2 shell? FYI, this library adds thread support to UEFI: https://github.com/Openwide-Ingenierie/GreenThreads-UEFI Note that the library is GPLv2, ...but the author (a 1-person project) could be asked to relicense to BSD to fit into Tianocore. Note that library is currently Intel x64-centric, and contains a bit of assembly. Will need some ARM/RISC-V/x86 contributions. HTH, Lee Fisher