add edk2-platforms config

This commit is contained in:
Gerd Hoffmann 2023-01-25 09:44:36 +01:00
parent c9f8ba678a
commit 6aa4e0e470
1 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,15 @@
[build.ext4.x64]
desc = ext4 driver for x64
conf = Features/Ext4Pkg/Ext4Pkg.dsc
arch = X64
plat = Ext4Pkg
dest = Fedora/drivers
cpy1 = X64/Ext4Dxe.efi ext4x64.efi
[build.ext4.aa64]
desc = ext4 driver for aarch64
conf = Features/Ext4Pkg/Ext4Pkg.dsc
arch = AARCH64
plat = Ext4Pkg
dest = Fedora/drivers
cpy1 = AARCH64/Ext4Dxe.efi ext4aa64.efi