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

FpgaSocketSetup

Index Module Size Phase
332 FpgaSocketSetup 28 KB (28992 B) DXE

UEFI driver providing BIOS setup configuration for the FPGA socket on Neon City / Lightning Ridge platforms. This module handles FPGA-specific HII forms and setup options, including error handling for FPGA configuration failures.

Key Functions

  • ModuleEntryPoint -- UEFI entry point / initialization function
  • sub_450 -- Pre-initialization / global data setup
  • sub_BE4 -- Main HII form and configuration driver
  • sub_864 -- FPGA configuration error / fallback handler

Dependencies

  • UEFI HII protocols
  • UEFI Boot Services
  • FPGA platform configuration data

Platform

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


HR650X BIOS Decompilation Project