Re: [PATCH v1] UefiCpuPkg: Cpu feature data stored in memory may be migrated
Ni, Ray
Eric,
toggle quoted messageShow quoted text
it's related to how pool/page memory is allocated in PEI. The PEI pool is allocated in HOB. HOB data is migrated by DXE core to a new location. The migration guarantees the HOB data is kept but doesn't fix up the ACPI_CPU_DATA pointer that points to the HOB data. The PEI page is allocated between Phit->FreeMemoryTop and Phit->MemoryTop. The location is not changed in DXE. Thanks, Ray
-----Original Message-----
|
|