-
Notifications
You must be signed in to change notification settings - Fork 64
Closed
Labels
cleanupCleaning up/re-organizing codeCleaning up/re-organizing codev3.1.0Issues for Release 3.1.0 of the ACAIssues for Release 3.1.0 of the ACA
Description
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
Labels
cleanupCleaning up/re-organizing codeCleaning up/re-organizing codev3.1.0Issues for Release 3.1.0 of the ACAIssues for Release 3.1.0 of the ACA