From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=pass header.i=@linaro.org header.s=google header.b=xYoT9KY7; spf=pass (domain: linaro.org, ip: 209.85.221.68, mailfrom: leif.lindholm@linaro.org) Received: from mail-wr1-f68.google.com (mail-wr1-f68.google.com [209.85.221.68]) by groups.io with SMTP; Mon, 30 Sep 2019 15:51:02 -0700 Received: by mail-wr1-f68.google.com with SMTP id r3so13145089wrj.6 for ; Mon, 30 Sep 2019 15:51:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=date:from:to:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=AiiM1HeRzUXHy4744yDtRrIKAxcVI8euubFI5NKaLL0=; b=xYoT9KY76GvmPIl78bq8Ip6MftbhGQhaDT4+8RfiJrvhxBYt9qvNrsAglEYRaBUDm/ KaDtoXZTPQx/UYj0gpKriMnikwdKslvarL+K5TG6MIaqTrujx5eYcr95fswR096NcFf8 9D+K2FwzMdHa3OoZLv2CpPnKVw+xTl7qbKfTx9p773enLyXnh2JcXQsNmp2+8XcClFL+ 8hnVNwmzy+trddnQoghk++e8mYarBQuUmQB6oYqg+0xyXiY7Wq6il7+6L7u3hrcuUPrb NCoUGlecfisTGy5e78TYQ9ysFeK1oOygIkH27qAJHPQ6R4kmsG6LApEl2GGQfFV9EVji BeKA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=AiiM1HeRzUXHy4744yDtRrIKAxcVI8euubFI5NKaLL0=; b=hgjqyRtePxV/DGSIEhA4IU7A+yMc7HPKi4gBDjRAeK+9lEnJLjas4iutPs5sqt9aQH HD/cTRaNgyzpTrODLUNBr9uGs/t5QQuptt6JML5yO/w7xyUUXb/KCRt9iZJM59uM6IkC Qn/Yxt+NW6zQol1t2gMSqavpUTfyKAPDkQ7/fn4x9geSXxO8U3XUaHyzQtc/cVI7Oz4n VxGI1EybfWE1gY8DDkeJ0X3k9j5lvDjCoy3Pl5fTUj81B5i5Wp1/3wuBOXWEtWfY+Hjs 4NnwL1R9LKm5hHPNgmka0X1eDO/hpxyeSKpkohXWbSyO6BXPunCeYSkwt2ScbobhWWOw 5CRA== X-Gm-Message-State: APjAAAXnXujnG8YTibUmgQ60uzr6hIBF6OT4dDhzwEuNcZUaH8QJFYeA WR+bloAoYsR2u4O2EIwRjOxMztZ6Ewg= X-Google-Smtp-Source: APXvYqyCu/yb8XmD7gHZqWgUk4JxsZLteES9KB5XEVZ3IsNJ2UvFGoeyGiLNHfbJZacsRSZNP5h18g== X-Received: by 2002:a5d:4d51:: with SMTP id a17mr14917881wru.349.1569883860478; Mon, 30 Sep 2019 15:51:00 -0700 (PDT) Return-Path: Received: from bivouac.eciton.net (bivouac.eciton.net. [2a00:1098:0:86:1000:23:0:2]) by smtp.gmail.com with ESMTPSA id u22sm18283907wru.72.2019.09.30.15.50.59 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 30 Sep 2019 15:50:59 -0700 (PDT) Date: Mon, 30 Sep 2019 23:50:58 +0100 From: "Leif Lindholm" To: devel@edk2.groups.io, abner.chang@hpe.com Subject: Re: [edk2-devel] [edk2-staging/RISC-V-V2 PATCH v2 29/29] edk2-staging: Update Maintainers.txt Message-ID: <20190930225058.GL25504@bivouac.eciton.net> References: <1569198715-31552-1-git-send-email-abner.chang@hpe.com> <1569198715-31552-31-git-send-email-abner.chang@hpe.com> MIME-Version: 1.0 In-Reply-To: <1569198715-31552-31-git-send-email-abner.chang@hpe.com> User-Agent: Mutt/1.10.1 (2018-07-13) Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Mon, Sep 23, 2019 at 08:31:55AM +0800, Abner Chang wrote: > Add maintainer and reviewer of RiscVPkg. > > Signed-off-by: Abner Chang > --- > Maintainers.txt | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/Maintainers.txt b/Maintainers.txt > index 919bacc..11449a5 100644 > --- a/Maintainers.txt > +++ b/Maintainers.txt > @@ -408,6 +408,11 @@ F: PcAtChipsetPkg/ > W: https://github.com/tianocore/tianocore.github.io/wiki/PcAtChipsetPkg > M: Ray Ni > > +RiscVPkg: RISCV64 architecture modules > +F: RISCV64/ F: */RiscV64/ Also, you need an entry for RiscVPkg. Verify for yourselves that python BaseTools/Scripts/GetMaintainer.py produces expected results before submitting v3. / Leif > +M: Abner Chang > +R: Gilbert Chen > + > SecurityPkg > F: SecurityPkg/ > W: https://github.com/tianocore/tianocore.github.io/wiki/SecurityPkg > -- > 2.7.4 > > > >