summaryrefslogtreecommitdiff
path: root/Readme.md
diff options
context:
space:
mode:
authorMichael Kinney <michael.d.kinney@intel.com>2016-10-13 23:53:26 -0700
committerMichael Kinney <michael.d.kinney@intel.com>2016-10-13 23:53:26 -0700
commit6a7b914b48d81b6c98b41a6fde9c5d6a391414bb (patch)
tree3edc7432d98b51ad6a90618b6b5ef77f51d25073 /Readme.md
parentf42d25cd4477574a9e9604ea0260feb35b2b1eb2 (diff)
downloadedk2-platforms-6a7b914b48d81b6c98b41a6fde9c5d6a391414bb.tar.xz
Add template for a branch with multiple platforms
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Michael Kinney <michael.d.kinney@intel.com>
Diffstat (limited to 'Readme.md')
-rw-r--r--Readme.md14
1 files changed, 12 insertions, 2 deletions
diff --git a/Readme.md b/Readme.md
index 715ea4882c..b51fed4163 100644
--- a/Readme.md
+++ b/Readme.md
@@ -1,6 +1,6 @@
This repository contains platforms maintained by the EDK II community.
-#Introduction
+# Introduction
Need place on tianocore.org where platforms can be maintained by the
EDK II community. This serves several purposes:
@@ -14,7 +14,7 @@ EDK II community. This serves several purposes:
release cycle.
* Not intended to be used for bug fixes.
-#Process for creating, using, and maintaining platforms
+# Process for creating, using, and maintaining platforms
1. Create a new repo called edk2-platforms
1. The default branch edk2-platforms/master contains all open
@@ -91,3 +91,13 @@ EDK II community. This serves several purposes:
2. Following instructions in Readme.MD to build firmware and
update target platform
+
+# Multiple Platform Template
+
+This section is a template for a Readme.MD in an edk2-platforms branch
+that support multiple platforms. The list of platforms is presented here
+with links to the Readme.MD in each platform subdirectory
+
+* [Sample Platform](SamplePlatformPkg/Readme.md)
+* [Another Platform](AnotherPlatformPkg/Readme.md)
+* [Yet Another Platform](YetAnotherPlatformPkg/Readme.md)