summaryrefslogtreecommitdiff
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
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>
-rw-r--r--AnotherPlatformPkg/Readme.md27
-rw-r--r--Readme.md14
-rw-r--r--SamplePlatformPkg/Readme.md27
-rw-r--r--YetAnotherPlatformPkg/Readme.md27
4 files changed, 93 insertions, 2 deletions
diff --git a/AnotherPlatformPkg/Readme.md b/AnotherPlatformPkg/Readme.md
new file mode 100644
index 0000000000..01c2d07d72
--- /dev/null
+++ b/AnotherPlatformPkg/Readme.md
@@ -0,0 +1,27 @@
+# Another Platform
+
+Brief description of the Another Platform
+
+Download the sources:
+
+```
+git clone https://github.com/tianocore/edk2.git
+git clone https://github.com/tianocore/edk2-platforms.git
+git clone https://github.com/tianocore/edk2-non-osi.git
+```
+
+# Platform Owners
+
+# Platform Status
+
+# Linux Build Instructions
+
+# Windows Build Instructions
+
+# Target Update Instructions
+
+# Supported Operating Systems
+
+# Known Issues and Limitations
+
+# Related Materials
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)
diff --git a/SamplePlatformPkg/Readme.md b/SamplePlatformPkg/Readme.md
new file mode 100644
index 0000000000..a800cefc27
--- /dev/null
+++ b/SamplePlatformPkg/Readme.md
@@ -0,0 +1,27 @@
+# Sample Platform
+
+Brief description of the Sample Platform
+
+Download the sources:
+
+```
+git clone https://github.com/tianocore/edk2.git
+git clone https://github.com/tianocore/edk2-platforms.git
+git clone https://github.com/tianocore/edk2-non-osi.git
+```
+
+# Platform Owners
+
+# Platform Status
+
+# Linux Build Instructions
+
+# Windows Build Instructions
+
+# Target Update Instructions
+
+# Supported Operating Systems
+
+# Known Issues and Limitations
+
+# Related Materials
diff --git a/YetAnotherPlatformPkg/Readme.md b/YetAnotherPlatformPkg/Readme.md
new file mode 100644
index 0000000000..e977e2cf6c
--- /dev/null
+++ b/YetAnotherPlatformPkg/Readme.md
@@ -0,0 +1,27 @@
+# Yet Another Platform
+
+Brief description of the Yet Another Platform
+
+Download the sources:
+
+```
+git clone https://github.com/tianocore/edk2.git
+git clone https://github.com/tianocore/edk2-platforms.git
+git clone https://github.com/tianocore/edk2-non-osi.git
+```
+
+# Platform Owners
+
+# Platform Status
+
+# Linux Build Instructions
+
+# Windows Build Instructions
+
+# Target Update Instructions
+
+# Supported Operating Systems
+
+# Known Issues and Limitations
+
+# Related Materials