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

Optimize CollectPlatformGuids and GenerateByteArrayValue API to reduce build time #113

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Jan 31, 2024

  1. Optimize CollectPlatformGuids GenerateByteArrayValue API to reduce

    Incremental build time
    
    Signed-off-by: Ashraf Ali S <[email protected]>
    AshrafAliS committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    43a77d2 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. add PcdFiledValueFromDscComponent

    Signed-off-by: Ashraf Ali S <[email protected]>
    AshrafAliS committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    7f57cbd View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. Updated for comments for the Patch V3

    Below are the comments from V3 patch. and this PR will address those.
    
    Besides the PCD default value, I think there are still 2 more things
    need to check. These 2 things could impact the output of the
    PcdValueInit.exe.
    
    1. Macros definition in BuildOption
    There would be a case that the Macros are used in Structure Pcd's
    definition in header file. User can change the structure pcd's struct
    def via changing the Macro value from command line or dsc file.
    
    2. The header file list defined in DEC
    The [Includes] section in dec list folder that contains the structure
    pcd definition header file. There may be case that user changes the
    folder under [Includes] to change the header file to change the
    structure pcd struct definition.
    
    Signed-off-by: Ashraf Ali S <[email protected]>
    AshrafAliS committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    b10e5fd View commit details
    Browse the repository at this point in the history