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=tgwH+Wcb; spf=pass (domain: linaro.org, ip: 209.85.221.65, mailfrom: leif.lindholm@linaro.org) Received: from mail-wr1-f65.google.com (mail-wr1-f65.google.com [209.85.221.65]) by groups.io with SMTP; Mon, 12 Aug 2019 01:21:26 -0700 Received: by mail-wr1-f65.google.com with SMTP id r3so10043329wrt.3 for ; Mon, 12 Aug 2019 01:21:26 -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=eFGfamSkpuF+kVDhnmj20ZxPP3lqGNYGSU1+9tbM3v4=; b=tgwH+WcbfnjSNid5q4wC7zs5/mywzpSTIw3VTvpI9FNOwB4eSkQLChRyiff1Pe4LJ0 chMPYj3xXWX722TbfglRH6gWVQtfUoHUgX9Oj8V0+SHXNxn5A1EQJaeiOur8mFbRE91Z cVNn6PFNr64+SYkiA1dXFWfzKTdefQC3fxoyRJrZslPg3vw4DiYRZkdzdPPQmRmOCDhl BIcU9tm/+D9fynOt3KN9hqMiRJgRq5X9DMvZOHnapg4BLUk3zkh2aFTCvQQbTHBQ1H2t OcR2IN/DcHJEpBQztVSZADeXCOhm4MorJfmtIIpthNEIvirC4WKTPU55LyznvLl8qG1w qzWA== 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=eFGfamSkpuF+kVDhnmj20ZxPP3lqGNYGSU1+9tbM3v4=; b=aKQPnEfXdAn0Og0c7CY3QT3VpES79OIHr85uuAbbUbHFTaXGs+cj7jub9tLSuDWGi2 7kke1owsDZVlAHVCAHkgZPMT2ADYysMBea/0vH3wkytshYLrlSxIRklGCydBSLHqVyiD gQ+Shb4kKnsn73EFg5u6ohKvK25K2aSt1/p3YvYUe1vTqZgxFCpj0MIY9egkoo4mVyxN 9KGGszZpCyYY4vxHMXGE2E+LWG5ZV5GgiKWanRyz/XEQzhgrNDJh6ytQ9/wn0VgUJnNa VL/nCVB+ULEcqumu2BGINGvHOWZ5KNy0bK1emF7MQEjiPxR+PksqxnO6enc0IIrg7vx5 +m5g== X-Gm-Message-State: APjAAAV+FeIA1gwWxMP1eYMR7XGJXC+sfNm/l/yjbuCTzLZh+wvVgpzC ucICEA4PLs724QMmPPzgceKH9g== X-Google-Smtp-Source: APXvYqy0zDFwVgnlGle5pYOWiMcV50rFz6L16gwI28JCp/Ccceb5HkJcyRbfJR1VReZ0vxZrZOUDOA== X-Received: by 2002:a5d:4211:: with SMTP id n17mr36175469wrq.137.1565598085215; Mon, 12 Aug 2019 01:21:25 -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 z9sm628438wmf.21.2019.08.12.01.21.24 (version=TLS1_3 cipher=AEAD-AES256-GCM-SHA384 bits=256/256); Mon, 12 Aug 2019 01:21:24 -0700 (PDT) Date: Mon, 12 Aug 2019 09:21:23 +0100 From: "Leif Lindholm" To: Nate DeSimone Cc: devel@edk2.groups.io, Andrew Fish , Laszlo Ersek , Michael D Kinney , Michael Kubacki , Ankit Sinha , Chasel Chiu Subject: Re: [edk2-platforms] [PATCH v2] Platform/Intel: Update Readme.md to point to edk2-non-osi master branch Message-ID: <20190812082123.GR25813@bivouac.eciton.net> References: <20190811234448.22928-1-nathaniel.l.desimone@intel.com> MIME-Version: 1.0 In-Reply-To: <20190811234448.22928-1-nathaniel.l.desimone@intel.com> User-Agent: Mutt/1.10.1 (2018-07-13) Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Sun, Aug 11, 2019 at 04:44:48PM -0700, Nate DeSimone wrote: > Updated Platform/Intel/Readme.md to point to master branch on > edk2-non-osi instead of devel-MinPlatform > > Updated edk2-platforms/Readme.md to point to Platform/Intel/Readme.md > for build instructions on Intel based Minimum Platforms > > Added a link to the EDK II Minimum Platform Draft Specification > to Platform/Intel/Readme.md > > Cc: Andrew Fish > Cc: Laszlo Ersek > Cc: Leif Lindholm > Cc: Michael D Kinney > Cc: Michael Kubacki > Cc: Ankit Sinha > Cc: Chasel Chiu > Signed-off-by: Nate DeSimone Reviewed-by: Leif Lindholm > --- > Platform/Intel/Readme.md | 6 ++++-- > Readme.md | 4 ++-- > 2 files changed, 6 insertions(+), 4 deletions(-) > > diff --git a/Platform/Intel/Readme.md b/Platform/Intel/Readme.md > index 0a0e8a8c80..00f42985a2 100644 > --- a/Platform/Intel/Readme.md > +++ b/Platform/Intel/Readme.md > @@ -1,7 +1,9 @@ > # **EDK II Minimum Platform Firmware for Intel(R) Platforms** > > The Minimum Platform is a software architecture that guides uniform delivery of Intel platforms enabling firmware > -solutions for basic boot functionality with extensibility built-in. > +solutions for basic boot functionality with extensibility built-in. Please see the > +[EDK II Minimum Platform Draft Specification](https://edk2-docs.gitbooks.io/edk-ii-minimum-platform-specification/) > +for more details. > > Package maintainers for the Minimum Platform projects are listed in Maintainers.txt. > > @@ -98,7 +100,7 @@ return back to the minimum platform caller. > * ``git clone https://github.com/tianocore/edk2-platforms.git`` > > * edk2-non-osi repository > - * ``git clone https://github.com/tianocore/edk2-non-osi.git -b devel-MinPlatform`` > + * ``git clone https://github.com/tianocore/edk2-non-osi.git`` > > * FSP repository > * ``git clone https://github.com/IntelFsp/FSP.git`` > diff --git a/Readme.md b/Readme.md > index 63e59f60b4..1befd0b544 100644 > --- a/Readme.md > +++ b/Readme.md > @@ -223,8 +223,8 @@ they will be documented with the platform. > * [D05](Platform/Hisilicon/D05) > * [HiKey](Platform/Hisilicon/HiKey) > > -## [Intel](Platform/Intel/Readme.md) > -### Minimum Platforms > +## Intel > +### [Minimum Platforms](Platform/Intel/Readme.md) > * [Clevo](Platform/Intel/ClevoOpenBoardPkg) > * [Kaby Lake](Platform/Intel/KabylakeOpenBoardPkg) > * [Purley](Platform/Intel/PurleyOpenBoardPkg) > -- > 2.17.1.windows.2 >