New naming convention for the configs: UEFI-${efiarch}-${compiler}. Signed-off-by: Gerd Hoffmann <kra...@redhat.com> --- CryptoPkg/Library/OpensslLib/UefiAsm.conf | 44 +++++++++-------------- 1 file changed, 16 insertions(+), 28 deletions(-)
diff --git a/CryptoPkg/Library/OpensslLib/UefiAsm.conf b/CryptoPkg/Library/OpensslLib/UefiAsm.conf index c3940b5886a4..ffb845862c52 100644 --- a/CryptoPkg/Library/OpensslLib/UefiAsm.conf +++ b/CryptoPkg/Library/OpensslLib/UefiAsm.conf @@ -8,41 +8,29 @@ ## my %targets = ( -#### UEFI - "UEFI-x86" => { + "UEFI-IA32-MSFT" => { + inherit_from => [ "UEFI" ], perlasm_scheme => "win32n", - # inherit_from => [ "UEFI", asm("x86_asm") ], - inherit_from => [ "UEFI" ], - cpuid_asm_src => "x86cpuid.s", - aes_asm_src => "aes_core.c aes_cbc.c vpaes-x86.s aesni-x86.s", - sha1_asm_src => "sha1-586.s sha256-586.s sha512-586.s", - modes_asm_src => "ghash-x86.s", + asm_arch => "x86", }, - "UEFI-x86-GCC" => { + "UEFI-IA32-GCC" => { + inherit_from => [ "UEFI" ], perlasm_scheme => "elf", - # inherit_from => [ "UEFI", asm("x86_asm") ], - inherit_from => [ "UEFI" ], - cpuid_asm_src => "x86cpuid.s", - aes_asm_src => "aes_core.c aes_cbc.c vpaes-x86.s aesni-x86.s", - sha1_asm_src => "sha1-586.s sha256-586.s sha512-586.s", - modes_asm_src => "ghash-x86.s", + asm_arch => "x86", }, - "UEFI-x86_64" => { + "UEFI-X64-MSFT" => { + inherit_from => [ "UEFI" ], perlasm_scheme => "nasm", - # inherit_from => [ "UEFI", asm("x86_64_asm") ], - inherit_from => [ "UEFI" ], - cpuid_asm_src => "x86_64cpuid.s", - aes_asm_src => "aes_core.c aes_cbc.c vpaes-x86_64.s aesni-x86_64.s aesni-sha1-x86_64.s aesni-sha256-x86_64.s aesni-mb-x86_64.s", - sha1_asm_src => "sha1-x86_64.s sha256-x86_64.s sha512-x86_64.s sha1-mb-x86_64.s sha256-mb-x86_64.s", - modes_asm_src => "ghash-x86_64.s aesni-gcm-x86_64.s", + asm_arch => "x86_64", }, - "UEFI-x86_64-GCC" => { + "UEFI-X64-GCC" => { + inherit_from => [ "UEFI" ], perlasm_scheme => "elf", - # inherit_from => [ "UEFI", asm("x86_64_asm") ], + asm_arch => "x86_64", + }, + "UEFI-AARCH64-GCC" => { inherit_from => [ "UEFI" ], - cpuid_asm_src => "x86_64cpuid.s", - aes_asm_src => "aes_core.c aes_cbc.c vpaes-x86_64.s aesni-x86_64.s aesni-sha1-x86_64.s aesni-sha256-x86_64.s aesni-mb-x86_64.s", - sha1_asm_src => "sha1-x86_64.s sha256-x86_64.s sha512-x86_64.s sha1-mb-x86_64.s sha256-mb-x86_64.s", - modes_asm_src => "ghash-x86_64.s aesni-gcm-x86_64.s", + perlasm_scheme => "elf", + asm_arch => "aarch64", }, ); -- 2.39.2 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#101062): https://edk2.groups.io/g/devel/message/101062 Mute This Topic: https://groups.io/mt/97576406/21656 Group Owner: devel+ow...@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-