From: Ard Biesheuvel Date: Fri, 24 May 2019 14:05:02 +0000 (+0200) Subject: ArmPkg: import Berkeley Softfloat library as git submodule X-Git-Tag: edk2-stable201905~31 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=85af0b8116f3cb926ad9d88f9503dfeef71a5cfe ArmPkg: import Berkeley Softfloat library as git submodule 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 Reviewed-by: Leif Lindholm Signed-off-by: Ard Biesheuvel --- diff --git a/.gitmodules b/.gitmodules index e4ae0c1c16..508f0c1828 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 0000000000..b64af41c32 --- /dev/null +++ b/ArmPkg/Library/ArmSoftFloatLib/berkeley-softfloat-3 @@ -0,0 +1 @@ +Subproject commit b64af41c3276f97f0e181920400ee056b9c88037