AMI-Aptio-BIOS-Reversed / AmiModulePkg / GenericElog / GenericElog /
@Ajax Dong Ajax Dong authored on 6 Jun
..
GenericElog.c Recovering names (well, look still has huge cleanups) 3 months ago
GenericElog.h Recovering names (well, look still has huge cleanups) 3 months ago
GenericElog.md Restructure the repo 3 months ago
README.md Restructure the repo 3 months 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