📊 UEFI Build Report Explorer

Drop BUILD_REPORT.txt here or click to browse…

    UEFI Build Report Explorer

    Load an EDK2 BUILD_REPORT.txt (generated with build -Y PCD -Y LIBRARY -Y FLASH -Y DEPEX -Y BUILD_FLAGS) to explore it as a navigable tree.

    Features
    • Left tree groups content into Platform Summary, Platform PCDs, Firmware Devices, and Modules
    • Each module expands into its PCD, Library, DEPEX, and Build Flags sub-sections
    • Firmware Devices expand into their FD / Nested FV regions
    • Right pane shows the raw section content with light syntax highlighting
    Filter tree box narrows the tree by module/section name
    • Switch the filter mode to Library or PCD to list only modules that use a given library or PCD
    • Toggle Aa (match case) and ab (whole word) on either search box, just like VS Code
    Find in content box highlights and jumps between matches (Enter / Shift+Enter)
    • Everything runs locally in your browser — no upload


    How it works
    • The parser splits the report on its >===< section and >---< sub-section markers
    • Sections titled Module Summary are grouped under Modules; Firmware Device (FD) under Firmware Devices

    Features
    • Tree navigation on the left, section content on the right
    • Syntax highlighting for GUIDs, PCD types, override flags (*B *P *F *M) and hex values
    Ctrl+Click the tree filter to clear it quickly, or press Esc in either search box
    • Drag a resizer between panes to adjust the tree width