mirror of
https://github.com/acidanthera/audk.git
synced 2025-04-08 17:05:09 +02:00
SignedCapsulePkg: Drop ARM support
ARM requires softfloat routines when incorporating OpenSSL, which is a bit of a hassle for no benefit, given that ARM is mostly obsolete at this point. SignedCapsulePkg relies on OpenSSL for authentication, and while it might be feasible to migrate ARM to MbedTLS and retain support, let's just drop support entirely. Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
This commit is contained in:
parent
6f0e977165
commit
a25eb7557f
@ -13,7 +13,7 @@
|
||||
PLATFORM_VERSION = 0.96
|
||||
DSC_SPECIFICATION = 0x00010005
|
||||
OUTPUT_DIRECTORY = Build/SignedCapsulePkg
|
||||
SUPPORTED_ARCHITECTURES = AARCH64|ARM|IA32|X64
|
||||
SUPPORTED_ARCHITECTURES = AARCH64|IA32|X64
|
||||
BUILD_TARGETS = DEBUG|RELEASE|NOOPT
|
||||
SKUID_IDENTIFIER = DEFAULT
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user