build: Add FixPCIeLinkRate.efi

This commit is contained in:
Mykola Grymalyuk
2022-12-01 08:02:46 -07:00
parent 0a395b47ae
commit f4cb0bed68
6 changed files with 26 additions and 0 deletions
+4
View File
@@ -265,6 +265,10 @@ class Constants:
def diags_launcher_path(self):
return self.payload_path / Path("Drivers/diags.efi")
@property
def link_rate_driver_path(self):
return self.payload_path / Path("Drivers/FixPCIeLinkRate.efi")
@property
def list_txt_path(self):
return self.payload_path / Path("List.txt")