From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-pl1-f181.google.com (mail-pl1-f181.google.com [209.85.214.181]) by mx.groups.io with SMTP id smtpd.web12.18916.1665571603539755017 for ; Wed, 12 Oct 2022 03:46:43 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@ventanamicro.com header.s=google header.b=DDr0zRh7; spf=pass (domain: ventanamicro.com, ip: 209.85.214.181, mailfrom: sunilvl@ventanamicro.com) Received: by mail-pl1-f181.google.com with SMTP id c24so15858873pls.9 for ; Wed, 12 Oct 2022 03:46:43 -0700 (PDT) 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=7pby42hLhpGulx8RcBgV0atkDNj0gYsU16hfDVWhmAk=; b=DDr0zRh7SHmQunyMSr6wKdaCNGbWMV55TdlkPo7OaNED1cZoKREdVcxqJ8/UcV08R6 EJaAAu5AUTyggBkagOgV+NjeXKbvBmobyCl77BxFjO+xUgnxSGNEcM/n4as56LyWHqJj hRnWuslIbPRrYdG3t6UlP9sABwFCiG91DMAR9KtwXGbpNgPd/45+65ahe0gwW7urxzjZ 8lQs/8GPGMg11tStpyHnJsIAY6/ZxgrxhYMnyVPWzPbHZ6c4jY4OppFkDLX8knN1GLp7 fgN/dFJgIO4mfTVQ4mUFxej9h14hQDIRFjYmdi2dRDJ7JdffH0Fs3+VhhLfWfIl+iIc2 C+BA== 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=7pby42hLhpGulx8RcBgV0atkDNj0gYsU16hfDVWhmAk=; b=EzS9pF7AJIfFjejYVshYS7JQIFmqziwqlpSdbrgnZfSqMgfDrZzh2fySKHG2WGD1dS 9wn3oPRPuy/gsGpWGcCKnznWOrpywsblb1EIiPxTrHlT9MV4aFQqarSgZfxHhzGqWTZg PjFs/ys0b4bmqRuKtp/uiFinVH4pSqL0+/5RYdIeljzukKyHkj/kUzJF3OvRQtGedcB2 +4JGsF1TVMxtRSR4qdL/WsmhKcLcLewK0pPZiSQV1Xy16JK2rvQemXWZS8u7cBuSWGw8 fDV1x1QBq9b1zn4NsZUNEl/iZcv0j+AJ3ADcYLPHzbLDgvOqbeqkZkWFlAWUTyXpuIaz ihog== X-Gm-Message-State: ACrzQf2TlKiHHl84irOElmFKS9fZJk++aDegBYwLKdoILHMgTudFDxkx yIP7JMr+lYdN/U0MLTumbYVCbY3XRikPoQ== X-Google-Smtp-Source: AMsMyM7DdaoCI1Mjt24NuV22powUrTSiX2JYpCbYh32yCliWX8KC0IWLu7RG9uN8Qi3VlMXVOXWIpg== X-Received: by 2002:a17:90a:66c9:b0:20a:f78a:77e4 with SMTP id z9-20020a17090a66c900b0020af78a77e4mr4344483pjl.214.1665571602885; Wed, 12 Oct 2022 03:46:42 -0700 (PDT) Return-Path: Received: from localhost.localdomain ([49.206.13.138]) by smtp.gmail.com with ESMTPSA id z4-20020aa79e44000000b0054223a0185asm10812221pfq.161.2022.10.12.03.46.41 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 12 Oct 2022 03:46:42 -0700 (PDT) From: "Sunil V L" To: devel@edk2.groups.io Cc: Andrew Fish , Leif Lindholm , Michael D Kinney Subject: [edk2-staging/RiscV64QemuVirt PATCH V2 32/33] Maintainers.txt: Add entry for OvmfPkg/RiscVVirt Date: Wed, 12 Oct 2022 16:14:55 +0530 Message-Id: <20221012104456.1393376-33-sunilvl@ventanamicro.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20221012104456.1393376-1-sunilvl@ventanamicro.com> References: <20221012104456.1393376-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 c641414109ad..ed8891b34606 100644 --- a/Maintainers.txt +++ b/Maintainers.txt @@ -527,6 +527,10 @@ F: OvmfPkg/XenResetVector/ R: Anthony Perard [sheep] R: Julien Grall [jgrall] +OvmfPkg: RISC-V Qemu Virt Platform +F: OvmfPkg/Platforms/RiscVVirt +R: Sunil V L [vlsunil] + PcAtChipsetPkg F: PcAtChipsetPkg/ W: https://github.com/tianocore/tianocore.github.io/wiki/PcAtChipsetPkg -- 2.25.1