X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=ReadMe.rst;h=8f5db11281bf87d5197b62fec669c421de35a4e9;hb=4b56ad2049b84a3c1a1efaa28213cf6134bd8d4d;hp=d597e34efc229f4773eacc20c9e4eaca5edf0acf;hpb=64ab457d1f218a02f3bdd8efc843e91be76d5385;p=mirror_edk2.git diff --git a/ReadMe.rst b/ReadMe.rst index d597e34efc..8f5db11281 100644 --- a/ReadMe.rst +++ b/ReadMe.rst @@ -28,6 +28,8 @@ Microsoft Windows VS2019 ============================= ================= ============= ============= ============== EmulatorPkg_Win_VS2019_ | IA32 |em32d| |em32r| |em32n| | | X64 |em64d| |em64r| |em64n| +| | IA32 FULL |em32fd| |em32fr| |em32fn| +| | X64 FULL |em64fd| |em64fr| |em64fn| OvmfPkg_Win_VS2019_ | IA32 |op32d| |op32r| |op32n| | | X64 |op64d| |op64r| |op64n| | | IA32 X64 |op3264d| |op3264r| |op3264n| @@ -44,6 +46,8 @@ ArmVirtPkg_Ubuntu_GCC5_ | AARCH64 |avAArch64du| |avAArch64ru| |avA | | ARM |avArmdu| |avArmru| |avArmnu| EmulatorPkg_Ubuntu_GCC5_ | IA32 |em32du| |em32ru| |em32nu| | | X64 |em64du| |em64ru| |em64nu| +| | IA32 FULL |em32fdu| |em32fru| |em32fnu| +| | X64 FULL |em64fdu| |em64fru| |em64fnu| OvmfPkg_Ubuntu_GCC5_ | IA32 |op32du| |op32ru| |op32nu| | | X64 |op64du| |op64ru| |op64nu| | | IA32 X64 |op3264du| |op3264ru| |op3264nu| @@ -69,16 +73,27 @@ The majority of the content in the EDK II open source project uses a source project contains the following components that are covered by additional licenses: -- `BaseTools/Source/C/BrotliCompress/brotli `__ -- `MdeModulePkg/Library/BrotliCustomDecompressLib/brotli `__ - `BaseTools/Source/C/LzmaCompress `__ -- `MdeModulePkg/Library/LzmaCustomDecompressLib `__ -- `IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk `__ - `BaseTools/Source/C/VfrCompile/Pccts `__ -- `MdeModulePkg/Universal/RegularExpressionDxe/oniguruma `__ +- `CryptoPkg\Library\BaseCryptLib\SysCall\inet_pton.c `__ +- `CryptoPkg\Library\Include\crypto\dso_conf.h `__ +- `CryptoPkg\Library\Include\openssl\opensslconf.h `__ +- `EmbeddedPkg/Library/FdtLib `__. (EDK II uses BSD License) +- `EmbeddedPkg/Include/fdt.h `__. (EDK II uses BSD Licence) +- `EmbeddedPkg/Include/libfdt.h `__. (EDK II uses BSD License) +- `MdeModulePkg/Library/LzmaCustomDecompressLib `__ - `OvmfPkg `__ -- `CryptoPkg/Library/OpensslLib/openssl `__ + +The EDK II open source project uses content from upstream projects as git submodules +that are covered by additional licenses. + - `ArmPkg/Library/ArmSoftFloatLib/berkeley-softfloat-3 `__ +- `BaseTools/Source/C/BrotliCompress/brotli `__ +- `CryptoPkg/Library/OpensslLib/openssl `__ +- `MdeModulePkg/Library/BrotliCustomDecompressLib/brotli `__ +- `MdeModulePkg/Universal/RegularExpressionDxe/oniguruma `__ +- `UnitTestFrameworkPkg/Library/CmockaLib/cmocka `__ +- `RedfishPkg/Library/JsonLib/jansson `__ The EDK II Project is composed of packages. The maintainers for each package are listed in `Maintainers.txt `__. @@ -309,6 +324,13 @@ use. .. |em32n| image:: https://dev.azure.com/tianocore/edk2-ci/_apis/build/status/PlatformCI_EmulatorPkg_Windows_VS2019_CI?branchName=master&jobName=Platform_CI&configuration=Platform_CI%20EmulatorPkg_IA32_NOOPT .. |em32nu| image:: https://dev.azure.com/tianocore/edk2-ci/_apis/build/status/PlatformCI_EmulatorPkg_Ubuntu_GCC5_CI?branchName=master&jobName=Platform_CI&configuration=Platform_CI%20EmulatorPkg_IA32_NOOPT +.. |em32fd| image:: https://dev.azure.com/tianocore/edk2-ci/_apis/build/status/PlatformCI_EmulatorPkg_Windows_VS2019_CI?branchName=master&jobName=Platform_CI&configuration=Platform_CI%20EmulatorPkg_IA32_FULL_DEBUG +.. |em32fdu| image:: https://dev.azure.com/tianocore/edk2-ci/_apis/build/status/PlatformCI_EmulatorPkg_Ubuntu_GCC5_CI?branchName=master&jobName=Platform_CI&configuration=Platform_CI%20EmulatorPkg_IA32_FULL_DEBUG +.. |em32fr| image:: https://dev.azure.com/tianocore/edk2-ci/_apis/build/status/PlatformCI_EmulatorPkg_Windows_VS2019_CI?branchName=master&jobName=Platform_CI&configuration=Platform_CI%20EmulatorPkg_IA32_FULL_RELEASE +.. |em32fru| image:: https://dev.azure.com/tianocore/edk2-ci/_apis/build/status/PlatformCI_EmulatorPkg_Ubuntu_GCC5_CI?branchName=master&jobName=Platform_CI&configuration=Platform_CI%20EmulatorPkg_IA32_FULL_RELEASE +.. |em32fn| image:: https://dev.azure.com/tianocore/edk2-ci/_apis/build/status/PlatformCI_EmulatorPkg_Windows_VS2019_CI?branchName=master&jobName=Platform_CI&configuration=Platform_CI%20EmulatorPkg_IA32_FULL_NOOPT +.. |em32fnu| image:: https://dev.azure.com/tianocore/edk2-ci/_apis/build/status/PlatformCI_EmulatorPkg_Ubuntu_GCC5_CI?branchName=master&jobName=Platform_CI&configuration=Platform_CI%20EmulatorPkg_IA32_FULL_NOOPT + .. |em64d| image:: https://dev.azure.com/tianocore/edk2-ci/_apis/build/status/PlatformCI_EmulatorPkg_Windows_VS2019_CI?branchName=master&jobName=Platform_CI&configuration=Platform_CI%20EmulatorPkg_X64_DEBUG .. |em64du| image:: https://dev.azure.com/tianocore/edk2-ci/_apis/build/status/PlatformCI_EmulatorPkg_Ubuntu_GCC5_CI?branchName=master&jobName=Platform_CI&configuration=Platform_CI%20EmulatorPkg_X64_DEBUG .. |em64r| image:: https://dev.azure.com/tianocore/edk2-ci/_apis/build/status/PlatformCI_EmulatorPkg_Windows_VS2019_CI?branchName=master&jobName=Platform_CI&configuration=Platform_CI%20EmulatorPkg_X64_RELEASE @@ -316,6 +338,13 @@ use. .. |em64n| image:: https://dev.azure.com/tianocore/edk2-ci/_apis/build/status/PlatformCI_EmulatorPkg_Windows_VS2019_CI?branchName=master&jobName=Platform_CI&configuration=Platform_CI%20EmulatorPkg_X64_NOOPT .. |em64nu| image:: https://dev.azure.com/tianocore/edk2-ci/_apis/build/status/PlatformCI_EmulatorPkg_Ubuntu_GCC5_CI?branchName=master&jobName=Platform_CI&configuration=Platform_CI%20EmulatorPkg_X64_NOOPT +.. |em64fd| image:: https://dev.azure.com/tianocore/edk2-ci/_apis/build/status/PlatformCI_EmulatorPkg_Windows_VS2019_CI?branchName=master&jobName=Platform_CI&configuration=Platform_CI%20EmulatorPkg_X64_FULL_DEBUG +.. |em64fdu| image:: https://dev.azure.com/tianocore/edk2-ci/_apis/build/status/PlatformCI_EmulatorPkg_Ubuntu_GCC5_CI?branchName=master&jobName=Platform_CI&configuration=Platform_CI%20EmulatorPkg_X64_FULL_DEBUG +.. |em64fr| image:: https://dev.azure.com/tianocore/edk2-ci/_apis/build/status/PlatformCI_EmulatorPkg_Windows_VS2019_CI?branchName=master&jobName=Platform_CI&configuration=Platform_CI%20EmulatorPkg_X64_FULL_RELEASE +.. |em64fru| image:: https://dev.azure.com/tianocore/edk2-ci/_apis/build/status/PlatformCI_EmulatorPkg_Ubuntu_GCC5_CI?branchName=master&jobName=Platform_CI&configuration=Platform_CI%20EmulatorPkg_X64_FULL_RELEASE +.. |em64fn| image:: https://dev.azure.com/tianocore/edk2-ci/_apis/build/status/PlatformCI_EmulatorPkg_Windows_VS2019_CI?branchName=master&jobName=Platform_CI&configuration=Platform_CI%20EmulatorPkg_X64_FULL_NOOPT +.. |em64fnu| image:: https://dev.azure.com/tianocore/edk2-ci/_apis/build/status/PlatformCI_EmulatorPkg_Ubuntu_GCC5_CI?branchName=master&jobName=Platform_CI&configuration=Platform_CI%20EmulatorPkg_X64_FULL_NOOPT + .. OvmfPkg .. |TCBZ_2661| image:: https://img.shields.io/bugzilla/2661?baseUrl=https%3A%2F%2Fbugzilla.tianocore.org