From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-pf1-f172.google.com (mail-pf1-f172.google.com [209.85.210.172]) by mx.groups.io with SMTP id smtpd.web10.132065.1671109016309471170 for ; Thu, 15 Dec 2022 04:57:36 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@ventanamicro.com header.s=google header.b=a7KzCIZ+; spf=pass (domain: ventanamicro.com, ip: 209.85.210.172, mailfrom: sunilvl@ventanamicro.com) Received: by mail-pf1-f172.google.com with SMTP id g1so6648063pfk.2 for ; Thu, 15 Dec 2022 04:57:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ventanamicro.com; s=google; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=fYgoZ0wuPEvVrER326nVPKJqrgbLd4R200d4/gx4GB0=; b=a7KzCIZ+uFcH/wupojKucV5mZDyZ28PUipz62rHlD+DKpJdyjZXZWYqDPuWK/EjzqJ Kh7XiP6pnHWcQTEhPCghQl3e3igrOKNtE8iIKzAOztG1Rb9LxLT5Cd868wC3J+CyHeb1 PJt+VAzt5mGJ/uP/gvGN8hzU1G74AuUUYU3aTG0Fwu7oCjrOwF0U8h6WyCc8K5rwmBZA i9cHZ4s08S27Ba5P73X9WgW0aB2awluACZyJ80eBq6DE1mTW7bP20w3UVN6Spy0N6v33 fKC/cDDf0yCD0dkXQYFg4vtgLg9d+K1ncBrVB+b0SBahCDE+dfPJOnH49VJLmNtr09Ls 1WEA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=fYgoZ0wuPEvVrER326nVPKJqrgbLd4R200d4/gx4GB0=; b=Dbzoy93BY8QYxAZrQP0ZjEqbm/yPqrZoVlZYrjPeXlFFhv+77ejPWVUdTTkERULCLj v9ZFYJd0/PZ3KIa46r2HmAq9LWoXlYLku8YHu1Y4Qp5cRYpFqA+YgQdVdHKE/h6QQp0Y 9IoUo8EQBqNVg43BKTYgDeqByjC43tBTj1zKlq4O5Py8V5NkZNpt1YGiA4V8DVS74Oyo 4k0T6AoOxlVbmIDrnxPDI6t7R+hPeb0oONgBrhGJm5SpjYxjRT+0fLbPjy/e+sHfiL81 AVl7Ig+dFll/W2zUlC9C6A5rpXSeYaez+Uss7zxTMepEjzo1wYdo7H/s8CEBs2p5CCxc +Oaw== X-Gm-Message-State: ANoB5pk+zK/zfouhKN9qtvdC79Oq8HJfd4CmyDutqfARUAEbCge53snk 4GbtUiKEGX1POsCRPE9Op5ZWTsnJWGuVnZtCh6Y= X-Google-Smtp-Source: AA0mqf6zPcW7T7gDHV89l0uTemf554xOa3jYxQlOAxI6CX7RUgGESCPwZAaDQAlWMXNCHqXyyEqbcA== X-Received: by 2002:a62:36c7:0:b0:573:38f0:c8f5 with SMTP id d190-20020a6236c7000000b0057338f0c8f5mr28880830pfa.28.1671109055458; Thu, 15 Dec 2022 04:57:35 -0800 (PST) Return-Path: Received: from localhost.localdomain ([49.206.11.246]) by smtp.gmail.com with ESMTPSA id j2-20020a625502000000b005762905c89asm1674384pfb.66.2022.12.15.04.57.33 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 15 Dec 2022 04:57:35 -0800 (PST) From: "Sunil V L" To: devel@edk2.groups.io Cc: Andrew Fish , Leif Lindholm , Michael D Kinney Subject: [edk2-staging/RiscV64QemuVirt PATCH V6 23/23] Maintainers.txt: Add entry for OvmfPkg/RiscVVirt Date: Thu, 15 Dec 2022 18:26:26 +0530 Message-Id: <20221215125626.545372-24-sunilvl@ventanamicro.com> X-Mailer: git-send-email 2.38.0 In-Reply-To: <20221215125626.545372-1-sunilvl@ventanamicro.com> References: <20221215125626.545372-1-sunilvl@ventanamicro.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4076 RiscVVirt is created to support EDK2 for RISC-V qemu virt machine platform. Add maintainer entries. Cc: Andrew Fish Cc: Leif Lindholm Cc: Michael D Kinney Signed-off-by: Sunil V L --- Maintainers.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Maintainers.txt b/Maintainers.txt index 6a92922258e2..74a053624491 100644 --- a/Maintainers.txt +++ b/Maintainers.txt @@ -540,6 +540,10 @@ F: OvmfPkg/XenResetVector/ R: Anthony Perard [tperard] R: Julien Grall [jgrall] +OvmfPkg: RISC-V Qemu Virt Platform +F: OvmfPkg/RiscVVirt +R: Sunil V L [vlsunil] + PcAtChipsetPkg F: PcAtChipsetPkg/ W: https://github.com/tianocore/tianocore.github.io/wiki/PcAtChipsetPkg -- 2.38.0