From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=pass header.i=@linaro.org header.s=google header.b=qpNR4o6j; spf=pass (domain: linaro.org, ip: 209.85.221.65, mailfrom: ard.biesheuvel@linaro.org) Received: from mail-wr1-f65.google.com (mail-wr1-f65.google.com [209.85.221.65]) by groups.io with SMTP; Fri, 31 May 2019 05:50:09 -0700 Received: by mail-wr1-f65.google.com with SMTP id x4so6469284wrt.6 for ; Fri, 31 May 2019 05:50:08 -0700 (PDT) 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 :mime-version:content-transfer-encoding; bh=2t0O4r8zqUOl1lN9TwifpiYCsacmvAk9y8z094yR5YE=; b=qpNR4o6jd0aASHZPDz7lzPQPlQwsHUz6D9E3FzfN8Q/iYFOP9cSr3vbyXGp4p0snFr sJpeiN9jRw7kfgB8KAOZknq8Witp7AXPMuAjFyryYqOzKU28bFAseZqP5FJDzz/nS5bb uwP7YCjm+Y66IeaEVPyLmlVlv4SE4jqtUPk+zZ/QxVUqcLATslXkZRvj8Gwf67+/215y 3MQZNSeBltRFRwhwNUexe04oef0Yo6EJV0io7edztKyNXZvNPxaFbMlHKVgOo8wjo//I Kb4lt6maF/3/HPaMb3CyxCqLMhVKcL2Ggj3bAyFbrIyS9PEIvQISEjFLrNysq5U4OY4u Lo+g== 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:mime-version:content-transfer-encoding; bh=2t0O4r8zqUOl1lN9TwifpiYCsacmvAk9y8z094yR5YE=; b=k1IUMe1V6bJ9ycj5aeHRGrPZuTfH41E4ig6w+J/ZKVQOZxdEniyaOarkmA6Uvz3Yl/ 7int3BdYrsmgm9Xz1ztDwgQm8x47b75bUON+CV1GZ3JBiwNyHJfn3g8RYwbjGRQMpsvG DeHDd4DdVuZBNHhROUtkaqcIxq0rNngRuBMkzPAr/sHdhBhhsuebyjXgj3/lJtLeTXQv 5ZXG5jZ4mB5yEWrjJPRnYdULmPG3EclRjgksXp6VM69mMCZDQkaN/RZkP9A4dr0L+ohi Ri0TP1Nf7aAGy8e7tddOYSMieaZo4h5ncSAcB2PfnxzLeSYLMA0KT/85AybEzao9vBkd e3JA== X-Gm-Message-State: APjAAAWl8IYkgH3O3c4dWvJB4d2fnllkvsAGATrI2QOjkCpnytDp514f CTecjwPJqDLG+bT1A3WfaLfEFPwL/Ys= X-Google-Smtp-Source: APXvYqxYyHFpyVGmM0VAa84SrV8RTG1FQN17WZ6cHMSip77tn1QnEU2tAvVL0SyHRCjl8oe3q5gP8g== X-Received: by 2002:adf:e311:: with SMTP id b17mr6594217wrj.11.1559307006887; Fri, 31 May 2019 05:50:06 -0700 (PDT) Return-Path: Received: from sudo.home ([2a01:cb1d:112:6f00:c225:e9ff:fe2e:ea8]) by smtp.gmail.com with ESMTPSA id b9sm6385076wma.29.2019.05.31.05.50.04 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 31 May 2019 05:50:05 -0700 (PDT) From: "Ard Biesheuvel" To: devel@edk2.groups.io Cc: Ard Biesheuvel , Laszlo Ersek , "Gao, Liming" , "Wang, Jian J" , Leif Lindholm , Michael D Kinney Subject: [PATCH v3 1/7] ArmPkg: import Berkeley Softfloat library as git submodule Date: Fri, 31 May 2019 14:49:52 +0200 Message-Id: <20190531124958.8421-2-ard.biesheuvel@linaro.org> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190531124958.8421-1-ard.biesheuvel@linaro.org> References: <20190531124958.8421-1-ard.biesheuvel@linaro.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit In preparation of bringing ArmSoftFloatLib up to date in order to provide some missing routines, import the Berkely SoftFloat library into the tree as a git submodule. Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=1845 Acked-by: Jian J Wang Acked-by: Laszlo Ersek Signed-off-by: Ard Biesheuvel --- .gitmodules | 3 +++ ArmPkg/Library/ArmSoftFloatLib/berkeley-softfloat-3 | 1 + 2 files changed, 4 insertions(+) diff --git a/.gitmodules b/.gitmodules index e4ae0c1c1626..508f0c182872 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "CryptoPkg/Library/OpensslLib/openssl"] path = CryptoPkg/Library/OpensslLib/openssl url = https://github.com/openssl/openssl +[submodule "SoftFloat"] + path = ArmPkg/Library/ArmSoftFloatLib/berkeley-softfloat-3 + url = https://github.com/ucb-bar/berkeley-softfloat-3.git diff --git a/ArmPkg/Library/ArmSoftFloatLib/berkeley-softfloat-3 b/ArmPkg/Library/ArmSoftFloatLib/berkeley-softfloat-3 new file mode 160000 index 000000000000..b64af41c3276 --- /dev/null +++ b/ArmPkg/Library/ArmSoftFloatLib/berkeley-softfloat-3 @@ -0,0 +1 @@ +Subproject commit b64af41c3276f97f0e181920400ee056b9c88037 -- 2.20.1