AMI-Aptio-BIOS-Reversed / AmiModulePkg / GenericSio / GenericSio /
@Ajax Dong Ajax Dong authored 7 days ago
..
GenericSio.c Restructure the repo 7 days ago
GenericSio.h Restructure the repo 7 days ago
GenericSio.md Restructure the repo 7 days ago
README.md Restructure the repo 7 days ago
README.md

GenericSio

Field Value
Source AmiModulePkg/GenericSio/GenericSio.c

Overview

Recovered DXE Super I/O driver for the PCH/LPC/eSPI path. The source is still
heavily decompiler-shaped, but the wrapper split, debug shims, and runtime
cleanup ordering are now easier to follow.

Restored Cues

  • Generated wrapper split between internal init and module entry point
  • Debug-print shims kept near the top of the file
  • Runtime cleanup and S3 callback ordering preserved in the recovered layout