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=LBsfINJs; spf=pass (domain: linaro.org, ip: 209.85.128.54, mailfrom: leif.lindholm@linaro.org) Received: from mail-wm1-f54.google.com (mail-wm1-f54.google.com [209.85.128.54]) by groups.io with SMTP; Thu, 05 Sep 2019 09:19:26 -0700 Received: by mail-wm1-f54.google.com with SMTP id r195so3811505wme.2 for ; Thu, 05 Sep 2019 09:19:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=date:from:to:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=IFBcpzNNnLBNkjPfySC1BAtx2JyhWvShS2szmXLUv/M=; b=LBsfINJsOAUpJOuabelu/qNjs1QTOow563CuQIuHh7tmbospifP6W/Zaros0KZts7n A1kXep1T5omujIPzsdTmCqePr0AIkK0wAlTOt7vs7TeMLFS5b2KrNasMOEd63lqthMpK Xc2Hol9HV7IYe/a91GeHd5Nw4+VZCvvOKElkT7Haw1chHper6QzYwnrGoWnJqcLhApdR /+VpaQwvQjbd5IDnNt2hqemsRSXVUY/VkFoJBJKIrDfhFanD8Y015cINRSThLQcsFQCi UtjkHpvKw32w3+DhOBGjUSJPpmNsMm9TAdEttQZm1hvq9b4+EBHYwVQtCdjunrIeB1od uMtA== 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:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=IFBcpzNNnLBNkjPfySC1BAtx2JyhWvShS2szmXLUv/M=; b=k6rBcLJu2ECfZLoZz3Q9ogoGQLtkwZWDaiwxlI5t64xsnZ2lAcoVs6A1H2V2HFhesA ZKRJw4HY0gcZoxQq3DqJ1C4bQN368GWasHh77JeuRoyHlkYicTpcdsJdcgSJ0V21jdKf aaNk6v42bW4TMxvN0lSJRTWN8nMYkgpKbOWNJpfA5k+xFnsdRoex6gPAZRinOmRmNzhe nLPYUGTajh/JktqmceGivdyeqk3Z0yy9l6KLaNuRqcr0OM/Kdod2syGYmysIDiOGC7VX wMhTcdVyns6le+6qnZiJYUL7+uxW4WONQet/1I3MPo/x9WZfbUyEvnwBIklkao1c06kD vQcg== X-Gm-Message-State: APjAAAWwFB2ltlwihXp24OhZ6DtFpehSmxk5E0cwDhev4Pl75imZefXJ r8I1WRLQx2WaUlGUVureBFMpSUvUwq8= X-Google-Smtp-Source: APXvYqyFTSwgy7snixJ31WbI2a6Max3BLWTP4PlOFsFndxIqBH3ZA98Af+ltT84Hu3kSl5uC4JQsDg== X-Received: by 2002:a1c:9889:: with SMTP id a131mr3757952wme.38.1567700364765; Thu, 05 Sep 2019 09:19:24 -0700 (PDT) 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 y14sm4111349wrd.84.2019.09.05.09.19.24 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 05 Sep 2019 09:19:24 -0700 (PDT) Date: Thu, 5 Sep 2019 17:19:22 +0100 From: "Leif Lindholm" To: devel@edk2.groups.io, abner.chang@hpe.com Subject: Re: [edk2-devel] [edk2-staging/RISC-V-V2 PATCH v1 14/22]: RiscVPkg/opesbi: Add opensbi-HOWTO.txt Message-ID: <20190905161922.GG29255@bivouac.eciton.net> References: <1567593797-26216-1-git-send-email-abner.chang@hpe.com> <1567593797-26216-15-git-send-email-abner.chang@hpe.com> MIME-Version: 1.0 In-Reply-To: <1567593797-26216-15-git-send-email-abner.chang@hpe.com> User-Agent: Mutt/1.10.1 (2018-07-13) Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Wed, Sep 04, 2019 at 06:43:09PM +0800, Abner Chang wrote: > Add opensbi-HOWTO.txt for users to build RISC-V platform with RISC-V OpenSBI library. > > Contributed-under: TianoCore Contribution Agreement 1.0 > Signed-off-by: Abner Chang > --- > RiscVPkg/opensbi/opensbi-HOWTO.txt | 17 +++++++++++++++++ Could you replace this patch with one that adds the stated repository as a git submodule at the specified tag? / Leif > 1 file changed, 17 insertions(+) > create mode 100644 RiscVPkg/opensbi/opensbi-HOWTO.txt > > diff --git a/RiscVPkg/opensbi/opensbi-HOWTO.txt b/RiscVPkg/opensbi/opensbi-HOWTO.txt > new file mode 100644 > index 0000000..aff7a69 > --- /dev/null > +++ b/RiscVPkg/opensbi/opensbi-HOWTO.txt > @@ -0,0 +1,17 @@ > +================================================================================ > + Instroduction > +================================================================================ > +RISC-V Open Source Supervisor Binary Interface (OpenSBI) is an open source > +implementation (Refer to https://github.com/riscv/opensbi) of RISC-V SBI spec > +(Refer to https://github.com/riscv/riscv-sbi-doc), whcih is designed for the > +platform-specific firmwares executing in RISC-V Machine mode (M-mode). > +EDK2 RISC-V port leverage OpenSBI source files and build it into EDK2 RISC-V > +OpenSBI library (RiscVPkg/Library/RiscVOpensbiLib) using edk2 toolchain. > + > +User has to get OpenSBI source code and put it under RiscVPkg/opensbi using below > +command before building RISC-V platform in EDK2 build environment. > + > +Current supported RISC-V OpenSBI version on EDK2 is v0.4 > + > + $ git clone https://github.com/riscv/opensbi > + $ git checkout tags/v0.4 > -- > 2.7.4 > > > >