Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature]: Python VfrCompiler Tool development #68

Open
YuweiChen1110 opened this issue Oct 25, 2022 · 1 comment · May be fixed by #102
Open

[Feature]: Python VfrCompiler Tool development #68

YuweiChen1110 opened this issue Oct 25, 2022 · 1 comment · May be fixed by #102
Labels
enhancement New feature or request

Comments

@YuweiChen1110
Copy link
Contributor

What does the feature solve?

Currently VfrCompiler tool is a C tool which is not covered by this repo.
Propose to develop python version VfrCompiler tool for full coverage.

Describe the solution

A VfrCompiler folder with python VfrCompiler tool

Have you considered any alternatives?

No response

Additional context

No response

@YuweiChen1110 YuweiChen1110 added the enhancement New feature or request label Oct 25, 2022
@YuweiChen1110
Copy link
Contributor Author

The development of VfrCompiler tool is almost done. The code is under https://github.com/yytshirley/edk2 repo, Genbinary branch.
Currently the code is under testing. It will cover unit tests and system tests.
After testing done, will send out the patch with community mail list.

YuweiChen1110 added a commit to YuweiChen1110/edk2-basetools that referenced this issue Jun 21, 2023
This python VfrCompiler tool is the python implementation
of the edk2 VfrCompiler tool which C implementation locates at
https://github.com/tianocore/edk2/tree/master/BaseTools/Source/C/VfrCompile.

This python implementation not only covers the same usage as
the C version VfrCompiler, but also extends several new features.

Edk2 Basetools issue link:
tianocore#68

Cc: Rebecca Cran <rebecca@bsdio.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Cc: Bob Feng <bob.c.feng@intel.com>
Signed-off-by: Yuting Yang <yuting2.yang@intel.com>
Signed-off-by: Yuwei Chen <yuwei.chen@intel.com>
@YuweiChen1110 YuweiChen1110 linked a pull request Jun 21, 2023 that will close this issue
@YuweiChen1110 YuweiChen1110 linked a pull request Jun 21, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant