What is PCIe Enumeration in UEFI?
Quick note explaining PCIe Enumeration in UEFI for BIOS/UEFI and embedded firmware readers.
What is PCIe Enumeration in UEFI?
PCIe enumeration is the firmware process of discovering PCI/PCIe devices, reading configuration space, assigning resources, and exposing device handles/protocols.
Why it matters
- Describes how firmware exposes hardware behavior to the OS.
- Helps connect schematic-level signals with OS-visible devices.
- Useful for debugging boot, power, and device-enumeration issues.
Practical example
Example: when a device is visible in firmware but not in the OS, compare ACPI namespace output, OS logs, and the resources returned by _CRS.
Quick checklist
- Which phase is the last confirmed point in the log?
- Is there enough context around the failure?
- Can UEFI Shell output confirm the same state?
Quick takeaway
PCIe Enumeration in UEFI is the contract between firmware description and OS interpretation.
Related notes
- What is BDF in PCIe?
- What is BAR in PCIe?
- What is PCI Configuration Space?
- What is PCI Root Bridge?
- What is Protocol in UEFI?
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.
What is USB Initialization in DXE?
Quick note explaining USB Initialization in DXE for BIOS/UEFI and embedded firmware readers.
What is HOB?
Quick note explaining HOB for BIOS/UEFI and embedded firmware readers.
What is DXE?
Quick note explaining DXE for BIOS/UEFI and embedded firmware readers.
Biến note thành bài viết hoàn chỉnh
Notes là nơi ghi nhanh khái niệm.