AMI-Aptio-BIOS-Reversed / MdeModulePkg / Core / Pei / PeiMain / RomLayoutPei /
@Ajax Dong Ajax Dong authored 7 days ago
..
README.md Restructure the repo 7 days ago
RomLayoutPei.c Restructure the repo 7 days ago
RomLayoutPei.h Restructure the repo 7 days ago
RomLayoutPei.md Restructure the repo 7 days ago
README.md

RomLayoutPei

Index Module Size Phase
367 RomLayoutPei 10.5 KB (10,788 B) PEI

Overview

ROM layout information PEIM. Reports the flash ROM layout (base address, size, and topology) to other PEI modules via PCD and HOBs. Enables the PEI phase to understand the physical firmware volume layout for boot flow coordination.

Key Functions

  • ModuleEntryPoint: Main entry; reads ROM layout descriptors from PCD database
  • CopyMem / ZeroMem / SetMem / SetMem32 / SetMem64: Memory utility routines
  • Publishes ROM layout information for downstream consumers

Dependencies

  • PCD Database (GetPcdToken / GetPcdDb)
  • ROM layout descriptors from platform flash map
  • PEI Services

Platform

  • Arch: IA32 (PE32)
  • Image Base: 0xFFC00A3C
  • SHA256: 55f1395144ab72582b55da86ebfdfd6470c6fa864808e8e659c858cd8152a81f
  • Toolchain: VS2015 DEBUG IA32