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 BC35E941A5E for ; Tue, 19 Dec 2023 14:01:44 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=tzYZL/hORCmLJsi0iKndquMcxlI24LhUVo9jo6DNRNs=; 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=1702994503; v=1; b=B8Gqe4TWq2qNSAQM2ruxICEkh3Y3qoDDlhaDlo5TkHTNNyiBbP4LlqdAtxxgU10TxYYCwnaX uhxSXhFhD+UGl+6qnvXFJq7KSPgOkYNEcxJjbXHL8H+vhOVfaxq5HDX46QuCqzGWayGa0bcDMFy BPl8zq/MGG5NtuQMQr1t396I= X-Received: by 127.0.0.2 with SMTP id gBoaYY7687511xQLOY1pMnPv; Tue, 19 Dec 2023 06:01:43 -0800 X-Received: from mail-pf1-f180.google.com (mail-pf1-f180.google.com [209.85.210.180]) by mx.groups.io with SMTP id smtpd.web11.14214.1702994502597349848 for ; Tue, 19 Dec 2023 06:01:42 -0800 X-Received: by mail-pf1-f180.google.com with SMTP id d2e1a72fcca58-6d939e2f594so383115b3a.3 for ; Tue, 19 Dec 2023 06:01:42 -0800 (PST) X-Gm-Message-State: 7I1oDVuvg9OsI2IViDowVtfsx7686176AA= X-Google-Smtp-Source: AGHT+IHUFz8RvQKY/R1gzuh1sqtBYY2MOrFtayTTL0QEMwE4PbXy/hrNSbtqzWGoMX7UGys2IIFRtw== X-Received: by 2002:a05:6a20:1609:b0:194:b842:e3cf with SMTP id l9-20020a056a20160900b00194b842e3cfmr543450pzj.94.1702994501873; Tue, 19 Dec 2023 06:01:41 -0800 (PST) X-Received: from sunil-laptop ([106.51.188.200]) by smtp.gmail.com with ESMTPSA id z6-20020aa78886000000b006cc02a6d18asm3651895pfe.61.2023.12.19.06.01.38 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 19 Dec 2023 06:01:41 -0800 (PST) Date: Tue, 19 Dec 2023 19:31:34 +0530 From: "Sunil V L" To: Dhaval Cc: devel@edk2.groups.io, Ard Biesheuvel , Jiewen Yao , Jordan Justen , Gerd Hoffmann , Andrei Warkentin , Laszlo Ersek , Michael D Kinney , Liming Gao , Zhiguang Liu , Pedro Falcato Subject: Re: [edk2-devel] [PATCH v10 0/5] Cache Management Operations Support For RISC-V Message-ID: References: <20231213145931.28307-1-dhaval@rivosinc.com> MIME-Version: 1.0 In-Reply-To: <20231213145931.28307-1-dhaval@rivosinc.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=B8Gqe4TW; 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 Wed, Dec 13, 2023 at 08:29:26PM +0530, Dhaval wrote: > Implementing code to support Cache Management Operations (CMO) defined by > RISC-V CMO instructions.https://github.com/riscv/riscv-CMOs > This is a re-write of original series v5. > The patchset contains 5 patches- created based on V5 feedback. > 1. Restructuring of existing code and move instruction declarations into BaseLib > 2. Renaming existing functions to denote type of instruction used to maanage cache. > This is useful for further patches where more cache management instructions are added. > 3. Add the new cache maintenance operations to BaseLib, including the > new assembly instruction encodings. > 4. Update BaseCacheMaintenanceLib (utilizing the new BaseLib primitives) > 5. Add platform level PCD to allow overriding of RISC-V features. > Merged as #5164 Thanks, Sunil -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#112730): https://edk2.groups.io/g/devel/message/112730 Mute This Topic: https://groups.io/mt/103150381/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-