From 6a7b914b48d81b6c98b41a6fde9c5d6a391414bb Mon Sep 17 00:00:00 2001 From: Michael Kinney Date: Thu, 13 Oct 2016 23:53:26 -0700 Subject: Add template for a branch with multiple platforms Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Michael Kinney --- AnotherPlatformPkg/Readme.md | 27 +++++++++++++++++++++++++++ Readme.md | 14 ++++++++++++-- SamplePlatformPkg/Readme.md | 27 +++++++++++++++++++++++++++ YetAnotherPlatformPkg/Readme.md | 27 +++++++++++++++++++++++++++ 4 files changed, 93 insertions(+), 2 deletions(-) create mode 100644 AnotherPlatformPkg/Readme.md create mode 100644 SamplePlatformPkg/Readme.md create mode 100644 YetAnotherPlatformPkg/Readme.md 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 -- cgit v1.2.3