AMI-Aptio-BIOS-Reversed / IsPlatformSupportWhea /
@Ajax Dong Ajax Dong authored 7 days ago
..
IsPlatformSupportWhea.c Init 7 days ago
IsPlatformSupportWhea.h Init 7 days ago
IsPlatformSupportWhea.md Init 7 days ago
README.md Init 7 days ago
README.md

IsPlatformSupportWhea

Index Module Size Phase
336 IsPlatformSupportWhea 6 KB (6432 B) PEI

PEI module that checks platform support for WHEA (Windows Hardware Error Architecture). This lightweight driver queries platform configuration to determine whether WHEA support is available and publishes the result for use by subsequent PEI and DXE modules.

Key Functions

  • ModuleEntryPoint -- UEFI entry point / initialization function
  • sub_398 -- Platform configuration query / WHEA support detection
  • sub_4DC -- Return status / result publishing

Dependencies

  • UEFI PEI Services
  • WHEA platform support PPI
  • Platform configuration data

Platform

IA32 (32-bit), UEFI PEI module, 6 PE sections (.text, .rdata, .data, section_3, .xdata, .reloc)


HR650X BIOS Decompilation Project