gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreImageLoaderSearchTeSectionFirst

Indicates PeiCore will first search TE section from the PEIM to load the image, or PE32 section, when PeiCore dispatches a PEI module.
This PCD is used to tune PEI phase performance to reduce the search image time.
It can be set according to the generated image section type.


TRUE - PeiCore will first search TE section from PEIM to load the image, if TE section is not found, then PeiCore will search PE section.

FALSE - PeiCore will first search PE section from PEIM to load the image.

PeiCore search TE section first.

PCD Information

NameToken SpaceToken numberData TypeDefault Value
PcdPeiCoreImageLoaderSearchTeSectionFirstgEfiMdeModulePkgTokenSpaceGuid0x00010044BOOLEANTRUE

Generated on Thu Sep 24 23:30:15 2015 for MdeModulePkg[ALL] by  doxygen 1.5.7.1