From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-pf1-f176.google.com (mail-pf1-f176.google.com [209.85.210.176]) by mx.groups.io with SMTP id smtpd.web10.8247.1667136606864014423 for ; Sun, 30 Oct 2022 06:30:06 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@ventanamicro.com header.s=google header.b=b6MYuz1N; spf=pass (domain: ventanamicro.com, ip: 209.85.210.176, mailfrom: sunilvl@ventanamicro.com) Received: by mail-pf1-f176.google.com with SMTP id m6so8615586pfb.0 for ; Sun, 30 Oct 2022 06:30:06 -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=A42A+CTI6mSJfFrkLZyMK8nVd5wJBdw3pxFBAuqUZDc=; b=b6MYuz1Nq33at1HgQ+xtAmyRe80OzE4Z6GTGHGuEKxawd+4x5B4t2EK67AsZDCQVLV FGAcS9LystKtAqE1E0UNOHSj/2ZMRHJng5UZzsTgVd30Nr4yHrTFDtF+v+NgjHJIJlpf OzMthlm2zO4kWONasOxoyakF+mVF02p0HqU+TXrYYAvO/fwJkKUinaCoIOcF96HFuI7u 9NUOsJU38Ra3X4eo5uZfTUYRz+5ZyDgh1/g3YItOKfM5arAyrp959WMdw13wX02/LN9n 4yAGpUmWUaUUOki28dzpV48zFoydOeRaa/20TyT6NRGPC5tqGo5EJl2ArrCaYihKOgIc 5F5A== 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=A42A+CTI6mSJfFrkLZyMK8nVd5wJBdw3pxFBAuqUZDc=; b=CxjK9F2o2q/8Uj8ePZEq361ydfsgjLn4LQAwbyc0VlSJsLJligGDHgHmGmnMVtS4ro 4xgo8yyEJDyqxVb+f/sInMNnyzAT6NZhCasWSNa7S+vbd7mXJtygfikbDfc2dLsi0RjR 4YB+dB/N0YhQcVycly41zIgdNa65/7cuKHnrSJNcS1ON/ZPB3BGt5kjpmYNahXgG1NFq d7+IgnwKo7WAnzwqns+HAX/8dxiRtdnoCyaUVRIIwZs8tYkYYUz+AO9/7aCqZNyNTdzO H/aUVOSE/+PWS2+GJxRHFECPfmDRk37ZJTryjWok3WHe5iXw22EHBbPnHk100PSLW4Du Sarw== X-Gm-Message-State: ACrzQf2FyH/orQ7/ywIqA5qVLT3HSxOjhCdfmJUUcjWfW4kG4Uduho7X z9fCDWrNwyJAF2R5+5NnzkVWeHKj1r7LDg== X-Google-Smtp-Source: AMsMyM49KvKl/ifPpgN38+47ZIKOyTpUaiMJINLXUk4L9ZAx+UUg7I6Q5+/4WaCk3sIRS+MtLfkw2Q== X-Received: by 2002:a63:8449:0:b0:46e:ecba:c46d with SMTP id k70-20020a638449000000b0046eecbac46dmr8419226pgd.310.1667136606108; Sun, 30 Oct 2022 06:30:06 -0700 (PDT) Return-Path: Received: from localhost.localdomain ([49.206.12.236]) by smtp.gmail.com with ESMTPSA id r10-20020aa79eca000000b0056b6a22d6c9sm2612330pfq.212.2022.10.30.06.30.04 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 30 Oct 2022 06:30:05 -0700 (PDT) From: "Sunil V L" To: devel@edk2.groups.io Cc: Andrew Fish , Leif Lindholm , Michael D Kinney Subject: [edk2-staging/RiscV64QemuVirt PATCH V5 29/30] Maintainers.txt: Add entry for OvmfPkg/RiscVVirt Date: Sun, 30 Oct 2022 18:58:41 +0530 Message-Id: <20221030132842.54077-30-sunilvl@ventanamicro.com> X-Mailer: git-send-email 2.38.0 In-Reply-To: <20221030132842.54077-1-sunilvl@ventanamicro.com> References: <20221030132842.54077-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 8e81ccfdeccf..e4faee5b7684 100644 --- a/Maintainers.txt +++ b/Maintainers.txt @@ -533,6 +533,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.38.0