From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by spool.mail.gandi.net (Postfix) with ESMTPS id B1990AC0DBA for ; Thu, 11 Jan 2024 12:57:20 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=mt7B2j7AQUcIaLJtMWsK1i5bZoYHa3d2Xcn47c8VIOs=; 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:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Type:Content-Disposition; s=20140610; t=1704977839; v=1; b=qDuIxO2nObYBqDwxHpBvVhjrsBf7jSARRKLk68VvNGfwvdT7rghc4m3hm4gOJCIsYPkq7k5+ 4qS7WedS+H3+ThJ7yUrVwfm0/KM/Unmh0Vf6g3E9gQMmwJtLFooDr4JYdIS17/5kXiOGGhq8j0/ Hid14qyWh4/oxZdu2quUpZAk= X-Received: by 127.0.0.2 with SMTP id djUJYY7687511xVhcBTP1DxT; Thu, 11 Jan 2024 04:57:19 -0800 X-Received: from mail-pj1-f44.google.com (mail-pj1-f44.google.com [209.85.216.44]) by mx.groups.io with SMTP id smtpd.web11.10691.1704977838468553041 for ; Thu, 11 Jan 2024 04:57:18 -0800 X-Received: by mail-pj1-f44.google.com with SMTP id 98e67ed59e1d1-28bc870c540so4368602a91.2 for ; Thu, 11 Jan 2024 04:57:18 -0800 (PST) X-Gm-Message-State: cNl343u1cRFC0Qi9jIzwQnp2x7686176AA= X-Google-Smtp-Source: AGHT+IH49od6yjpkOsBqZBULGpFrZQ+ZrKM8a1OpyFgCsvPYvZPshxgYej5ML6E2SdHPeNHogv4gZg== X-Received: by 2002:a17:90a:fa18:b0:28d:c2ec:72d5 with SMTP id cm24-20020a17090afa1800b0028dc2ec72d5mr937518pjb.81.1704977837061; Thu, 11 Jan 2024 04:57:17 -0800 (PST) X-Received: from sunil-laptop ([106.51.188.200]) by smtp.gmail.com with ESMTPSA id q14-20020a17090ac10e00b0028d0c8c9d37sm3739704pjt.22.2024.01.11.04.57.13 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 11 Jan 2024 04:57:16 -0800 (PST) Date: Thu, 11 Jan 2024 18:27:09 +0530 From: "Sunil V L" To: devel@edk2.groups.io Cc: Andrei Warkentin , Ard Biesheuvel , Gerd Hoffmann , Jiewen Yao , Laszlo Ersek , Rahul Kumar , Ray Ni , Michael D Kinney , Liming Gao , Zhiguang Liu Subject: Re: [edk2-devel] [PATCH v2 0/4] RISC-V: Add support for Sstc extension Message-ID: References: <20240108113650.454940-1-sunilvl@ventanamicro.com> MIME-Version: 1.0 In-Reply-To: <20240108113650.454940-1-sunilvl@ventanamicro.com> 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 Reply-To: devel@edk2.groups.io,sunilvl@ventanamicro.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b=qDuIxO2n; dmarc=none; spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io On Mon, Jan 08, 2024 at 05:06:46PM +0530, Sunil V L wrote: > This series adds the support for RISC-V Sstc extension in EDK2 timer > implementation. Sstc extension allows S-mode software to program the > timer directly without using SBI calls. > > Currently, PCD variable is used to detect whether feature is enabled. By > default the feature is enabled and platforms need to set the PCD to > disable the feature if Sstc is not supported. > > For RiscVVirtQemu, it is disabled by default (until extension discovery > feature is enabled). > > Changes since v1: > 1) Updated "PATCH 3" to address Laszlo's comments. > 2) Updated RB tag for PATCH 4. > > Cc: Andrei Warkentin > Cc: Ard Biesheuvel > Cc: Gerd Hoffmann > Cc: Jiewen Yao > Cc: Laszlo Ersek > Cc: Rahul Kumar > Cc: Ray Ni > Cc: Michael D Kinney > Cc: Liming Gao > Cc: Zhiguang Liu > Thank you very much for reviews!. Merged as #5232. Thanks, Sunil -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#113616): https://edk2.groups.io/g/devel/message/113616 Mute This Topic: https://groups.io/mt/103595207/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-