* [staging/MicroPythonTestFramework]: MicroPython Test Framework for UEFI
@ 2018-08-09 19:44 Richardson, Brian
2018-10-19 4:33 ` Leif Lindholm
0 siblings, 1 reply; 5+ messages in thread
From: Richardson, Brian @ 2018-08-09 19:44 UTC (permalink / raw)
To: edk2-devel@lists.01.org
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<mailto:brian.richardson@intel.com> -- @intel_brian (Twitter & WeChat)
https://software.intel.com/en-us/meet-the-developers/evangelists/team/brian-richardson
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [staging/MicroPythonTestFramework]: MicroPython Test Framework for UEFI
2018-08-09 19:44 [staging/MicroPythonTestFramework]: MicroPython Test Framework for UEFI Richardson, Brian
@ 2018-10-19 4:33 ` Leif Lindholm
2018-10-19 6:18 ` Richardson, Brian
0 siblings, 1 reply; 5+ messages in thread
From: Leif Lindholm @ 2018-10-19 4:33 UTC (permalink / raw)
To: Richardson, Brian; +Cc: edk2-devel@lists.01.org
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 <brian.richardson@intel.com>
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<mailto: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
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [staging/MicroPythonTestFramework]: MicroPython Test Framework for UEFI
2018-10-19 4:33 ` Leif Lindholm
@ 2018-10-19 6:18 ` Richardson, Brian
2018-10-20 10:09 ` Leif Lindholm
0 siblings, 1 reply; 5+ messages in thread
From: Richardson, Brian @ 2018-10-19 6:18 UTC (permalink / raw)
To: Leif Lindholm, Long, Qin; +Cc: edk2-devel@lists.01.org
Leif:
Thank you for your feedback. Long Qin is a good starting contact for MicroPython issues.
There are readme files for the sub-components, but I agree that the missing top-level readme file is an issue.
https://github.com/tianocore/edk2-staging/tree/MicroPythonTestFramework/MpyTestFrameworkPkg
https://github.com/tianocore/edk2-staging/tree/MicroPythonTestFramework/MicroPythonPkg
Thanks … br
---
Brian Richardson, Firmware Ecosystem Development, Intel Software
brian.richardson@intel.com<mailto:brian.richardson@intel.com> -- @intel_brian (Twitter & WeChat)
https://software.intel.com/en-us/meet-the-developers/evangelists/team/brian-richardson
From: Leif Lindholm <leif.lindholm@linaro.org>
Sent: Friday, October 19, 2018 12:34 AM
To: Richardson, Brian <brian.richardson@intel.com>
Cc: edk2-devel@lists.01.org
Subject: Re: [edk2] [staging/MicroPythonTestFramework]: MicroPython Test Framework for UEFI
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 <brian.richardson@intel.com<mailto:brian.richardson@intel.com>> 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<mailto:brian.richardson@intel.com><mailto:brian.richardson@intel.com<mailto: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<mailto:edk2-devel@lists.01.org>
https://lists.01.org/mailman/listinfo/edk2-devel
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [staging/MicroPythonTestFramework]: MicroPython Test Framework for UEFI
2018-10-19 6:18 ` Richardson, Brian
@ 2018-10-20 10:09 ` Leif Lindholm
2018-10-22 3:28 ` Long, Qin
0 siblings, 1 reply; 5+ messages in thread
From: Leif Lindholm @ 2018-10-20 10:09 UTC (permalink / raw)
To: Long, Qin; +Cc: Richardson, Brian, edk2-devel@lists.01.org
Thanks Brian,
Long, could you please
1) Send me the commit hashes of micropython and oniguruma that you
have tested with the overrides?
2) Add a top-level Readme.md to the MicroPythonTestFramework branch,
mentioning yourself as maintainer and the commit hashes of any
external projects used?
Best Regards,
Leif
On Fri, Oct 19, 2018 at 06:18:35AM +0000, Richardson, Brian wrote:
> Leif:
>
> Thank you for your feedback. Long Qin is a good starting contact for MicroPython issues.
>
> There are readme files for the sub-components, but I agree that the missing top-level readme file is an issue.
> https://github.com/tianocore/edk2-staging/tree/MicroPythonTestFramework/MpyTestFrameworkPkg
> https://github.com/tianocore/edk2-staging/tree/MicroPythonTestFramework/MicroPythonPkg
>
> Thanks … br
> ---
> Brian Richardson, Firmware Ecosystem Development, Intel Software
> brian.richardson@intel.com<mailto:brian.richardson@intel.com> -- @intel_brian (Twitter & WeChat)
> https://software.intel.com/en-us/meet-the-developers/evangelists/team/brian-richardson
>
> From: Leif Lindholm <leif.lindholm@linaro.org>
> Sent: Friday, October 19, 2018 12:34 AM
> To: Richardson, Brian <brian.richardson@intel.com>
> Cc: edk2-devel@lists.01.org
> Subject: Re: [edk2] [staging/MicroPythonTestFramework]: MicroPython Test Framework for UEFI
>
> 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 <brian.richardson@intel.com<mailto:brian.richardson@intel.com>> 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<mailto:brian.richardson@intel.com><mailto:brian.richardson@intel.com<mailto: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<mailto:edk2-devel@lists.01.org>
> https://lists.01.org/mailman/listinfo/edk2-devel
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [staging/MicroPythonTestFramework]: MicroPython Test Framework for UEFI
2018-10-20 10:09 ` Leif Lindholm
@ 2018-10-22 3:28 ` Long, Qin
0 siblings, 0 replies; 5+ messages in thread
From: Long, Qin @ 2018-10-22 3:28 UTC (permalink / raw)
To: Leif Lindholm; +Cc: Richardson, Brian, edk2-devel@lists.01.org
Hi, Leif,
Yes, we missed clear descriptions about these two external projects in staging/MicroPythonTestFramework. Sorry about that.
The MicroPython and Oniguruma projects were used as git submodule in this project. So you can use “git submodule” to know the specific commit information:
$ git submodule
-d4e4bd2a8163f355fa8a3884077eaec7adc75ff7 CryptoPkg/Library/OpensslLib/openssl
-421b84af9968e582f324899934f52b3df60381ee MicroPythonPkg/MicroPython --> MicroPython-v1.9.4
-dba71710cd657ebd886ab2b712931542507fadb8 MicroPythonPkg/Oniguruma --> Oniguruma-v6.8.2
And use update command to init and sync-up all submodules:
$ git submodule update --init --recursive
(Will update the README for more clear information later . Thanks)
Best Regards & Thanks,
LONG, Qin
From: Leif Lindholm [mailto:leif.lindholm@linaro.org]
Sent: Saturday, October 20, 2018 6:10 PM
To: Long, Qin <qin.long@intel.com>
Cc: Richardson, Brian <brian.richardson@intel.com>; edk2-devel@lists.01.org
Subject: Re: [edk2] [staging/MicroPythonTestFramework]: MicroPython Test Framework for UEFI
Thanks Brian,
Long, could you please
1) Send me the commit hashes of micropython and oniguruma that you
have tested with the overrides?
2) Add a top-level Readme.md to the MicroPythonTestFramework branch,
mentioning yourself as maintainer and the commit hashes of any
external projects used?
Best Regards,
Leif
On Fri, Oct 19, 2018 at 06:18:35AM +0000, Richardson, Brian wrote:
> Leif:
>
> Thank you for your feedback. Long Qin is a good starting contact for MicroPython issues.
>
> There are readme files for the sub-components, but I agree that the missing top-level readme file is an issue.
> https://github.com/tianocore/edk2-staging/tree/MicroPythonTestFramework/MpyTestFrameworkPkg
> https://github.com/tianocore/edk2-staging/tree/MicroPythonTestFramework/MicroPythonPkg
>
> Thanks … br
> ---
> Brian Richardson, Firmware Ecosystem Development, Intel Software
> brian.richardson@intel.com<mailto:brian.richardson@intel.com<mailto:brian.richardson@intel.com%3cmailto:brian.richardson@intel.com>> -- @intel_brian (Twitter & WeChat)
> https://software.intel.com/en-us/meet-the-developers/evangelists/team/brian-richardson
>
> From: Leif Lindholm <leif.lindholm@linaro.org<mailto:leif.lindholm@linaro.org>>
> Sent: Friday, October 19, 2018 12:34 AM
> To: Richardson, Brian <brian.richardson@intel.com<mailto:brian.richardson@intel.com>>
> Cc: edk2-devel@lists.01.org<mailto:edk2-devel@lists.01.org>
> Subject: Re: [edk2] [staging/MicroPythonTestFramework]: MicroPython Test Framework for UEFI
>
> 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 <brian.richardson@intel.com<mailto:brian.richardson@intel.com<mailto:brian.richardson@intel.com%3cmailto:brian.richardson@intel.com>>> 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<mailto:brian.richardson@intel.com><mailto:brian.richardson@intel.com<mailto:brian.richardson@intel.com<mailto:brian.richardson@intel.com%3cmailto:brian.richardson@intel.com%3e%3cmailto:brian.richardson@intel.com%3cmailto: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<mailto:edk2-devel@lists.01.org<mailto:edk2-devel@lists.01.org%3cmailto:edk2-devel@lists.01.org>>
> https://lists.01.org/mailman/listinfo/edk2-devel
>
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2018-10-22 3:28 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-09 19:44 [staging/MicroPythonTestFramework]: MicroPython Test Framework for UEFI Richardson, Brian
2018-10-19 4:33 ` Leif Lindholm
2018-10-19 6:18 ` Richardson, Brian
2018-10-20 10:09 ` Leif Lindholm
2018-10-22 3:28 ` Long, Qin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox