From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-wm1-f67.google.com (mail-wm1-f67.google.com [209.85.128.67]) by mx.groups.io with SMTP id smtpd.web10.26843.1574355608920597007 for ; Thu, 21 Nov 2019 09:00:09 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@linaro.org header.s=google header.b=rs2TSlpA; spf=pass (domain: linaro.org, ip: 209.85.128.67, mailfrom: leif.lindholm@linaro.org) Received: by mail-wm1-f67.google.com with SMTP id l17so4564201wmh.0 for ; Thu, 21 Nov 2019 09:00:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:content-transfer-encoding:in-reply-to :user-agent; bh=9XKwvJNlyQhVOl49rcsCmXXFGG4RvyF6AJxSGIQgQis=; b=rs2TSlpA7djp4+RINM4jSOmtp561tGVyrMZv+N84X0NVK2ihCPOrGjwX7BRIIOscQD WKWg+9Y3qJKerFNsbLdysmyU8EoPK0XaGgtG1wv9L7QmPeBtanQrk5NQx0km1P4DdF86 SUJBzmJIIJiJl3ZkljpfCmblPO0yzShfA2M71xdELLIpJv51osXQ+DMYGCxWsHZmnur5 aUmC1M2rP/YEBildQSV2HkuafCuPSP6DHd5pw/5mdWCa/v5kXDM/7sL2wA4Z9+dt8Wti SdBoptpUuYiQjhq7GPzidTSglPL40VvZV171PoETAEfBLwF69rDIQ1iMjNROGWLKcSEc pwhg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:content-transfer-encoding :in-reply-to:user-agent; bh=9XKwvJNlyQhVOl49rcsCmXXFGG4RvyF6AJxSGIQgQis=; b=l7H17sKTTBTIogychNKSi5oIBAEkhTFpIdgks3lgter3BEuLlsro2kIlC6VzznlMhl FmuFukczGQ1wEKsZGri3uKt7bkaugCO0hFGsnWuX6nfwQsRGudWlWv7zTjUyVGaiZwHW Nwux1f9HFRxVU/KsHXPJ0p1Fw5jZvv2wWDvvQSwYldwmLAAWq0uaZMfuuBSrgGAp9AHS f2QX1+xyjsXMQ2+be+niDD6q+ju4tuxRq+MGkoOxqSEgo6JP7LFp4x3LJy4dMic3lugu eKqpG0tXc7+2X2Y4lQDQ+WQPAMXyJeJsraN3nzoWejuxjT8ETOew7q4A5c5OsLykiCAP XPdw== X-Gm-Message-State: APjAAAUFMWJFUZpv7G3yjyC0IU6OkmRa8vgtqh5aw3y/3F/gITCVZqri wYkDXZBZT9W0/L3SqwzT3AjSew== X-Google-Smtp-Source: APXvYqxlLSo4WaHnAatN2g8OFZlXQsWRQfq5Aoo71fksgDRplgCgfQeUJF2juQNyLJ2Ra4kiov0DdQ== X-Received: by 2002:a1c:3c42:: with SMTP id j63mr11903290wma.90.1574355606847; Thu, 21 Nov 2019 09:00:06 -0800 (PST) Return-Path: Received: from bivouac.eciton.net (bivouac.eciton.net. [2a00:1098:0:86:1000:23:0:2]) by smtp.gmail.com with ESMTPSA id m3sm4293799wrb.67.2019.11.21.09.00.05 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 21 Nov 2019 09:00:06 -0800 (PST) Date: Thu, 21 Nov 2019 17:00:04 +0000 From: "Leif Lindholm" To: Abner Chang Cc: devel@edk2.groups.io, Gilbert Chen Subject: Re: [edk2-staging/RISC-V-V2 PATCH v3 27/39] RiscVPkg/RiscVOpensbLlib: Add submodule opensbi Message-ID: <20191121170004.GO7359@bivouac.eciton.net> References: <1572227957-13169-1-git-send-email-abner.chang@hpe.com> <1572227957-13169-28-git-send-email-abner.chang@hpe.com> MIME-Version: 1.0 In-Reply-To: <1572227957-13169-28-git-send-email-abner.chang@hpe.com> User-Agent: Mutt/1.10.1 (2018-07-13) Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit On Mon, Oct 28, 2019 at 09:59:05 +0800, Abner Chang wrote: > Add submodule opensbi under RiscVPkg/Library/RiscVOpensbLlib. OpensbiLib (fix typo). Also in subject line. > The current supported opensbi version for RISC-V edk2 port > is tags/v0.5. > > Signed-off-by: Abner Chang > > Cc: Leif Lindholm > Cc: Gilbert Chen > --- > .gitmodules | 15 +++++++++------ > RiscVPkg/Library/RiscVOpensbiLib/opensbi | 1 + > 2 files changed, 10 insertions(+), 6 deletions(-) > create mode 160000 RiscVPkg/Library/RiscVOpensbiLib/opensbi > > diff --git a/.gitmodules b/.gitmodules > index 508f0c1..d2d823a 100644 > --- a/.gitmodules > +++ b/.gitmodules > @@ -1,6 +1,9 @@ > -[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 > +[submodule "CryptoPkg/Library/OpensslLib/openssl"] Urgh. > + 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 Make sure this patch *only* adds Opensbi, without modifying the existing entries. And please move this patch to before the first one that contains a .inf making use of the source in this submodule. / Leif > +[submodule "RiscVPkg/Library/RiscVOpensbiLib/opensbi"] > + path = RiscVPkg/Library/RiscVOpensbiLib/opensbi > + url = https://github.com/riscv/opensbi.git > diff --git a/RiscVPkg/Library/RiscVOpensbiLib/opensbi b/RiscVPkg/Library/RiscVOpensbiLib/opensbi > new file mode 160000 > index 0000000..be92da2 > --- /dev/null > +++ b/RiscVPkg/Library/RiscVOpensbiLib/opensbi > @@ -0,0 +1 @@ > +Subproject commit be92da280d87c38a2e0adc5d3f43bab7b5468f09 > -- > 2.7.4 >