]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Readme.md
UefiCpuPkg/MpInitLib: Skip reading PlatformId on AMD processors.
[mirror_edk2.git] / Readme.md
index 27e4ce07719bd238affc479709725713008757ef..594f16b20756ab78987fef4feac2e439743d5b4a 100644 (file)
--- a/Readme.md
+++ b/Readme.md
@@ -3,6 +3,57 @@
 A modern, feature-rich, cross-platform firmware development environment\r
 for the UEFI and PI specifications from www.uefi.org.\r
 \r
+# Build Status\r
+\r
+<table>\r
+  <tr>\r
+    <th>Host Type</th>\r
+    <th>Toolchain</th>\r
+    <th>Branch</th>\r
+    <th>Build Status</th>\r
+    <th>Test Status</th>\r
+    <th>Code Coverage</th>\r
+  </tr>\r
+  <tr>\r
+    <td>Windows</td>\r
+    <td>VS2019</td>\r
+    <td>master</td>\r
+    <td>\r
+      <a  href="https://dev.azure.com/tianocore/edk2-ci/_build/latest?definitionId=32&branchName=master">\r
+      <img src="https://dev.azure.com/tianocore/edk2-ci/_apis/build/status/Windows%20VS2019%20CI?branchName=master"/></a>\r
+    </td>\r
+    <td>\r
+      <a  href="https://dev.azure.com/tianocore/edk2-ci/_build/latest?definitionId=32&branchName=master">\r
+      <img src="https://img.shields.io/azure-devops/tests/tianocore/edk2-ci/32.svg"/></a>\r
+    </td>\r
+    <td>\r
+      <a  href="https://dev.azure.com/tianocore/edk2-ci/_build/latest?definitionId=32&branchName=master">\r
+      <img src="https://img.shields.io/badge/coverage-coming_soon-blue"/></a>\r
+    </td>\r
+  </tr>\r
+  <tr>\r
+    <td>Ubuntu</td>\r
+    <td>GCC</td>\r
+    <td>master</td>\r
+    <td>\r
+      <a  href="https://dev.azure.com/tianocore/edk2-ci/_build/latest?definitionId=31&branchName=master">\r
+      <img src="https://dev.azure.com/tianocore/edk2-ci/_apis/build/status/Ubuntu%20GCC5%20CI?branchName=master"/></a>\r
+    </td>\r
+    <td>\r
+      <a  href="https://dev.azure.com/tianocore/edk2-ci/_build/latest?definitionId=31&branchName=master">\r
+      <img src="https://img.shields.io/azure-devops/tests/tianocore/edk2-ci/31.svg"/></a>\r
+    </td>\r
+    <td>\r
+      <a  href="https://dev.azure.com/tianocore/edk2-ci/_build/latest?definitionId=31&branchName=master">\r
+      <img src="https://img.shields.io/badge/coverage-coming_soon-blue"/></a>\r
+    </td>\r
+  </tr>\r
+</table>\r
+\r
+[More CI Build information](.pytool/Readme.md)\r
+\r
+# License Details\r
+\r
 The majority of the content in the EDK II open source project uses a\r
 [BSD-2-Clause Plus Patent License](License.txt).  The EDK II open source project\r
 contains the following components that are covered by additional licenses:\r
@@ -144,12 +195,12 @@ Signed-off-by: Contributor Name <contributor@example.com>
 # Submodules\r
 \r
 Submodule in EDK II is allowed but submodule chain should be avoided\r
-as possible as we can. Currently EDK II contains two submodules\r
+as possible as we can. Currently EDK II contains the following submodules\r
 \r
 - CryptoPkg/Library/OpensslLib/openssl\r
 - ArmPkg/Library/ArmSoftFloatLib/berkeley-softfloat-3\r
 \r
-The latter one is actually required by previous one. It's inevitable\r
+ArmSoftFloatLib is actually required by OpensslLib. It's inevitable\r
 in openssl-1.1.1 (since stable201905) for floating point parameter\r
 conversion, but should be dropped once there's no such need in future\r
 release of openssl.\r