From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2a00:1450:4864:20::12b; helo=mail-lf1-x12b.google.com; envelope-from=leif.lindholm@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-lf1-x12b.google.com (mail-lf1-x12b.google.com [IPv6:2a00:1450:4864:20::12b]) (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 6608F21168203 for ; Thu, 18 Oct 2018 21:34:02 -0700 (PDT) Received: by mail-lf1-x12b.google.com with SMTP id p143-v6so13203678lfp.13 for ; Thu, 18 Oct 2018 21:34:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=Z6LERRc/fd9f54QBjjc/dr7UXFf8MzO8kFY7R39w374=; b=OtR7AP4n2skyUyYSoo0En7hApO9q/9wD1I9qR1lhHHfSitrUHczpE55l3COrDT8lpm jOmfrSDFZ69qsIDtx6ynX4v4hNjveE7h6CbnGmNTPxH4IZd5QjWgxNJWlNdUg1l9gi+T xLkYU4kXpDXWARFt1zE83Ph82gESZPnrbVj+k= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=Z6LERRc/fd9f54QBjjc/dr7UXFf8MzO8kFY7R39w374=; b=pDfCyaQhhLJg4uXm8SFJYoj30WEn3GNVLux5QgUyWwokoee4FTdsNN+9MoI4BMOPB9 G6RQfktAarSkAmWViYJo351gyi5YBrMbVD2incEBhnJlZPy68hDZkn5b8SkgNqmFD6lv rjqOV4+pFmKYOEJVxj4llkWICN3kGjZNKs4zvVZCuQ8lD1vQYoSKHcZWjTSDHC9AxmFs QkA8Jk9NI+Fe/bGBaNSShmC0Me9kPeKcsXCV5Wmg7zLC3IGxY2CCffc1D1D21Jh7z51w zjuy286Bie6nINwuKRRS1+GNTybhx1ucGJxqTO+L912KHdnK+qQLbS8vV1WN1uxPQAm/ TViQ== X-Gm-Message-State: ABuFfogQB8DWHobmUJldTA0bVQS+kCiQPL8Exze2sVGZJCJOk2JZoyHb 2Dtr5nwAXqatBbsKMSZy7bz6GdfhZY8OzESwmYXBdA== X-Google-Smtp-Source: ACcGV620vBQXpRgxWj9K42HSTfQ3Ee7Y65AM6Fba5sru7EUxwv1t97AyKp7fsireDfpFEZcQCru1DTqUurtwUkVZ97Y= X-Received: by 2002:a19:8c1a:: with SMTP id o26-v6mr1811673lfd.90.1539923640014; Thu, 18 Oct 2018 21:34:00 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:a19:80c5:0:0:0:0:0 with HTTP; Thu, 18 Oct 2018 21:33:59 -0700 (PDT) In-Reply-To: <80AC2BAA3152784F98F581129E5CF5AFBA9FE05C@ORSMSX114.amr.corp.intel.com> References: <80AC2BAA3152784F98F581129E5CF5AFBA9FE05C@ORSMSX114.amr.corp.intel.com> From: Leif Lindholm Date: Fri, 19 Oct 2018 12:33:59 +0800 Message-ID: To: "Richardson, Brian" Cc: "edk2-devel@lists.01.org" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 Subject: Re: [staging/MicroPythonTestFramework]: MicroPython Test Framework for UEFI X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Oct 2018 04:34:02 -0000 Content-Type: text/plain; charset="UTF-8" Hi Brian, I've started having a look at this, and have a few comments: - There is no Readme.md at the top level, as set out in https://github.com/tianocore/edk2-staging/blob/about/README Mainly, this means I don't know who I should cc on any comments I have. - There have been substantial changes to oniguruma, and the module no longer builds. Can we have exact commit hashes for the two external projects added to the toplevel Readme.md? - At least Uefi/modets.c and Uefi/modos.c contain Ia32/X64-specific bits. Could these bits be put in architecture-specific subdirectories? Regards, Leif On 10 August 2018 at 03:44, Richardson, Brian wrote: > The "MicroPython Test Framework for UEFI" project has been added to > edk2-staging for community feedback. > https://github.com/tianocore/edk2-staging/tree/MicroPythonTestFramework > > This includes a port of MicroPython to UEFI and a test execution > environment that can run from the UEFI Shell. > https://github.com/tianocore/edk2-staging/tree/MicroPythonTestFramework/ > MicroPythonPkg > https://github.com/tianocore/edk2-staging/tree/MicroPythonTestFramework/ > MpyTestFrameworkPkg > > Additional Info: > https://github.com/tianocore/tianocore.github.io/wiki/ > MicroPython-Test-Framework-for-UEFI > > Thanks ... br > --- > Brian Richardson, Senior Technical Marketing Engineer, Intel Software > brian.richardson@intel.com -- > @intel_brian (Twitter & WeChat) > https://software.intel.com/en-us/meet-the-developers/ > evangelists/team/brian-richardson > > _______________________________________________ > edk2-devel mailing list > edk2-devel@lists.01.org > https://lists.01.org/mailman/listinfo/edk2-devel >