Newer
Older
AMI-Aptio-BIOS-Reversed / MdeModulePkg / Core / Pei / PeiMain / RomLayoutPei / README.md
@Ajax Dong Ajax Dong 2 days ago 926 bytes Restructure the repo

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