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 6C77B78003C for ; Mon, 29 Jan 2024 04:01:25 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=nxe5y/PPOjyiYnQ0OfLUwYs3cuzg1skR3l4i4uUXFmA=; c=relaxed/simple; d=groups.io; h=From:To:Subject:Date:Message-Id:MIME-Version:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Transfer-Encoding; s=20140610; t=1706500883; v=1; b=Fk/f1Z1fGhfv+sywkoAI8r+a46zzmTQqQaABE2tWw5VZZUhhZgRj76aMk9y+TSa+I5qzh04F XgZAZn9/Pdjhuux2o24uJwg80B2AmlQ3yVQOGzVmdzfT5DQ92xwP2hb1wt9/u1JRND4ybfJuAtw oSaPFHZ1QYED6w9O13P6GUW0= X-Received: by 127.0.0.2 with SMTP id UAVlYY7687511xTcocUkHPl9; Sun, 28 Jan 2024 20:01:23 -0800 X-Received: from mail-pl1-f175.google.com (mail-pl1-f175.google.com [209.85.214.175]) by mx.groups.io with SMTP id smtpd.web10.7191.1706500882759913230 for ; Sun, 28 Jan 2024 20:01:22 -0800 X-Received: by mail-pl1-f175.google.com with SMTP id d9443c01a7336-1d8e7ebbbadso678885ad.3 for ; Sun, 28 Jan 2024 20:01:22 -0800 (PST) X-Gm-Message-State: ZNFh9Vi3cjtIIgc4k0XEcDVYx7686176AA= X-Google-Smtp-Source: AGHT+IGojir7ca/aCQQoCK7cSawiQhpyHkONlu8iPRjSACOkDwgyf9OPPm7HjHxrLOD3yiOwtinoJQ== X-Received: by 2002:a17:902:f54d:b0:1d8:b8e1:a680 with SMTP id h13-20020a170902f54d00b001d8b8e1a680mr2025933plf.106.1706500881787; Sun, 28 Jan 2024 20:01:21 -0800 (PST) X-Received: from dhaval.. ([171.76.83.193]) by smtp.gmail.com with ESMTPSA id t3-20020a1709028c8300b001d7134d149dsm4244097plo.256.2024.01.28.20.01.20 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 28 Jan 2024 20:01:21 -0800 (PST) From: "Dhaval Sharma" To: devel@edk2.groups.io Subject: [edk2-devel] [PATCH v1 0/1] Add cache operations support for CPU Arch proto Date: Mon, 29 Jan 2024 09:31:15 +0530 Message-Id: <20240129040116.296175-1-dhaval@rivosinc.com> MIME-Version: 1.0 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,dhaval@rivosinc.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: Content-Transfer-Encoding: 8bit X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b="Fk/f1Z1f"; 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 With CMO operations available for RISC-V, utilize them in CPU Architecture protocol. Signed-off-by: Dhaval Sharma Gerd Hoffmann Laszlo Ersek Rahul Kumar Ray Ni Sunil VL Andrei Warkentin devel@edk2.groups.io Dhaval (1): UefiCpuPkg: Add cache operations support for Arch proto UefiCpuPkg/CpuDxeRiscV64/CpuDxe.h | 1 + UefiCpuPkg/CpuDxeRiscV64/CpuDxe.c | 14 ++++++++++++++ 2 files changed, 15 insertions(+) -- 2.39.2 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#114672): https://edk2.groups.io/g/devel/message/114672 Mute This Topic: https://groups.io/mt/104025801/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-