Newer
Older
AMI-Aptio-BIOS-Reversed / CpPlatPkg / Whea / IsPlatformSupportWhea / README.md
@Ajax Dong Ajax Dong 2 days ago 862 bytes Full restructure

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