From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail05.groups.io (mail05.groups.io [45.79.224.7]) by spool.mail.gandi.net (Postfix) with ESMTPS id 06F83940F61 for ; Tue, 25 Jun 2024 03:58:13 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=xvfgeyS327TXN0jjK0Lc4KBH0ay+5mkwchtAPdLMzQM=; c=relaxed/simple; d=groups.io; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version:In-Reply-To:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Resent-Date:Resent-From:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Type:Content-Disposition:Content-Transfer-Encoding; s=20240206; t=1719287893; v=1; b=z/ssejp0wqtAVKRYEHVQDX8BuIBbTA6JT+bNNje8ac8VBR5YvLWKIu3QJU/pQ2f3MWygm5mV lmQ2Rj3Bf5a1obGYg/7OBDEWt4rH8HBH3hx5FJGMXtFGdJ9fb5/aggUCIjXOcqZNqZdZlZmfgeC BK0L7KZfls/BrqYgFl9/K2jf19o4k7wQBfBoyaPLD07LSibdjIscOOLVE10HaCc8YCrIjJadfjq inq9xjqLD92n/Tkd1DPiGt7MaRF/DuyYXuIxw6SVzQjuh+21O50WSOUKbjNlKhQJodpKb62FzV/ YY1KhaVTm0qYJxKd5rjhqfKqPXxYJcJLtLDS4Pok+cVpw== X-Received: by 127.0.0.2 with SMTP id xlfBYY7687511xl2thscFXT9; Mon, 24 Jun 2024 20:58:12 -0700 X-Received: from mail-ot1-f46.google.com (mail-ot1-f46.google.com [209.85.210.46]) by mx.groups.io with SMTP id smtpd.web11.162348.1719287886820818196 for ; Mon, 24 Jun 2024 20:58:06 -0700 X-Received: by mail-ot1-f46.google.com with SMTP id 46e09a7af769-6f9fbec4fd9so2760342a34.2 for ; Mon, 24 Jun 2024 20:58:06 -0700 (PDT) X-Gm-Message-State: vWfYh9QVv361r7CZmv0XlWonx7686176AA= X-Google-Smtp-Source: AGHT+IEGGNrjrDxnz22xkLpTx26tHoP6P7ejMG5M+A5YzOcEMZcBoTD8sX0/FxpfO6tHKDdAWbdEMA== X-Received: by 2002:a9d:7389:0:b0:6f9:b348:ddf5 with SMTP id 46e09a7af769-700b11b44dbmr6515973a34.11.1719287885952; Mon, 24 Jun 2024 20:58:05 -0700 (PDT) X-Received: from sunil-laptop ([106.51.187.237]) by smtp.gmail.com with ESMTPSA id 46e09a7af769-7009c5f6418sm1451489a34.29.2024.06.24.20.58.03 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 24 Jun 2024 20:58:05 -0700 (PDT) Date: Tue, 25 Jun 2024 09:27:58 +0530 From: "Sunil V L" To: Alistair Francis Cc: devel@edk2.groups.io, quic_llindhol@quicinc.com, Daniel Schaefer , Abner Chang Subject: Re: [edk2-devel] [PATCH edk2-platforms 4/4] Silicon/RiscVOpensbiLib: fix submodule version Message-ID: References: <20240624133237.485822-1-quic_llindhol@quicinc.com> <20240624133237.485822-5-quic_llindhol@quicinc.com> MIME-Version: 1.0 In-Reply-To: Precedence: Bulk List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Resent-Date: Mon, 24 Jun 2024 20:58:06 -0700 Resent-From: sunilvl@ventanamicro.com Reply-To: devel@edk2.groups.io,sunilvl@ventanamicro.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20240206 header.b="z/ssejp0"; dmarc=none; spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 45.79.224.7 as permitted sender) smtp.mailfrom=bounce@groups.io On Tue, Jun 25, 2024 at 10:07:37AM +1000, Alistair Francis wrote: > On Mon, Jun 24, 2024 at 11:33 PM Leif Lindholm via groups.io > wrote: > > > > Commit 4f32c34865de, > > ("Platform/AMD: Initial commit of cross platform/board interfaces") > > presumably by accident reverts the opensbi submodule update done in > > commmit 2d8289634ec9 ("ProcessorPkg/opensbi: Update opensbi library"). > > > > Correct this and restore the submodule version. > > > > Cc: Daniel Schaefer > > Cc: Sunil V L > > Cc: Abner Chang > > Signed-off-by: Leif Lindholm > > --- > > Silicon/RISC-V/ProcessorPkg/Library/RiscVOpensbiLib/opensbi | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/Silicon/RISC-V/ProcessorPkg/Library/RiscVOpensbiLib/opensbi b/Silicon/RISC-V/ProcessorPkg/Library/RiscVOpensbiLib/opensbi > > index 937caee08331..a731c7e36988 160000 > > --- a/Silicon/RISC-V/ProcessorPkg/Library/RiscVOpensbiLib/opensbi > > +++ b/Silicon/RISC-V/ProcessorPkg/Library/RiscVOpensbiLib/opensbi > > @@ -1 +1 @@ > > -Subproject commit 937caee0833115f69d697ca190001ba0aa5c7368 > > +Subproject commit a731c7e36988c3308e1978ecde491f2f6182d490 > > While this is being updated why not just update to the latest 1.4 release? > > This commit is 3 years old and not an official release (it's not even 1.0) > Hi Alistair, The plan is to obsolete this and move to payload based design. All new platforms including qemu virt are already using the payload design. Upgrading opensbi in EDK2 is not a trivial effort. Thanks, Sunil -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#119703): https://edk2.groups.io/g/devel/message/119703 Mute This Topic: https://groups.io/mt/106849456/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-