Mở menu

What is EDK II Package?

Quick note explaining EDK II Package for BIOS/UEFI and embedded firmware readers.

1 min read
Đọc bằng English Tiếng Việt 日本語
EDK II Terms cover

What is EDK II Package?

EDK II Package is an EDK II build or module concept used to organize firmware source, metadata, dependencies, or platform configuration.

Why it matters

  • Explains EDK II source and build metadata.
  • Helps debug build, library resolution, and image-packaging issues.
  • Useful when moving from embedded C to UEFI development.

Practical example

Example: when a module builds but does not appear in the final image, check both DSC inclusion and FDF/FV placement.

Quick checklist

  • Is the module listed in the correct DSC?
  • Is it placed in the expected FV through FDF?
  • Are library classes, packages, PCDs, and DEPEX resolved correctly?

Quick takeaway

EDK II Package is a small concept, but it often becomes important when reading logs or debugging real firmware.

Public references

Found this useful?

Save it or share it with someone learning firmware, BIOS/UEFI, and embedded systems.

Nội dung liên quan

Một số bài viết, ghi chú hoặc project có liên quan đến nội dung bạn vừa đọc.

Biến note thành bài viết hoàn chỉnh

Notes là nơi ghi nhanh khái niệm.