AMI-Aptio-BIOS-Reversed / AmiModulePkg / GenericElog / GenericElog /
@Ajax Dong Ajax Dong authored 7 days ago
..
GenericElog.c Recovering names (well, look still has huge cleanups) 7 days ago
GenericElog.h Recovering names (well, look still has huge cleanups) 7 days ago
GenericElog.md Restructure the repo 7 days ago
README.md Restructure the repo 7 days ago
README.md

GenericElog

Recovered generic event-log dispatcher for the runtime driver path.

Layout

  • GenericElogEntryPoint keeps the generated two-stage wrapper.
  • ElogDriverInit saves globals and creates the event hooks.
  • ElogDriverMain installs the protocol and enumerates redirect handlers.
  • DebugLog and AssertFatal provide the recovered debug plumbing.

Cues Restored

  • Wrapper split between init and install stages
  • Redirect-protocol enumeration and protocol installation order
  • Runtime pointer conversion and boot-services cleanup hooks