From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-1.mimecast.com (us-smtp-1.mimecast.com [207.211.31.120]) by mx.groups.io with SMTP id smtpd.web10.6370.1572311248082487933 for ; Mon, 28 Oct 2019 18:07:28 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=d0SWGymE; spf=pass (domain: redhat.com, ip: 207.211.31.120, mailfrom: lersek@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1572311247; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=2ongaOFZFPXsrQOE5RN4vIyXIeqBJaWWUgARBFfBaDE=; b=d0SWGymErSpMIfVkbAD12R/JjnMY9tkfNE1evRHE1e136FljvJWDNbOYNkNt8H4FSac8MX hrrQcuIbRRZAMeYQQj4DhWJ/Vg5EGPJj4QZQAfee6XZpD1hwzRcw7EX5mWwYfL6sFrvZmr /gECYm4pXoG48LN9N0o7cTDUWbvEWU0= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-427-TuRQPaTHOh6QKrqtWQLx_w-1; Mon, 28 Oct 2019 21:07:23 -0400 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 9AEEE1800E06; Tue, 29 Oct 2019 01:07:22 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-116-28.ams2.redhat.com [10.36.116.28]) by smtp.corp.redhat.com (Postfix) with ESMTP id 251421001B28; Tue, 29 Oct 2019 01:07:20 +0000 (UTC) Subject: Re: [edk2-devel] [edk2-staging/RISC-V-V2 PATCH v3 39/39] edk2-staging: Revise Readme.md To: devel@edk2.groups.io, abner.chang@hpe.com Cc: Andrew Fish , Leif Lindholm , Michael D Kinney , Gilbert Chen References: <1572227957-13169-1-git-send-email-abner.chang@hpe.com> <1572227957-13169-40-git-send-email-abner.chang@hpe.com> From: "Laszlo Ersek" Message-ID: Date: Tue, 29 Oct 2019 02:07:20 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <1572227957-13169-40-git-send-email-abner.chang@hpe.com> X-Scanned-By: MIMEDefang 2.84 on 10.5.11.22 X-MC-Unique: TuRQPaTHOh6QKrqtWQLx_w-1 X-Mimecast-Spam-Score: 0 Content-Language: en-US Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 10/28/19 02:59, Abner Chang wrote: > Add opensbi submodule. >=20 > Signed-off-by: Abner Chang >=20 > Cc: Andrew Fish > Cc: Laszlo Ersek > Cc: Leif Lindholm > Cc: Michael D Kinney > Cc: Gilbert Chen > --- > Readme.md | 1 + > 1 file changed, 1 insertion(+) >=20 > diff --git a/Readme.md b/Readme.md > index 27e4ce0..4b3d2a5 100644 > --- a/Readme.md > +++ b/Readme.md > @@ -148,6 +148,7 @@ as possible as we can. Currently EDK II contains two = submodules > =20 > - CryptoPkg/Library/OpensslLib/openssl > - ArmPkg/Library/ArmSoftFloatLib/berkeley-softfloat-3 > +- RiscVPkg/Library/RiscVOpensbiLib/opensbi > =20 > The latter one is actually required by previous one. It's inevitable > in openssl-1.1.1 (since stable201905) for floating point parameter >=20 This will take an update that's a bit more extensive -- please see "two submodules" just above the listing, and "latter one" right after the listing. Adding opensbi in the proposed spot breaks both statements. Thanks Laszlo