* [edk2-platforms] [PATCH v2] Platform/Intel: Update Readme.md to point to edk2-non-osi master branch
@ 2019-08-11 23:44 Nate DeSimone
2019-08-12 1:11 ` Chiu, Chasel
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: Nate DeSimone @ 2019-08-11 23:44 UTC (permalink / raw)
To: devel
Cc: Andrew Fish, Laszlo Ersek, Leif Lindholm, Michael D Kinney,
Michael Kubacki, Ankit Sinha, Chasel Chiu
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 <afish@apple.com>
Cc: Laszlo Ersek <lersek@redhat.com>
Cc: Leif Lindholm <leif.lindholm@linaro.org>
Cc: Michael D Kinney <michael.d.kinney@intel.com>
Cc: Michael Kubacki <michael.a.kubacki@intel.com>
Cc: Ankit Sinha <ankit.sinha@intel.com>
Cc: Chasel Chiu <chasel.chiu@intel.com>
Signed-off-by: Nate DeSimone <nathaniel.l.desimone@intel.com>
---
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
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [edk2-platforms] [PATCH v2] Platform/Intel: Update Readme.md to point to edk2-non-osi master branch
2019-08-11 23:44 [edk2-platforms] [PATCH v2] Platform/Intel: Update Readme.md to point to edk2-non-osi master branch Nate DeSimone
@ 2019-08-12 1:11 ` Chiu, Chasel
2019-08-12 8:21 ` Leif Lindholm
2019-08-12 15:56 ` Kubacki, Michael A
2 siblings, 0 replies; 5+ messages in thread
From: Chiu, Chasel @ 2019-08-12 1:11 UTC (permalink / raw)
To: Desimone, Nathaniel L, devel@edk2.groups.io
Cc: Andrew Fish, Laszlo Ersek, Leif Lindholm, Kinney, Michael D,
Kubacki, Michael A, Sinha, Ankit
Reviewed-by: Chasel Chiu <chasel.chiu@intel.com>
> -----Original Message-----
> From: Desimone, Nathaniel L
> Sent: Monday, August 12, 2019 7:45 AM
> To: devel@edk2.groups.io
> Cc: Andrew Fish <afish@apple.com>; Laszlo Ersek <lersek@redhat.com>; Leif
> Lindholm <leif.lindholm@linaro.org>; Kinney, Michael D
> <michael.d.kinney@intel.com>; Kubacki, Michael A
> <michael.a.kubacki@intel.com>; Sinha, Ankit <ankit.sinha@intel.com>; Chiu,
> Chasel <chasel.chiu@intel.com>
> Subject: [edk2-platforms] [PATCH v2] Platform/Intel: Update Readme.md to
> point to edk2-non-osi master branch
>
> 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 <afish@apple.com>
> Cc: Laszlo Ersek <lersek@redhat.com>
> Cc: Leif Lindholm <leif.lindholm@linaro.org>
> Cc: Michael D Kinney <michael.d.kinney@intel.com>
> Cc: Michael Kubacki <michael.a.kubacki@intel.com>
> Cc: Ankit Sinha <ankit.sinha@intel.com>
> Cc: Chasel Chiu <chasel.chiu@intel.com>
> Signed-off-by: Nate DeSimone <nathaniel.l.desimone@intel.com>
> ---
> 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-sp
> +ecification/)
> +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
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [edk2-platforms] [PATCH v2] Platform/Intel: Update Readme.md to point to edk2-non-osi master branch
2019-08-11 23:44 [edk2-platforms] [PATCH v2] Platform/Intel: Update Readme.md to point to edk2-non-osi master branch Nate DeSimone
2019-08-12 1:11 ` Chiu, Chasel
@ 2019-08-12 8:21 ` Leif Lindholm
2019-08-12 15:56 ` Kubacki, Michael A
2 siblings, 0 replies; 5+ messages in thread
From: Leif Lindholm @ 2019-08-12 8:21 UTC (permalink / raw)
To: Nate DeSimone
Cc: devel, Andrew Fish, Laszlo Ersek, Michael D Kinney,
Michael Kubacki, Ankit Sinha, Chasel Chiu
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 <afish@apple.com>
> Cc: Laszlo Ersek <lersek@redhat.com>
> Cc: Leif Lindholm <leif.lindholm@linaro.org>
> Cc: Michael D Kinney <michael.d.kinney@intel.com>
> Cc: Michael Kubacki <michael.a.kubacki@intel.com>
> Cc: Ankit Sinha <ankit.sinha@intel.com>
> Cc: Chasel Chiu <chasel.chiu@intel.com>
> Signed-off-by: Nate DeSimone <nathaniel.l.desimone@intel.com>
Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
> ---
> 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
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [edk2-platforms] [PATCH v2] Platform/Intel: Update Readme.md to point to edk2-non-osi master branch
2019-08-11 23:44 [edk2-platforms] [PATCH v2] Platform/Intel: Update Readme.md to point to edk2-non-osi master branch Nate DeSimone
2019-08-12 1:11 ` Chiu, Chasel
2019-08-12 8:21 ` Leif Lindholm
@ 2019-08-12 15:56 ` Kubacki, Michael A
2019-08-13 1:36 ` Nate DeSimone
2 siblings, 1 reply; 5+ messages in thread
From: Kubacki, Michael A @ 2019-08-12 15:56 UTC (permalink / raw)
To: Desimone, Nathaniel L, devel@edk2.groups.io
Cc: Andrew Fish, Laszlo Ersek, Leif Lindholm, Kinney, Michael D,
Sinha, Ankit, Chiu, Chasel
Reviewed-by: Michael Kubacki <michael.a.kubacki@intel.com>
> -----Original Message-----
> From: Desimone, Nathaniel L
> Sent: Sunday, August 11, 2019 4:45 PM
> To: devel@edk2.groups.io
> Cc: Andrew Fish <afish@apple.com>; Laszlo Ersek <lersek@redhat.com>; Leif
> Lindholm <leif.lindholm@linaro.org>; Kinney, Michael D
> <michael.d.kinney@intel.com>; Kubacki, Michael A
> <michael.a.kubacki@intel.com>; Sinha, Ankit <ankit.sinha@intel.com>; Chiu,
> Chasel <chasel.chiu@intel.com>
> Subject: [edk2-platforms] [PATCH v2] Platform/Intel: Update Readme.md to
> point to edk2-non-osi master branch
>
> 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 <afish@apple.com>
> Cc: Laszlo Ersek <lersek@redhat.com>
> Cc: Leif Lindholm <leif.lindholm@linaro.org>
> Cc: Michael D Kinney <michael.d.kinney@intel.com>
> Cc: Michael Kubacki <michael.a.kubacki@intel.com>
> Cc: Ankit Sinha <ankit.sinha@intel.com>
> Cc: Chasel Chiu <chasel.chiu@intel.com>
> Signed-off-by: Nate DeSimone <nathaniel.l.desimone@intel.com>
> ---
> 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-sp
> +ecification/)
> +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
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [edk2-platforms] [PATCH v2] Platform/Intel: Update Readme.md to point to edk2-non-osi master branch
2019-08-12 15:56 ` Kubacki, Michael A
@ 2019-08-13 1:36 ` Nate DeSimone
0 siblings, 0 replies; 5+ messages in thread
From: Nate DeSimone @ 2019-08-13 1:36 UTC (permalink / raw)
To: Kubacki, Michael A, devel@edk2.groups.io
Cc: Andrew Fish, Laszlo Ersek, Leif Lindholm, Kinney, Michael D,
Sinha, Ankit, Chiu, Chasel
Pushed: https://github.com/tianocore/edk2-platforms/commit/2c93b663817b69c809a329f4920f9584b1fe5eb8
-----Original Message-----
From: Kubacki, Michael A
Sent: Monday, August 12, 2019 8:57 AM
To: Desimone, Nathaniel L <nathaniel.l.desimone@intel.com>; devel@edk2.groups.io
Cc: Andrew Fish <afish@apple.com>; Laszlo Ersek <lersek@redhat.com>; Leif Lindholm <leif.lindholm@linaro.org>; Kinney, Michael D <michael.d.kinney@intel.com>; Sinha, Ankit <ankit.sinha@intel.com>; Chiu, Chasel <chasel.chiu@intel.com>
Subject: RE: [edk2-platforms] [PATCH v2] Platform/Intel: Update Readme.md to point to edk2-non-osi master branch
Reviewed-by: Michael Kubacki <michael.a.kubacki@intel.com>
> -----Original Message-----
> From: Desimone, Nathaniel L
> Sent: Sunday, August 11, 2019 4:45 PM
> To: devel@edk2.groups.io
> Cc: Andrew Fish <afish@apple.com>; Laszlo Ersek <lersek@redhat.com>;
> Leif Lindholm <leif.lindholm@linaro.org>; Kinney, Michael D
> <michael.d.kinney@intel.com>; Kubacki, Michael A
> <michael.a.kubacki@intel.com>; Sinha, Ankit <ankit.sinha@intel.com>;
> Chiu, Chasel <chasel.chiu@intel.com>
> Subject: [edk2-platforms] [PATCH v2] Platform/Intel: Update Readme.md
> to point to edk2-non-osi master branch
>
> 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 <afish@apple.com>
> Cc: Laszlo Ersek <lersek@redhat.com>
> Cc: Leif Lindholm <leif.lindholm@linaro.org>
> Cc: Michael D Kinney <michael.d.kinney@intel.com>
> Cc: Michael Kubacki <michael.a.kubacki@intel.com>
> Cc: Ankit Sinha <ankit.sinha@intel.com>
> Cc: Chasel Chiu <chasel.chiu@intel.com>
> Signed-off-by: Nate DeSimone <nathaniel.l.desimone@intel.com>
> ---
> 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-
> +sp
> +ecification/)
> +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
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2019-08-13 1:36 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-08-11 23:44 [edk2-platforms] [PATCH v2] Platform/Intel: Update Readme.md to point to edk2-non-osi master branch Nate DeSimone
2019-08-12 1:11 ` Chiu, Chasel
2019-08-12 8:21 ` Leif Lindholm
2019-08-12 15:56 ` Kubacki, Michael A
2019-08-13 1:36 ` Nate DeSimone
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox