From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2a00:1450:4864:20::444; helo=mail-wr1-x444.google.com; envelope-from=ard.biesheuvel@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-wr1-x444.google.com (mail-wr1-x444.google.com [IPv6:2a00:1450:4864:20::444]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id EEF612119F075 for ; Mon, 14 Jan 2019 09:02:19 -0800 (PST) Received: by mail-wr1-x444.google.com with SMTP id l9so23700250wrt.13 for ; Mon, 14 Jan 2019 09:02:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=RlbSkurKZ6KDSsWOihrWLg6Uhiu19T2Il7V4hx5Ttts=; b=inR3wHDASXl/laoPFSfQtrGPpBHqyqqPL/te38Y7hZqf1KElDG5PmKNo81yibPwAq2 oVTAPA+VvNSwn5Z+TWh4F0E2pI8llbtyh0ytvz++Ew0SpVhif+niBzn3og7are8y8F0V Kd1/UXeofR87GVIDsnc1ZNSl1B3W5dvGULibc= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=RlbSkurKZ6KDSsWOihrWLg6Uhiu19T2Il7V4hx5Ttts=; b=WjpziC1ZvH8O/w8s6veZGchxgvGbJJ9BEyeY65zsbJJHlXrvTGyMZ+wv4EY/ZArXOx b5VdhJhfIvnXNoXAy6msMNN9FDpiNMelqPwEeENUWphNCKmrldyFYEqyqq46dGT/r1YR d6aueI1EsXZOdAiiYtlgeYw7VPIQhJ8VDK7+FJtuEVczocK33peLOnbk8HPZ/8fqnm21 y2LHfTUiMlUi4arLz7wA5kAls+TcYGkmZSrhS9urIas+KtRImSMyhtP5gc6YG0Sq/xgm QU3ZDDoD4JgxvaNjbDPd2wbu/Jwjf7MzC7N8H2F4g5lal9SLcrSvazszkomDiqGQGzKg +kdA== X-Gm-Message-State: AJcUukfcYMOaWW0H0yhId+6GV4MOGWdA/f8At+RuZhDYfwo/IqYdiSNJ KOqiwJtXJWR5MkmyoDxJBXhZDt482I4z+w== X-Google-Smtp-Source: ALg8bN7iF9soVWj0oHInziU6Di/xrU+1UBZLa4DEvrXQYySOXsWHB2r8r1+c0xcYbpgphUls79BolA== X-Received: by 2002:adf:e149:: with SMTP id f9mr27262372wri.42.1547485338186; Mon, 14 Jan 2019 09:02:18 -0800 (PST) Received: from dogfood.home ([2a01:cb1d:112:6f00:2ced:5cd0:34f4:7bab]) by smtp.gmail.com with ESMTPSA id h184sm17224319wmf.0.2019.01.14.09.02.17 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 14 Jan 2019 09:02:17 -0800 (PST) From: Ard Biesheuvel To: edk2-devel@lists.01.org Date: Mon, 14 Jan 2019 18:02:05 +0100 Message-Id: <20190114170205.9748-9-ard.biesheuvel@linaro.org> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20190114170205.9748-1-ard.biesheuvel@linaro.org> References: <20190114170205.9748-1-ard.biesheuvel@linaro.org> Subject: [PATCH edk2-platforms 8/8] Platform/Socionext/DeveloperBox: add resolution for ArmSoftFloatLib X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Jan 2019 17:02:20 -0000 OpensslLib depends on ArmSoftFloatLib when built for 32-bit ARM, so add the required resolution for it. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ard Biesheuvel --- Platform/Socionext/DeveloperBox/DeveloperBox.dsc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Platform/Socionext/DeveloperBox/DeveloperBox.dsc b/Platform/Socionext/DeveloperBox/DeveloperBox.dsc index beacd02adcc6..e09c58d2dffa 100644 --- a/Platform/Socionext/DeveloperBox/DeveloperBox.dsc +++ b/Platform/Socionext/DeveloperBox/DeveloperBox.dsc @@ -40,6 +40,9 @@ [BuildOptions.common.EDKII.DXE_RUNTIME_DRIVER] GCC:*_*_ARM_DLINK_FLAGS = -z common-page-size=0x1000 GCC:*_*_AARCH64_DLINK_FLAGS = -z common-page-size=0x10000 +[LibraryClasses.ARM] + ArmSoftFloatLib|ArmPkg/Library/ArmSoftFloatLib/ArmSoftFloatLib.inf + [LibraryClasses.common.SEC] PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf -- 2.17.1