]> git.proxmox.com Git - mirror_edk2.git/commit - UefiCpuPkg/CpuFeatures/CpuFeaturesPei.inf
UefiCpuPkg/CpuFeatures: Export HOB if CPU initialized in PEI
authorEric Dong <eric.dong@intel.com>
Thu, 26 Oct 2017 02:28:23 +0000 (10:28 +0800)
committerEric Dong <eric.dong@intel.com>
Fri, 27 Oct 2017 01:34:37 +0000 (09:34 +0800)
commitbf5a306ab5e0b1829b1d59180bc010648f09a32e
treefcec62404f8e95c44e0ba9e65ae207996f6389d5
parentc0cbaaf69348e8c389dc31f696857e25424b408b
UefiCpuPkg/CpuFeatures: Export HOB if CPU initialized in PEI

In current implementation, CPU initialized can be done in PEI
or DXE phase. PEI uses CpuFeaturesPei and Dxe uses CpuFeaturesDxe.
If CPU initialized in PEI phase, CpuFeaturesDxe driver will
not be used. This driver will install gEdkiiCpuFeaturesInitDoneGuid
protocol after it initializes the CPU.

Some drivers depend on this protocol to dispatch themselves. If
CpuFeaturesDxe not been used, these drivers will not be dispatched.

This patch fix the above issue. If Cpu initialized in PEI
phase, it also report a guid HOB for CpuFeaturesDxe.
CpuFeaturesDxe will check this HOB first. If it found this
HOB, it just install gEdkiiCpuFeaturesInitDoneGuid protocol,
else it will also do the CPU initialization.

Cc: Ruiyu Ni <ruiyu.ni@intel.com>
Cc: Laszlo Ersek <lersek@redhat.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Eric Dong <eric.dong@intel.com>
Reviewed-by: Ruiyu Ni <ruiyu.ni@intel.com>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
UefiCpuPkg/CpuFeatures/CpuFeaturesDxe.c
UefiCpuPkg/CpuFeatures/CpuFeaturesDxe.inf
UefiCpuPkg/CpuFeatures/CpuFeaturesPei.c
UefiCpuPkg/CpuFeatures/CpuFeaturesPei.inf