NVIDIA/edk2
C
Captured source
source ↗NVIDIA/edk2
Description: NVIDIA fork of tianocore/edk2
Language: C
License: NOASSERTION
Stars: 27
Forks: 19
Open issues: 7
Created: 2022-03-01T00:45:24Z
Pushed: 2026-06-10T09:07:16Z
Default branch: main-edk2-stable202508
Fork: no
Archived: no
README: ============== EDK II Project ==============
A modern, feature-rich, cross-platform firmware development environment for the UEFI and PI specifications from www.uefi.org.
:alt: CI Minimum Python Version
It is recommended to install this Python version to run the full set of scripts that enable CI in the project.
Other Python requirements for build can be found in the EDK II Build Instructions __.
Core CI Build Status --------------------
============================= ================= =============== =================== Host Type & Toolchain Build Status Test Status Code Coverage ============================= ================= =============== =================== Windows_VS_ |WindowsCiBuild| |WindowsCiTest| |WindowsCiCoverage| Ubuntu_GCC_ |UbuntuCiBuild| |UbuntuCiTest| |UbuntuCiCoverage| ============================= ================= =============== ===================
More CI Build information __
Platform CI Build Status ------------------------
Microsoft Windows Visual Studio (VS)
============================= ================= ============= ============= ============== Toolchain CONFIG DEBUG RELEASE NOOPT ============================= ================= ============= ============= ============== EmulatorPkg_Win_VS_ | IA32 |em32d| |em32r| |em32n| | | X64 |em64d| |em64r| |em64n| | | IA32 FULL |em32fd| |em32fr| |em32fn| | | X64 FULL |em64fd| |em64fr| |em64fn| OvmfPkg_Win_VS_ | IA32 |op32d| |op32r| |op32n| | | X64 |op64d| |op64r| |op64n| | | IA32 X64 |op3264d| |op3264r| |op3264n| | | IA32 X64 FULL |op3264fd| |op3264fr| **N/A** ============================= ================= ============= ============= ============== Ubuntu 24.04
============================= ================= ============= ============= ============== Toolchain CONFIG DEBUG RELEASE NOOPT ============================= ================= ============= ============= ============== ArmVirtPkg_Ubuntu_GCC_ | AARCH64 |avAArch64du| |avAArch64ru| |avAArch64nu| | | ARM |avArmdu| |avArmru| |avArmnu| EmulatorPkg_Ubuntu_GCC_ | IA32 N/A N/A N/A | | X64 |em64du| |em64ru| |em64nu| | | IA32 FULL N/A N/A N/A | | X64 FULL |em64fdu| |em64fru| |em64fnu| OvmfPkg_Ubuntu_GCC_ | IA32 |op32du| |op32ru| |op32nu| | | X64 |op64du| |op64ru| |op64nu| | | IA32 X64 |op3264du| |op3264ru| |op3264nu| | | IA32 X64 FULL |op3264fdu| |op3264fru| N/A ============================= ================= ============= ============= ==============
|TCBZ_2639|_ - EmulatorPkg Ubuntu GCC5 Segfaults during execution.
More ArmVirtPkg CI Build Information __
More EmulatorPkg CI Build Information __
More OvmfPkg CI Build Information __
License Details ---------------
The majority of the content in the EDK II open source project uses a BSD-2-Clause Plus Patent License __. The EDK II open source project contains the following components that are covered by additional licenses:
BaseTools/Plugin/CodeQL/analyze__BaseTools/Source/C/LzmaCompress__BaseTools/Source/C/VfrCompile/Pccts__CryptoPkg\Library\BaseCryptLib\SysCall\inet_pton.c__CryptoPkg\Library\Include\crypto\dso_conf.h__CryptoPkg\Library\Include\openssl\opensslconf.h__MdeModulePkg/Library/LzmaCustomDecompressLib__OvmfPkg__
The EDK II open source project uses content from upstream projects as git submodules that are covered by additional licenses.
BaseTools/Source/C/BrotliCompress/brotli__CryptoPkg/Library/OpensslLib/openssl__CryptoPkg/Library/MbedTlsLib/mbedtls__MdeModulePkg/Library/BrotliCustomDecompressLib/brotli__MdeModulePkg/Universal/RegularExpressionDxe/oniguruma__UnitTestFrameworkPkg/Library/CmockaLib/cmocka__UnitTestFrameworkPkg/Library/GoogleTestLib/googletest__UnitTestFrameworkPkg/Library/SubhookLib/subhook__RedfishPkg/Library/JsonLib/jansson__MdePkg/Library/BaseFdtLib/libfdt__MdePkg/Library/MipiSysTLib/mipisyst__SecurityPkg/DeviceSecurity/SpdmLib/libspdm__
The EDK II Project is composed of packages. The maintainers for each package are listed in Maintainers.txt __.
Resources ---------
TianoCore__- `EDK
II `__
- `Getting Started with EDK
II `__
- `Mailing
Lists `__
- `How To
Contribute `__
- `Release
Planning `__
Code Contributions ------------------
To make a contribution to a TianoCore project, follow these steps.
#. Create a change description in the format specified below to use in the source control commit log. #. Your commit message must include your `Signed-off-by` signature #. Submit your code to the TianoCore project using the process that the project documents on its web page. If the process is not documented, then submit the code on development email list for the project. #. It is preferred that contributions are submitted using the same copyright license as the base project. When that is not possible, then contributions using the following licenses can be accepted:
- Apache License, Version 2.0: https://opensource.org/license/apache-2-0/
- BSD (2-clause): https://opensource.org/license/BSD-2-Clause
- BSD (3-clause): https://opensource.org/license/BSD-3-Clause
- MIT: https://opensource.org/license/MIT
- Python-2.0: https://opensource.org/license/Python-2.0
- Zlib: https://opensource.org/license/Zlib
For documentation:
- FreeBSD Documentation License
https://www.freebsd.org/copyright/freebsd-doc-license.html
Contributions of code put into the public domain can also be accepted.
Contributions using other licenses might be accepted, but further review will be required.
Developer Certificate of Origin -------------------------------
Your change description should use the standard format for a commit message, and must include your `Signed-off-by` signature.
In order to keep track of who did what, all patches contributed must include a statement that to the best of the contributor's knowledge they have the right to contribute it under the specified license.
The test for this is as specified in the Developer's Certificate of Origin (DCO) 1.1 __. The contributor certifies compliance by adding a line saying
Signed-off-by: Developer Name developer@example.org
where `Developer Name` is the…
Excerpt shown — open the source for the full document.