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=jEhBQACH; spf=pass (domain: linaro.org, ip: 209.85.221.48, mailfrom: leif.lindholm@linaro.org) Received: from mail-wr1-f48.google.com (mail-wr1-f48.google.com [209.85.221.48]) by groups.io with SMTP; Fri, 10 May 2019 11:04:35 -0700 Received: by mail-wr1-f48.google.com with SMTP id r4so8836679wro.10 for ; Fri, 10 May 2019 11:04:35 -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=7VR4hxpLzLdqOZ4xQHrPU+IIJi9eb6YZK2f1hjRZpeg=; b=jEhBQACHOrI3e06jwnNuU0Klj+adk1aO+2F+wGz3LvRr9AgbtMYar/1YiTTl4UFCxM oCbvnGr5fcQ/6GWexyIbNyDIUfhmxyvj7fwcnRsEryWyPSZL1rA3/uoSufbcSJdQQvKe yxkFg6l9bSkYASGLNVtNPNWOm0jju3qXdYc3j3N+bSNq/kCIFpVwChbeY9TbSu9jaDX0 YVgTZw4b/1WwPmpMgeCrPku2fTBu0eF+2Fv24fg7as/W7/ZKl5L7r37DCCHiHyw8N3TQ ZXoJelpgffs25T1IlcLbF0sOIOpn27kVRFMwysnhWFCPSEskcWEJ4gdSWr/2kjw9pczD 8Uxg== 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=7VR4hxpLzLdqOZ4xQHrPU+IIJi9eb6YZK2f1hjRZpeg=; b=eIvGuTHMioz1YstQOib438l6aCOQrsqsCBM6TahMJFPyQPVptycKHHR7xgdDCDPtqr 0Js6lFI7FV6gMFJLOQ3+ZzF9ZaT1V/BM0UwU5nkoBGbjwx/CT0W1vwss5bHqDqkVGank +UP6PVE790wz45OQFf6++kb3A2AYRUaIIsP49VTVSLBD/UykIFjn2mnXSpHpB2CWzK44 U68hzTnQHJc2pzvBkIHtcveDBIeYzoG/7SXzKdnmGAN2pU5aNEilXHrOAGX+gFBOXdNQ sCqI31CLoZ0rYvHGiMlalJb56fhpCiS+eIPUzwaR7V+drHW+x8x8xSF4NnP2Z8xwL4GL Wryg== X-Gm-Message-State: APjAAAUvNHgsNvSX/WhkSJAwwHBJEnIfkKC3WLVpanmRk7RLmrCTpizK QH6za6TeNHTcqquG9l3EbElJEbAMETU= X-Google-Smtp-Source: APXvYqy9qGmWqYtyC4hJ1by7eYtuYhR5mbEdIiJTMGVLwNbjAvkxev5jm7ECJs+PMU6Omh8hCL4U4Q== X-Received: by 2002:adf:efc3:: with SMTP id i3mr7796982wrp.45.1557511473419; Fri, 10 May 2019 11:04:33 -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 q13sm72894wrn.27.2019.05.10.11.04.32 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 10 May 2019 11:04:32 -0700 (PDT) Date: Fri, 10 May 2019 19:04:31 +0100 From: "Leif Lindholm" To: devel@edk2.groups.io, michael.d.kinney@intel.com Cc: Zailiang Sun , Yi Qian , Kelly Steele , Ray Ni , Michael Kubacki , Ard Biesheuvel Subject: Re: [edk2-devel] [edk2-platforms: Patch 8/8] edk2-platforms: Update Maintainers.txt/Readme.md for imported packages Message-ID: <20190510180431.4wbc4zbgmdc4l3gd@bivouac.eciton.net> References: <20190510033435.24112-1-michael.d.kinney@intel.com> <20190510033435.24112-9-michael.d.kinney@intel.com> MIME-Version: 1.0 In-Reply-To: <20190510033435.24112-9-michael.d.kinney@intel.com> User-Agent: NeoMutt/20170113 (1.7.2) Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi Mike, Over all, looks good. One consistency comment below: On Thu, May 09, 2019 at 08:34:35PM -0700, Michael D Kinney wrote: > https://bugzilla.tianocore.org/show_bug.cgi?id=1467 > https://bugzilla.tianocore.org/show_bug.cgi?id=1374 > https://bugzilla.tianocore.org/show_bug.cgi?id=1793 > > Update Maintainers.txt for the following packages: > * Drivers/OptionRomPkg > * Platform/BeagleBoard/BeagleBoardPkg > * Platform/Intel/QuarkPlatformPkg > * Platform/Intel/Vlv2TbltDevicePkg > * Silicon/Intel/QuarkSocPkg > * Silicon/Intel/Vlv2DeviceRefCodePkg > * Silicon/TexasInsturments/Omap35xxPkg > > Add the following platforms to Readme.md > * BeagleBoard > * MinnowBoard Max/Turbot > * Galileo > > Cc: Zailiang Sun > Cc: Yi Qian > Cc: Kelly Steele > Cc: Ray Ni > Cc: Michael Kubacki > Cc: Leif Lindholm > Cc: Ard Biesheuvel > Signed-off-by: Michael D Kinney > --- > Maintainers.txt | 20 ++++++++++++++++++++ > Readme.md | 9 +++++++++ > 2 files changed, 29 insertions(+) > > diff --git a/Maintainers.txt b/Maintainers.txt > index 6477591e68..7dd403a170 100644 > --- a/Maintainers.txt > +++ b/Maintainers.txt > @@ -38,12 +38,32 @@ W: https://github.com/tianocore/tianocore.github.io/wiki/Security > EDK II Packages: > ---------------- > > +Drivers/OptionRomPkg > +W: https://github.com/tianocore/tianocore.github.io/wiki/OptionRomPkg > +M: Ray Ni > + > Platform > M: Ard Biesheuvel > M: Leif Lindholm > M: Michael D Kinney > > +Platform/Intel/QuarkPlatformPkg > +M: Michael D Kinney > +M: Kelly Steele > + > +Platform/Intel/Vlv2TbltDevicePkg > +M: Zailiang Sun > +M: Yi Qian > + > Silicon > M: Ard Biesheuvel > M: Leif Lindholm > M: Michael D Kinney > + > +Silicon/Intel/QuarkSocPkg > +M: Michael D Kinney > +M: Kelly Steele > + > +Silicon/Intel/Vlv2DeviceRefCodePkg > +M: Zailiang Sun > +M: Yi Qian > diff --git a/Readme.md b/Readme.md > index 95c0c14522..aac9f69d46 100644 > --- a/Readme.md > +++ b/Readme.md > @@ -208,6 +208,9 @@ they will be documented with the platform. > > ## [ARM](Platform/ARM/Readme.md) > > +## BeagleBoard > +* [BeagleBoard](Platform\BeagleBoard\BeagleBoardPkg) The link here uses \. > + > ## Hisilicon > * [D02](Platform/Hisilicon/D02) > * [D03](Platform/Hisilicon/D03) > @@ -223,6 +226,12 @@ they will be documented with the platform. > ## Socionext > * [SynQuacer](Platform/Socionext/DeveloperBox) > > +## Intel(R) Quark SoC X1000 based platforms > +* [Galileo](Platform/Intel/QuarkPlatformPkg) And the other links (as well as existing links) all use /. So change BeagleBoard link to use / too? With that: Reviewed-by: Leif Lindholm > + > +## Minnowboard Max/Turbot based on Intel Valleyview2 SoC > +* [Minnowboard Max](Platform/Intel/Vlv2TbltDevicePkg) > + > # Maintainers > > See [Maintainers.txt](Maintainers.txt). > -- > 2.21.0.windows.1 > > > >