summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNate DeSimone <nathaniel.l.desimone@intel.com>2019-08-08 14:17:13 -0700
committerNate DeSimone <nathaniel.l.desimone@intel.com>2019-08-12 18:32:11 -0700
commit2c93b663817b69c809a329f4920f9584b1fe5eb8 (patch)
tree25aa0e96df0c7c0acf747cde6e535829a4baac79
parent44ec9585e8fcdb638106975dc356e8ed28fd73bd (diff)
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> Reviewed-by: Chasel Chiu <chasel.chiu@intel.com> Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org> Reviewed-by: Michael Kubacki <michael.a.kubacki@intel.com>
-rw-r--r--Platform/Intel/Readme.md6
-rw-r--r--Readme.md4
2 files changed, 6 insertions, 4 deletions
diff --git a/Platform/Intel/Readme.md b/Platform/Intel/Readme.md
index 0a0e8a8c..00f42985 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 63e59f60..1befd0b5 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)