From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 134.134.136.126, mailfrom: michael.a.kubacki@intel.com) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by groups.io with SMTP; Mon, 13 May 2019 12:07:23 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 13 May 2019 12:07:22 -0700 X-ExtLoop1: 1 Received: from orsmsx101.amr.corp.intel.com ([10.22.225.128]) by fmsmga005.fm.intel.com with ESMTP; 13 May 2019 12:07:21 -0700 Received: from orsmsx156.amr.corp.intel.com (10.22.240.22) by ORSMSX101.amr.corp.intel.com (10.22.225.128) with Microsoft SMTP Server (TLS) id 14.3.408.0; Mon, 13 May 2019 12:07:21 -0700 Received: from orsmsx121.amr.corp.intel.com ([169.254.10.70]) by ORSMSX156.amr.corp.intel.com ([169.254.8.144]) with mapi id 14.03.0415.000; Mon, 13 May 2019 12:07:21 -0700 From: "Kubacki, Michael A" To: "devel@edk2.groups.io" , "Gao, Liming" Subject: Re: [edk2-devel] [edk2-platforms][ 1/3] Update Platform/Intel/Readme.md to specify master instead of devel-MinPlatform branch Thread-Topic: [edk2-devel] [edk2-platforms][ 1/3] Update Platform/Intel/Readme.md to specify master instead of devel-MinPlatform branch Thread-Index: AQHVCZV41eTcDedgNky5cyGWPoTgW6ZpatQw Date: Mon, 13 May 2019 19:07:21 +0000 Message-ID: <49AB4ACB9627B8468F29D589A27B74558893A2E5@ORSMSX121.amr.corp.intel.com> References: <20190513140910.17452-1-liming.gao@intel.com> <20190513140910.17452-2-liming.gao@intel.com> In-Reply-To: <20190513140910.17452-2-liming.gao@intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMmNjYzQ0ODktYTFmOS00MjU5LThiNmMtNTE4ZjdkYzlmNTY2IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiVnBaZFJBVlFWYjRxRjhHZzJ2akxOKzhTaG5yWkdqSHc0QXhVcVkzbUE4Q1hVM0haSlBxTnExazR4YlRPTjN5biJ9 x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.600.7 dlp-reaction: no-action x-originating-ip: [10.22.254.139] MIME-Version: 1.0 Return-Path: michael.a.kubacki@intel.com Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Michael Kubacki > -----Original Message----- > From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of > Liming Gao > Sent: Monday, May 13, 2019 7:09 AM > To: devel@edk2.groups.io > Subject: [edk2-devel] [edk2-platforms][ 1/3] Update > Platform/Intel/Readme.md to specify master instead of devel-MinPlatform > branch >=20 > Signed-off-by: Liming Gao > --- > Platform/Intel/Readme.md | 12 ++++++------ > 1 file changed, 6 insertions(+), 6 deletions(-) >=20 > diff --git a/Platform/Intel/Readme.md b/Platform/Intel/Readme.md index > fbf735173f..1da5d0ad29 100644 > --- a/Platform/Intel/Readme.md > +++ b/Platform/Intel/Readme.md > @@ -8,7 +8,7 @@ Package maintainers for the Minimum Platform projects > are listed in Maintainers. > ## Overview > The key elements of the architecture are organized into a staged boot > approach where each stage has requirements and functionality for specif= ic > use cases. The generic control flow through the boot process is implemen= ted > in the -[`MinPlatformPkg`](https://github.com/tianocore/edk2- > platforms/tree/devel-MinPlatform/Platform/Intel/MinPlatformPkg). > +[`MinPlatformPkg`](https://github.com/tianocore/edk2- > platforms/tree/master/Platform/Intel/MinPlatformPkg). > The generic nature of the tasks performed in MinPlatformPkg lends to re= use > across all Intel platforms with no source modification. Details for any > particular board are made accessible to the MinPlatformPkg through a wel= l- > defined statically linked board API. A complete platform solution then > consists of the MinPlatformPkg and a compatible board @@ -16,13 +16,13 > @@ package. >=20 > ## Board Naming Convention > The board packages supported by Intel follow the naming convention > \OpenBoardPkg where xxx refers to the -encompassing platform > name for a particular platform generation. For example, the > [`KabylakeOpenBoardPkg`](https://github.com/tianocore/edk2- > platforms/tree/devel-MinPlatform/Platform/Intel/KabylakeOpenBoardPkg) > contains the > +encompassing platform name for a particular platform generation. For > +example, the > +[`KabylakeOpenBoardPkg`](https://github.com/tianocore/edk2- > platforms/tr > +ee/master/Platform/Intel/KabylakeOpenBoardPkg) contains the > board code for Intel Kaby Lake reference systems. Intel uses the monike= r > "OpenBoardPkg" to indicate that this package is the open source board > code. A closed source counterpart may exist which simply uses "BoardPkg"= . > Both directly use the MinPlatformPkg from edk2-platforms. >=20 > ## Stage Selection > -Stage selection is controlled via the PCD > `gMinPlatformPkgTokenSpaceGuid.PcdBootStage` in > [`MinPlatformPkg.dec`](https://github.com/tianocore/edk2- > platforms/blob/devel- > MinPlatform/Platform/Intel/MinPlatformPkg/MinPlatformPkg.dec). > +Stage selection is controlled via the PCD > `gMinPlatformPkgTokenSpaceGuid.PcdBootStage` in > [`MinPlatformPkg.dec`](https://github.com/tianocore/edk2- > platforms/tree/master/Platform/Intel/MinPlatformPkg/MinPlatformPkg.dec) > . > The stage should be configured in the board package DSC file to the > appropriate value. For example, a board may disable all advanced featur= es > by setting this value to 4 instead of 6. This may be used to improve boo= t time > for a particular use case. Decrementing the stage can also be used for = debug > since only the actions required for that stage objective @@ -46,8 +46,8 = @@ > A UEFI firmware implementation using MinPlatformPkg is constructed using > the fol |------------------------------------| > | [EDK II](https://github.com/tianocore/edk2) > | > | [Intel(r) FSP](https://github.com/IntelFsp/FSP) > | > -| [Minimum Platform > (`MinPlatformPkg`)](https://github.com/tianocore/edk2- > platforms/tree/devel-MinPlatform/Platform/Intel/MinPlatformPkg) > | > -| [Board Support > -| (\OpenBoardPkg)](https://github.com/tianocore/edk2-platforms/tr > -| ee/devel-MinPlatform/Platform/Intel) | > +| [Minimum Platform > (`MinPlatformPkg`)](https://github.com/tianocore/edk2- > platforms/tree/master/Platform/Intel/MinPlatformPkg) = | > +| [Board Support > +| (\OpenBoardPkg)](https://github.com/tianocore/edk2-platforms/tr > +| ee/master/Platform/Intel) | >=20 >=20 > ## Board Support > @@ -95,7 +95,7 @@ return back to the minimum platform caller. > * ``git clone https://github.com/tianocore/edk2.git`` >=20 > * edk2-platforms repository > - * ``git clone https://github.com/tianocore/edk2-platforms.git -b deve= l- > MinPlatform`` > + * ``git clone https://github.com/tianocore/edk2-platforms.git`` >=20 > * edk2-non-osi repository > * ``git clone https://github.com/tianocore/edk2-non-osi.git -b devel- > MinPlatform`` > -- > 2.13.0.windows.1 >=20 >=20 >=20