From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-wr1-f67.google.com (mail-wr1-f67.google.com [209.85.221.67]) by mx.groups.io with SMTP id smtpd.web11.4650.1570625248083194668 for ; Wed, 09 Oct 2019 05:47:28 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@linaro.org header.s=google header.b=KlHwbVn3; spf=pass (domain: linaro.org, ip: 209.85.221.67, mailfrom: leif.lindholm@linaro.org) Received: by mail-wr1-f67.google.com with SMTP id n14so2791312wrw.9 for ; Wed, 09 Oct 2019 05:47:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=Yq83UH0Hp+nyign8B8WlM5ZQ41v1T+RrH2gWjzcKq5c=; b=KlHwbVn3SKm8RhFFZ67Zb2ZvlXwZ15q6bLddEtSZehhlmpQxUBrqJAoCWcUeOiQQi3 +lItBX0Uf85s9mdJ1akQgKLq15QgEaB+cn3aM5ZduP9Vq8NJTZM4MjBksYehD9ho4VLl M6KAxGkBWhVK3ZcCC7yXF02PDqmPiFMZPE5OzErQZTk7Hw8Cpqn/ERHx3VLEN1PtnZrd HO6x0ioP9nyq6NsHFOcfxtej27VXI99gL9UCVNTFJlreZ2+3YXO3ANiboj0TXjvkm23G fWvBicyLY0e7TADlWueB+WEaYLhKTmAz5ix4eA1TnssPubtM96fuhi7b3GEocpQG4kTo 1wIw== 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:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=Yq83UH0Hp+nyign8B8WlM5ZQ41v1T+RrH2gWjzcKq5c=; b=BvBfrIAuVnee5vWVXEn2SYYV1JByIL/iabf17GIIjB1ZHN5o/VfFYT2xBsmSBey7C5 KWiqOv3ArnYgLx0UIcBUKBU9l4X0rK6UaSIN+T1VMBN9fx3lj+XFBC3/eapzOQADKsSW jqppVHHtxwV1iuxpiyyYmdcBkuVS4k4+x5HegdyorE+f0QE2v1crjQ+8yDNL9eewNfVv MByX/lnrmwcmPTvUcdbyxjQgcI2qSwwIsvtRjinI1tCCqEx0bcY7zMeUWASV0CILhECd edNutdnDzGg06anU2UmkWZXsIisfmzpZIuvAeR83n3KUkYRcHVDdF/fem2ULU5VDRfKj OSmw== X-Gm-Message-State: APjAAAWjSORVMuECc91/5/9thqT7EZ/OmD12X1Huv4IUFsWIRKdegtjh T2S79wERO+8yErV8nNLxHzTMGA== X-Google-Smtp-Source: APXvYqyoY/vNMx50IogGjvco+R9R8J08qq0na9mXwXFJU4iQH1k9QkEgrYLjd+TjrIA/PjW1OsSjGQ== X-Received: by 2002:a5d:6ad0:: with SMTP id u16mr2687346wrw.313.1570625246368; Wed, 09 Oct 2019 05:47:26 -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 q66sm3791794wme.39.2019.10.09.05.47.25 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 09 Oct 2019 05:47:25 -0700 (PDT) Date: Wed, 9 Oct 2019 13:47:24 +0100 From: "Leif Lindholm" To: Ard Biesheuvel Cc: edk2-devel-groups-io , Michael D Kinney Subject: Re: [PATCH edk2-platforms 3/6] Maintainers.txt: revamp file to machine-readable format Message-ID: <20191009124724.GM25504@bivouac.eciton.net> References: <20191009120013.28076-1-leif.lindholm@linaro.org> <20191009120013.28076-4-leif.lindholm@linaro.org> MIME-Version: 1.0 In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Wed, Oct 09, 2019 at 02:31:21PM +0200, Ard Biesheuvel wrote: > On Wed, 9 Oct 2019 at 14:00, Leif Lindholm wrote: > > > > Convert existing package maintainer/reviewer descriptions > > with adding the new path definitions. > > > > Delete the "Platform" and "Silicon" section maintainership > > descriptions. The EDK II Platforms maintainers section will > > now match that. > > > > Cc: Ard Biesheuvel > > Cc: Michael D Kinney > > Signed-off-by: Leif Lindholm > > --- > > Maintainers.txt | 56 ++++++++++++++++++++++++++++++++++++++----------- > > 1 file changed, 44 insertions(+), 12 deletions(-) > > > > diff --git a/Maintainers.txt b/Maintainers.txt > > index 1d27dde741f0..43803592d369 100644 > > --- a/Maintainers.txt > > +++ b/Maintainers.txt > > @@ -60,6 +60,18 @@ W: https://github.com/tianocore/tianocore.github.io/wiki/EDK-II > > L: https://edk2.groups.io/g/devel/ > > T: git - https://github.com/tianocore/edk2-platforms.git > > > > +All patches CC:d here > > +L: devel@edk2.groups.io > > +F: * > > +F: */ > > + > > +EDK II Platforms maintainers > > +---------------------------- > > +F: * > > +M: Ard Bieshuevel > > Typo here ^^ > > Not a big deal since you are removing this line again in the last > patch, but I thought I'd mention it nonetheless Yeah, I'll fix that before pushing, or a v2. Thanks! / Leif > > +M: Leif Lindholm > > +M: Michael D Kinney > > + > > Responsible Disclosure, Reporting Security Issues > > ------------------------------------------------- > > W: https://github.com/tianocore/tianocore.github.io/wiki/Security > > @@ -67,136 +79,156 @@ W: https://github.com/tianocore/tianocore.github.io/wiki/Security > > EDK II Platforms Packages: > > -------------------------- > > > > -Drivers/OptionRomPkg > > +OptionRomPkg > > +F: Drivers/OptionRomPkg/ > > W: https://github.com/tianocore/tianocore.github.io/wiki/OptionRomPkg > > M: Ray Ni > > > > -Drivers/DisplayLink > > +DisplayLink > > +F: Drivers/DisplayLink/ > > M: Leif Lindholm > > M: Ard Bieshuevel > > R: Andy Hayes > > > > -Platform > > -M: Ard Biesheuvel > > -M: Leif Lindholm > > -M: Michael D Kinney > > - > > Platform/Intel/QuarkPlatformPkg > > +F: Platform/Intel/QuarkPlatformPkg/ > > M: Michael D Kinney > > M: Kelly Steele > > > > Platform/Intel/Vlv2TbltDevicePkg > > +F: Platform/Intel/Vlv2TbltDevicePkg/ > > M: Zailiang Sun > > M: Yi Qian > > > > Platform/Intel/AdvancedFeaturePkg > > +F: Platform/Intel/AdvancedFeaturePkg/ > > M: Michael Kubacki > > M: Sai Chaganty > > R: Liming Gao > > > > Platform/Intel/BoardModulePkg > > +F: Platform/Intel/BoardModulePkg/ > > M: Eric Dong > > R: Liming Gao > > > > Platform/Intel/DebugFeaturePkg > > +F: Platform/Intel/DebugFeaturePkg/ > > M: Eric Dong > > R: Liming Gao > > > > Platform/Intel/UserInterfaceFeaturePkg > > +F: Platform/Intel/UserInterfaceFeaturePkg/ > > M: Dandan Bi > > R: Liming Gao > > > > Platform/Intel/KabylakeOpenBoardPkg > > +F: Platform/Intel/KabylakeOpenBoardPkg/ > > M: Chasel Chiu > > M: Michael Kubacki > > M: Nate DeSimone > > > > Platform/Intel/KabylakeOpenBoardPkg/GalagoPro3 > > +F: Platform/Intel/KabylakeOpenBoardPkg/GalagoPro3/ > > R: Jeremy Soller > > > > Platform/Intel/MinPlatformPkg > > +F: Platform/Intel/MinPlatformPkg/ > > M: Michael Kubacki > > M: Chasel Chiu > > M: Nate DeSimone > > R: Liming Gao > > > > Platform/Intel/PurleyOpenBoardPkg > > +F: Platform/Intel/PurleyOpenBoardPkg/ > > M: Shifei A Lu > > M: Xiaohu Zhou > > M: Isaac W Oram > > > > Platform/Intel/WhiskeylakeOpenBoardPkg > > +F: Platform/Intel/WhiskeylakeOpenBoardPkg/ > > M: Chasel Chiu > > M: Michael Kubacki > > M: Nate DeSimone > > > > Platform/Intel/SimicsOpenBoardPkg > > +F: Platform/Intel/SimicsOpenBoardPkg/ > > M: Wei David Y > > M: Agyeman Prince > > > > Platform/Intel/Tools > > +F: Platform/Intel/Tools/ > > M: Bob Feng > > M: Liming Gao > > > > Platform/Marvell > > +F; Platform/Marvell/ > > R: Marcin Wojtas > > +M: Leif Lindholm > > > > Platform/SolidRun/Armada80x0McBin > > +F: Platform/SolidRun/Armada80x0McBin/ > > R: Marcin Wojtas > > > > -Silicon > > -M: Ard Biesheuvel > > -M: Leif Lindholm > > -M: Michael D Kinney > > - > > Silicon/Intel/IntelSiliconPkg > > +F: Silicon/Intel/IntelSiliconPkg/ > > M: Ray Ni > > M: Rangasai V Chaganty > > > > Silicon/Intel/QuarkSocPkg > > +F: Silicon/Intel/QuarkSocPkg/ > > M: Michael D Kinney > > M: Kelly Steele > > > > Silicon/Intel/Vlv2DeviceRefCodePkg > > +F: Silicon/Intel/Vlv2DeviceRefCodePkg/ > > M: Zailiang Sun > > M: Yi Qian > > > > Silicon/Intel/CoffeelakeSiliconPkg > > +F: Silicon/Intel/CoffeelakeSiliconPkg/ > > M: Chasel Chiu > > M: Michael Kubacki > > M: Sai Chaganty > > > > Silicon/Intel/KabylakeSiliconPkg > > +F: Silicon/Intel/KabylakeSiliconPkg/ > > M: Chasel Chiu > > M: Michael Kubacki > > M: Sai Chaganty > > > > Silicon/Intel/LewisburgPkg > > +F: Silicon/Intel/LewisburgPkg/ > > M: Maciej Piwko > > M: Daocheng Bu > > M: Isaac W Oram > > > > Silicon/Intel/PurleyRcPkg > > +F: Silicon/Intel/PurleyRcPkg/ > > M: Thad Gillispie > > M: Daocheng Bu > > M: Isaac W Oram > > > > Silicon/Intel/PurleySktPkg > > +F: Silicon/Intel/PurleySktPkg/ > > M: Thad Gillispie > > M: Daocheng Bu > > M: Isaac W Oram > > > > Silicon/Intel/SimicsX58SktPkg > > +F: Silicon/Intel/SimicsX58SktPkg/ > > M: Wei David Y > > M: Agyeman Prince > > > > Silicon/Intel/SimicsIch10Pkg > > +F: Silicon/Intel/SimicsIch10Pkg/ > > M: Wei David Y > > M: Agyeman Prince > > > > Silicon/Intel/Tools > > +F: Silicon/Intel/Tools/ > > M: Bob Feng > > M: Liming Gao > > > > Silicon/Marvell > > +F: Silicon/Marvell/ > > R: Marcin Wojtas > > -- > > 2.20.1 > >