[edk2-devel] [edk2-platforms][PATCH V1 1/1] Readme.md: Add Intel platforms

2019-05-21 Thread Kubacki, Michael A
Adds information to Readme.md for Intel platforms recently
moved to the edk2-platforms repository.

Cc: Michael D Kinney 
Cc: Nate DeSimone 
Cc: Chasel Chiu 
Cc: Liming Gao 
Cc: Ruiyu Ni 

Signed-off-by: Michael Kubacki 
---
 Readme.md | 20 ++--
 1 file changed, 14 insertions(+), 6 deletions(-)

diff --git a/Readme.md b/Readme.md
index 59f739e861..e203795d47 100644
--- a/Readme.md
+++ b/Readme.md
@@ -222,6 +222,20 @@ they will be documented with the platform.
 * [D05](Platform/Hisilicon/D05)
 * [HiKey](Platform/Hisilicon/HiKey)
 
+## [Intel](Platform/Intel/Readme.md)
+### Minimum Platforms
+* [Clevo](Platform/Intel/ClevoOpenBoardPkg)
+* [Kaby Lake](Platform/Intel/KabylakeOpenBoardPkg)
+* [Purley](Platform/Intel/PurleyOpenBoardPkg)
+
+For more information, see the
+[EDK II Minimum Platform 
Specification](https://edk2-docs.gitbooks.io/edk-ii-minimum-platform-specification).
+### Other Platforms
+# Intel® Quark SoC X1000 based platforms
+* [Galileo](Platform/Intel/QuarkPlatformPkg)
+# Minnowboard Max/Turbot based on Intel Valleyview2 SoC
+* [Minnowboard Max](Platform/Intel/Vlv2TbltDevicePkg)
+
 ## Marvell
 * [Armada 70x0](Platform/Marvell/Armada)
 
@@ -231,12 +245,6 @@ they will be documented with the platform.
 ## Socionext
 * [SynQuacer](Platform/Socionext/DeveloperBox)
 
-## Intel(R) Quark SoC X1000 based platforms
-* [Galileo](Platform/Intel/QuarkPlatformPkg)
-
-## Minnowboard Max/Turbot based on Intel Valleyview2 SoC
-* [Minnowboard Max](Platform/Intel/Vlv2TbltDevicePkg)
-
 # Maintainers
 
 See [Maintainers.txt](Maintainers.txt).
-- 
2.16.2.windows.1


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#41159): https://edk2.groups.io/g/devel/message/41159
Mute This Topic: https://groups.io/mt/31698921/21656
Group Owner: devel+ow...@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [edk2-devel] [edk2-platforms][PATCH V1 1/1] Readme.md: Add Intel platforms

2019-05-21 Thread Nate DeSimone
Reviewed-by: Nate DeSimone 

On 5/21/19, 9:50 AM, "Kubacki, Michael A"  wrote:

Adds information to Readme.md for Intel platforms recently
moved to the edk2-platforms repository.

Cc: Michael D Kinney 
Cc: Nate DeSimone 
Cc: Chasel Chiu 
Cc: Liming Gao 
Cc: Ruiyu Ni 

Signed-off-by: Michael Kubacki 
---
 Readme.md | 20 ++--
 1 file changed, 14 insertions(+), 6 deletions(-)

diff --git a/Readme.md b/Readme.md
index 59f739e861..e203795d47 100644
--- a/Readme.md
+++ b/Readme.md
@@ -222,6 +222,20 @@ they will be documented with the platform.
 * [D05](Platform/Hisilicon/D05)
 * [HiKey](Platform/Hisilicon/HiKey)
 
+## [Intel](Platform/Intel/Readme.md)
+### Minimum Platforms
+* [Clevo](Platform/Intel/ClevoOpenBoardPkg)
+* [Kaby Lake](Platform/Intel/KabylakeOpenBoardPkg)
+* [Purley](Platform/Intel/PurleyOpenBoardPkg)
+
+For more information, see the
+[EDK II Minimum Platform 
Specification](https://edk2-docs.gitbooks.io/edk-ii-minimum-platform-specification).
+### Other Platforms
+# Intel® Quark SoC X1000 based platforms
+* [Galileo](Platform/Intel/QuarkPlatformPkg)
+# Minnowboard Max/Turbot based on Intel Valleyview2 SoC
+* [Minnowboard Max](Platform/Intel/Vlv2TbltDevicePkg)
+
 ## Marvell
 * [Armada 70x0](Platform/Marvell/Armada)
 
@@ -231,12 +245,6 @@ they will be documented with the platform.
 ## Socionext
 * [SynQuacer](Platform/Socionext/DeveloperBox)
 
-## Intel(R) Quark SoC X1000 based platforms
-* [Galileo](Platform/Intel/QuarkPlatformPkg)
-
-## Minnowboard Max/Turbot based on Intel Valleyview2 SoC
-* [Minnowboard Max](Platform/Intel/Vlv2TbltDevicePkg)
-
 # Maintainers
 
 See [Maintainers.txt](Maintainers.txt).
-- 
2.16.2.windows.1




-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#41162): https://edk2.groups.io/g/devel/message/41162
Mute This Topic: https://groups.io/mt/31698921/21656
Group Owner: devel+ow...@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [edk2-devel] [edk2-platforms][PATCH V1 1/1] Readme.md: Add Intel platforms

2019-05-21 Thread Chiu, Chasel


Reviewed-by: Chasel Chiu 


> -Original Message-
> From: Kubacki, Michael A
> Sent: Wednesday, May 22, 2019 12:49 AM
> To: devel@edk2.groups.io
> Cc: Kinney, Michael D ; Desimone, Nathaniel L
> ; Chiu, Chasel ; Gao,
> Liming ; Ni, Ray 
> Subject: [edk2-platforms][PATCH V1 1/1] Readme.md: Add Intel platforms
> 
> Adds information to Readme.md for Intel platforms recently moved to the
> edk2-platforms repository.
> 
> Cc: Michael D Kinney 
> Cc: Nate DeSimone 
> Cc: Chasel Chiu 
> Cc: Liming Gao 
> Cc: Ruiyu Ni 
> 
> Signed-off-by: Michael Kubacki 
> ---
>  Readme.md | 20 ++--
>  1 file changed, 14 insertions(+), 6 deletions(-)
> 
> diff --git a/Readme.md b/Readme.md
> index 59f739e861..e203795d47 100644
> --- a/Readme.md
> +++ b/Readme.md
> @@ -222,6 +222,20 @@ they will be documented with the platform.
>  * [D05](Platform/Hisilicon/D05)
>  * [HiKey](Platform/Hisilicon/HiKey)
> 
> +## [Intel](Platform/Intel/Readme.md)
> +### Minimum Platforms
> +* [Clevo](Platform/Intel/ClevoOpenBoardPkg)
> +* [Kaby Lake](Platform/Intel/KabylakeOpenBoardPkg)
> +* [Purley](Platform/Intel/PurleyOpenBoardPkg)
> +
> +For more information, see the
> +[EDK II Minimum Platform
> Specification](https://edk2-docs.gitbooks.io/edk-ii-minimum-platform-specific
> ation).
> +### Other Platforms
> +# Intel® Quark SoC X1000 based platforms
> +* [Galileo](Platform/Intel/QuarkPlatformPkg)
> +# Minnowboard Max/Turbot based on Intel Valleyview2 SoC
> +* [Minnowboard Max](Platform/Intel/Vlv2TbltDevicePkg)
> +
>  ## Marvell
>  * [Armada 70x0](Platform/Marvell/Armada)
> 
> @@ -231,12 +245,6 @@ they will be documented with the platform.
>  ## Socionext
>  * [SynQuacer](Platform/Socionext/DeveloperBox)
> 
> -## Intel(R) Quark SoC X1000 based platforms
> -* [Galileo](Platform/Intel/QuarkPlatformPkg)
> -
> -## Minnowboard Max/Turbot based on Intel Valleyview2 SoC
> -* [Minnowboard Max](Platform/Intel/Vlv2TbltDevicePkg)
> -
>  # Maintainers
> 
>  See [Maintainers.txt](Maintainers.txt).
> --
> 2.16.2.windows.1


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#41174): https://edk2.groups.io/g/devel/message/41174
Mute This Topic: https://groups.io/mt/31698921/21656
Group Owner: devel+ow...@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-