Complete Tasks - lersek/edk2 GitHub Wiki

These tasks have already been completed and are examples of successful projects from prior years.

Table of Contents

Previously Complete Projects

Shell editor improvements

Various improvements for the Shell editor

More information: Tasks-Text Editor

USB-to-serial driver

Develop a USB driver for a common USB-to-serial adapter.

More information: Tasks-USB Serial Adapter driver

Optimize OVMF for Xen HVM domains

Add Xen specific support in OVMF to improve boot & runtime performance. http://www.xen.org/

Port EmulatorPkg to Windows

Port EmulatorPkg to Microsoft Windows (32/64 bit), as a replacement for NT32.

  • Difficulty: Medium
  • Language: C
  • Mentor:
  • Suggested by: @ajfish
More information: Tasks-EmulatorPkg for Windows

Add Visual Studio 2017 Support

Microsoft Visual Studio will be released March 7, 2017. Add VS2017 build support to EDK II.

Port Intel Firmware Engine SDK Extensions to OVMF

Intel Firmware Engine adds UserExtensions in the SDK to describe connections between modules and module parameters (as "Patchable In Binary" PCDs). This enables binary distribution of configurable firmware components. Porting these extensions to a branch of OVMF would allow development and testing of these concepts on a virtual platform.

  • Status: This application has EOL'd as of Aug 2019
  • Languages: C, Python
  • Mentor: @jcarsey

Enable Xen Support in OVMF

Get Xen to boot UEFI with OVMF.

  • Difficulty: Hard (depending on tasks taken on)
  • Language: C
  • Mentor: andreiwarkentin, @jljusten
  • Suggested by: andreiwarkentin
  • Status: Available in main edk2 tree

Multiprocessor support in UefiCpuPkg/CpuDxe

Enable multiprocessor support for IA32 & X64 within UefiCpuPkg/CpuDxe. (Implement MdePkg/Include/Protocol/MpService.h)

  • Difficulty: Medium
  • Language: Assembly, C
  • Mentor:
  • Suggested by: @jljusten
  • Status: Available in EDK II tree
More information: Tasks-UefiCpuPkg-CpuDxe MP support

Enable Link-time Code Optimization for Linux builds

Enable Link-time Code Optimization on Linux for either GCC or LLVM/CLANG. http://gcc.gnu.org/wiki/LinkTimeOptimization

This feature hopefully would significantly reduce code generation size for Linux based builds.

  • Difficulty: Medium
  • Language: C
  • Mentor:
  • Suggested by: @ajfish, @jljusten
  • Status: Available in GCC5 & CLANG38 toolchains

See Also

⚠️ **GitHub.com Fallback** ⚠️