[FEATURE] Update Driver to existing Binary of specified GUID
- Vorherrschende Sprache
- Python
- Sterne
- 32
- Forks
- 15
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
**Is your feature request related to a problem? Please describe.**
UEFI Firmware build time could take from 15 minutes to 25 minutes (or may be even more) based on the computing capability of the system. Eventually, Iteration to validate changes are slowed down because of the
**Describe the solution you'd like**
1. Delete Existing Driver
2. For Updating Check if Driver can fit in to existing contiguous free space after executing **above step** or not, _**Reject**_ update if driver can not fit in to free space
3. Driver would only updated if and only if below condition met:
- same GUID
- same Name
- Size of New Driver <= Size of Existing Driver + contagious free space
**Describe alternatives you've considered**
https://github.com/linuxboot/fiano
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.