Open
Description
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
- Delete Existing Driver
- 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
- 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