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

Add ReadMe.md to introduce this branch #288

Open
wants to merge 1 commit into
base: VfrCompileEnhancement
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions ReadMe.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# VfrCompile Enhancement
## Overview
This branch is for VfrCompile enhancement. VfrCompile knows everything in VFR files but the it only output IFR binary. We'd like to enhance the vfrcompile to generate intermediate files which could include more information from VFR files so that we can better debug VFR related issues and simplify the build process.

The branch owner: Bob Feng <[email protected]>, Yuwei Chen <[email protected]>

## Feature introduction
1. Generate the intermediate json file to store the efi variable structure and default value from VFR file.
2. Generate the intermediate yaml format file to describe the UI information. The yaml format is a popular format and it's easy to be consumed by other tools.
3. Change the VFR compile process from vfr->ifr to vfr->yaml->ifr.

## Timeline
Target for 2022 Q4