Newer
Older
AMI-Aptio-BIOS-Reversed / OpaPlatCfg / README.md
@Ajax Dong Ajax Dong 2 days ago 769 bytes Init

OpaPlatCfg

Index Module Size Phase
329 OpaPlatCfg 4 KB (4452 B) DXE

Platform configuration driver for Intel Omni-Path Architecture (OPA). This module provides UEFI platform-level configuration support for OPA fabric devices, handling initialization and resource setup during the DXE phase.

Key Functions

  • ModuleEntryPoint -- UEFI entry point / initialization function
  • sub_364 -- Initialization handler (ImageHandle/SystemTable setup)
  • sub_4A8 -- Return/cleanup handler

Dependencies

  • UEFI Boot Services
  • OPA platform configuration protocols

Platform

x86-64 (PE32+), UEFI DXE driver, 5 PE sections (.text, .rdata, .data, section_3, .xdata)


HR650X BIOS Decompilation Project