Skip to content

Remove vendor-file access from file system #1011

@iadgovuser58

Description

@iadgovuser58

Each time a UefiGuid is created, it gets a reference to the vendor-table file. (If it does not find that file, it uses the vendor-table from code.) If the file doesn't exist (such as on windows, or if it was not placed on linux), it logs a warning. This creates too many warnings in the log for this file
Additionally, it is not really needed to access the vendor-table from the file system. It can be limited to accessing only from the file in the code.
Can resolve both parts of this issue by removing the access from the file system.

Metadata

Metadata

Assignees

No one assigned

    Labels

    cleanupCleaning up/re-organizing codev3.1.0Issues for Release 3.1.0 of the ACA

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions